blob: 867f508564d4580becc73302625a41e8bbd7f291 (
plain) (
tree)
|
|
U-Boot loader for Banana Pi M3.
To install this bootloader on an sdcard just do :
dd if=$LOCALBASE/share/u-boot/u-boot-sinovoip-bpi-m3/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=sync
This version is patched so that:
* API features are enabled.
* A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included
For information about running FreeBSD on Allwinner boards, see
https://wiki.freebsd.org/FreeBSD/arm/Allwinner
WWW: https://www.denx.de/wiki/U-Boot
|