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 97bc095 commit dd0ae2e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions MPI5094-show
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/bin/bash

sudo cp -rf ./boot/config-nomal.txt ./boot/config.txt.bak

#sudo cp -rf ./boot/config-nomal.txt ./boot/config.txt.bak
source ./system_config.sh
sudo echo "hdmi_force_hotplug=1" >> ./boot/config.txt.bak
sudo echo "dtparam=i2c_arm=on" >> ./boot/config.txt.bak
sudo echo "dtparam=spi=on" >> ./boot/config.txt.bak
sudo echo "hdmi_group=2" >> ./boot/config.txt.bak
Expand Down

0 comments on commit dd0ae2e

Please sign in to comment.