aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2021-07-09 18:48:53 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2021-07-09 18:51:22 +0000
commitbfe768d33a24d0184c023a2a05ba309252339f05 (patch)
treeef59b3493db161b592d3d95e47002ee89894248f /sysutils
parent0f287ecd25926953722f8bc83df9c623c1bade76 (diff)
downloadports-bfe768d33a24d0184c023a2a05ba309252339f05.tar.gz
ports-bfe768d33a24d0184c023a2a05ba309252339f05.zip
sysutils/u-boot-nanopi-r4s: u-boot port for FriendlyArm NanoPi R4S
U-Boot loader and related files for the FriendlyARM NanoPi-R4S (4GB/LPDDR4) To install this bootloader on an sdcard just do: dd if=/usr/local/share/u-boot/u-boot-nanopi-r4s/idbloader.img of=/path/to/sdcarddevice seek=64 bs=512 conv=sync dd if=/usr/local/share/u-boot/u-boot-nanopi-r4s/u-boot.itb of=/path/to/sdcarddevice seek=16384 bs=512 conv=sync WWW: https://www.denx.de/wiki/U-Boot PR: 257045 Approved by: manu@
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/u-boot-nanopi-r4s/Makefile7
-rw-r--r--sysutils/u-boot-nanopi-r4s/pkg-descr8
3 files changed, 16 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 9151f2c32bb8..89c767d43c2c 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -1395,6 +1395,7 @@
SUBDIR += u-boot-nanopi-neo
SUBDIR += u-boot-nanopi-neo-air
SUBDIR += u-boot-nanopi-neo2
+ SUBDIR += u-boot-nanopi-r4s
SUBDIR += u-boot-olimex-a20-som-evb
SUBDIR += u-boot-olinuxino-lime
SUBDIR += u-boot-olinuxino-lime2
diff --git a/sysutils/u-boot-nanopi-r4s/Makefile b/sysutils/u-boot-nanopi-r4s/Makefile
new file mode 100644
index 000000000000..ad4f32947328
--- /dev/null
+++ b/sysutils/u-boot-nanopi-r4s/Makefile
@@ -0,0 +1,7 @@
+MASTERDIR= ${.CURDIR}/../u-boot-master
+
+MODEL= nanopi-r4s
+BOARD_CONFIG= nanopi-r4s-rk3399_defconfig
+FAMILY= rk3399
+
+.include "${MASTERDIR}/Makefile"
diff --git a/sysutils/u-boot-nanopi-r4s/pkg-descr b/sysutils/u-boot-nanopi-r4s/pkg-descr
new file mode 100644
index 000000000000..3e9c6433304f
--- /dev/null
+++ b/sysutils/u-boot-nanopi-r4s/pkg-descr
@@ -0,0 +1,8 @@
+U-Boot loader and related files for the FriendlyARM NanoPi-R4S (4GB/LPDDR4)
+
+To install this bootloader on an sdcard just do:
+
+dd if=/usr/local/share/u-boot/u-boot-nanopi-r4s/idbloader.img of=/path/to/sdcarddevice seek=64 bs=512 conv=sync
+dd if=/usr/local/share/u-boot/u-boot-nanopi-r4s/u-boot.itb of=/path/to/sdcarddevice seek=16384 bs=512 conv=sync
+
+WWW: https://www.denx.de/wiki/U-Boot