Skip to content

Commit

Permalink
Merge pull request emfcamp#79 from futureshape/patch-1
Browse files Browse the repository at this point in the history
Updated README.md with flashing instructions on Mac
  • Loading branch information
kliment authored Jun 27, 2022
2 parents 35c0316 + abf54d8 commit 1e8d3ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ However, if you have the device plugged into the machine running the docker cont

docker run -it --device /dev/ttyUSB0 -v "$(pwd)"/:/firmware matthewwilkes/esp_idf:4.4 IOT_SOLUTION_PATH=/firmware/esp-iot-solution TARGET=esp32s3 deploy

(Note: flashing from within Docker won't work on a Mac because of a [known issue](https://github.com/docker/for-mac/issues/900) - use `esptool` outside Docker to execute the flashing command printed at the end of the build

### Prototypes

If you have one of the prototypes, you need to add an additional variable to the build command to ensure the right pin assignments are used. For the DEVKIT and PicoLCD breadboard prototype, wire up the Pico using the same pin assignments were possible and set:
Expand Down

0 comments on commit 1e8d3ce

Please sign in to comment.