mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-12 15:42:11 -05:00
rockchip: add support for Radxa ROCK 5B+
The Radxa ROCK 5B+ is a single board computer using the Rockchip RK3588 SoC. - https://radxa.com/products/rock5/5bp Hardware -------- - Quad Cortex-A76 and Quad Cortex-A55 CPU - Mali-G610 MP4 GPU - 6 TOPS NPU - 4/8/16/24/32GB LPDDR5 RAM - 16/32/64/128/256GB on-board eMMC (optional) - 16MB SPI NOR flash - microSD card slot - Wi-Fi 6 (Realtek RTW8852BE) - 2.5 Gigabit Ethernet port with PoE (additional PoE HAT required) - USB 3.1 Gen1 Type-C HOST/OTG port - 2x USB 3.1 Gen1 Type-A HOST ports - 2x USB 2.0 Type-A HOST ports - 2x M.2 M Key connectors with PCIe 3.0 x2 - M.2 B Key connector - SIM card slot - RTC battery connector - PWM fan connector - 20x2 pin header - 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
8aa83efe57
commit
d35c641ced
@ -268,6 +268,13 @@ define U-Boot/rk358x/Default
|
||||
TPL:=rk3588_ddr_lp4_2112MHz_lp5_2400MHz_v1.16.bin
|
||||
endef
|
||||
|
||||
define U-Boot/generic-rk3588
|
||||
$(U-Boot/rk358x/Default)
|
||||
NAME:=Generic RK358x board
|
||||
BUILD_DEVICES:= \
|
||||
radxa_rock-5b-plus
|
||||
endef
|
||||
|
||||
# RK3588 boards
|
||||
|
||||
define U-Boot/nanopc-t6-rk3588
|
||||
@ -342,6 +349,7 @@ UBOOT_TARGETS := \
|
||||
radxa-e25-rk3568 \
|
||||
rock-3a-rk3568 \
|
||||
rock-3b-rk3568 \
|
||||
generic-rk3588 \
|
||||
nanopc-t6-rk3588 \
|
||||
rock5b-rk3588 \
|
||||
sige7-rk3588 \
|
||||
|
||||
@ -216,6 +216,16 @@ define Device/radxa_rock-5b
|
||||
endef
|
||||
TARGET_DEVICES += radxa_rock-5b
|
||||
|
||||
define Device/radxa_rock-5b-plus
|
||||
DEVICE_VENDOR := Radxa
|
||||
DEVICE_MODEL := ROCK 5B+
|
||||
SOC := rk3588
|
||||
UBOOT_DEVICE_NAME := generic-rk3588
|
||||
DEVICE_DTS := rockchip/rk3588-rock-5b-plus
|
||||
DEVICE_PACKAGES := blkdiscard block-mount kmod-hwmon-pwmfan kmod-nvme kmod-r8169 kmod-rtw89-8852be wpad-basic-mbedtls
|
||||
endef
|
||||
TARGET_DEVICES += radxa_rock-5b-plus
|
||||
|
||||
define Device/radxa_rock-pi-4a
|
||||
DEVICE_VENDOR := Radxa
|
||||
DEVICE_MODEL := ROCK Pi 4A
|
||||
|
||||
Loading…
Reference in New Issue
Block a user