mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-05 05:04:47 +02:00
radxa-zero-3w: add
The Radxa ZERO 3e is an ultra-small, high-performance single board computer based on the Rockchip RK3566, with a compact form factor, and rich interfaces. http://radxa.com/products/zeros/zero3w/ tech specs: - Rockchip RK3566 (4x Arm Cortex-A55 @ 1.6GHz) - Arm Mali-G52-2EE (OpenGL ES 1.1/2.0/3.0/3.1/3.2, Vulkan 1.1, OpenCL 2.0) - LPDDR4 RAM (1/2/3/8 GB) - µSD - optional onboard eMMC (8/16/32/64 GB) - IEEE 802.11 b/g/n/ac/ax(WiFi6), BT5.4 with BLE - 1x USB 2.0 Type C OTG, 1x USB 3.0 Type C Host - 1x µHDMI (1080p @ 60fps) - 1x MIPI CSI camera port - colour-coded 40-pin GPIO (uart, spi, i2c, pcm/i2s, pwm, gpio) - 72mm x 30mm Signed-off-by: Trevor Woerner <twoerner@gmail.com>
This commit is contained in:
parent
ce59a4e3b8
commit
aefc2bf345
1
README
1
README
|
@ -41,6 +41,7 @@ Status of supported boards:
|
|||
rock-3a
|
||||
rock-4c-plus
|
||||
radxa-zero-3e
|
||||
radxa-zero-3w
|
||||
builds:
|
||||
marsboard-rk3066
|
||||
radxarock
|
||||
|
|
8
conf/machine/include/radxa-zero-3.inc
Normal file
8
conf/machine/include/radxa-zero-3.inc
Normal file
|
@ -0,0 +1,8 @@
|
|||
MACHINEOVERRIDES =. "radxa-zero-3:"
|
||||
|
||||
require conf/machine/include/rk3566.inc
|
||||
|
||||
PREFERRED_PROVIDER_virtual/kernel = "linux-torvalds-next"
|
||||
MACHINE_EXTRA_RRECOMMENDS += "kernel-modules"
|
||||
|
||||
UBOOT_MACHINE = "radxa-zero-3-rk3566_defconfig"
|
|
@ -3,10 +3,5 @@
|
|||
#@DESCRIPTION: The Radxa ZERO 3e is an ultra-small, high-performance single board computer based on the Rockchip RK3566, with a compact form factor, and rich interfaces.
|
||||
#http://radxa.com/products/zeros/zero3e/
|
||||
|
||||
require conf/machine/include/rk3566.inc
|
||||
|
||||
PREFERRED_PROVIDER_virtual/kernel = "linux-torvalds-next"
|
||||
require conf/machine/include/radxa-zero-3.inc
|
||||
KERNEL_DEVICETREE = "rockchip/rk3566-radxa-zero-3e.dtb"
|
||||
MACHINE_EXTRA_RRECOMMENDS += "kernel-modules"
|
||||
|
||||
UBOOT_MACHINE = "radxa-zero-3-rk3566_defconfig"
|
||||
|
|
7
conf/machine/radxa-zero-3w.conf
Normal file
7
conf/machine/radxa-zero-3w.conf
Normal file
|
@ -0,0 +1,7 @@
|
|||
#@TYPE: Machine
|
||||
#@NAME: Radxa Zero 3W
|
||||
#@DESCRIPTION: The Radxa ZERO 3w is an ultra-small, high-performance single board computer based on the Rockchip RK3566, with a compact form factor, and rich interfaces.
|
||||
#http://radxa.com/products/zeros/zero3w/
|
||||
|
||||
require conf/machine/include/radxa-zero-3.inc
|
||||
KERNEL_DEVICETREE = "rockchip/rk3566-radxa-zero-3w.dtb"
|
|
@ -2,9 +2,9 @@ require u-boot-rockchip.inc
|
|||
|
||||
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
|
||||
|
||||
SRC_URI:radxa-zero-3e = "git://github.com/Kwiboo/u-boot-rockchip.git;protocol=https;branch=rk3xxx-2024.07;name=Kwiboo"
|
||||
SRCREV:radxa-zero-3e = "8cdf606e616baa36751f3b4adcfaefc781126c8c"
|
||||
SRCREV:radxa-zero-3e:rk-u-boot-env = "8cdf606e616baa36751f3b4adcfaefc781126c8c"
|
||||
SRC_URI:radxa-zero-3 = "git://github.com/Kwiboo/u-boot-rockchip.git;protocol=https;branch=rk3xxx-2024.07;name=Kwiboo"
|
||||
SRCREV:radxa-zero-3 = "8cdf606e616baa36751f3b4adcfaefc781126c8c"
|
||||
SRCREV:radxa-zero-3:rk-u-boot-env = "8cdf606e616baa36751f3b4adcfaefc781126c8c"
|
||||
|
||||
SRC_URI:append:rk-u-boot-env = " file://rockchip-enable-environment-mmc.cfg"
|
||||
SRCREV:rk-u-boot-env = "cdfcc37428e06f4730ab9a17cc084eeb7676ea1a"
|
||||
|
|
|
@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
|
|||
|
||||
DEFAULT_PREFERENCE = "-1"
|
||||
COMPATIBLE_MACHINE = "^$"
|
||||
COMPATIBLE_MACHINE:radxa-zero-3e = "radxa-zero-3e"
|
||||
COMPATIBLE_MACHINE:radxa-zero-3 = "radxa-zero-3"
|
||||
|
||||
LINUX_VERSION = "6.10-rc3"
|
||||
PV = "${LINUX_VERSION}+git${SRCPV}"
|
||||
|
|
Loading…
Reference in New Issue
Block a user