diff options
author | linimon <linimon@FreeBSD.org> | 2018-07-03 16:09:25 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-07-03 16:09:25 +0800 |
commit | d188c09618444693560a4561f18fc0f52480835c (patch) | |
tree | 405795e54ae69dfa28fb8adad6aa052bee288647 /sysutils/u-boot-nanopi-a64 | |
parent | 16156d970e956dc63705a969822e9fc7a84b4077 (diff) | |
download | freebsd-ports-gnome-d188c09618444693560a4561f18fc0f52480835c.tar.gz freebsd-ports-gnome-d188c09618444693560a4561f18fc0f52480835c.tar.zst freebsd-ports-gnome-d188c09618444693560a4561f18fc0f52480835c.zip |
Add u-boot port for FriendlyElec's NanoPI A64 board.
Submitted by: ganbold
Differential Revision: D16108
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 |