Jump to content

Recommended Posts

Posted (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 by rlu
Posted

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

 

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines