2017-08-02 17:36:30 +02:00
|
|
|
U-Boot loader for NanoPi Neo.
|
|
|
|
|
2018-06-18 21:51:23 +02:00
|
|
|
To install this bootloader on an sdcard just do :
|
|
|
|
dd if=$LOCALBASE/share/u-boot/u-boot-nanopi-neo/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=sync
|
2017-08-02 17:36:30 +02:00
|
|
|
|
|
|
|
This version is patched so that:
|
2018-06-18 21:51:23 +02:00
|
|
|
* API features are enabled.
|
2019-05-02 18:09:45 +02:00
|
|
|
* A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included
|
2017-08-02 17:36:30 +02:00
|
|
|
|
2018-06-18 21:51:23 +02:00
|
|
|
For information about running FreeBSD on Allwinner boards, see
|
|
|
|
https://wiki.freebsd.org/FreeBSD/arm/Allwinner
|
2017-08-02 17:36:30 +02:00
|
|
|
|
2019-11-08 10:17:05 +01:00
|
|
|
WWW: https://www.denx.de/wiki/U-Boot
|