Hello,
We are designing a custom carrier board for Xavier AGX Industrial and plan to remove RTC (Real Time Clock) completely from our design. We are also implementing UEFI secure boot and filesystem encryption do we need RTC for secure boot or anything related to the boot sequence?
Hello,
Yes, i am aware of it. But for UEFI secure boot snippet from developer guide is below. As you can see in the snippet we are creating certs with a validity period for 3650 in the snippet below. Now, since this bootup using UEFI secureboot is Jetson specific, i wanted to confirm if we need RTC working to validate the the certificate.
(Atleast that is how openssl validates when we use SSL certs for application development).
The generated .crt files are self-signed certificates and are used for demonstration purposes only. For production, follow your official certificate generation procedure.