mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
}
|
||||
5
packages/bsp/cubox/99-hdmi_fb0.conf
Normal file
5
packages/bsp/cubox/99-hdmi_fb0.conf
Normal file
@@ -0,0 +1,5 @@
|
||||
Section "Device"
|
||||
Identifier "main"
|
||||
driver "fbdev"
|
||||
Option "fbdev" "/dev/fb0"
|
||||
EndSection
|
||||
1364
patch/kernel/udoo-next/04-patch-4.4.104-105.patch
Normal file
1364
patch/kernel/udoo-next/04-patch-4.4.104-105.patch
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user