mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-24 05:22:10 -05:00
rockchip: add support for Radxa E52C
The Radxa E52C is a compact network computer using the Rockchip RK3582 SoC. - https://radxa.com/products/network-computer/e52c Hardware -------- - Dual Cortex-A76 and Quad Cortex-A55 CPU - 5 TOPS NPU - 2/4/8GB LPDDR4 RAM - 16/32/64GB on-board eMMC - microSD card slot - 2x 2.5 Gigabit Ethernet ports - USB 3.1 Gen1 Type-A HOST/OTG port - USB Type-C debug port - USB Type-C power port Installation ------------ Uncompress the OpenWrt sysupgrade and write it to a micro SD card or eMMC using dd. Signed-off-by: FUKAUMI Naoki <naoki@radxa.com> Link: https://github.com/openwrt/openwrt/pull/19867 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
071aa994cd
commit
d16d2765bd
@ -272,6 +272,7 @@ define U-Boot/generic-rk3588
|
||||
$(U-Boot/rk358x/Default)
|
||||
NAME:=Generic RK358x board
|
||||
BUILD_DEVICES:= \
|
||||
radxa_e52c \
|
||||
radxa_rock-5b-plus \
|
||||
radxa_rock-5t
|
||||
endef
|
||||
|
||||
@ -15,6 +15,7 @@ friendlyarm,nanopi-r3s|\
|
||||
friendlyarm,nanopi-r4s|\
|
||||
friendlyarm,nanopi-r4s-enterprise|\
|
||||
friendlyarm,nanopi-r6c|\
|
||||
radxa,e52c|\
|
||||
xunlong,orangepi-r1-plus|\
|
||||
xunlong,orangepi-r1-plus-lts)
|
||||
ucidef_set_led_netdev "wan" "WAN" "green:wan" "eth0"
|
||||
|
||||
@ -15,6 +15,7 @@ rockchip_setup_interfaces()
|
||||
friendlyarm,nanopi-r4s|\
|
||||
friendlyarm,nanopi-r4s-enterprise|\
|
||||
friendlyarm,nanopi-r6c|\
|
||||
radxa,e52c|\
|
||||
radxa,rockpi-e|\
|
||||
xunlong,orangepi-r1-plus|\
|
||||
xunlong,orangepi-r1-plus-lts)
|
||||
|
||||
@ -50,6 +50,7 @@ friendlyarm,nanopi-r4s|\
|
||||
friendlyarm,nanopi-r4s-enterprise|\
|
||||
friendlyarm,nanopi-r6c|\
|
||||
friendlyarm,nanopc-t6|\
|
||||
radxa,e52c|\
|
||||
radxa,rock-5-itx|\
|
||||
radxa,rock-5t)
|
||||
set_interface_core 10 "eth0"
|
||||
|
||||
@ -159,6 +159,16 @@ define Device/radxa_e25
|
||||
endef
|
||||
TARGET_DEVICES += radxa_e25
|
||||
|
||||
define Device/radxa_e52c
|
||||
DEVICE_VENDOR := Radxa
|
||||
DEVICE_MODEL := E52C
|
||||
SOC := rk3582
|
||||
UBOOT_DEVICE_NAME := generic-rk3588
|
||||
DEVICE_DTS := rockchip/rk3582-radxa-e52c
|
||||
DEVICE_PACKAGES := blkdiscard kmod-r8169
|
||||
endef
|
||||
TARGET_DEVICES += radxa_e52c
|
||||
|
||||
define Device/radxa_rock-3a
|
||||
DEVICE_VENDOR := Radxa
|
||||
DEVICE_MODEL := ROCK 3A
|
||||
|
||||
Loading…
Reference in New Issue
Block a user