galstaf
Well-known member
- Joined
- Jul 20, 2025
- Threads
- 3
- Messages
- 103
- Reaction score
- 62
- Location
- North Georgia
- Vehicles
- 2015 LEAF x 2, 2022 F150 Lightning Lariat ER (511A trim)
- Occupation
- community offgrid training
Hey.. sorry.. been out of town but still having issues. I did get the device to reset via SSH with a Bash script chatgpt helped me make. It wipes out the existing calibration and gets the device ready to accept a brand new calibration.that is a new one.
upload the route so I can take a peek:
cd /data/openpilot || exit 1
test -x ./launch_openpilot.sh || { ls -la; exit 2; }
pkill -f "launch_openpilot\.sh" 2>/dev/null
pkill -f "manager|modeld|controlsd|locationd|boardd|pandad|loggerd|logmessaged|camerad|sensord" 2>/dev/null
sleep 3
rm -f /data/params/d/LiveCalibration /data/params/d/CalibrationParams /data/params/d/IsOnroad 2>/dev/null
sync
nohup ./launch_openpilot.sh >/tmp/op_launch.out 2>&1 &
sleep 15
ps -ef | grep -E "launch_openpilot|manager|modeld|controlsd|locationd" | grep -v grep
cat /data/params/d/IsOnroad 2>/dev/null
ls -lh /data/params/d/CalibrationParams /data/params/d/LiveCalibration 2>/dev/null
tail -n 80 /tmp/op_launch.out
ps -ef | grep -E "python3 ./manager.py|modeld|controlsd|locationd|camerad|sensord" | grep -v grep
ls -lh /data/params/d/CalibrationParams /data/params/d/LiveCalibration 2>/dev/null
cat /data/params/d/LiveCalibration 2>/dev/null
sleep 20
ps -ef | grep -E "python3 ./manager.py|modeld|controlsd|locationd|camerad|sensord" | grep -v grep
ls -lh /data/params/d/CalibrationParams /data/params/d/LiveCalibration 2>/dev/null
cat /data/params/d/LiveCalibration 2>/dev/null
This put the C4 back into reset calibration mode and it worked fine for the rest of the day. However powering the truck off overnight and it was back in "Calibration Invalid" again.
I will try what you suggested and upload the logs for you.
Again, I have it on the factory mount just below the mirror and didn't move the device from one session to another. Also, the device seems to still be seeing other vehicles in the greyed out background, so it is doing stuff but just not actually doing it's job.
Would using another model help do you think?
Sponsored