Skip to content

Commit

Permalink
Add more hints when troubleshooting panda (commaai#864)
Browse files Browse the repository at this point in the history
* Add more hints when troubleshooting panda

* mention different command for panda red
* mention panda paw

* Update board/README.md

* Apply suggestions from code review

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
  • Loading branch information
2m and adeebshihadeh committed Mar 14, 2022
1 parent 5a7af82 commit a53528a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions board/README.md
Expand Up @@ -21,17 +21,21 @@ Programming
**Panda**

```
scons -u # Compile
./flash.sh # Compile & Flash
scons -u # Compile
./flash_h7.sh # for red panda
./flash.sh # for other pandas
```

Troubleshooting
----

If your panda will not flash and is quickly blinking a single Green LED, use:
```
./recover.sh
./recover_h7.sh # for red panda
./recover.sh # for other pandas
```

A [panda paw](https://comma.ai/shop/products/panda-paw) can be used to put panda into DFU mode.


[dfu-util](http://github.com/dsigma/dfu-util.git) for flashing

0 comments on commit a53528a

Please sign in to comment.