diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-07-03 08:09:25 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-07-03 08:09:25 +0000 |
commit | 3d941297697107ee56cfbc3cb6c2d21ded8da44b (patch) | |
tree | 405795e54ae69dfa28fb8adad6aa052bee288647 /sysutils/u-boot-nanopi-a64 | |
parent | f1252d9c873d32805db9e53b3c0d0b49e0e470db (diff) |
Add u-boot port for FriendlyElec's NanoPI A64 board.
Submitted by: ganbold
Differential Revision: D16108
Notes
Notes:
svn path=/head/; revision=473804
Diffstat (limited to 'sysutils/u-boot-nanopi-a64')
-rw-r--r-- | sysutils/u-boot-nanopi-a64/Makefile | 9 | ||||
-rw-r--r-- | sysutils/u-boot-nanopi-a64/pkg-descr | 9 |
2 files changed, 18 insertions, 0 deletions
diff --git a/sysutils/u-boot-nanopi-a64/Makefile b/sysutils/u-boot-nanopi-a64/Makefile new file mode 100644 index 000000000000..6db26e47127e --- /dev/null +++ b/sysutils/u-boot-nanopi-a64/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../u-boot-master + +MODEL= nanopi_a64 +BOARD_CONFIG= nanopi_a64_defconfig +FAMILY= allwinner64 + +.include "${MASTERDIR}/Makefile" diff --git a/sysutils/u-boot-nanopi-a64/pkg-descr b/sysutils/u-boot-nanopi-a64/pkg-descr new file mode 100644 index 000000000000..586a67eddca6 --- /dev/null +++ b/sysutils/u-boot-nanopi-a64/pkg-descr @@ -0,0 +1,9 @@ +U-Boot loader and related files for the NanoPI A64. + +To install this bootloader on an sdcard just do: +dd if=/usr/local/share/u-boot/u-boot-nanopi-a64/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 |