USB-OTG and Secure Boot V2
Posted: Thu Aug 22, 2024 7:48 am
Hello everyone,
I have a general question regarding USB-OTG and Secure Boot V2 on esp32s3.
So according to espressif documentation: enabling the Secure Boot disables the USB-OTG Stack in the ROM.
So my question: will the USB-OTG Stack be disable temporary and only during the validation of the signature or will it be permanet disabled?
I mean, is any communication via USB-OTG after enabling SBV2 not possible anymore ? Or is it only not available only during the verification and validation process ?
So I did a simple example and tried to send a string "Hello" via USB and it has been sent. That means the USB-OTG is not disabled.
Screenshot:
I have a general question regarding USB-OTG and Secure Boot V2 on esp32s3.
So according to espressif documentation: enabling the Secure Boot disables the USB-OTG Stack in the ROM.
So my question: will the USB-OTG Stack be disable temporary and only during the validation of the signature or will it be permanet disabled?
I mean, is any communication via USB-OTG after enabling SBV2 not possible anymore ? Or is it only not available only during the verification and validation process ?
So I did a simple example and tried to send a string "Hello" via USB and it has been sent. That means the USB-OTG is not disabled.
Screenshot: