TX1 module locked

Hi, TX1 module locked or damaged.

Trying to flash:

sudo ./flash.sh jetson-tx1-devkit mmcblk0p1

# L4T BSP Information:
# R32 , REVISION: 4.3
###############################################################################
# Target Board Information:
# Name: jetson-tx1-devkit, Board Family: t210ref, SoC: Tegra 210, 
# OpMode: production, Boot Authentication: PKC, 
###############################################################################
Error: Either RSA key file is not proviced or SBK key file is provided for PKC protected target board.

SDKmanager also failed after create image stage.

Could it be fuses issue?
How check fuses on TX1?

hello vsw,

it means this target has enabled secureboot.
you must given the PKC key for image flashing.

Can i erase emmc and flash again?

And where i can get PKC key?

hello vsw,

please refer to Secure Boot section. fuse burning operations cannot be reversed.

TX1 modules should not shipped with secureboot enabled.
it must be someone else to add the PKC key to the target, please contact with them to obtain the keys. otherwise, it’s a dead end.

Where can PKC file placed? May be i have it.

hello vsw,

it’s an RSA key-pair whose length is 2048-bits (RSA 2K) or 3072‑bits (RSA 3K).
this was running OpenSSL to generates the key file, the naming by default is… rsa_priv.pem
this key file should be located on secure environment, maybe you should searching your host machine for *.pem files.

Ok. Thank you.

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