diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-02-19 01:27:32 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-02-19 01:27:32 +0000 |
commit | 636dbed25d718db2760d1431660f24aea53fef52 (patch) | |
tree | bcccc4bc314192311f3e1b674127ded2d0fa176f /sysutils/u-boot-orangepi-pc | |
parent | fef31dc2450dc1cc89d12e43c0a347e9679bb42b (diff) |
Notes
Diffstat (limited to 'sysutils/u-boot-orangepi-pc')
-rw-r--r-- | sysutils/u-boot-orangepi-pc/Makefile | 10 | ||||
-rw-r--r-- | sysutils/u-boot-orangepi-pc/pkg-descr | 9 |
2 files changed, 19 insertions, 0 deletions
diff --git a/sysutils/u-boot-orangepi-pc/Makefile b/sysutils/u-boot-orangepi-pc/Makefile new file mode 100644 index 000000000000..cb325ddbe145 --- /dev/null +++ b/sysutils/u-boot-orangepi-pc/Makefile @@ -0,0 +1,10 @@ +# $FreeBSD$ + +MAINTAINER= uboot@FreeBSD.org +MASTERDIR= ${.CURDIR}/../u-boot-master + +MODEL= orangepi-pc +BOARD_CONFIG= orangepi_pc_defconfig +FAMILY= allwinner + +.include "${MASTERDIR}/Makefile" diff --git a/sysutils/u-boot-orangepi-pc/pkg-descr b/sysutils/u-boot-orangepi-pc/pkg-descr new file mode 100644 index 000000000000..60a91bd3ddda --- /dev/null +++ b/sysutils/u-boot-orangepi-pc/pkg-descr @@ -0,0 +1,9 @@ +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 + +For information about running FreeBSD on Allwinner boards, see + https://wiki.freebsd.org/FreeBSD/arm/Allwinner + +WWW: http://www.denx.de/wiki/U-Boot |