From d188c09618444693560a4561f18fc0f52480835c Mon Sep 17 00:00:00 2001 From: linimon Date: Tue, 3 Jul 2018 08:09:25 +0000 Subject: Add u-boot port for FriendlyElec's NanoPI A64 board. Submitted by: ganbold Differential Revision: D16108 --- sysutils/u-boot-nanopi-a64/Makefile | 9 +++++++++ sysutils/u-boot-nanopi-a64/pkg-descr | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 sysutils/u-boot-nanopi-a64/Makefile create mode 100644 sysutils/u-boot-nanopi-a64/pkg-descr (limited to 'sysutils/u-boot-nanopi-a64') 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 -- cgit