Hi
We are trying out mass flash , to create mass flashblob with offline method we used below command
sudo BOARDID=<boardid> BOARDSKU=<sku> FAB=<fab>
BOARDREV=<rev> FUSELEVEL=fuselevel_production ./nvmassflashgen.sh
<device name> mmcblk0p1
For above command to issue, we got board spec from nv_boot_control.conf .
As per that conf file we are getting board rev as L.0 for Jetson agx-xavier SOM and E.0 for Jetson agx-xavier Industrial SOM.
Is that expected ? because we saw in README_Massflash.txt , board rev for jetson-agx-xavier-devkit (32GB) is K.0 and for jetson-agx-xavier-industrial is A.0 . @WayneWWW
Thanks
Darshan