mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-10 20:02:13 +08:00
c251b312d8
git-subtree-dir: panda git-subtree-split: c371fe688dbad4c53635905d3471a01c185e811d
42 lines
373 B
Markdown
42 lines
373 B
Markdown
Dependencies
|
|
--------
|
|
|
|
**Mac**
|
|
|
|
```
|
|
./get_sdk_mac.sh
|
|
```
|
|
|
|
**Debian / Ubuntu**
|
|
|
|
```
|
|
./get_sdk.sh
|
|
```
|
|
|
|
|
|
Programming
|
|
----
|
|
|
|
**Panda**
|
|
|
|
```
|
|
make
|
|
```
|
|
|
|
**NEO**
|
|
|
|
```
|
|
make -f Makefile.legacy
|
|
```
|
|
|
|
Troubleshooting
|
|
----
|
|
|
|
If your panda will not flash and is quickly blinking a single Green LED, use:
|
|
```
|
|
make recover
|
|
```
|
|
|
|
|
|
[dfu-util](http://github.com/dsigma/dfu-util.git) for flashing
|