Please provide the following info (tick the boxes after creating this topic):
Software Version
DRIVE OS 6.0.8.1
DRIVE OS 6.0.6
DRIVE OS 6.0.5
DRIVE OS 6.0.4 (rev. 1)
DRIVE OS 6.0.4 SDK
other
Target Operating System
Linux
QNX
other
Hardware Platform
DRIVE AGX Orin Developer Kit (940-63710-0010-300)
DRIVE AGX Orin Developer Kit (940-63710-0010-200)
DRIVE AGX Orin Developer Kit (940-63710-0010-100)
DRIVE AGX Orin Developer Kit (940-63710-0010-D00)
DRIVE AGX Orin Developer Kit (940-63710-0010-C00)
DRIVE AGX Orin Developer Kit (not sure its number)
other
SDK Manager Version
1.9.3.10904
other
Host Machine Version
native Ubuntu Linux 20.04 Host installed with SDK Manager
native Ubuntu Linux 20.04 Host installed with DRIVE OS Docker Containers
native Ubuntu Linux 18.04 Host installed with DRIVE OS Docker Containers
other
Hi,
Currently I am working on secure boot task and I am following the steps of the DRIVE documentation, currently I am trying to test the third step:
Do a test run of fuse burning with the
-t
option, which validates things but does not actually burn any fuses. Correct any errors. Only burn the fuses after a successful test run, and use the exact command line that worked with–t
but change-t
to-b
. Example command for a test run:
./fskp_fuseburn.py -f <fuse_config> -i 63 -k fskp.test.key -c 0x23 --fskpcfg <fskp_cfg> -B <board> -t
The problem is that my docker container doesn’t have the fskp_fuseburn.py on it. Neither the NVIDIA DRIVE Orin.
Q1) Where should the fskp_fuseburn.py should be ran?
Q2) How can i get/install the fskp_fuseburn.py? Here I see that this can be installed but I can’t find the fskp_fuseburn_py-.tgz file.