- Hi Folks, I am new here.
- I just bought a couple of ESP32s3 and I am trying to install Micropython firmware but running into problems.
- Everything compiles fine as can be seen below.
- Project build complete. To flash, run this command:
- /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
- or run 'idf.py -p (PORT) flash'
- bootloader @0x000000 18992 ( 13776 remaining)
- partitions @0x008000 3072 ( 1024 remaining)
- application @0x010000 1517600 ( 514016 remaining)
- total 1583136
- (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
- I get the 'zsh: missing end of string' error.
- Not much to go with, with my knowledge.
- I would be grateful for any help here.
- Thanks!
ESP32S3 Firmware Compilation and installation error
ESP32S3 Firmware Compilation and installation error
Who is online
Users browsing this forum: Eshwar487, Google [Bot] and 119 guests