wip
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
cd /data/openpilot
|
||||
|
||||
# sudo bash /data/openpilot/shell/init_shell.sh
|
||||
sudo bash /data/openpilot/shell/init_shell.sh
|
||||
|
||||
# Blank the UI (assuming framebuffer device is /dev/fb0)
|
||||
# This command clears the framebuffer, effectively blanking the screen
|
||||
|
||||
@@ -19,7 +19,7 @@ if [ "$(md5sum /usr/comma/bg.jpg | awk '{print $1}')" != "$(md5sum /data/openpil
|
||||
if [[ "$(md5sum /usr/comma/bg.org | awk '{print $1}')" != "642380ba4c0f00b16e9cf6e613f43eec" ]]; then
|
||||
sudo mount -o remount,ro /
|
||||
echo failed to backup the correct picture
|
||||
exit
|
||||
exit
|
||||
fi
|
||||
|
||||
sudo mount -o remount,rw /
|
||||
|
||||
Reference in New Issue
Block a user