You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
373 B
41 lines
373 B
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
|
|
|