Halolo / orange-pi-distro

Build images using yocto for the orange-pi zero and pc SBCs
MIT License
40 stars 19 forks source link

stuck at boot #14

Open ghost opened 5 years ago

ghost commented 5 years ago

orangepi zero stuck at boot

U-Boot SPL 2018.07-g8c5d4fd (Nov 28 2018 - 00:41:58 +0000) DRAM: 512 MiB Trying to boot from MMC1

Halolo commented 5 years ago

I have updated the kernel to 4.19 and u-boot to 2018.11 for the opi-zero

After that I had a problem similar, won't boot and it was because the kernel image was too big compared to the max size defined in a u-boot config : CONFIG_SYS_BOOTM_LEN

So I add a patch to define it at 64M and it solves my problem; it's pushed.

Another approach would have been to use compressed images instead of uImage maybe.