mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-02 03:52:11 +08:00
6c702630ac
old-commit-hash: 14fb17e22f
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
|