- [esp32]esp32-s3에서 flash encryption과 secure boot v2 적용 목차
반응형
보안상의 이유로 서버와 연결되는 경우에는 secure boot와 flash encryption을 요구하는 경우가 많아졌습니다.
이 것을 적용하는 것은 쉽게 하는 사람도 있는 반면에 어렵게 적용하는 경우도 있습니다.
아래의 참조 사이트는 esp32-s3에 적용한 경우를 보여주고 있습니다.
참고하시기 바랍니다.
How to enable Secure Boot v2 AND Flash Encryption (+ NVS encryption) on the ESP32-S3 with user-generated keys?
General issue report I am trying to figure out how to enable both security features on my ESP32-S3 (N8R8). I bought 5x boards, but I have burned through 4 of them. I have ONE fresh board left, whic...
electronics.stackexchange.com
반응형
'wifi' 카테고리의 다른 글
Flask를 이용한 간단한 OTA 웹 서버 만들기 (0) | 2023.12.11 |
---|---|
[wifi]esp32 uart 개발 (0) | 2023.12.11 |
[esp32]secure boot v1 및 flash encryption (0) | 2023.11.03 |
[error or warning]character constant too long for its type (0) | 2023.10.28 |
[esp32]nvs: failed to read nvs security cfg: [0x1117] (esp_err_nvs_corrupt_key_part) (0) | 2023.10.24 |