Skip to content

Commit c9c3f69

Browse files
committed
rockchip: add FriendlyARM NanoPi R6S support
1 parent 9b59cbc commit c9c3f69

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

target/linux/rockchip/image/armv8.mk

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,16 @@ define Device/friendlyarm_nanopi-r5s
183183
endef
184184
TARGET_DEVICES += friendlyarm_nanopi-r5s
185185

186+
define Device/friendlyarm_nanopi-r6s
187+
DEVICE_VENDOR := FriendlyARM
188+
DEVICE_MODEL := NanoPi R6S
189+
SOC := rk3588s
190+
UBOOT_DEVICE_NAME := nanopi-r6s-rk3588s
191+
IMAGE/sysupgrade.img.gz := boot-common | boot-script | pine64-img | gzip | append-metadata
192+
DEVICE_PACKAGES := kmod-r8125-rss
193+
endef
194+
TARGET_DEVICES += friendlyarm_nanopi-r6s
195+
186196
define Device/firefly_station-p2
187197
DEVICE_VENDOR := Firefly
188198
DEVICE_MODEL := Station P2

0 commit comments

Comments
 (0)