diff --git a/board/README.md b/board/README.md index c67e3d358c1161..b3be654be31ebe 100644 --- a/board/README.md +++ b/board/README.md @@ -4,7 +4,7 @@ Dependencies **Mac** ``` -./get_mac_sdk.sh +./get_sdk_mac.sh ``` **Debian / Ubuntu** @@ -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 diff --git a/board/get_mac_sdk.sh b/board/get_sdk_mac.sh similarity index 100% rename from board/get_mac_sdk.sh rename to board/get_sdk_mac.sh diff --git a/boardesp/README.md b/boardesp/README.md index 2c34f36b6a06ee..9b15ef2351e924 100644 --- a/boardesp/README.md +++ b/boardesp/README.md @@ -5,13 +5,13 @@ Dependencies **Mac** ``` -./get_mac_sdk.sh +./get_sdk.sh ``` **Debian / Ubuntu** ``` -./get_sdk.sh +./get_sdk_mac.sh ``` Programming