mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-09-03 14:43:48 +08:00
659adb6457
date: 2024-03-17T10:14:38 master commit: 7e9a909e0e57ecb31df4c87c5b9a06b1204fd034
19 lines
390 B
Markdown
19 lines
390 B
Markdown
# comma body
|
|
|
|
This the firmware for the comma body robotics dev kit.
|
|
|
|
|
|
Learn more at [commabody.com](https://commabody.com/).
|
|
|
|
## building
|
|
|
|
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 panda:
|
|
|
|
`board/flash_base.sh` # base motherboard
|
|
|
|
`board/flash_knee.sh` # knee motherboard
|