Fix randomly failing X server on imx6 boards + upstram patch for Udoo NEXT

https://forum.armbian.com/topic/4900-x-server-randomly-failing-through-the-last-upgrades/
This commit is contained in:
Igor Pecovnik
2017-12-12 22:09:53 +01:00
parent 7b6d11ab5f
commit ee6674bb87
4 changed files with 1375 additions and 0 deletions

View File

@@ -67,6 +67,7 @@ family_tweaks()
family_tweaks_bsp()
{
install -m 644 $SRC/packages/bsp/cubox/99-hdmi_fb0.conf $destination/etc/X11/xorg.conf.d/99-hdmi_fb0.conf
install -m 755 $SRC/packages/bsp/cubox/brcm_patchram_plus $destination/usr/bin/brcm_patchram_plus
cp $SRC/packages/bsp/cubox/brcm4330 $destination/etc/default/
# TODO: replace by a systemd service

View File

@@ -63,3 +63,8 @@ family_tweaks()
install_deb_chroot "$SRC/packages/blobs/udoo/udooneo-bluetooth_1.2-1_armhf.deb"
fi
}
family_tweaks_bsp()
{
install -m 644 $SRC/packages/bsp/cubox/99-hdmi_fb0.conf $destination/etc/X11/xorg.conf.d/99-hdmi_fb0.conf
}

View File

@@ -0,0 +1,5 @@
Section "Device"
Identifier "main"
driver "fbdev"
Option "fbdev" "/dev/fb0"
EndSection

File diff suppressed because it is too large Load Diff