The image was created with a previous ORIN NX 16GB batch and I flashed Jetpack 5.1.1 on it.
Unfortunately I faced the error You are trying to flash images from a board model that does not match the current board you're flashing onto.
I checked the script and apparently the problem is in board_spec:
In the image’s nvpartitionmap.txt the board_spec is board_spec,3767-300-0000-H.2-1-1-p3509-a02+p3767-0000- while the current batch apparently is board_spec,3767-300-0000-J.1-1-1-p3509-a02+p3767-0000-
If I read it correctly, H.2 and J.1 are BOARD_REV but I have not found more information about its meaning.
Why the two REV are different? Is it a problem if I change nvpartitionmap’s board_spec to J.1 instead of H.2?
You can disable that check where you saw this print " `You are trying to flash images from a board model that does not match the current board you’re flashing onto", if you are sure it is just revision difference.
I actually changed the revision number in the board_spec to match it correctly.
Btw, is it just an id that identifies the batch or it means something else?
Just want to clarify one point here. If you don’t use clone/backup tool, is this module able to get flashed ?
I mean using initrd flash tool directly.