FUSELEVEL parameter in mass flash

Hi ,

We are trying out mass flash , to create mass flash blob with offline method we used below command

sudo BOARDID=<boardid> BOARDSKU=<sku> FAB=<fab>
BOARDREV=<rev> FUSELEVEL=fuselevel_production ./nvmassflashgen.sh
<device name> mmcblk0p1

Let us know what is the significance of FUSELEVEL parameter ? @WayneWWW

hello _darshan_m,

FUSELEVEL parameter to specify this is fused or non-fuse device.

Hi ,
Thanks for replay.

We would like to know the significance of FUSELEVEL parameter, is there any document to get more info on fused and non fused device?

Thanks
Darshan

hello _darshan_m,

please check Secure Boot chapter.
you’ll need to burn the keys, PKC or PKC+SBK to enable Jetson security, then you have a fused device.
beware, fuse programming is non-reversible, once a fuse bit is programmed by setting to 1, you cannot change the fuse value from 1 to 0.

Hi ,

Thanks for sharing .

In our case we are using below command to create mass-flash blob.

so , “FUSELEVEL=fuselevel_production” parameter will not actually burn any fuse on setup right ?

Thanks
Darshan

hello _darshan_m,

FUSELEVEL it’s the parameter to assign the fuse info. it won’t perform fuse burn to the target.

Hi ,
Thanks for information

Thanks
Darshan

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