Search found 17 matches

by dmlee05a
Tue Jun 18, 2019 2:56 pm
Forum: ESP-IDF
Topic: esptool write_flash with encrypt option
Replies: 6
Views: 6973

Re: esptool write_flash with encrypt option

Angus, I really appreciate your timely and well thought out responses. I will wait for the new process/documentation. FYI, all our production is done on linux machineswith scripts using esptool.py and espefuse.py. Unless there has been some change to the ESP32, I would assume that we should be able ...
by dmlee05a
Tue Jun 18, 2019 12:34 am
Forum: ESP-IDF
Topic: esptool write_flash with encrypt option
Replies: 6
Views: 6973

Re: esptool write_flash with encrypt option

Angus, Thanks for the response. Two questions: 1. It's not clear to me how to take advantage of the "less secure" options. Is there documentation on how I would use those to go beyond the 4 flash limit? What would the process look like? 2. Is there a time frame for ESP-IDF V4.0, or even a developmen...
by dmlee05a
Sun Jun 16, 2019 6:36 pm
Forum: ESP-IDF
Topic: esptool write_flash with encrypt option
Replies: 6
Views: 6973

esptool write_flash with encrypt option

While reviewing another topic, I saw a reference to using esptool.py write_flash with an encrypt option. If I understood correctly, this allows one to get around the 4 serial flash limit when using encryption. However, I cannot find any documentation on how to use this option. For example, does the ...
by dmlee05a
Fri Dec 21, 2018 4:21 pm
Forum: ESP-IDF
Topic: connection fails with repeaters
Replies: 1
Views: 2901

Re: connection fails with repeaters

I may have solved my own problem. I suspect that the repeaters are using WEP for security, which I don't currently support.
by dmlee05a
Thu Dec 20, 2018 4:28 pm
Forum: ESP-IDF
Topic: connection fails with repeaters
Replies: 1
Views: 2901

connection fails with repeaters

I have a user that cannot connect to his home wifi. He has a router with two repeaters, all with the same ssid and password and all on channel 1. At the position where he is trying to connect, the three signal strengths are approximately -48, -73, and -78 dbm. The connection attempt is using the ssi...
by dmlee05a
Sat Oct 27, 2018 3:06 pm
Forum: ESP-IDF
Topic: flash read err 100 after secure boot/encryption
Replies: 10
Views: 11253

Re: flash read err 100 after secure boot/encryption

WiFive, That seems counter to the script that the idf is telling me to use. In production we are using the python script that was printed out after the make. There are no delays or tests built into that script. In the example I used here, I did a "make flash". However in the production environment, ...
by dmlee05a
Fri Oct 26, 2018 5:31 pm
Forum: ESP-IDF
Topic: flash read err 100 after secure boot/encryption
Replies: 10
Views: 11253

Re: flash read err 100 after secure boot/encryption

Angus, I appreciate the support. Do you have a timetable for modifying the bootloader? I currently don't have a way to monitor the serial output, but I'll look into it. Is there a difference in power requirements for flashing non-secure boot/ non-encrypted versus secure boot/encrypted? The flash com...
by dmlee05a
Thu Oct 25, 2018 11:39 pm
Forum: ESP-IDF
Topic: flash read err 100 after secure boot/encryption
Replies: 10
Views: 11253

Re: flash read err 100 after secure boot/encryption

Thanks for the help. The circuit board it is on is backed up by a battery as well as powered by the USB connector. It would have to have been a local glitch of the onboard voltage regulator, but wifi wasn't running, so the power demand shouldn't have been that high. Unfortunately, this has happened ...
by dmlee05a
Thu Oct 25, 2018 7:20 pm
Forum: ESP-IDF
Topic: flash read err 100 after secure boot/encryption
Replies: 10
Views: 11253

Re: flash read err 100 after secure boot/encryption

Angus, I am not pre-burning the keys. Here's the efuse summary: espefuse.py v2.2.1 Connecting...... Security fuses: FLASH_CRYPT_CNT Flash encryption mode counter = 0 R/W (0x0) FLASH_CRYPT_CONFIG Flash encryption config (key tweak bits) = 15 R/W (0xf) CONSOLE_DEBUG_DISABLE Disable ROM BASIC interpret...
by dmlee05a
Wed Oct 24, 2018 7:22 pm
Forum: ESP-IDF
Topic: flash read err 100 after secure boot/encryption
Replies: 10
Views: 11253

flash read err 100 after secure boot/encryption

I successfully flashed with secure boot and encryption six different devices. The seventh appeared to flash successfully, but then went into the flash read err, 1000 loop. I assume that this is non-recoverable. Any suggestions or ideas on what went wrong? Here's the monitor output: Dave@DESKTOP-CEOR...