2016-07-10 17:22:01 +02:00
|
|
|
U-Boot loader for Banana Pi M2.
|
|
|
|
|
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-bananapim2/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=sync
|
2016-07-10 17:22:01 +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
|
2016-07-10 17:22:01 +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
|
2016-07-10 17:22:01 +02:00
|
|
|
|
2019-11-08 10:17:05 +01:00
|
|
|
WWW: https://www.denx.de/wiki/U-Boot
|