2023-03-16 09:52:18 +01:00
|
|
|
#@TYPE: Machine
|
|
|
|
#@NAME: orange-pi-zero-2
|
|
|
|
#@DESCRIPTION: Machine configuration for the orange-pi-zero-2, based on Allwinner H616 CPU
|
|
|
|
|
|
|
|
require conf/machine/include/sun50i-h616.inc
|
|
|
|
|
2023-11-13 10:59:42 +01:00
|
|
|
KERNEL_DEVICETREE = "sun50i-h616-orangepi-zero2.dtb"
|
2023-03-16 09:52:18 +01:00
|
|
|
UBOOT_MACHINE = "orangepi_zero2_defconfig"
|
|
|
|
|
|
|
|
SPL_BINARY = "u-boot-sunxi-with-spl.bin"
|
|
|
|
|
|
|
|
# as for now neither graphics nor audio is supported
|
2023-03-16 09:53:25 +01:00
|
|
|
MACHINE_FEATURES:remove = "alsa x11"
|
|
|
|
MACHINE_FEATURES:append = "bluetooth wifi"
|
|
|
|
|
2023-11-13 10:59:42 +01:00
|
|
|
MACHINE_EXTRA_RRECOMMENDS = "uwe5622-firmware"
|