I’ve found this command on this forum in many places. Some commands use”internal” for last parameter, some - other path to xml config - bootloader/generic/cfg/…, but I don’t have bootloader/generic in my BSP directory.
I’m using Jetson Linux 35.5.0 BSP with custom config file for custom system board.
Yup, you’re using JP 5.1.3. The fact that some commands use /bootloader/generic/cfg indicated that those commands are for Jetpack 6.The fact that in the log I can see
Jetson developer guide for JP 5.1.3 notes The official method of flashing Orin NX and Nano is to use initrd flashing.
Basically you want to modify this command
Thanks for help, I’ve found the problem - link rootfs didn’t point to rootfs directory. I have fixed this and now both methods work fine with flash.sh and l4t_initrd_flash.sh.