EEPROM is an optional component for a customized carrier board. In the case the carrier board
is designed without an EEPROM, below modifications will be needed on the MB2 BCT file:
Linux_for_Tegra/bootloader/tegra234-mb2-bct-common.dtsi
- cvb_eeprom_read_size = <0x100>
+ cvb_eeprom_read_size = <0x0>
Ive changed in the generated yocto image files, and then flashed, but still got the error when booting.
(I flahsed with initrd flash after doing these changes)