diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2019-02-04 18:25:40 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2019-02-04 18:25:40 +0000 |
commit | b87be0dd7ee7592acc165739eb2540cb9bda3351 (patch) | |
tree | 8cdc63a56e6b6ab8ae3ec4135e72e93cded1b6e4 /sysutils/u-boot-pine64-lts | |
parent | 35da238d79874e4bc25d48a035e581861003b6c1 (diff) |
Notes
Diffstat (limited to 'sysutils/u-boot-pine64-lts')
-rw-r--r-- | sysutils/u-boot-pine64-lts/Makefile | 9 | ||||
-rw-r--r-- | sysutils/u-boot-pine64-lts/pkg-descr | 9 |
2 files changed, 18 insertions, 0 deletions
diff --git a/sysutils/u-boot-pine64-lts/Makefile b/sysutils/u-boot-pine64-lts/Makefile new file mode 100644 index 000000000000..5ca58779312e --- /dev/null +++ b/sysutils/u-boot-pine64-lts/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../u-boot-master + +MODEL= pine64-lts +BOARD_CONFIG= pine64-lts_defconfig +FAMILY= allwinner64 + +.include "${MASTERDIR}/Makefile" diff --git a/sysutils/u-boot-pine64-lts/pkg-descr b/sysutils/u-boot-pine64-lts/pkg-descr new file mode 100644 index 000000000000..986229dfd012 --- /dev/null +++ b/sysutils/u-boot-pine64-lts/pkg-descr @@ -0,0 +1,9 @@ +U-Boot loader and related files for the Pine64-LTS. + +To install this bootloader on an sdcard just do: +dd if=/usr/local/share/u-boot/u-boot-pine64-lts/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 |