mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2025-08-01 21:50:55 +02:00
update layer to be compatible with rpi zero 64 bits
This commit is contained in:
@ -27,8 +27,8 @@ ROOT_HOME = "/root"
|
||||
#MACHINE = "raspberrypi3-64"
|
||||
#MACHINE = "raspberrypi2"
|
||||
|
||||
RPI_USE_U_BOOT:raspberrypi = "0"
|
||||
RPI_USE_U_BOOT ?= "1"
|
||||
#RPI_USE_U_BOOT:raspberrypi = "0"
|
||||
RPI_USE_U_BOOT = "0"
|
||||
RPI_USE_wS_28_DPI_LCD = "1"
|
||||
# enable usb boot in uboot
|
||||
ENABLE_USB_U_BOOT = "0"
|
||||
@ -40,7 +40,7 @@ ENABLE_SPI_BUS = "0"
|
||||
ENABLE_I2C = "0"
|
||||
KERNEL_MODULE_AUTOLOAD:rpi += " i2c-dev "
|
||||
|
||||
VC4DTBO:raspberrypi = "vc4-kms-v3d,nocomposite,noaudio"
|
||||
VC4DTBO = "vc4-kms-v3d,nocomposite,noaudio"
|
||||
|
||||
KERNEL_DEVICETREE:append = " overlays/vc4-kms-dpi-generic.dtbo "
|
||||
|
||||
|
Reference in New Issue
Block a user