-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UF2 file for ESP32 S3 #149
Comments
You can do it on your own, you just need to download the script from here: https://github.com/microsoft/uf2/tree/master/utils The command is the following: uf2conv.py infile.bin -c -b 0x00 -f ESP32S3 -o outfile.uf2 But I don't really see a good reason to stay with uf2 only because the modules are shipped with SoftRF in a uf2 configuration. Simply put your Supreme board in Espressif Service Mode (press and keep holding BOOT, press and release RESET, thereafter release BOOT) and then flash GXAirCom directly - this only needs to be done once. |
Ok, but what are te settings and Mem address, does it need to be on 80Mhz, QiO? boot_app0.bin |
You need to flash in two steps:
Step 1 can also be performed inside PlatformIO Step 2 is only required once, further firmware updates only require step 1 (unless the spiffs layout is changed) |
I used the bootloader_dio_40m.bin (correct one?), which I could find in the BIN folder. I uploaded the files but It is not working, getting repeating USB connect and disconnect. |
Did you put the Supreme in service mode? I would simply try flashing with PlatformIO first ... Not sure about the bootloader file ... |
I did put it in Service mode, I will fiddle more :-), Thank you. |
Hi , did that get resolved? I am also flashing Supreme ESP32 S3 in Service mode , using Espresif Flash Download tool. I tried with 2 step approach. |
Can you publish a UF2 file to upload to an ESP32 Supreme.
Frank
The text was updated successfully, but these errors were encountered: