This the firmware for the comma body robotics dev kit.
Learn more at commabody.com.
Compile: scons
Flash bootstub and app: board/recover.sh # STM flasher should be connected to debug port, needs openocd
Flash app through CAN bus with (standalone) panda:
board/flash_base.sh # base motherboard
board/flash_knee.sh # knee motherboard
Flash app through CAN bus with (comma device) panda:
- compile body firmware on your computer and transfer it to the comma device
- kill openpilot or just the panda processes
- run
board/flash_base.sh - restart openpilot via
op startor restart device