Update patch and tutorial

This commit is contained in:
DenzelChen 2021-11-16 17:12:51 +08:00
parent b23c66ccd3
commit d6d912f9c7
2 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
current_file=$0
cd "$(dirname "$current_file")"
sudo cp /boot/config.txt /boot/config-backup.txt
sudo cp ./config.txt /boot/config.txt
#sudo cp /boot/config.txt /boot/config-backup.txt
#sudo cp ./config.txt /boot/config.txt
sudo cp /usr/lib/arm-linux-gnueabihf/libmmal.so /usr/lib/arm-linux-gnueabihf/libmmal-backup.so.backup
sudo cp ./libmmal.so /usr/lib/arm-linux-gnueabihf/libmmal.so

Binary file not shown.