Search found 9 matches

by Tahir Shaik
Tue Feb 09, 2021 5:22 am
Forum: General Discussion
Topic: SecureBoot + FlashEncryption + OTA !
Replies: 4
Views: 4050

Re: SecureBoot + FlashEncryption + OTA !

Thank you WiFive !
by Tahir Shaik
Mon Feb 08, 2021 5:39 am
Forum: General Discussion
Topic: SecureBoot + FlashEncryption + OTA !
Replies: 4
Views: 4050

Re: SecureBoot + FlashEncryption + OTA !

Thank you WiFive ! Now I successfully Performed the OTA after Signing the OTA image with the secure keys.... I used the Following Command to sign the OTA Image... espsecure.py sign_data --version 1 --keyfile PRIVATE_KEY.pem --output Firmware_Signed.bin build/Fimware_Unsigned.bin But in production, H...
by Tahir Shaik
Sat Feb 06, 2021 12:12 pm
Forum: General Discussion
Topic: SecureBoot + FlashEncryption + OTA !
Replies: 4
Views: 4050

SecureBoot + FlashEncryption + OTA !

Hi, I enabled the Secure boot and Flash encryption and trying to perform OTA. But I dont Know how to perform OTA After enabling Security features (Secure boot and Flash encryption ), I Successfully done the OTA without enabling the Security features (Secure boot and Flash encryption ). 1. how to per...
by Tahir Shaik
Fri Nov 27, 2020 8:37 am
Forum: General Discussion
Topic: Unable to connect AWS iot Shadow Thing with SIM800!....
Replies: 4
Views: 5397

Re: Unable to connect AWS iot Shadow Thing with SIM800!....

Now its working,

The main reason is netif in
ESP-IDF v4.1-dirty
and
ESP-IDF v4.3-dev-907-g6c17e3a64-dirty
are different.

So when I changed the netif files in
ESP-IDF v4.3-dev-907-g6c17e3a64-dirty
then its working....................
by Tahir Shaik
Sat Nov 21, 2020 9:29 am
Forum: General Discussion
Topic: Unable to connect AWS iot Shadow Thing with SIM800!....
Replies: 4
Views: 5397

Re: Unable to connect AWS iot Shadow Thing with SIM800!....

Thanks for your replay ESP_Mahavir ! Same firmware with the same ESP32 board and with SIM800, I programmed with my Laptop, its working fine and after that, when I programmed with my PC its generating the above error repeatedly. My PC IDF Version: ESP-IDF v4.3-dev-907-g6c17e3a64-dirty [/b] MY Laptop ...
by Tahir Shaik
Thu Nov 19, 2020 3:01 pm
Forum: General Discussion
Topic: Unable to connect AWS iot Shadow Thing with SIM800!....
Replies: 4
Views: 5397

Unable to connect AWS iot Shadow Thing with SIM800!....

Hi All, My ESP32 is unable to connect to AWS IoT shadow thing with SIM800, I'm getting the following output on console. I (0) cpu_start: App cpu up. I (397) cpu_start: Pro cpu start user code I (397) cpu_start: Application information: I (397) cpu_start: Project name: BookWater I (402) cpu_start: Ap...
by Tahir Shaik
Thu Nov 19, 2020 2:05 pm
Forum: General Discussion
Topic: Unable to sign with different Secure Boot and Flash Encryption keys !
Replies: 4
Views: 4226

Re: Unable to sign with different Secure Boot and Flash Encryption keys !

Hi ESP_Angus,

It's working..

Thank you for your replay
by Tahir Shaik
Fri Oct 09, 2020 6:46 am
Forum: General Discussion
Topic: Unable to sign with different Secure Boot and Flash Encryption keys !
Replies: 4
Views: 4226

Re: Unable to sign with different Secure Boot and Flash Encryption keys !

Hi ESP_Angus, Thank you for your reply, ****** Error: flash read err, 1000 ******* The error "flash read err, 1000" on boot means that the ROM can't find a valid bootloader at address 0x1000. Yes i understood that this is something wrong with the bootloader from an earlier post, >> What were the ste...
by Tahir Shaik
Thu Oct 08, 2020 5:06 pm
Forum: General Discussion
Topic: Unable to sign with different Secure Boot and Flash Encryption keys !
Replies: 4
Views: 4226

Unable to sign with different Secure Boot and Flash Encryption keys !

Hi! I'm following the below steps:- 1. Generated the Encryption keys --> python $IDF_PATH/components/esptool_py/esptool/espsecure.py generate_flash_encryption_key flash_encryption_key.bin --> python $IDF_PATH/components/esptool_py/esptool/espsecure.py generate_signing_key secure_boot_signing_key.pem...