Skip to content
Discussion options

You must be logged in to vote

It's not visible in the README, but there is more detail here: https://forums.slimdevices.com/showthread.php?112697-ANNOUNCE-Squeezelite-ESP32-(dedicated-thread)

There are two notable things:

  1. The ESP used must have 4MB or RAM and at least 4MB of SRAM. The post mentions that WROOM modules are no good, and WROVER must be used instead. esptool does not seem to throw an error if it fills the module's RAM and there's still more file to write.
  2. The command is now python ${IDF_PATH}/components/esptool_py/esptool/esptool.py --chip esp32 --port ${ESPPORT} --baud ${ESPBAUD} --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size detect 0xd000 ota_data…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@sle118
Comment options

Answer selected by sle118
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants