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-orangepi-pc/pkg-descr | |
parent | 9c34911b9718cab7b779fd1f410861267c030fa7 (diff) |
Notes
Diffstat (limited to 'sysutils/u-boot-orangepi-pc/pkg-descr')
-rw-r--r-- | sysutils/u-boot-orangepi-pc/pkg-descr | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/sysutils/u-boot-orangepi-pc/pkg-descr b/sysutils/u-boot-orangepi-pc/pkg-descr index 60a91bd3ddda..4366045e1570 100644 --- a/sysutils/u-boot-orangepi-pc/pkg-descr +++ b/sysutils/u-boot-orangepi-pc/pkg-descr @@ -1,9 +1,13 @@ U-Boot loader and related files for the OrangePi PC -To install this bootloader on an sdcard just do: -dd if=/usr/local/share/u-boot/u-boot-orangepi-pc/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=sync +To install this bootloader on an sdcard just do : +dd if=$LOCALBASE/share/u-boot/u-boot-orangepi-pc/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 +https://wiki.freebsd.org/FreeBSD/arm/Allwinner WWW: http://www.denx.de/wiki/U-Boot |