Skip to content
Snippets Groups Projects
Commit ee388420 authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

oniro-linux-blueprint-vending-machine.conf: I2C, VC4, WAVESHARE and tty1 fixes and cleanup


Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent 9d286ce3
No related branches found
No related tags found
No related merge requests found
...@@ -27,3 +27,16 @@ LVGL_CONFIG_WAYLAND_VER_RES ?= "600" ...@@ -27,3 +27,16 @@ LVGL_CONFIG_WAYLAND_VER_RES ?= "600"
# Dynamic weston.ini configuration # Dynamic weston.ini configuration
WESTON_DYNAMIC_INI = "1" WESTON_DYNAMIC_INI = "1"
WESTON_INI_NO_TOOLBAR = "1" WESTON_INI_NO_TOOLBAR = "1"
# I2C support
# See Hardware setup for more details.
ENABLE_I2C_rpi = "1"
KERNEL_MODULE_AUTOLOAD_rpi += "i2c-dev i2c-bcm2708"
VC4DTBO_raspberrypi4-64 = "vc4-kms-v3d"
GPU_MEM_raspberrypi4-64 = "128"
WAVESHARE_1024X600_C_2_1 = "1"
# Mask getty on tty1 to cleanup boot process
SYSTEMD_MASK_GETTY = "tty1"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment