Hi I’ve been creating a custom image for my jetson nano 2G using this repository here. I had to make a fork etc to use bionic.
I’ve been using until version L4T 32.3.1 jetson-disk-image-creator.sh from Linux_for_Tegra/tools/ to create a SD card image from rootfs without problems. Where I used -b jetson-nano -r 200
for my jetson-nano 2G A02 revision.
It is impossible I see to use this configuration on more recent versions where it’s assumed that all 2G jetson-nano are B01 revisions. For example for the same tool for l4t 32.7.1 I cannot set the revision option where its fixed as -r 300 in the script.
I am doing something wrong or missing some point? Is there any other way to still use this tool?
Thanks for any help.