sysutils/u-boot-nanopi-r2s: Add new port
U-boot port for the Nanopi R2S, a small RK3328 board. Sponsored by: Beckhoff Automation GmbH & Co. KG
This commit is contained in:
@@ -1501,6 +1501,7 @@
|
||||
SUBDIR += u-boot-nanopi-neo
|
||||
SUBDIR += u-boot-nanopi-neo-air
|
||||
SUBDIR += u-boot-nanopi-neo2
|
||||
SUBDIR += u-boot-nanopi-r2s
|
||||
SUBDIR += u-boot-nanopi-r4s
|
||||
SUBDIR += u-boot-olimex-a20-som-evb
|
||||
SUBDIR += u-boot-olinuxino-lime
|
||||
|
||||
9
sysutils/u-boot-nanopi-r2s/Makefile
Normal file
9
sysutils/u-boot-nanopi-r2s/Makefile
Normal file
@@ -0,0 +1,9 @@
|
||||
MASTERDIR= ${.CURDIR}/../u-boot-master
|
||||
|
||||
MODEL= nanopi-r2s
|
||||
BOARD_CONFIG= nanopi-r2s-rk3328_defconfig
|
||||
FAMILY= rk3328
|
||||
|
||||
UBOOT_EXTRA_TARGETS= u-boot.itb
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
5
sysutils/u-boot-nanopi-r2s/pkg-descr
Normal file
5
sysutils/u-boot-nanopi-r2s/pkg-descr
Normal file
@@ -0,0 +1,5 @@
|
||||
U-Boot loader and related files for the Nanopi R2S.
|
||||
|
||||
To install this bootloader on an sdcard just do:
|
||||
dd if=/usr/local/share/u-boot/u-boot-nanopi-r2s/idbloader.img of=/path/to/sdcarddevice seek=64 bs=512 conv=sync
|
||||
dd if=/usr/local/share/u-boot/u-boot-nanopi-r2s/u-boot.itb of=/path/to/sdcarddevice seek=16384 bs=512 conv=sync
|
||||
Reference in New Issue
Block a user