04-15-2021, 10:46 AM
(04-15-2021, 05:04 AM)MisterA Wrote: I'm currently experiencing problems booting the latest Armbian release on my rockpro64 from eMMC.
I just hangs like you can see on the photo on the first comment in this forumthread:
https://forum.armbian.com/topic/14724-ro...-v44-does/
Would this u-boot also solve that problem? Currently booting from SDCard but would prefer eMMC of course.
If you're using Armbian, probably best to stick with Armbian's U-Boot. It makes things simpler and Armbian volunteers probably don't want to support mixing other builds of U-Boot with Armbian Linux.
FWIW, if you're seeing log messages about /scripts/local-premount and so on like in the photo, that's booted up the Linux kernel and got as far as running the scripts on initramfs. So U-Boot may not be the issue here. I would suspect the scripts on initramfs are having trouble finding the root filesystem to mount it and continue booting. Look at your root= argument in the kernel command line, check it's specifying the filesystem you want, and see if you can enable more verbose logging (remove things like quiet from the kernel arguments) to get more information.