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