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:
Emmanuel Vadot 2023-12-09 17:56:47 +01:00
parent b4512f2c0d
commit 6929dd2f2d
3 changed files with 15 additions and 0 deletions

View File

@ -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

View 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"

View 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