Search found 434 matches

by Baldhead
Fri Jul 28, 2023 12:45 am
Forum: General Discussion
Topic: ESP32-S3 (Beta2) MARLIN_9_1B on ESP32-S3-Addax-1 V1.0 Specs & Datasheet
Replies: 72
Views: 164369

Re: ESP32-S3 (Beta2) MARLIN_9_1B on ESP32-S3-Addax-1 V1.0 Specs & Datasheet

Hi @rudi ;-) With so much memory maybe to run some kind of linux on esp32-s3 :) :mrgreen: also there in the forum now - also there on github and #captcha here and there and yes, we got wifi also working in the Xtensa Linux Port for the ESP32-S3 , ping espressif, also micropython as native unix port...
by Baldhead
Fri Jul 28, 2023 12:43 am
Forum: General Discussion
Topic: ESP32-S3 (Beta2) MARLIN_9_1B on ESP32-S3-Addax-1 V1.0 Specs & Datasheet
Replies: 72
Views: 164369

Re: ESP32-S3 (Beta2) MARLIN_9_1B on ESP32-S3-Addax-1 V1.0 Specs & Datasheet

Hi @rudi, This winbond seems interesting: https://www.winbond.com/hq/product/mobile-dram/hyperram/?__locale=en&selected=64Mb#Density Hi @Baldhead JFYI my friend: after 3 years waiting for an official modul in this direction, the waiting is over, in production unofficial now for engineering and furt...
by Baldhead
Tue Jul 25, 2023 2:00 am
Forum: ESP-IDF
Topic: OTA firmware update error
Replies: 37
Views: 80547

Re: OTA firmware update error

I deleted the sdkconfig file and configured manually.
Had no effect.

I tested with esp-idf v5.1 again.

* With partition addresses below 16MB it works.
* With ota_0 partition address below 16MB and ota_1 partition address above 16MB it doesn't work.

I think this problem is a bug in esp-idf.
by Baldhead
Tue Jul 25, 2023 1:24 am
Forum: ESP-IDF
Topic: OTA firmware update error
Replies: 37
Views: 80547

Re: OTA firmware update error

No, that looks good. Another question: what ESP-IDF version are you using? Does the issue go away if you upgrade to the current master? I am using last stable version, v5.1. I didnt have tested with master. For me it's complicated to keep changing esp-idf. I erase everything (esp-idf folder and .es...
by Baldhead
Mon Jul 24, 2023 9:29 pm
Forum: ESP-IDF
Topic: version.txt file format ?
Replies: 8
Views: 3297

Re: version.txt file format ?

Sorry, still can't understand what is the "image version" you are mentioning. Could you explain what is the difference between "app version" and "image version"? (As far as esp-idf is concerned, there is only "app version". Hence I am confused about the term "image version".) Regarding automation: ...
by Baldhead
Mon Jul 24, 2023 8:53 pm
Forum: ESP-IDF
Topic: OTA firmware update error
Replies: 37
Views: 80547

Re: OTA firmware update error

You can use 'espefuse.py summary', then look for the FLASH_TYPE fuse. I think that number should be 1 for octal flash; if any, it should not be 0. Octal PSRAM is always DDR, to my knowledge. Hi @ESP_Sprite, espefuse.py summary PS C:\esp32-Proj\WSS_SERVER_AND_UI_INTEGRATION_S3_12-12-2022> python C:\...
by Baldhead
Mon Jul 24, 2023 5:48 pm
Forum: ESP-IDF
Topic: version.txt file format ?
Replies: 8
Views: 3297

Re: version.txt file format ?

The ota update use image version i think, i didn't know there was app version and image version. How to "automate" image version ? I'm sorry, I can't understand this part. The line of code you are pointing to uses the "version" field of esp_app_desc_t structure. This field can be set in a variety o...
by Baldhead
Sun Jul 23, 2023 4:52 am
Forum: ESP-IDF
Topic: OTA firmware update error
Replies: 37
Views: 80547

Re: OTA firmware update error

@ESP_Sprite, How to confirm if the flash memory is set in opi mode ? I'm confused by this two configs: CONFIG_ESPTOOLPY_FLASHMODE_OPI=y CONFIG_ESPTOOLPY_FLASHMODE="dout" And this: "esptool.py image_info --version 2 build/wss_server.bin" return Flash mode: DOUT Another question: SPI ram does not have...
by Baldhead
Sun Jul 23, 2023 4:32 am
Forum: ESP-IDF
Topic: version.txt file format ?
Replies: 8
Views: 3297

Re: version.txt file format ?

Please try adding --version 2 after image_info command, then it should print the app metadata info (https://docs.espressif.com/projects/esptool/en/latest/esp32/esptool/basic-commands.html#output-bin-image-details-image-info) Hi @ESP_igrr, Using --version 2 does the trick: PS C:\esp32-Proj\WSS_SERVE...
by Baldhead
Sun Jul 23, 2023 3:18 am
Forum: ESP-IDF
Topic: OTA firmware update error
Replies: 37
Views: 80547

Re: OTA firmware update error

ESP_Sprite wrote:
Sun Jul 23, 2023 12:36 am
Not sure if it's the case, but does your ESP has octal flash? If so, you may need to enable that and burn a fuse.
Hi @ESP_Sprite,

Yes, it is octal flash and it is enabled already.

Burn what in efuse ?

Could you explain step by step the process ?

Thank`s.