OFFLINE method mass flash

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

Please run below command to create the mfi_jetson-agx-xavier-industrial" package.

$ sudo BOARDID=2888 BOARDSKU=0008 FAB=600 FUSELEVEL=fuselevel_production ./nvmassflashgen.sh jetson-agx-xavier-industrial mmcblk0p1

After that, please add 7919 to the device list inside nvmflash.sh, which stands for AGXi.

Hi
Thanks for replay .

?? @WayneWWW

Thanks
Darshan

Those board rev do not matter.

Hi

is it for both Jetson agx-xavier SOM and Jetson agx-xavier Industrial SOM ?

Thanks
Darshan

Yes, the Board ID, Sku and FAB are the critical parameters.

Hi

Thanks for information.

Thanks
Darshan

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.