Jump to content

prutka

Members
  • Posts

    4
  • Joined

  • Last visited

  1. Imho it's bad that such fundamental usecase is not desribed in any sensible 1-2 sentences. For the record output from UI mangles terminal and "consumes" logs. I also did not found any logs in bash scripts. What you will find is comment in code: # if KERNEL_ONLY, KERNEL_CONFIGURE, BOARD, BRANCH or RELEASE are not set, display selection menu So summary, manualy debuging seems like minimal subset is (values up to user wish ofc): sudo ./compile.sh KERNEL_ONLY=yes KERNEL_CONFIGURE=false BOARD=bananapim2zero BRANCH=current RELEASE=jammy Which boils down that you need to set each param that corresponds 1to1 to each UI screen. Hope it helps next one. Thx
  2. SO I look here https://github.com/armbian/scripts/blob/master/.github/workflows/build-u-boot-with-docker.yml#L197 And conclusion would be that you need some of variables being set from CLI and rest will be used from config file if I dont want UI, yes ?
  3. Hi Sorry for long delay but I have strange limit one post per day which makes impossible to use forum.... Anyway, I looked into this doc few times and could not get there what I want. The only thing that is there is chapter mentioning cryptic "variables minimizing user input". So did you referred to some special part of this page that I overlooked, or |You mean that I need to pass all those variables from this chapter to not have UI popup or its not possible at all ? Also some link to CI runner scripts would probably help ;)
  4. HI I cannot find anywhere option to run compile.sh without GUI/NCurses. I'd like to just run basic command to build image (have configuration done) Can you point me to place where i can look ?
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines