Hi TakenoriSato,
We’re follow below steps, confirm the device can boot up success:
- Burn fuses with PKC
$ sudo ./odmfuse.sh -i 0x21 -c PKC -k …/emi_pkc.pem -o 0x0000000000000000000000000000000000000000000000000000000100000000
- Create the mfi file
$ sudo ./nvmassflashgen.sh BOARDID=3448 FAB=200 BOARDSKU=0002 -x 0x21 -y PKC -u rsa_priv.pem jetson-nano-emmc mmcblk0p1
- flash the mfi file
$ tar xvjf mfi_jetson-nano-emmc.tbz2
$ cd mfi_jetson-nano-emmc
$ sudo ./nvmflash.sh --showlogs
We also tried add ‘-r’ command in nvmassflashgen.sh, result pass too.
You can reference: How to flash a pre built image with secureboot? - #10 by DaneLLL