06-28-2021, 01:56 PM
(This post was last modified: 06-28-2021, 01:58 PM by sigmaris.
Edit Reason: Added another arg that seems to affect boot logo
)
(06-28-2021, 07:51 AM)MisterA Wrote: Am I mistaken that this Uboot should make booting from eMMC possible? I tried Armbian focal and it fails to boot: the Armbian logo shows up but then further booting stops.
It should boot from eMMC. Armbian have their own builds of u-boot that might provide or initialise things slightly differently, which might be required for Armbian images. There's a multitude of reasons why the kernel might fail to boot, you would need to see kernel log messages to tell what's going on. A serial console would help, or to disable the Armbian boot logo and see the kernel console instead. Try editing /boot/armbianEnv.txt to have:
console=both
bootlogo=false
earlycon=on
logo=disabled
which might get you more verbose messages on the console instead of the Armbian logo.