8ebafdf992
Display is working in both X and wayland (tested with weston and XFCE). Not tried with osk-sdl yet, charging-sdl seems to work fine. USB networking and SSH is working too. Camera subsystem disabled to prevent bootloops. This device brings its own dtb.img format, but there's a generator in the kernel source that is used at build time (patched to make it work properly). [skip ci]: already built in CI successfully
8 lines
246 B
Bash
8 lines
246 B
Bash
# Set 16bpp fb mode and ensure size is set
|
|
echo 16 > /sys/class/graphics/fb0/bits_per_pixel
|
|
echo 1440,2560 > /sys/class/graphics/fb0/virtual_size
|
|
|
|
# Blank and unblank
|
|
echo 1 > /sys/class/graphics/fb0/blank
|
|
echo 0 > /sys/class/graphics/fb0/blank
|
|
|