panda/board/README.md

42 lines
610 B
Markdown
Raw Permalink Normal View History

2017-11-10 18:27:25 +08:00
Dependencies
--------
**Mac**
```
xcode-select --install
./get_sdk_mac.sh
2017-11-10 18:27:25 +08:00
```
**Debian / Ubuntu**
```
./get_sdk.sh
```
Programming
----
**Panda**
```
2022-04-02 10:15:04 +08:00
scons -u -j$(nproc) # Compile
./flash_h7.sh # for red panda
./flash.sh # for other pandas
2017-11-10 18:27:25 +08:00
```
Troubleshooting
----
If your panda will not flash and is quickly blinking a single Green LED, use:
```
./recover_h7.sh # for red panda
./recover.sh # for other pandas
```
A [panda paw](https://comma.ai/shop/products/panda-paw) can be used to put panda into DFU mode.
2017-11-10 18:27:25 +08:00
[dfu-util](http://github.com/dsigma/dfu-util.git) for flashing