Currently using Orin Nano to burn jetpack 6.0 image, encountered some problems: using the official command can normally burn Orin Nano image, official burn command:
sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-device nvme0n1p1 -p "-c ./bootloader/generic/cfg/flash_t234_qspi.xml" -c ./tools/kernel_flash/flash_l4t_t234_nvme.xml --showlogs --network usb0 jetson-orin-nano-devkit nvme0n1p1
After official commands are burned, flashcmd.txt in the Linux_for_Tegra/bootloader directory cannot be burned properly. The following are the burned commands and logs generated when the commands are run.
Commands:
sudo bash ./flashcmd.txt
Log:
Welcome to Tegra Flash
version 1.0.0
Type ? or help for help and q or quit to exit
Use ! to execute system commands
Entering RCM boot
[ 0.0761 ] mb1_t234_prod_aligned_sigheader.bin.encrypt filename is from --mb1_bin
[ 0.0761 ] psc_bl1_t234_prod_aligned_sigheader.bin.encrypt filename is from --psc_bl1_bin
[ 0.0761 ] rcm boot with presigned binaries
[ 0.0775 ] tegrarcm_v2 --new_session --chip 0x23 0 --uid --download bct_br br_bct_BR.bct --download mb1 mb1_t234_prod_aligned_sigheader.bin.encrypt --download psc_bl1 psc_bl1_t234_prod_aligned_sigheader.bin.encrypt --download bct_mb1 mb1_bct_MB1_sigheader.bct.encrypt
[ 0.0790 ] BR_CID: 0x80012344705DF10F400000000EFF01C0
[ 0.1090 ] Sending bct_br
[ 0.1518 ] Sending mb1
[ 0.1531 ] Sending psc_bl1
[ 0.1743 ] Sending bct_mb1
[ 0.1846 ] Generating blob for T23x
[ 0.1952 ] tegrahost_v2 --chip 0x23 0 --generateblob blob.xml blob.bin
[ 0.1991 ] The number of images in blob is 19
[ 0.2045 ] blobsize is 158049746
[ 0.2070 ] Added binary blob_uefi_jetson_with_dtb_sigheader.bin.encrypt of size 3563584
[ 0.6043 ] Added binary blob_pscfw_t234_prod_sigheader.bin.encrypt of size 310768
[ 0.6123 ] Added binary blob_mce_flash_o10_cr_prod_sigheader.bin.encrypt of size 187120
[ 0.6165 ] Added binary blob_tsec_t234_sigheader.bin.encrypt of size 176128
[ 0.6203 ] Added binary blob_applet_t234_sigheader.bin.encrypt of size 279616
[ 0.6249 ] Not supported type: mb2_applet
[ 0.6270 ] Added binary blob_mb2_t234_with_mb2_cold_boot_bct_MB2_sigheader.bin.encrypt of size 439968
[ 0.6313 ] Added binary blob_xusb_t234_prod_sigheader.bin.encrypt of size 164864
[ 0.6351 ] Added binary blob_nvpva_020_sigheader.fw.encrypt of size 2164640
[ 0.6392 ] Added binary blob_display-t234-dce_sigheader.bin.encrypt of size 12065280
[ 0.6631 ] Added binary blob_nvdec_t234_prod_sigheader.fw.encrypt of size 294912
[ 0.6713 ] Added binary blob_bpmp_t234-TE950M-A1_prod_sigheader.bin.encrypt of size 1027008
[ 0.6800 ] Added binary blob_tegra234-bpmp-3767-0003-3509-a02_with_odm_sigheader.dtb.encrypt of size 204672
[ 0.6870 ] Added binary blob_camera-rtcpu-t234-rce_sigheader.img.encrypt of size 458096
[ 0.6960 ] Added binary blob_adsp-fw_sigheader.bin.encrypt of size 414960
[ 0.7013 ] Added binary blob_spe_t234_sigheader.bin.encrypt of size 270336
[ 0.7083 ] Added binary blob_tos-optee_t234_sigheader.img.encrypt of size 1633344
[ 0.7154 ] Added binary blob_eks_t234_sigheader.img.encrypt of size 9232
[ 0.7282 ] Added binary blob_boot.img of size 134139904
[ 1.0987 ] Added binary blob_tegra234-p3768-0000+p3767-0003-nv.dtb of size 244210
[ 1.3933 ] tegrarcm_v2 --chip 0x23 0 --pollbl --download bct_mem mem_rcm_sigheader.bct.encrypt --download blob blob.bin
[ 1.3948 ] BL: version 1.4.0.2-t234-54845784-08a4de08 last_boot_error: 0
[ 1.4258 ] Sending bct_mem
[ 1.4689 ] Sending blob
[ 13.4800 ] RCM-boot started
May I ask what causes the failure to burn, and how to deal with the current flashcmd.txt failure to burn problem?
Looking forward to your reply. Thanks in advance!