Search found 5 matches
- Mon Apr 15, 2019 5:00 am
- Forum: ESP32 Arduino
- Topic: Secure boot + flash encryption + Arduino BIN file
- Replies: 10
- Views: 24612
Re: Secure boot + flash encryption + Arduino BIN file
Hi WiFive, thank you for your time answering my question. I have studied documentation and tons of furums. I know I have to preencypt my .bins ( https://docs.espressif.com/projects/esp-idf/en/latest/security/flash-encryption.html#reflashing-via-pregenerated-flash-encryption-key ) to be able to flash...
- Sun Apr 14, 2019 9:16 pm
- Forum: ESP32 Arduino
- Topic: Secure boot + flash encryption + Arduino BIN file
- Replies: 10
- Views: 24612
Re: Secure boot + flash encryption + Arduino BIN file
Hi, ESP_Angus! I have ported my Arduino code under ESP-IDF. I have recompiled Arduino, so it supports encryption under ESP-IDF. It calls those spi_flash_write_encrypted() and spi_flash_read_encrypted() now. So, when I enable one-time boot flashing and flash encryption the code works. Even EEPROM wri...
- Thu Apr 11, 2019 7:43 am
- Forum: ESP32 Arduino
- Topic: Secure boot + flash encryption + Arduino BIN file
- Replies: 10
- Views: 24612
Re: Secure boot + flash encryption + Arduino BIN file
Thank you ESP_Angus! Your answer helped a lot.
- Mon Apr 08, 2019 10:13 am
- Forum: ESP32 Arduino
- Topic: Secure boot + flash encryption + Arduino BIN file
- Replies: 10
- Views: 24612
Re: Secure boot + flash encryption + Arduino BIN file
Hi. Thank you very much for your answer. I was hoping it would be easier.
Another question. Is there a way to make Arduino Serial.print and company of Serials work in ESP-IDF?
Rok Rodic alias GreenEyedExplorer
https://www.youtube.com/channel/UCIOIhh ... LB0azJmd8w
http://www.rodic.si
Another question. Is there a way to make Arduino Serial.print and company of Serials work in ESP-IDF?
Rok Rodic alias GreenEyedExplorer
https://www.youtube.com/channel/UCIOIhh ... LB0azJmd8w
http://www.rodic.si
- Sun Apr 07, 2019 6:38 pm
- Forum: ESP32 Arduino
- Topic: Secure boot + flash encryption + Arduino BIN file
- Replies: 10
- Views: 24612
Secure boot + flash encryption + Arduino BIN file
Hi. I've come to problem. I have the latest combination of ESP-IDF (ESP-IDF Pre-release v3.2-beta3), MYSYS and arduino libraries -all setup working very well on Windows OS. All installed on 1st of march, 2019. I also use latest version of esptool 2.6. I have made an ESP32 to run a fully operational ...