* [meta-rockchip] [PATCH] rock 4c+: add
@ 2023-12-21 1:41 Stephen Chen
2024-01-07 3:58 ` Trevor Woerner
0 siblings, 1 reply; 3+ messages in thread
From: Stephen Chen @ 2023-12-21 1:41 UTC (permalink / raw)
To: yocto; +Cc: twoerner, Stephen Chen
ROCK 4C+ is a Rockchip RK3399-T based SBC from Radxa.
Main differences of ROCK 4C+ compared to other ROCK 4 SBC.
- Rockchip RK3399-T SoC
- DP from ROCK Pi 4C replaced with micro HDMI 2K@60fps
- 4-lane MIPI DSI
- RK817 Audio codec
Signed-off-by: Stephen Chen <stephen@radxa.com>
---
conf/machine/rock-4c-plus.conf | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 conf/machine/rock-4c-plus.conf
diff --git a/conf/machine/rock-4c-plus.conf b/conf/machine/rock-4c-plus.conf
new file mode 100644
index 0000000..424fed2
--- /dev/null
+++ b/conf/machine/rock-4c-plus.conf
@@ -0,0 +1,10 @@
+#@TYPE: Machine
+#@NAME: ROCK 4C+
+#@DESCRIPTION: ROCK 4C+ based on Rockchip RK3399-T Processor is designed by Radxa.
+#https://wiki.radxa.com/Rock4/4cplus
+#https://docs.radxa.com/en/rock4/rock4c+
+
+require conf/machine/include/rock-pi-4.inc
+
+KERNEL_DEVICETREE = "rockchip/rk3399-rock-4c-plus.dtb"
+UBOOT_MACHINE = "rock-4c-plus-rk3399_defconfig"
--
2.34.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [meta-rockchip] [PATCH] rock 4c+: add
2023-12-21 1:41 [meta-rockchip] [PATCH] rock 4c+: add Stephen Chen
@ 2024-01-07 3:58 ` Trevor Woerner
2024-01-20 9:25 ` [yocto] " Stephen Chen
0 siblings, 1 reply; 3+ messages in thread
From: Trevor Woerner @ 2024-01-07 3:58 UTC (permalink / raw)
To: Stephen Chen; +Cc: yocto
Hi Stephen,
Thanks for the patch.
Please use the proposed Yocto name for the board you are adding.
On Thu 2023-12-21 @ 09:41:00 AM, Stephen Chen wrote:
> ROCK 4C+ is a Rockchip RK3399-T based SBC from Radxa.
> Main differences of ROCK 4C+ compared to other ROCK 4 SBC.
> - Rockchip RK3399-T SoC
> - DP from ROCK Pi 4C replaced with micro HDMI 2K@60fps
> - 4-lane MIPI DSI
> - RK817 Audio codec
I want to see the capabilities of the board that is being added. Not what
amounts to a diff between this new board and some other random board.
Could you add the new board to the README file as well (the list is sorted
chronologically, later entries are the most recently-added boards).
Also, do we need to add a COMPATIBLE_MACHINE entry for the kernel?
>
> Signed-off-by: Stephen Chen <stephen@radxa.com>
> ---
> conf/machine/rock-4c-plus.conf | 10 ++++++++++
> 1 file changed, 10 insertions(+)
> create mode 100644 conf/machine/rock-4c-plus.conf
>
> diff --git a/conf/machine/rock-4c-plus.conf b/conf/machine/rock-4c-plus.conf
> new file mode 100644
> index 0000000..424fed2
> --- /dev/null
> +++ b/conf/machine/rock-4c-plus.conf
> @@ -0,0 +1,10 @@
> +#@TYPE: Machine
> +#@NAME: ROCK 4C+
> +#@DESCRIPTION: ROCK 4C+ based on Rockchip RK3399-T Processor is designed by Radxa.
> +#https://wiki.radxa.com/Rock4/4cplus
> +#https://docs.radxa.com/en/rock4/rock4c+
> +
> +require conf/machine/include/rock-pi-4.inc
> +
> +KERNEL_DEVICETREE = "rockchip/rk3399-rock-4c-plus.dtb"
> +UBOOT_MACHINE = "rock-4c-plus-rk3399_defconfig"
> --
> 2.34.1
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [yocto] [meta-rockchip] [PATCH] rock 4c+: add
2024-01-07 3:58 ` Trevor Woerner
@ 2024-01-20 9:25 ` Stephen Chen
0 siblings, 0 replies; 3+ messages in thread
From: Stephen Chen @ 2024-01-20 9:25 UTC (permalink / raw)
To: Trevor Woerner, yocto
[-- Attachment #1: Type: text/plain, Size: 42 bytes --]
Hi Trevor
Thanks for your suggestion.
[-- Attachment #2: Type: text/html, Size: 50 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-01-20 9:26 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-21 1:41 [meta-rockchip] [PATCH] rock 4c+: add Stephen Chen
2024-01-07 3:58 ` Trevor Woerner
2024-01-20 9:25 ` [yocto] " Stephen Chen
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.