Skip to content

Commit

Permalink
rockchip: add FriendlyARM NanoPi R6S support
Browse files Browse the repository at this point in the history
  • Loading branch information
coolsnowwolf committed Oct 21, 2024
1 parent 9b59cbc commit c9c3f69
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions target/linux/rockchip/image/armv8.mk
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,16 @@ define Device/friendlyarm_nanopi-r5s
endef
TARGET_DEVICES += friendlyarm_nanopi-r5s

define Device/friendlyarm_nanopi-r6s
DEVICE_VENDOR := FriendlyARM
DEVICE_MODEL := NanoPi R6S
SOC := rk3588s
UBOOT_DEVICE_NAME := nanopi-r6s-rk3588s
IMAGE/sysupgrade.img.gz := boot-common | boot-script | pine64-img | gzip | append-metadata
DEVICE_PACKAGES := kmod-r8125-rss
endef
TARGET_DEVICES += friendlyarm_nanopi-r6s

define Device/firefly_station-p2
DEVICE_VENDOR := Firefly
DEVICE_MODEL := Station P2
Expand Down

0 comments on commit c9c3f69

Please sign in to comment.