Search found 4 matches
- Wed Aug 04, 2021 10:36 pm
- Forum: ESP-IDF
- Topic: Issue with Secure Boot V2 : Sig block 0 invalid
- Replies: 5
- Views: 6980
Re: Issue with Secure Boot V2 : Sig block 0 invalid
Thanks a lot for checking this. I am moving my project to v4.3 and will retest shortly .
- Mon Aug 02, 2021 12:09 am
- Forum: ESP-IDF
- Topic: Issue with Secure Boot V2 : Sig block 0 invalid
- Replies: 5
- Views: 6980
Re: Issue with Secure Boot V2 : Sig block 0 invalid
thanks Konstantin,
It must have been a corruption of the bootlodader but I can not check this as I have done more work on that unit now.
However, I still have an issue when trying to enable SB2 without encryption Using idf4.2 and my real project.
the first boot worked fine and it booted the app ...
It must have been a corruption of the bootlodader but I can not check this as I have done more work on that unit now.
However, I still have an issue when trying to enable SB2 without encryption Using idf4.2 and my real project.
the first boot worked fine and it booted the app ...
- Fri Jul 30, 2021 2:42 am
- Forum: ESP-IDF
- Topic: Issue with Secure Boot V2 : Sig block 0 invalid
- Replies: 5
- Views: 6980
Re: Issue with Secure Boot V2 : Sig block 0 invalid
Just a quick update. If I enable Flash encryption, it works. Is it a requirement to enable SB2 & Flash encryption at the same time?
- Tue Jul 27, 2021 10:04 pm
- Forum: ESP-IDF
- Topic: Issue with Secure Boot V2 : Sig block 0 invalid
- Replies: 5
- Views: 6980
Issue with Secure Boot V2 : Sig block 0 invalid
I am having an issue at enabling Secure Boot V2 on my ESP32-D0WD-V3 chip. I am using IDF v4.3 and the hello world project where I just enabled secure boot v2 (but not encryption). I have verified that both the app and the bootloader binaries have been signed. I tried with idf v4.2 as well but with ...