rlu Posted November 7, 2018 Posted November 7, 2018 (edited) Hi, I compiled the newest version of u-boot. Then I updated it at my sd card via: dd if=/dev/zero of=/dev/mmcblk0 bs=1k count=1023 seek=1 dd if=u-boot-sunxi-with-spl.bin of=/dev/mmcblk0 bs=1024 seek=8 dd if=u-boot.bin of=/dev/mmcblk0 bs=1024 seek=40 Now u-boot starts and I'll get to the message "Starting kernel ..." and nothing happens. Do I have to recompile the Kernel or did I something wrong? Edit: I did it on my NanoPi Neo2 Edited November 7, 2018 by rlu
rlu Posted November 7, 2018 Author Posted November 7, 2018 I solved my problem. I made two mistakes. First: I compiled u-boot without the bl31.bin Second: for the third dd command I have to use the u-boot.itb not the u-boot.bin
Recommended Posts