I have a custom carrier board without an EEPROM, so I followed the instructions in this link:
to modify cvb_eeprom_read_size = <0x0>.
However, I’m not entirely sure how to proceed with the compilation process. Do I need to recompile the kernel? Previously, I used SDK Manager for flashing.
Also, can I run the flashing program directly on the Jetson itself for reflashing?
I originally wanted to directly compile tegra234-mb2-bct-misc-p3767-0000.dts into a .dtb file, but encountered errors preventing me from doing so. Is there a simpler/more straightforward method to achieve this?
My Jetpack version is 5.1.3, which is 35.5.0. My custom carrier board doesn’t have an epprom, which is indeed somewhat similar to DevKit. So, I first placed it on devkit, burned the system with sdk manager, and then transferred it to the custom carrier board. Will this have any impact
I have finished burning, but it’s stuck at the “Start HTTP Boot over IPv4…” stage. Also, after flashing the system, can I use the SDK Manager to install CUDA and libraries like cuDNN?