13 lines
263 B
Bash
Executable File
13 lines
263 B
Bash
Executable File
#!/usr/bin/bash
|
|
|
|
cd /data/openpilot
|
|
|
|
sudo bash /data/openpilot/shell/start_service.sh
|
|
|
|
# Blank the UI (assuming framebuffer device is /dev/fb0)
|
|
# This command clears the framebuffer, effectively blanking the screen
|
|
|
|
export PASSIVE="0"
|
|
exec ./launch_chffrplus.sh
|
|
|