ESP32S3 Firmware Compilation and installation error

tssave
Posts: 1
Joined: Tue Oct 24, 2023 8:08 am

ESP32S3 Firmware Compilation and installation error

Postby tssave » Tue Oct 24, 2023 8:17 am

  1. Hi Folks, I am new here.
  2.  
  3. I just bought a couple of ESP32s3 and I am trying to install Micropython firmware but running into problems.
  4. Everything compiles fine as can be seen below.
  5.  
  6. Project build complete. To flash, run this command:
  7. /Users/ts/.espressif/python_env/idf4.4_py3.9_env/bin/python ../../../../esp-idf/components/esptool_py/esptool/esptool.py -p (PORT) -b 460800 --before default_reset --after no_reset --chip esp32s3  write_flash --flash_mode dio --flash_size 8MB --flash_freq 80m 0x0 build-ESP32_GENERIC_S3/bootloader/bootloader.bin 0x8000 build-ESP32_GENERIC_S3/partition_table/partition-table.bin 0x10000 build-ESP32_GENERIC_S3/micropython.bin
  8. or run 'idf.py -p (PORT) flash'
  9. bootloader  @0x000000    18992  (   13776 remaining)
  10. partitions  @0x008000     3072  (    1024 remaining)
  11. application @0x010000  1517600  (  514016 remaining)
  12. total                  1583136
  13. (base) ts@tsmp esp32 % /Users/ts/.espressif/python_env/idf4.4_py3.9_env/bin/python ../../../../esp-idf/components/esptool_py/esptool/esptool.py -p (PORT) -b 460800 --before default_reset --after no_reset --chip esp32s3  write_flash --flash_mode dio --flash_size 8MB --flash_freq 80m 0x0 build-ESP32_GENERIC_S3/bootloader/bootloader.bin 0x8000 build-ESP32_GENERIC_S3/partition_table/partition-table.bin 0x10000 build-ESP32_GENERIC_S3/micropython.bin
  14.  
  15. I get the 'zsh: missing end of string' error.
  16. Not much to go with, with my knowledge.
  17.  
  18. I would be grateful for any help here.
  19.  
  20. Thanks!
  21.  
  22.  

Who is online

Users browsing this forum: No registered users and 98 guests