Skip to content

Commit

Permalink
support 64bit system
Browse files Browse the repository at this point in the history
  • Loading branch information
goodtft authored Jul 29, 2022
1 parent 6058094 commit ab812f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion LCD-hdmi
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
#exit
#fi
sudo ./system_backup.sh
sudo cp -rf ./boot/config-nomal.txt ./boot/config.txt.bak
source ./system_config.sh
#sudo cp -rf ./boot/config-nomal.txt ./boot/config.txt.bak
sudo echo "hdmi_force_hotplug=1" >> ./boot/config.txt.bak
sudo cp -rf ./boot/config.txt.bak /boot/config.txt

Expand Down

0 comments on commit ab812f2

Please sign in to comment.