mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-08 22:38:22 +01:00
29 lines
940 B
Plaintext
29 lines
940 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: orange-pi-3lts
|
|
#@DESCRIPTION: Machine configuration for the Orange Pi 3 LTS , based on Allwinner H6 CPU
|
|
# Note: Some boards have faulty RTC a fix is included by default
|
|
# a workarround in the dts ins include by default but in can removed adding
|
|
# KERNEL_FEATURES:remove = " bsp/orange-pi-3lts/fix-rtc.scc" to local.conf
|
|
|
|
require conf/machine/include/sun50i-h6.inc
|
|
|
|
KERNEL_DEVICETREE = "allwinner/sun50i-h6-orangepi-3-lts.dtb"
|
|
UBOOT_MACHINE = "orangepi_3_lts_defconfig"
|
|
|
|
SPL_BINARY = "u-boot-sunxi-with-spl.bin"
|
|
|
|
# as for now neither graphics nor audio is supported
|
|
MACHINE_FEATURES:remove = " x11 alsa rtc"
|
|
MACHINE_FEATURES:append = " bluetooth wifi"
|
|
|
|
# fiwrware needed for wifi + bt
|
|
MACHINE_EXTRA_RRECOMMENDS += " uwe5622-firmware"
|
|
|
|
# Load modules for wifi & bt
|
|
# Note: fo wifi a custom hci attach userspace sofware is needed that is not included in the layer
|
|
KERNEL_MODULE_AUTOLOAD += " sprdwl_ng sprdbt_tty "
|
|
|
|
|
|
|
|
|