From 54361667ce78079b3bd223fbc839b40b9a3ea293 Mon Sep 17 00:00:00 2001 From: acidvegas Date: Sun, 26 May 2024 17:57:14 -0400 Subject: [PATCH] Corrected chip for esptool flashing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e33350..b6dcc1b 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ A compiled "release" will be done once I finish somoe fo the basic features, but 2. Install [esptool](https://pypi.org/project/esptool/): `pip install esptool` 3. Hold down the trackball on the device, turn it on, and plug it in to the computer. 4. Confirm the serial device in your `/dev` directory *(Your device will likely be `/dev/ttyAMC0` or `/dev/ttyUSB0`)* -5. Flash the device: `esptool.py --chip esp32 --port /dev/ttyUSB0 --baud 115200 write_flash -z 0x1000 firmware.bin` +5. Flash the device: `esptool.py --chip esp32-s3 --port /dev/ttyUSB0 --baud 115200 write_flash -z 0x1000 firmware.bin` 6. Press the RST *(reset)* button ont he device. # Roapmap