Skip to content

Commit

Permalink
Made bash script's naming consistent and updated another typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
energee committed Nov 15, 2017
1 parent 7dbe0cc commit 4f3a4e1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 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.
4 changes: 2 additions & 2 deletions boardesp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ Dependencies
**Mac**

```
./get_mac_sdk.sh
./get_sdk.sh
```

**Debian / Ubuntu**

```
./get_sdk.sh
./get_sdk_mac.sh
```

Programming
Expand Down

0 comments on commit 4f3a4e1

Please sign in to comment.