Hi,
I’m very new to the Jetson Orin platform, and I would like to get some help or hints with the bootloader.
My goal is to read from the EEPROM to get some configuration data and use it to determine which rootfs to mount in the bootloader. Personally, I’m more familiar with the U-Boot bootloader, so I’m wondering if there’s an example of reading from the EEPROM in the Tegra bootloader?
Sorry about the late reply.
So I found out that there’s an EEPROM driver in the bootloader (edk2-nvidia/Silicon/NVIDIA/Drivers/EepromDxe/Eeprom.c), and I used it as a template to get the EEPROM data, and that worked.
Thanks again.