Skip to content

Commit 2d1c8ab

Browse files
committed
rockchip: add FriendlyARM NanoPC T6 support
1 parent 129619e commit 2d1c8ab

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

target/linux/rockchip/image/armv8.mk

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,16 @@ define Device/friendlyarm_nanopi-neo3
123123
endef
124124
TARGET_DEVICES += friendlyarm_nanopi-neo3
125125

126+
define Device/friendlyarm_nanopc-t6
127+
DEVICE_VENDOR := FriendlyARM
128+
DEVICE_MODEL := NanoPC T6
129+
SOC := rk3588
130+
UBOOT_DEVICE_NAME := nanopc-t6-rk3588
131+
IMAGE/sysupgrade.img.gz := boot-common | boot-script | pine64-img | gzip | append-metadata
132+
DEVICE_PACKAGES := kmod-r8125-rss
133+
endef
134+
TARGET_DEVICES += friendlyarm_nanopc-t6
135+
126136
define Device/friendlyarm_nanopi-r2c
127137
DEVICE_VENDOR := FriendlyARM
128138
DEVICE_MODEL := NanoPi R2C

0 commit comments

Comments
 (0)