Hi,
Followed the instructions in Readme_Massflash.txt. It created a blob.
However when trying to flash the target, it is giving the following error.
*** Boot Rom Communication
<>
***Boot Rom communication succeeded.
*** Checking applet
/nvmassflashExperiment/mfi_cti-tx2i-asg006-00/tegrarcm_v2 --instance 1-4 --isapplet
USB communication failed. check if device is in recovery
*** Error: Checking applet failed.
Could you please help with resolving this error message.
Note: I am using secureboot and encrypted rootfs
@JerryChang ,
Thanks for the reply.
The target is indeed in recovery mode.
Also I would think that if it was not in recovery mode, the ***Boot Rom communication succeeded. message would not have come.
Could you please let me know how to put Jetson Tx2 into mass storage mode using tegrarcm_v2 so that it is mounted as a storage device.
may I know what’s the fuse type you’ve enabled for secureboot? for instance, PKC, PKC+SBK…etc?
we also need more details for root cause the failure, please setup a serial console to gather UART logs for reference.
Hi @JerryChang ,
The fuse type is SBK + PKC.
I already have a Host machine set up and a Target Tx2i successfully flashed with the SBK + PKC and an encrypted rootfs.
Now I want to create a full raw sparse image of mmcblk0 (entire emmc not any of the partitions separately).
Hence I expect to mount the emmc on the host pc as a mass storage device. Can you please help with this?