diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-06-18 19:51:23 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-06-18 19:51:23 +0000 |
commit | 39fd7af7d5be9bc3296d2c2ea2db21e925d3a106 (patch) | |
tree | 5c6b9c3995c1a50381d5944be0d728fb65427d0f /sysutils/u-boot-nanopi-neo-air/pkg-descr | |
parent | 9c34911b9718cab7b779fd1f410861267c030fa7 (diff) | |
download | ports-39fd7af7d5be9bc3296d2c2ea2db21e925d3a106.tar.gz ports-39fd7af7d5be9bc3296d2c2ea2db21e925d3a106.zip |
Update the instruction and description of the u-boot ports which use
u-boot-master.
Submitted by: manu
Differential Revision: D15883
Notes
Notes:
svn path=/head/; revision=472710
Diffstat (limited to 'sysutils/u-boot-nanopi-neo-air/pkg-descr')
-rw-r--r-- | sysutils/u-boot-nanopi-neo-air/pkg-descr | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/sysutils/u-boot-nanopi-neo-air/pkg-descr b/sysutils/u-boot-nanopi-neo-air/pkg-descr index e1422cdc5dd9..00675ee32a0f 100644 --- a/sysutils/u-boot-nanopi-neo-air/pkg-descr +++ b/sysutils/u-boot-nanopi-neo-air/pkg-descr @@ -1,16 +1,13 @@ U-Boot loader for NanoPi Neo Air. -To install this bootloader, follow the instructions in - http://linux-sunxi.org/Bootable_SD_card#Bootloader +To install this bootloader on an sdcard just do : +dd if=$LOCALBASE/share/u-boot/u-boot-nanopi-neo-air/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=sync This version is patched so that: - * ELF and API features are enabled. - * 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 + * 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 NanoPi Neo, see - https://wiki.freebsd.org/FreeBSD/arm/Allwinner +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 +WWW: http://www.denx.de/wiki/U-Boot |