amc:ss2023:group-v:start
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| amc:ss2023:group-v:start [2023/07/25 21:02] – shreevarshan.sivakumar | amc:ss2023:group-v:start [2023/07/25 21:06] (current) – shreevarshan.sivakumar | ||
|---|---|---|---|
| Line 73: | Line 73: | ||
| • A python environment is needed, used for this was anaconda prompt. Installed was esptool (Fig 5a). | • A python environment is needed, used for this was anaconda prompt. Installed was esptool (Fig 5a). | ||
| + | |||
| + | < | ||
| Code snippet: pip install esptool | Code snippet: pip install esptool | ||
| + | </ | ||
| {{: | {{: | ||
| Line 88: | Line 91: | ||
| The code snippets for: | The code snippets for: | ||
| + | < | ||
| Erasing: python -m esptool –chip esp32 erase_flash (uses python to use esptool to erase flash on esp 32 module). | Erasing: python -m esptool –chip esp32 erase_flash (uses python to use esptool to erase flash on esp 32 module). | ||
| Flashing: python -m esptool –chip esp32 write_flash 0x01000 bootloader.bin 0x08000 partitions.bin 0x10000 firmware.bin | Flashing: python -m esptool –chip esp32 write_flash 0x01000 bootloader.bin 0x08000 partitions.bin 0x10000 firmware.bin | ||
| + | </ | ||
| {{: | {{: | ||
amc/ss2023/group-v/start.1690311763.txt.gz · Last modified: 2023/07/25 21:02 by shreevarshan.sivakumar