Jump to content

phosgene

Members
  • Posts

    3
  • Joined

  • Last visited

  1. Forgive me if this is a dumb question but do I need to create the armbianEnv.txt file myself? The file doesn't exist in /boot... I managed to get it to boot successfully by changing: setenv console "both" ...to: setenv console "serial" ...in boot.ini, but I note that it says: # DO NOT EDIT THIS FILE # # Please edit /boot/armbianEnv.txt to set supported parameters ...so I'm obviously doing the wrong thing.
  2. Thanks dude, I'll try adding "console=serial" to "/boot/armbianEnv.txt" and report back
  3. Hi guys, I've been trying to build Armbian with an encrypted rootfs, but I can't get it work... If I build Armbian with the following build options it works fine: sudo ./compile.sh \ BOARD=odroidxu4 \ BRANCH=current \ RELEASE=buster \ BUILD_MINIMAL=no \ BUILD_DESKTOP=no \ KERNEL_ONLY=no \ KERNEL_CONFIGURE=no \ COMPRESS_OUTPUTIMAGE=sha,gpg,img But if I build Armbian with these build options (as above but including the CRYPTROOT options) it doesn't work: sudo ./compile.sh \ BOARD=odroidxu4 \ BRANCH=current \ RELEASE=buster \ BUILD_MINIMAL=no \ BUILD_DESKTOP=no \ KERNEL_ONLY=no \ KERNEL_CONFIGURE=no \ COMPRESS_OUTPUTIMAGE=sha,gpg,img \ CRYPTROOT_ENABLE=yes \ CRYPTROOT_PASSPHRASE="yourpassword" \ CRYPTROOT_SSH_UNLOCK=yes \ CRYPTROOT_SSH_UNLOCK_PORT=2222 When I try to boot the image created with the CRYPTROOT options it gets stuck on "Starting Kernel...". For reference the SBC I'm using is an Odroid HC2 with a serial console, and the build environment is as per the the documentation (Ubuntu Hirsute 21.04.x amd64 running as a virtual machine). Is there anything that I'm doing wrong, or is there be something that I should be checking?
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines