Search found 5 matches

by Lobelois
Thu Oct 17, 2024 8:21 am
Forum: ESP-IDF
Topic: Flash encryption with internal key generation boots with "invalid header"
Replies: 6
Views: 802

Re: Flash encryption with internal key generation boots with "invalid header"

Ok, thank you for your support, I misunderstood the feature.
by Lobelois
Wed Oct 16, 2024 1:41 pm
Forum: ESP-IDF
Topic: WiFi STA slower than AP
Replies: 0
Views: 387

WiFi STA slower than AP

Hello, I am running a TCP server on an ESP32-S3 that is connected to a client through WiFi and that can be either an AP or a STA. I noticed there was a very big difference in data rate between STA and AP WiFi modes for the same server and client. I can achieve, in AP, speeds up to 4 times the speed ...
by Lobelois
Wed Oct 16, 2024 1:30 pm
Forum: ESP-IDF
Topic: Flash encryption with internal key generation boots with "invalid header"
Replies: 6
Views: 802

Re: Flash encryption with internal key generation boots with "invalid header"

Indeed, I meant the "storage" partition, sorry.
by Lobelois
Wed Oct 16, 2024 8:02 am
Forum: ESP-IDF
Topic: Flash encryption with internal key generation boots with "invalid header"
Replies: 6
Views: 802

Re: Flash encryption with internal key generation boots with "invalid header"

Hello, Thank your for your answer. Here is the partition table: # Name, Type, SubType, Offset, Size, Flags nvs, data, nvs, 0x9000, 0x4000, otadata, data, ota, 0xd000, 0x2000, phy_init, data, phy, 0xf000, 0x1000, ota_0, app, ota_0, , 4M, ota_1, app, ota_1, , 4M, partition1, data, nvs, , 1M, partition...
by Lobelois
Wed Oct 09, 2024 2:33 pm
Forum: ESP-IDF
Topic: Flash encryption with internal key generation boots with "invalid header"
Replies: 6
Views: 802

Flash encryption with internal key generation boots with "invalid header"

Hi, I'm struggling to write for the first time some ESP32-S3 chips with a firmware, bootloader, ... that are configured to use flash encryption in development mode with UART encryption still enabled and internal key generation. I do quite a basic programming: - I'm flashing with esptool (write_parti...