[meta-rockchip] [PATCH] rock-5b-plus: add
Vinay Patil <[email protected]> Sat, 1 Aug 2026 21:40:05 +0000
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <[email protected]> |
The Radxa ROCK 5B+ is an RK3588-based single-board computer and a successor to the ROCK 5B. It features LPDDR5 memory, onboard Wi-Fi 6, Bluetooth 5.2, dual M.2 M-Key connectors and 2.5 Gigabit Ethernet. Product Page: https://radxa.com/products/rock5/5b-plus/ Documentation page: https://docs.radxa.com/en/rock5/rock5b Specs: - Rockchip RK3588 - Quad-Core Arm Cortex-A76 @ 2.4GHz - Quad-Core Arm Cortex-A55 @ 1.8GHz - Arm Mali-G610 MP4 GPU - OpenGL ES 1.1/2.0/3.2 - OpenCL 1.1/1.2/2.2 - Vulkan 1.2 - 6 TOPS neural processing unit - LPDDR5 RAM (4/8/16/32 GB) - Onboard eMMC socket - 2x M.2 M-Key connectors supporting NVMe SSDs - 1x M.2 E-Key connector - 1x MicroSD card slot - 2x HDMI outputs - 1x HDMI input - 1x DisplayPort over USB Type-C - 2x MIPI DSI - 2x MIPI CSI - Wi-Fi 6 and Bluetooth 5.2 with BLE - 1x 2.5 Gigabit Ethernet - 2x USB 3.0 HOST ports - 2x USB 2.0 HOST ports - 1x 4-ring 3.5mm audio jack - 40-pin GPIO header with UART, SPI, I2C, I2S, PWM and GPIO - USB Type-C power input Signed-off-by: Vinay Patil <[email protected]> --- README | 1 + conf/machine/rock-5b-plus.conf | 11 +++++++++++ recipes-kernel/linux/linux-rockchip.inc | 1 + 3 files changed, 13 insertions(+) create mode 100644 conf/machine/rock-5b-plus.conf diff --git a/README b/README index c2697d1..6825009 100644 --- a/README +++ b/README @@ -41,6 +41,7 @@ Status of supported boards: rock-4c-plus rock-5a rock-5b + rock-5b-plus rock-pi-4a rock-pi-4b rock-pi-4b-plus diff --git a/conf/machine/rock-5b-plus.conf b/conf/machine/rock-5b-plus.c= onf new file mode 100644 index 0000000..bfa3714 --- /dev/null +++ b/conf/machine/rock-5b-plus.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: Radxa Rock 5B plus +#@DESCRIPTION: ROCK5 is the 5th generation of SBC designed by Radxa. +#https://docs.radxa.com/en/rock5/rock5b + +require conf/machine/include/rk3588.inc + +KERNEL_DEVICETREE =3D "rockchip/rk3588-rock-5b-plus.dtb" +MACHINE_EXTRA_RRECOMMENDS +=3D "kernel-modules" + +UBOOT_MACHINE =3D "rock5b-rk3588_defconfig" diff --git a/recipes-kernel/linux/linux-rockchip.inc b/recipes-kernel/lin= ux/linux-rockchip.inc index 6c62e84..6c012d4 100644 --- a/recipes-kernel/linux/linux-rockchip.inc +++ b/recipes-kernel/linux/linux-rockchip.inc @@ -25,6 +25,7 @@ COMPATIBLE_MACHINE:rock-3a =3D "rock-3a" COMPATIBLE_MACHINE:rock-4c-plus =3D "rock-4c-plus" COMPATIBLE_MACHINE:rock-5a =3D "rock-5a" COMPATIBLE_MACHINE:rock-5b =3D "rock-5b" +COMPATIBLE_MACHINE:rock-5b-plus =3D "rock-5b-plus" COMPATIBLE_MACHINE:rock-pi-4 =3D "rock-pi-4" COMPATIBLE_MACHINE:rock-pi-e =3D "rock-pi-e" COMPATIBLE_MACHINE:rock-pi-s =3D "rock-pi-s" --=20 2.34.1