diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2019-05-02 13:00:53 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2019-05-02 13:00:53 +0000 |
commit | f368e4ee5a7b8ca08b3b51f9bab17e1222409d01 (patch) | |
tree | 4a0ebc79d8d35cd1e8e60146e721b330b319beae /sysutils | |
parent | f3adc96d8b43d6be63ff7e3c03aa9b72a3ab9eb3 (diff) |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/u-boot-nanopi-neo2/Makefile | 9 | ||||
-rw-r--r-- | sysutils/u-boot-nanopi-neo2/pkg-descr | 9 |
3 files changed, 19 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index ae293ef07b73..530917a08b4f 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1377,6 +1377,7 @@ SUBDIR += u-boot-nanopi-a64 SUBDIR += u-boot-nanopi-m1plus SUBDIR += u-boot-nanopi-neo + SUBDIR += u-boot-nanopi-neo2 SUBDIR += u-boot-nanopi-neo-air SUBDIR += u-boot-olimex-a20-som-evb SUBDIR += u-boot-olinuxino-lime diff --git a/sysutils/u-boot-nanopi-neo2/Makefile b/sysutils/u-boot-nanopi-neo2/Makefile new file mode 100644 index 000000000000..bf7fa9c7a32d --- /dev/null +++ b/sysutils/u-boot-nanopi-neo2/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../u-boot-master + +MODEL= nanopi-neo2 +BOARD_CONFIG= nanopi_neo2_defconfig +FAMILY= allwinner64 + +.include "${MASTERDIR}/Makefile" diff --git a/sysutils/u-boot-nanopi-neo2/pkg-descr b/sysutils/u-boot-nanopi-neo2/pkg-descr new file mode 100644 index 000000000000..f345015cb524 --- /dev/null +++ b/sysutils/u-boot-nanopi-neo2/pkg-descr @@ -0,0 +1,9 @@ +U-Boot loader and related files for the NanoPi NEO2 + +To install this bootloader on an sdcard just do: +dd if=$LOCALBASE/share/u-boot/u-boot-nanopi-neo2/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 |