diff mbox series

[meta-rockchip] nanopi-r2s: add

Message ID 20231002141146.9037-1-twoerner@gmail.com
State New
Headers show
Series [meta-rockchip] nanopi-r2s: add | expand

Commit Message

Trevor Woerner Oct. 2, 2023, 2:11 p.m. UTC
The NanoPi R2S is a mini router with edge computing and dual GbE ports by
FriendlyElec. It is based on the Rockchip RK3328 - a quad A53 core, 64-bit SoC
running at 1.2GHz with at least 1GB of DDR4 RAM. It has one USB 2.0 host and
is powered via a USB type-C connector (5V/2A).

https://www.friendlyelec.com/index.php?route=product/product&product_id=282

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
 README                                      |  1 +
 conf/machine/nanopi-r2s.conf                | 11 +++++++++++
 recipes-kernel/linux/linux-yocto_%.bbappend |  1 +
 3 files changed, 13 insertions(+)
 create mode 100644 conf/machine/nanopi-r2s.conf

Comments

Quentin Schulz Oct. 2, 2023, 2:15 p.m. UTC | #1
Hi Trevor,

On 10/2/23 16:11, Trevor Woerner via lists.yoctoproject.org wrote:
> The NanoPi R2S is a mini router with edge computing and dual GbE ports by
> FriendlyElec. It is based on the Rockchip RK3328 - a quad A53 core, 64-bit SoC
> running at 1.2GHz with at least 1GB of DDR4 RAM. It has one USB 2.0 host and
> is powered via a USB type-C connector (5V/2A).
> 
> https://www.friendlyelec.com/index.php?route=product/product&product_id=282
> 
> Signed-off-by: Trevor Woerner <twoerner@gmail.com>
> ---
>   README                                      |  1 +
>   conf/machine/nanopi-r2s.conf                | 11 +++++++++++
>   recipes-kernel/linux/linux-yocto_%.bbappend |  1 +
>   3 files changed, 13 insertions(+)
>   create mode 100644 conf/machine/nanopi-r2s.conf
> 
> diff --git a/README b/README
> index e815fb47ff5f..8451b4778c37 100644
> --- a/README
> +++ b/README
> @@ -32,6 +32,7 @@ Status of supported boards:
>   		nanopi-r4s
>   		rock-5b
>   		rock-pi-s
> +		nanopi-r2s

Was about to "complain" that this was not alphabetically sorted 
anymore... but it's already the case above the git context :)

Looking good :)

Reviewed-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>

Cheers,
Quentin

>   	builds:
>   		marsboard-rk3066
>   		radxarock
> diff --git a/conf/machine/nanopi-r2s.conf b/conf/machine/nanopi-r2s.conf
> new file mode 100644
> index 000000000000..4472c21f0217
> --- /dev/null
> +++ b/conf/machine/nanopi-r2s.conf
> @@ -0,0 +1,11 @@
> +#@TYPE: Machine
> +#@NAME: NanoPi R2S
> +#@DESCRIPTION: The NanoPi R2S is a mini router with edge computing and dual GbE ports by FriendlyElec
> +#https://www.friendlyelec.com/index.php?route=product/product&product_id=282
> +
> +require conf/machine/include/rk3328.inc
> +
> +KERNEL_DEVICETREE = "rockchip/rk3328-nanopi-r2s.dtb"
> +MACHINE_EXTRA_RRECOMMENDS += "kernel-modules"
> +
> +UBOOT_MACHINE = "nanopi-r2s-rk3328_defconfig"
> diff --git a/recipes-kernel/linux/linux-yocto_%.bbappend b/recipes-kernel/linux/linux-yocto_%.bbappend
> index 61c89f70d8dc..456182ee473d 100644
> --- a/recipes-kernel/linux/linux-yocto_%.bbappend
> +++ b/recipes-kernel/linux/linux-yocto_%.bbappend
> @@ -14,6 +14,7 @@ COMPATIBLE_MACHINE:rock64 = "rock64"
>   COMPATIBLE_MACHINE:rock-pi-e = "rock-pi-e"
>   COMPATIBLE_MACHINE:nanopi-r4s = "nanopi-r4s"
>   COMPATIBLE_MACHINE:rock-pi-s = "rock-pi-s"
> +COMPATIBLE_MACHINE:nanopi-r2s = "nanopi-r2s"
>   
>   SRC_URI:append = " file://rockchip-kmeta;type=kmeta;name=rockchip-kmeta;destsuffix=rockchip-kmeta"
>   SRC_URI:append:nanopi-r4s = " file://nanopi-r4s.scc"
> 
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#61191): https://lists.yoctoproject.org/g/yocto/message/61191
> Mute This Topic: https://lists.yoctoproject.org/mt/101712596/6293953
> Group Owner: yocto+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [quentin.schulz@theobroma-systems.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Trevor Woerner Oct. 2, 2023, 10:59 p.m. UTC | #2
On Mon 2023-10-02 @ 10:11:46 AM, Trevor Woerner wrote:
> The NanoPi R2S is a mini router with edge computing and dual GbE ports by
> FriendlyElec. It is based on the Rockchip RK3328 - a quad A53 core, 64-bit SoC
> running at 1.2GHz with at least 1GB of DDR4 RAM. It has one USB 2.0 host and
> is powered via a USB type-C connector (5V/2A).
> 
> https://www.friendlyelec.com/index.php?route=product/product&product_id=282
> 
> Signed-off-by: Trevor Woerner <twoerner@gmail.com>
> ---
>  README                                      |  1 +
>  conf/machine/nanopi-r2s.conf                | 11 +++++++++++
>  recipes-kernel/linux/linux-yocto_%.bbappend |  1 +
>  3 files changed, 13 insertions(+)
>  create mode 100644 conf/machine/nanopi-r2s.conf

Applied to meta-rockchip, master branch.
diff mbox series

Patch

diff --git a/README b/README
index e815fb47ff5f..8451b4778c37 100644
--- a/README
+++ b/README
@@ -32,6 +32,7 @@  Status of supported boards:
 		nanopi-r4s
 		rock-5b
 		rock-pi-s
+		nanopi-r2s
 	builds:
 		marsboard-rk3066
 		radxarock
diff --git a/conf/machine/nanopi-r2s.conf b/conf/machine/nanopi-r2s.conf
new file mode 100644
index 000000000000..4472c21f0217
--- /dev/null
+++ b/conf/machine/nanopi-r2s.conf
@@ -0,0 +1,11 @@ 
+#@TYPE: Machine
+#@NAME: NanoPi R2S
+#@DESCRIPTION: The NanoPi R2S is a mini router with edge computing and dual GbE ports by FriendlyElec
+#https://www.friendlyelec.com/index.php?route=product/product&product_id=282
+
+require conf/machine/include/rk3328.inc
+
+KERNEL_DEVICETREE = "rockchip/rk3328-nanopi-r2s.dtb"
+MACHINE_EXTRA_RRECOMMENDS += "kernel-modules"
+
+UBOOT_MACHINE = "nanopi-r2s-rk3328_defconfig"
diff --git a/recipes-kernel/linux/linux-yocto_%.bbappend b/recipes-kernel/linux/linux-yocto_%.bbappend
index 61c89f70d8dc..456182ee473d 100644
--- a/recipes-kernel/linux/linux-yocto_%.bbappend
+++ b/recipes-kernel/linux/linux-yocto_%.bbappend
@@ -14,6 +14,7 @@  COMPATIBLE_MACHINE:rock64 = "rock64"
 COMPATIBLE_MACHINE:rock-pi-e = "rock-pi-e"
 COMPATIBLE_MACHINE:nanopi-r4s = "nanopi-r4s"
 COMPATIBLE_MACHINE:rock-pi-s = "rock-pi-s"
+COMPATIBLE_MACHINE:nanopi-r2s = "nanopi-r2s"
 
 SRC_URI:append = " file://rockchip-kmeta;type=kmeta;name=rockchip-kmeta;destsuffix=rockchip-kmeta"
 SRC_URI:append:nanopi-r4s = " file://nanopi-r4s.scc"