2016-07-10 15:06:14 +00:00
|
|
|
U-Boot loader for Olimex A20 SOM EVB.
|
|
|
|
|
2016-07-12 19:57:47 +00:00
|
|
|
To install this bootloader on an sdcard just do :
|
2018-06-18 19:51:23 +00:00
|
|
|
dd if=$LOCALBASE/share/u-boot/u-boot-olimex-a20-som-evb/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=sync
|
2016-07-10 15:06:14 +00:00
|
|
|
|
|
|
|
This version is patched so that:
|
2018-06-18 19:51:23 +00:00
|
|
|
* API features are enabled.
|
|
|
|
* A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included
|
2016-07-10 15:06:14 +00:00
|
|
|
|
2016-07-12 19:57:47 +00:00
|
|
|
For information about running FreeBSD on Allwinner boards, see
|
2018-06-18 19:51:23 +00:00
|
|
|
https://wiki.freebsd.org/FreeBSD/arm/Allwinner
|
2016-07-10 15:06:14 +00:00
|
|
|
|
2018-06-18 19:51:23 +00:00
|
|
|
WWW: http://www.denx.de/wiki/U-Boot
|