-
Notifications
You must be signed in to change notification settings - Fork 0
Flashing via EON USB
Chris Souers edited this page Feb 3, 2021
·
4 revisions
Below are instructions for flashing the bodyharness panda via a comma EON. These instructions assume you've already installed the body harness into the vehicle and have installed the panda onto the body harness. If you have not, temporarily connect the panda to the OBD-2 port for flashing.
- SSH into the EON
- Attach to openpilot's tmux session:
tmux a
- Quit openpilot by pressing Ctrl-C. Once the screen shows
everything is dead
, press Ctrl-C one more time. The tmux session will terminate if you have not opened another tab within tmux. - Connect the USB cable from the EON to the panda's USB port.
- Enter or make a directory where you can store personal data, for example
/data/mydata
. Create this withmkdir /data/mydata
. Enter the directory:cd /data/mydata
- Clone the bodyharness panda repository with
git clone -b bodyharness https://github.com/csouers/panda
- Enter the board directory:
cd board
- Flash the firmware:
make recover
Note: You MUST runmake recover
otherwise OTA updates via CAN will NOT be possible! Do not disconnect any cables or remove the panda from power during flashing. - After flashing or initial power-up, the panda will pulse red for 10 seconds before turning the LED off. With the vehicle off, press the brake pedal and observe the LED color on the panda. If it lights up blue with the vehicle off, that means you have a proper connection to the vehicle's body CAN bus.
- Reboot the EON and finish the hardware installation if necessary.