* [meta-rockchip] [PATCH v3] rock-pi-4b-plus: add
@ 2025-10-28 13:45 Walter Werner SCHNEIDER
2025-10-29 2:33 ` [yocto-patches] " Trevor Woerner
0 siblings, 1 reply; 2+ messages in thread
From: Walter Werner SCHNEIDER @ 2025-10-28 13:45 UTC (permalink / raw)
To: yocto-patches; +Cc: Quentin Schulz
The Radxa ROCK (Pi) 4B+ is a SBC with an overclocked RK3399 SoC (the OP1)
and it comes with WiFi5, BT5 and PoE Support.
Product Page:
https://radxa.com/products/rock4/4bp/
Documentation page:
https://docs.radxa.com/en/rock4/rock4ab-se
Specs:
- Rockchip OP1
- Dual-Core Arm Cortex-A72 @ 2.0GHz
- Quad-Core Arm Cortex-A53 @ 1.5GHz
- Arm Mali T860MP4 GPU
- OpenGL ES 1.1/2.0/3.0/3.1/3.2
- Vulkan 1.0
- OpenCL 1.1/1.2
- DirectX 11.1
- LPDDR4 RAM (2/4)
- Onboard eMMC (16/32/64/128 GB)
- 1x M.2 M-Key (4-lane PCIe 2.1) supports NVMe SSD
- 1x Micro SD Card Slot
- 1x HDMI
- 1x 4-lane MIPI DSI
- 1x 2-lane MIPI CSI
- IEEE 802.11 b/g/n/ac and Bluetooth 5.0 with BLE
- 1x Gigabit Ethernet with PoE support via an HAT
- 1x USB3 OTG/HOST port
- 1x USB3 HOST port
- 2x USB2 HOST ports
- 1x 4-ring 3.5mm Headphone Jack
- 40x GPIO, UART, SPI, I2C, PCM/I2S, SPDIF, PWM, ADC, 5V in and 3.3V out
- USB Type-C with PD and Quick Charge
- Dimensions: 85 mm x 56 mm
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Signed-off-by: Walter Werner SCHNEIDER <contact@schnwalter.eu>
---
V2 -> V3: Updated README
V1 -> V2: Fixed name
README | 1 +
conf/machine/rock-pi-4b-plus.conf | 9 +++++++++
2 files changed, 10 insertions(+)
create mode 100644 conf/machine/rock-pi-4b-plus.conf
diff --git a/README b/README
index 2cd33a5..f55f750 100644
--- a/README
+++ b/README
@@ -42,6 +42,7 @@ Status of supported boards:
rock-5b
rock-pi-4a
rock-pi-4b
+ rock-pi-4b-plus
rock-pi-4c
rock-pi-e
rock-pi-s
diff --git a/conf/machine/rock-pi-4b-plus.conf b/conf/machine/rock-pi-4b-plus.conf
new file mode 100644
index 0000000..2749c60
--- /dev/null
+++ b/conf/machine/rock-pi-4b-plus.conf
@@ -0,0 +1,9 @@
+#@TYPE: Machine
+#@NAME: Radxa Rock 4B+ OP1
+#@DESCRIPTION: An OP1 SBC with Wi-Fi 5 & BT 5 and PoE Support.
+#https://docs.radxa.com/en/rock4/rock4ab-se
+
+require conf/machine/include/rock-pi-4.inc
+
+KERNEL_DEVICETREE = "rockchip/rk3399-rock-pi-4b-plus.dtb"
+UBOOT_MACHINE = "rock-pi-4-rk3399_defconfig"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [yocto-patches] [meta-rockchip] [PATCH v3] rock-pi-4b-plus: add
2025-10-28 13:45 [meta-rockchip] [PATCH v3] rock-pi-4b-plus: add Walter Werner SCHNEIDER
@ 2025-10-29 2:33 ` Trevor Woerner
0 siblings, 0 replies; 2+ messages in thread
From: Trevor Woerner @ 2025-10-29 2:33 UTC (permalink / raw)
To: yocto-patches; +Cc: Quentin Schulz
On Tue 2025-10-28 @ 03:45:16 PM, Walter Werner SCHNEIDER via lists.yoctoproject.org wrote:
> The Radxa ROCK (Pi) 4B+ is a SBC with an overclocked RK3399 SoC (the OP1)
> and it comes with WiFi5, BT5 and PoE Support.
>
> Product Page:
> https://radxa.com/products/rock4/4bp/
>
> Documentation page:
> https://docs.radxa.com/en/rock4/rock4ab-se
>
> Specs:
> - Rockchip OP1
> - Dual-Core Arm Cortex-A72 @ 2.0GHz
> - Quad-Core Arm Cortex-A53 @ 1.5GHz
> - Arm Mali T860MP4 GPU
> - OpenGL ES 1.1/2.0/3.0/3.1/3.2
> - Vulkan 1.0
> - OpenCL 1.1/1.2
> - DirectX 11.1
> - LPDDR4 RAM (2/4)
> - Onboard eMMC (16/32/64/128 GB)
> - 1x M.2 M-Key (4-lane PCIe 2.1) supports NVMe SSD
> - 1x Micro SD Card Slot
> - 1x HDMI
> - 1x 4-lane MIPI DSI
> - 1x 2-lane MIPI CSI
> - IEEE 802.11 b/g/n/ac and Bluetooth 5.0 with BLE
> - 1x Gigabit Ethernet with PoE support via an HAT
> - 1x USB3 OTG/HOST port
> - 1x USB3 HOST port
> - 2x USB2 HOST ports
> - 1x 4-ring 3.5mm Headphone Jack
> - 40x GPIO, UART, SPI, I2C, PCM/I2S, SPDIF, PWM, ADC, 5V in and 3.3V out
> - USB Type-C with PD and Quick Charge
> - Dimensions: 85 mm x 56 mm
>
> Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
> Signed-off-by: Walter Werner SCHNEIDER <contact@schnwalter.eu>
> ---
> V2 -> V3: Updated README
> V1 -> V2: Fixed name
>
> README | 1 +
> conf/machine/rock-pi-4b-plus.conf | 9 +++++++++
> 2 files changed, 10 insertions(+)
> create mode 100644 conf/machine/rock-pi-4b-plus.conf
Applied to meta-rockchip, master branch.
Thanks!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-10-29 2:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-28 13:45 [meta-rockchip] [PATCH v3] rock-pi-4b-plus: add Walter Werner SCHNEIDER
2025-10-29 2:33 ` [yocto-patches] " Trevor Woerner
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.