2016-08-18 19:46:06 +02:00
|
|
|
U-Boot loader for A13 Olinuxino.
|
|
|
|
|
|
|
|
To install this bootloader on an sdcard just do :
|
2017-08-02 18:17:08 +02:00
|
|
|
dd if=/usr/local/share/u-boot/u-boot-a13-olinuxino/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=notrunc,sync
|
2016-08-18 19:46:06 +02:00
|
|
|
|
|
|
|
This version is patched so that:
|
|
|
|
* ELF and API features are enabled.
|
2017-08-02 18:17:08 +02:00
|
|
|
* The distroboot command knows how to load FreeBSD loader(8)
|
|
|
|
* By default, it loads ubldr.bin (PIE) from file ubldr.bin on the FAT
|
|
|
|
partition to address 0x42000000, and launches it. If ubldr.bin is
|
|
|
|
not found, it falls back on ubldr
|
2016-08-18 19:46:06 +02:00
|
|
|
|
|
|
|
For information about running FreeBSD on Allwinner boards, see
|
|
|
|
https://wiki.freebsd.org/FreeBSD/arm/Allwinner
|
|
|
|
|
|
|
|
For general information about U-Boot see WWW: http://www.denx.de/wiki/U-Boot
|