mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-12 16:28:25 +01:00
2f84e8ff67
- Ethernet, WiFi, Bluetooth, USBs are working fine but HDMI is working until U-Boot loading the kernel. Then it stop working. - Tested with core-image-base and kernel mainline 6.6.28 Signed-off-by: alperak <alperyasinak1@gmail.com>
13 lines
429 B
Plaintext
13 lines
429 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: orange-pi-prime
|
|
#@DESCRIPTION: Machine configuration for the orange-pi-prime, base on Allwinner H5 CPU
|
|
|
|
require conf/machine/include/sun50i.inc
|
|
require conf/machine/include/hardware/ap6212a.inc
|
|
|
|
KERNEL_DEVICETREE = "allwinner/sun50i-h5-orangepi-prime.dtb"
|
|
UBOOT_MACHINE = "orangepi_prime_defconfig"
|
|
|
|
MACHINE_FEATURES:append = " bluetooth wifi"
|
|
MACHINE_EXTRA_RRECOMMENDS:append = " linux-firmware-rtl8723"
|