mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 16:59:17 -04:00
New Port: sysutils/u-boot-nanopi-neo2
Add u-boot port for NanoPi NEO2 ARM board. Submitted by: Manuel Stühn (freebsdnewbie@freenet.de) Differential Revision: https://reviews.freebsd.org/D20128
This commit is contained in:
parent
f3adc96d8b
commit
f368e4ee5a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=500658
3 changed files with 19 additions and 0 deletions
|
@ -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
|
||||
|
|
9
sysutils/u-boot-nanopi-neo2/Makefile
Normal file
9
sysutils/u-boot-nanopi-neo2/Makefile
Normal file
|
@ -0,0 +1,9 @@
|
|||
# $FreeBSD$
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../u-boot-master
|
||||
|
||||
MODEL= nanopi-neo2
|
||||
BOARD_CONFIG= nanopi_neo2_defconfig
|
||||
FAMILY= allwinner64
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
9
sysutils/u-boot-nanopi-neo2/pkg-descr
Normal file
9
sysutils/u-boot-nanopi-neo2/pkg-descr
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue