Commit fd1e972c authored by Anton Midyukov's avatar Anton Midyukov

armh-mcom02: Don't overwrite extlinux.conf, set screen resolution 1366x768

- No need to do double work. - With screen resolution '1920x1080' there are errors getting EDID when using fbturbo videodriver. There is a cyclical shift of the screen image to the right.
parent d30083a8
......@@ -8,6 +8,7 @@ use/armh-mcom02: use/uboot use/tty/S0 use/no-sleep use/auto-resize
use/armh-mcom02/x11: use/armh-mcom02
@$(call add,THE_PACKAGES,xorg-drv-fbturbo)
@$(call add,UBOOT_BOOTARGS,video=HDMI:1366x768)
use/armh-mcom02/mali: use/armh-mcom02/x11
@$(call add,THE_KMODULES,mali)
......
#!/bin/sh
# Rewrite extlinux.conf
mkdir -p /boot/extlinux
cat > /boot/extlinux/extlinux.conf << EOF
menu title ALT Boot Options
default linux
timeout 20
label linux
kernel /boot/vmlinuz
initrd /boot/initrd.img
append root=LABEL=ROOT ro console=ttyS0,115200 video=HDMI:1920x1080
EOF
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment