Skip to content

Commit

Permalink
Merge pull request commaai#66 from energee/patch-1
Browse files Browse the repository at this point in the history
Further additions and fixes to Mac scripts
  • Loading branch information
geohot committed Nov 21, 2017
2 parents 3db5a6f + 4f3a4e1 commit 3cab372
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion board/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Dependencies
**Mac**

```
./get_mac_sdk.sh
./get_sdk_mac.sh
```

**Debian / Ubuntu**
Expand All @@ -29,5 +29,13 @@ make
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
File renamed without changes.
2 changes: 1 addition & 1 deletion boardesp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Dependencies
**Debian / Ubuntu**

```
./get_mac_sdk.sh
./get_sdk_mac.sh
```

Programming
Expand Down

0 comments on commit 3cab372

Please sign in to comment.