As described in #39, I had major trouble installing the firmware via Chromium. Also, newer firmware from the "Release" section apparently can't be installed via the website.
After some trial and error, I found out that you can also flash the firmware via esptool, which works very reliable for me.
e.g., for the ReTerminal E1001 this can be done like so:
esptool write_flash -fm dout 0x0 esp32-s3-N16R8_full.bin
It'd be great if this could be documented somewhere. README.md, INSTALLATION.md or the wiki would be places I'd be looking for this information.
As described in #39, I had major trouble installing the firmware via Chromium. Also, newer firmware from the "Release" section apparently can't be installed via the website.
After some trial and error, I found out that you can also flash the firmware via esptool, which works very reliable for me.
e.g., for the ReTerminal E1001 this can be done like so:
It'd be great if this could be documented somewhere.
README.md,INSTALLATION.mdor the wiki would be places I'd be looking for this information.