mirror of
https://github.com/goodtft/LCD-show.git
synced 2025-02-01 03:52:10 +01:00
Update MPI3508_600_400-show
This commit is contained in:
parent
3bc8e597bf
commit
d4e81d8d6d
@ -1,6 +1,10 @@
|
||||
#!/bin/bash
|
||||
sudo cp -rf ./boot/config-35-600X400.txt /boot/config.txt
|
||||
if [ -b /dev/mmcblk0p7 ]; then
|
||||
sudo cp ./usr/cmdline.txt-noobs /boot/cmdline.txt
|
||||
else
|
||||
sudo cp ./usr/cmdline.txt /boot/
|
||||
fi
|
||||
sudo cp ./usr/inittab /etc/
|
||||
sudo cp -rf ./usr/99-fbturbo.conf-HDMI /usr/share/X11/xorg.conf.d/99-fbturbo.conf
|
||||
sudo mkdir -p /etc/X11/xorg.conf.d
|
||||
|
Loading…
x
Reference in New Issue
Block a user