Alright I was able to flash successfully, boot, go through an automatic firmware upgrade, and get SUPER MAXN. Unfortunately, my gpio configurations are not working. I started in the Linux_for_Tegra
directory, and then
cd tools
sudo ./jetson-disk-image-creator.sh -o sv3nano-sd-blob.img -b jetson-orin-nano-devkit-super -d SD
Then, used balena etcher to flash an SD card with tools/sv3nano-sd-blob.img
.
I inserted the SD card into the nano and it booted up fine, went through the oem stuff, and then updated firmware and I was able to select MAXN SUPER power mode.
GPIO, however, is not behaving as expected. My goal is to have everything except for the two pairs (four pins) of I2C pins function as bidirectional I/O, with even numbered I/O having internal pull-ups (when functioning as inputs) and odd numbered I/O having internal pull-downs (when functioning as inputs). My dtsi files are attached pinmuxsheetoutput.zip (6.1 KB). I wasn’t able to upload the spreadsheet itself (was flagged by antivirus), but I used the DP tab.
The flashing did indeed seem to correctly reference my pinmux files (see original post for where I put them in the directory structure). You can find the pinmux file referenced as .../bootloader/generic/BCT/Orin-svnano-pinmux.dtsi
below.
Flashing Output
$ ./jetson-disk-image-creator.sh -o sv3nano-sd-blob.img -b jetson-orin-nano-devkit-super -r 100
********************************************
Jetson Disk Image Creation Tool
********************************************
ERROR: This script requires root privilege
Usage: jetson-disk-image-creator.sh -o <sd_blob_name> -b <board> -r <revision> -d <device> [-u PKC key file]
sd_blob_name - valid file name
board - Board name. Supported boards are:
jetson-xavier-nx-devkit
jetson-agx-xavier-devkit
jetson-agx-orin-devkit
jetson-orin-nano-devkit
jetson-orin-nano-devkit-super
igx-orin-safety
revision - SKU revision number
jetson-xavier-nx-devkit: default
jetson-agx-xavier-devkit: default
jetson-agx-orin-devkit: default
jetson-orin-nano-devkit: default
jetson-orin-nano-devkit-super: default
igx-orin-safety: default
device - Root filesystem device
jetson-xavier-nx-devkit: SD/USB
jetson-agx-xavier-devkit: SD/USB
jetson-agx-orin-devkit: SD/USB
jetson-orin-nano-devkit: SD/USB
jetson-orin-nano-devkit-super: SD/USB
igx-orin-safety: USB
PKC file (optional) - Private key used for signing images.
Examples: jetson-disk-image-creator.sh -o sep_ist.img -b igx-orin-safety -d SD
jetson-disk-image-creator.sh -o sd-blob.img -b jetson-xavier-nx-devkit -d SD
jetson-disk-image-creator.sh -o sd-blob.img -b jetson-agx-orin-devkit -d USB
jetson-disk-image-creator.sh -o sep_ist.img -b igx-orin-safety -d SD -u ./rsa_privkey.pem
azane@greycoast:~/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/tools$ sudo ./jetson-disk-image-creator.sh -o sv3nano-sd-blob.img -b jetson-orin-nano-devkit-super -d SD
[sudo] password for azane:
********************************************
Jetson Disk Image Creation Tool
********************************************
jetson-disk-image-creator.sh - creating signed images
/home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra /home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/tools
BOARDID=3767 BOARDSKU=0005 FAB=300 BUILD_SD_IMAGE=1 BOOTDEV=mmcblk0p1 /home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/flash.sh --no-flash --sign -S 7473MiB jetson-orin-nano-devkit-super mmcblk0p1
###############################################################################
# L4T BSP Information:
# R36 , REVISION: 4.3
# User release: 0.0
###############################################################################
ECID is
Board ID(3767) version(300) sku(0005) revision()
Preset RAMCODE is
Chip SKU(00:00:00:D3) ramcode() fuselevel(fuselevel_production) board_FAB(300)
emc_opt_disable_fuse:(0)
Copy /home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/kernel/dtb/tegra234-p3768-0000+p3767-0005-nv-super.dtb to /home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/kernel/dtb/tegra234-p3768-0000+p3767-0005-nv-super.dtb.rec
copying bctfile(/home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/generic/BCT/tegra234-p3767-0001-sdram-l4t.dts)... done.
copying minratchet_config(/home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/generic/BCT/tegra234-mb1-bct-ratchet-p3767-0000.dts)... done.
copying device_config(/home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/generic/BCT/tegra234-mb1-bct-device-p3767-0000.dts)... done.
copying misc_config(/home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/generic/BCT/tegra234-mb1-bct-misc-p3767-0000.dts)... done.
copying pinmux_config(/home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/generic/BCT/Orin-svnano-pinmux.dtsi)... done.
copying gpioint_config(/home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/generic/BCT/tegra234-mb1-bct-gpioint-p3767-0000.dts)... done.
copying pmic_config(/home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/generic/BCT/tegra234-mb1-bct-pmic-p3767-0000-a02.dts)... done.
copying pmc_config(/home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/generic/BCT/tegra234-mb1-bct-padvoltage-p3767-dp-a03.dtsi)... done.
copying deviceprod_config(/home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/generic/BCT/tegra234-mb1-bct-cprod-p3767-0000.dts)... done.
copying prod_config(/home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/generic/BCT/tegra234-mb1-bct-prod-p3767-0000.dts)... done.
copying scr_config(/home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/generic/BCT/tegra234-mb2-bct-scr-p3767-0000.dts)... done.
copying wb0sdram(/home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/generic/BCT/tegra234-p3767-0001-wb0sdram-l4t.dts)... done.
copying bootrom_config(/home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/generic/BCT/tegra234-mb1-bct-reset-p3767-0000.dts)... done.
Existing uphylane_config(/home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/tegra234-mb1-bct-uphylane-si.dtsi) reused.
copying dev_params(/home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/generic/BCT/tegra234-br-bct-p3767-0000-l4t.dts)... done.
copying dev_params_b(/home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/generic/BCT/tegra234-br-bct_b-p3767-0000-l4t.dts)... done.
copying mb2bct_cfg(/home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/generic/BCT/tegra234-mb2-bct-misc-p3767-0000.dts)... done.
Existing pscfwfile(/home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/pscfw_t234_prod.bin) reused.
Existing pscbl1file(/home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/psc_bl1_t234_prod.bin) reused.
Existing mtsmcefile(/home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/mce_flash_o10_cr_prod.bin) reused.
Existing tscfwfile(/home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/tsec_t234.bin) reused.
Existing mb2applet(/home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/applet_t234.bin) reused.
Existing bootloader(/home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/mb2_t234.bin) reused.
copying initrd(/home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/l4t_initrd.img)... done.
bl is uefi
Making Boot image... done.
Not signing of boot.img
Making recovery ramdisk for recovery image...
Re-generating recovery ramdisk for recovery image...
/home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/ramdisk_tmp /home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader /home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra
72720 blocks
gzip: /home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/kernel/Image: not in gzip format
_BASE_KERNEL_VERSION=5.15.148-tegra
96292 blocks
Making Recovery image...
copying recdtbfile(/home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/kernel/dtb/tegra234-p3768-0000+p3767-0005-nv-super.dtb.rec)... done.
20+0 records in
20+0 records out
20 bytes copied, 0.000230688 s, 86.7 kB/s
Existing sosfile(/home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/mb1_t234_prod.bin) reused.
Existing tegraboot(/home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/mb2_t234.bin) reused.
Existing cpu_bootloader(/home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/mb2_t234.bin) reused.
Existing mb2blfile(/home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/mb2_t234.bin) reused.
Existing xusbfile(/home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/xusb_t234_prod.bin) reused.
Existing pvafile(/home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/nvpva_020.fw) reused.
Existing dcefile(/home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/display-t234-dce.bin) reused.
Existing nvdecfile(/home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/nvdec_t234_prod.fw) reused.
Existing psc_rf(/home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/psc_rf_t234_prod.bin) reused.
Existing mb2_rf(/home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/mb2rf_t234.bin) reused.
Existing mb1file(/home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/mb1_t234_prod.bin) reused.
Existing bpffile(/home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/bpmp_t234-TE980M-A1_prod.bin) reused.
copying bpfdtbfile(/home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/generic/tegra234-bpmp-3767-0003-3768-super.dtb)... done.
Existing camerafw(/home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/camera-rtcpu-t234-rce.img) reused.
Existing apefile(/home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/adsp-fw.bin) reused.
Existing spefile(/home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/spe_t234.bin) reused.
Existing wb0boot(/home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/sc7_t234_prod.bin) reused.
Existing tosfile(/home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/tos-optee_t234.img) reused.
Existing eksfile(/home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/eks_t234.img) reused.
copying dtbfile(/home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/kernel/dtb/tegra234-p3768-0000+p3767-0005-nv-super.dtb)... done.
Copying nv_boot_control.conf to rootfs
populating kernel to rootfs... done.
populating initrd to rootfs... done.
populating kernel_tegra234-p3768-0000+p3767-0005-nv-super.dtb to rootfs... done.
Making system.img...
populating rootfs from /home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/rootfs ... populating /boot/extlinux/extlinux.conf ... done.
Sync'ing system.img ... done.
Converting RAW image to Sparse image... done.
system.img built successfully.
Not signing of kernel-dtb
Existing tbcfile(/home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/uefi_jetson.bin) reused.
Existing rcm_tbcfile(/home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/uefi_jetson_minimal.bin) reused.
131072+0 records in
131072+0 records out
67108864 bytes (67 MB, 64 MiB) copied, 0.334497 s, 201 MB/s
Sync'ing esp.img ... done.
copying tbcdtbfile(/home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/kernel/dtb/tegra234-p3768-0000+p3767-0005-nv-super.dtb)... done.
copying cfgfile(/home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/generic/cfg/flash_t234_qspi_sd.xml) to flash.xml... done.
Updated allocation_attribute for APP partition to 0x8 in flash.xml
Existing flashapp(/home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/tegraflash.py) reused.
copying overlay_dtb(/home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/kernel/dtb/L4TConfiguration.dtbo)... done.
copying overlay_dtb(/home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/kernel/dtb/tegra234-carveouts.dtbo)... done.
copying overlay_dtb(/home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/kernel/dtb/tegra-optee.dtbo)... done.
copying overlay_dtb(/home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/kernel/dtb/tegra234-p3768-0000+p3767-0000-dynamic.dtbo)... done.
/home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/L4TConfiguration_updated.dts: Warning (unit_address_vs_reg): Node /fragment@0 has a unit name, but no reg property
/home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/L4TConfiguration.dtbo: Warning (unit_address_vs_reg): Node /fragment@0 has a unit name, but no reg property
./tegraflash.py --bl uefi_jetson_minimal_with_dtb.bin --odmdata gbe-uphy-config-8,hsstp-lane-map-3,hsio-uphy-config-0 --overlay_dtb L4TConfiguration.dtbo,tegra234-carveouts.dtbo,tegra-optee.dtbo,tegra234-p3768-0000+p3767-0000-dynamic.dtbo, --bldtb tegra234-p3768-0000+p3767-0005-nv-super.dtb --applet mb1_t234_prod.bin --cmd "sign" --cfg flash.xml --chip "0x23" --concat_cpubl_bldtb --cpubl uefi_jetson.bin --cpubl_rcm uefi_jetson_minimal.bin --minratchet_config tegra234-mb1-bct-ratchet-p3767-0000.dts --device_config tegra234-mb1-bct-device-p3767-0000.dts --misc_config tegra234-mb1-bct-misc-p3767-0000.dts --pinmux_config Orin-svnano-pinmux.dtsi --gpioint_config tegra234-mb1-bct-gpioint-p3767-0000.dts --pmic_config tegra234-mb1-bct-pmic-p3767-0000-a02.dts --pmc_config tegra234-mb1-bct-padvoltage-p3767-dp-a03.dtsi --deviceprod_config tegra234-mb1-bct-cprod-p3767-0000.dts --prod_config tegra234-mb1-bct-prod-p3767-0000.dts --scr_config tegra234-mb2-bct-scr-p3767-0000.dts --wb0sdram_config tegra234-p3767-0001-wb0sdram-l4t.dts --br_cmd_config tegra234-mb1-bct-reset-p3767-0000.dts --uphy tegra234-mb1-bct-uphylane-si.dtsi --dev_params tegra234-br-bct-p3767-0000-l4t.dts,tegra234-br-bct_b-p3767-0000-l4t.dts --mb2bct_cfg tegra234-mb2-bct-misc-p3767-0000.dts --bins "psc_fw pscfw_t234_prod.bin; mts_mce mce_flash_o10_cr_prod.bin; tsec_fw tsec_t234.bin; mb2_applet applet_t234.bin; mb2_bootloader mb2_t234.bin; xusb_fw xusb_t234_prod.bin; pva_fw nvpva_020.fw; dce_fw display-t234-dce.bin; nvdec nvdec_t234_prod.fw; bpmp_fw bpmp_t234-TE980M-A1_prod.bin; bpmp_fw_dtb tegra234-bpmp-3767-0003-3768-super.dtb; rce_fw camera-rtcpu-t234-rce.img; ape_fw adsp-fw.bin; spe_fw spe_t234.bin; tos tos-optee_t234.img; eks eks_t234.img" --sdram_config tegra234-p3767-0001-sdram-l4t.dts --bct_backup --boot_chain A
Welcome to Tegra Flash
version 1.0.0
Type ? or help for help and q or quit to exit
Use ! to execute system commands
[ 0.0809 ] tegrasign_v3.py --key None --getmode mode.txt
[ 0.0811 ] Assuming zero filled SBK key
[ 0.0711 ] Parsing partition layout
[ 0.0719 ] tegraparser_v2 --pt flash.xml.tmp
[ 0.0792 ] Change tegra234-bpmp-3767-0003-3768-super.dtb to tegra234-bpmp-3767-0003-3768-super_with_odm.dtb
[ 0.0792 ] Change tegra234-bpmp-3767-0003-3768-super.dtb to tegra234-bpmp-3767-0003-3768-super_with_odm.dtb
[ 0.1531 ] /usr/bin/python3 dtbcheck.py -c t234 -o tegra234-bpmp-3767-0003-3768-super_with_odm.dtb tegra234-bpmp-3767-0003-3768-super_with_odm_tmp.dtb
[ 0.5684 ] Concatenating L4TConfiguration.dtbo,tegra234-carveouts.dtbo,tegra-optee.dtbo,tegra234-p3768-0000+p3767-0000-dynamic.dtbo to tegra234-p3768-0000+p3767-0005-nv-super_with_odm_overlay.dtb.updated
[ 0.5687 ] Concatenating bl dtb to cpubl binary
[ 0.5717 ] Concatenating bl dtb:(tegra234-p3768-0000+p3767-0005-nv-super_with_odm_overlay.dtb.updated), to cpubl binary: uefi_jetson_minimal.bin
[ 0.5750 ] MB2 binary: mb2_t234.bin
[ 0.5751 ] Pre-processing mb2bct config: tegra234-mb2-bct-misc-p3767-0000.dts
[ 0.6271 ] Pre-processing mb2bct config: tegra234-mb2-bct-scr-p3767-0000.dts
[ 1.2512 ] Generating coldboot mb2-bct
[ 1.2512 ] tegrabct_v2 --chip 0x23 0 --mb2bct mb2_cold_boot_bct.cfg --mb2bctcfg tegra234-mb2-bct-misc-p3767-0000_cpp.dtb --scr tegra234-mb2-bct-scr-p3767-0000_cpp.dtb
[ 1.2516 ] WARNING: unknown property 'tfc_version'
[ 1.2551 ] WARNING: unknown property 'addr_header_version'
[ 1.2680 ] Updating mb2-bct with storage information
[ 1.2689 ] tegrabct_v2 --chip 0x23 0 --mb2bct mb2_cold_boot_bct_MB2.bct --updatestorageinfo flash.xml.bin
[ 1.2702 ] Concatenating mb2-bct to mb2 binary
[ 1.2702 ] mb2_bin_file = mb2_t234.bin
[ 1.2702 ] mb2_bct_file = mb2_cold_boot_bct_MB2.bct
[ 1.2771 ] DCE binary: display-t234-dce.bin
[ 1.2773 ] Kernel DTB used: kernel_tegra234-p3768-0000+p3767-0005-nv-super.dtb
[ 1.2773 ] Concatenating kernel-dtb to dce-fw binary
[ 1.2774 ] dce_bin = display-t234-dce.bin
[ 1.2774 ] kernel_dtb = kernel_tegra234-p3768-0000+p3767-0005-nv-super.dtb
[ 1.2774 ] dce_with_dtb = display-t234-dce_with_kernel_tegra234-p3768-0000+p3767-0005-nv-super.bin
[ 1.3043 ] Update display-t234-dce_with_kernel_tegra234-p3768-0000+p3767-0005-nv-super.bin to dce_fw partitions
[ 1.3090 ] Parsing partition layout
[ 1.3097 ] tegraparser_v2 --pt flash.xml.tmp
[ 1.3111 ] Creating list of images to be signed
[ 1.3120 ] Generating ratchet blob
[ 1.3120 ] Pre-processing config: tegra234-mb1-bct-reset-p3767-0000.dts
[ 1.3238 ] Pre-processing config: tegra234-mb1-bct-device-p3767-0000.dts
[ 1.3346 ] Pre-processing config: tegra234-mb1-bct-cprod-p3767-0000.dts
[ 1.3427 ] Pre-processing config: tegra234-mb1-bct-gpioint-p3767-0000.dts
[ 1.3554 ] Pre-processing config: tegra234-mb1-bct-misc-p3767-0000.dts
[ 1.3714 ] Pre-processing config: Orin-svnano-pinmux.dtsi
[ 1.3911 ] Pre-processing config: tegra234-mb1-bct-padvoltage-p3767-dp-a03.dtsi
[ 1.4009 ] Pre-processing config: tegra234-mb1-bct-pmic-p3767-0000-a02.dts
[ 1.4099 ] Pre-processing config: tegra234-mb1-bct-prod-p3767-0000.dts
[ 1.4221 ] Pre-processing config: tegra234-p3767-0001-sdram-l4t.dts
[ 3.2064 ] Pre-processing config: tegra234-mb1-bct-uphylane-si.dtsi
[ 3.2149 ] Pre-processing config: tegra234-p3767-0001-wb0sdram-l4t.dts
[ 4.9817 ] Pre-processing config: tegra234-mb1-bct-ratchet-p3767-0000.dts
[ 4.9949 ] Generating coldboot mb1-bct
[ 4.9960 ] tegrabct_v2 --chip 0x23 0 --mb1bct mb1_cold_boot_bct.cfg --misc tegra234-mb1-bct-misc-p3767-0000_cpp.dtb --wb0sdram tegra234-p3767-0001-wb0sdram-l4t_cpp.dtb --pinmux Orin-svnano-pinmux_cpp.dtb --pmc tegra234-mb1-bct-padvoltage-p3767-dp-a03_cpp.dtb --pmic tegra234-mb1-bct-pmic-p3767-0000-a02_cpp.dtb --brcommand tegra234-mb1-bct-reset-p3767-0000_cpp.dtb --prod tegra234-mb1-bct-prod-p3767-0000_cpp.dtb --gpioint tegra234-mb1-bct-gpioint-p3767-0000_cpp.dtb --uphy tegra234-mb1-bct-uphylane-si_cpp.dtb --device tegra234-mb1-bct-device-p3767-0000_cpp.dtb --deviceprod tegra234-mb1-bct-cprod-p3767-0000_cpp.dtb --minratchet tegra234-mb1-bct-ratchet-p3767-0000_cpp.dtb --ratchet_blob ratchet_blob.bin
[ 4.9971 ] MB1-BCT version: 0.13
[ 4.9993 ] Parsing config file :Orin-svnano-pinmux_cpp.dtb
[ 4.9997 ] Added Platform Config 0 data with size :- 2432
[ 5.0026 ] Parsing config file :tegra234-mb1-bct-padvoltage-p3767-dp-a03_cpp.dtb
[ 5.0031 ] WARNING: unknown node 'g2'
[ 5.0032 ] WARNING: unknown node 'g2'
[ 5.0037 ] WARNING: unknown node 'g9'
[ 5.0037 ] WARNING: unknown node 'g9'
[ 5.0037 ] Added Platform Config 2 data with size :- 24
[ 5.0037 ]
[ 5.0037 ] Parsing config file :tegra234-mb1-bct-pmic-p3767-0000-a02_cpp.dtb
[ 5.0037 ] Added Platform Config 4 data with size :- 288
[ 5.0037 ]
[ 5.0037 ] Parsing config file :tegra234-mb1-bct-reset-p3767-0000_cpp.dtb
[ 5.0037 ] Added Platform Config 3 data with size :- 52
[ 5.0037 ]
[ 5.0037 ] Parsing config file :tegra234-mb1-bct-prod-p3767-0000_cpp.dtb
[ 5.0037 ] WARNING: unknown property 'major'
[ 5.0037 ] WARNING: unknown property 'minor'
[ 5.0037 ] Added Platform Config 5 data with size :- 512
[ 5.0038 ]
[ 5.0038 ] Parsing config file :tegra234-mb1-bct-gpioint-p3767-0000_cpp.dtb
[ 5.0038 ] WARNING: unknown property 'major'
[ 5.0038 ] WARNING: unknown property 'minor'
[ 5.0038 ] Added Platform Config 7 data with size :- 380
[ 5.0038 ]
[ 5.0038 ] Parsing config file :tegra234-mb1-bct-uphylane-si_cpp.dtb
[ 5.0038 ] Added Platform Config 8 data with size :- 24
[ 5.0038 ]
[ 5.0038 ] Parsing config file :tegra234-mb1-bct-device-p3767-0000_cpp.dtb
[ 5.0038 ] Added Platform Config 9 data with size :- 100
[ 5.0038 ]
[ 5.0038 ] Parsing config file :tegra234-mb1-bct-cprod-p3767-0000_cpp.dtb
[ 5.0038 ] ModuleCount 0 NumProdNames 0
[ 5.0038 ] Added Platform Config 6 data with size :- 16
[ 5.0038 ]
[ 5.0039 ] Parsing config file :tegra234-mb1-bct-ratchet-p3767-0000_cpp.dtb
[ 5.0039 ]
[ 5.0039 ] Updating mb1-bct with firmware information
[ 5.0045 ] tegrabct_v2 --chip 0x23 0 --mb1bct mb1_cold_boot_bct_MB1.bct --updatefwinfo flash.xml.bin
[ 5.0064 ] tegrahost_v2 --chip 0x23 0 --align mb1_cold_boot_bct_MB1_aligned.bct
[ 5.0071 ] Generating SHA2 Hash for mb1bct
[ 5.0279 ] Sha saved in mb1_cold_boot_bct_MB1_aligned.sha
[ 5.0312 ] Sha saved in mb1_cold_boot_bct_MB1.sha
[ 5.0221 ] tegrahost_v2 --chip 0x23 0 --magicid MBCT --ratchet_blob ratchet_blob.bin --appendsigheader mb1_cold_boot_bct_MB1_aligned.bct zerosbk
[ 5.0227 ] adding BCH for mb1_cold_boot_bct_MB1_aligned.bct
[ 5.0348 ] tegrasign_v3.py --key None --list mb1_cold_boot_bct_MB1_aligned_sigheader.bct_list.xml --pubkeyhash pub_key.key --sha sha512
[ 5.0350 ] Assuming zero filled SBK key
[ 5.0378 ] Warning: pub_key.key is not found
[ 5.0282 ] tegrahost_v2 --chip 0x23 0 --updatesigheader mb1_cold_boot_bct_MB1_aligned_sigheader.bct.encrypt mb1_cold_boot_bct_MB1_aligned_sigheader.bct.hash zerosbk
[ 5.0293 ] tegrahost_v2 --chip 0x23 0 --partitionlayout flash.xml.bin --ratchet_blob ratchet_blob.bin --list images_list.xml zerosbk
[ 5.0298 ] MB1: Nvheader already present is mb1_t234_prod_aligned.bin
[ 5.0319 ] Header already present for mb1_t234_prod_aligned_sigheader.bin
[ 5.0324 ] MB1: Nvheader already present is psc_bl1_t234_prod_aligned.bin
[ 5.0410 ] Header already present for psc_bl1_t234_prod_aligned_sigheader.bin
[ 5.0413 ] Header already present for tsec_t234_aligned.bin
[ 5.0496 ] Header already present for nvdec_t234_prod_aligned.fw
[ 5.0559 ] adding BCH for mb2_t234_with_mb2_cold_boot_bct_MB2_aligned.bin
[ 5.0647 ] adding BCH for xusb_t234_prod_aligned.bin
[ 5.0870 ] Header already present for bpmp_t234-TE980M-A1_prod_aligned.bin
[ 5.0999 ] adding BCH for tegra234-bpmp-3767-0003-3768-super_with_odm_aligned.dtb
[ 5.1260 ] Header already present for pscfw_t234_prod_aligned.bin
[ 5.1402 ] Header already present for mce_flash_o10_cr_prod_aligned.bin
[ 5.1491 ] Header already present for sc7_t234_prod.bin
[ 5.1547 ] Header already present for psc_rf_t234_prod_aligned.bin
[ 5.1598 ] adding BCH for mb2rf_t234_aligned.bin
[ 5.1634 ] INFO: compressing uefi_jetson_with_dtb_aligned.bin
[ 5.2655 ] INFO: complete compression, uefi_jetson_with_dtb_aligned.bin, ratio = 92%
[ 5.2740 ] adding BCH for uefi_jetson_with_dtb_aligned_blob_w_bin_aligned.bin
[ 5.3650 ] adding BCH for tos-optee_t234_aligned.img
[ 5.4578 ] adding BCH for eks_t234_aligned.img
[ 5.5503 ] INFO: compressing display-t234-dce_with_kernel_tegra234-p3768-0000+p3767-0005-nv-super_aligned.bin
[ 5.8675 ] INFO: complete compression, display-t234-dce_with_kernel_tegra234-p3768-0000+p3767-0005-nv-super_aligned.bin, ratio = 6%
[ 5.9052 ] adding BCH for display-t234-dce_with_kernel_tegra234-p3768-0000+p3767-0005-nv-super_aligned_blob_w_bin_aligned.bin
[ 5.9368 ] adding BCH for spe_t234_aligned.bin
[ 5.9599 ] adding BCH for camera-rtcpu-t234-rce_aligned.img
[ 5.9752 ] adding BCH for adsp-fw_aligned.bin
[ 5.9995 ] INFO: compressing nvpva_020_aligned.fw
[ 6.0797 ] INFO: complete compression, nvpva_020_aligned.fw, ratio = 2%
[ 6.0847 ] adding BCH for nvpva_020_aligned_blob_w_bin_aligned.fw
[ 6.0876 ] MB1: Nvheader already present is mb1_t234_prod_aligned.bin
[ 6.0901 ] Header already present for mb1_t234_prod_aligned_sigheader.bin
[ 6.1023 ] MB1: Nvheader already present is psc_bl1_t234_prod_aligned.bin
[ 6.1098 ] Header already present for psc_bl1_t234_prod_aligned_sigheader.bin
[ 6.1102 ] Header already present for tsec_t234_aligned.bin
[ 6.1195 ] Header already present for nvdec_t234_prod_aligned.fw
[ 6.1265 ] adding BCH for mb2_t234_with_mb2_cold_boot_bct_MB2_aligned.bin
[ 6.1360 ] adding BCH for xusb_t234_prod_aligned.bin
[ 6.1589 ] Header already present for bpmp_t234-TE980M-A1_prod_aligned.bin
[ 6.1857 ] adding BCH for tegra234-bpmp-3767-0003-3768-super_with_odm_aligned.dtb
[ 6.2129 ] Header already present for pscfw_t234_prod_aligned.bin
[ 6.2263 ] Header already present for mce_flash_o10_cr_prod_aligned.bin
[ 6.2343 ] Header already present for sc7_t234_prod.bin
[ 6.2390 ] Header already present for psc_rf_t234_prod_aligned.bin
[ 6.2446 ] adding BCH for mb2rf_t234_aligned.bin
[ 6.2485 ] INFO: compressing uefi_jetson_with_dtb_aligned.bin
[ 6.3987 ] INFO: complete compression, uefi_jetson_with_dtb_aligned.bin, ratio = 92%
[ 6.4071 ] adding BCH for uefi_jetson_with_dtb_aligned_blob_w_bin_aligned.bin
[ 6.5767 ] adding BCH for tos-optee_t234_aligned.img
[ 6.6653 ] adding BCH for eks_t234_aligned.img
[ 6.7563 ] INFO: compressing display-t234-dce_with_kernel_tegra234-p3768-0000+p3767-0005-nv-super_aligned.bin
[ 7.1853 ] INFO: complete compression, display-t234-dce_with_kernel_tegra234-p3768-0000+p3767-0005-nv-super_aligned.bin, ratio = 6%
[ 7.2242 ] adding BCH for display-t234-dce_with_kernel_tegra234-p3768-0000+p3767-0005-nv-super_aligned_blob_w_bin_aligned.bin
[ 7.2562 ] adding BCH for spe_t234_aligned.bin
[ 7.2768 ] adding BCH for camera-rtcpu-t234-rce_aligned.img
[ 7.2969 ] adding BCH for adsp-fw_aligned.bin
[ 7.3215 ] INFO: compressing nvpva_020_aligned.fw
[ 7.4008 ] INFO: complete compression, nvpva_020_aligned.fw, ratio = 2%
[ 7.4058 ] adding BCH for nvpva_020_aligned_blob_w_bin_aligned.fw
[ 7.4107 ] Filling MB1 storage info
[ 7.4107 ] Parsing dev params for multi chains
[ 7.4224 ] Generating br-bct
[ 7.4231 ] Updating dev and MSS params in BR BCT
[ 7.4232 ] tegrabct_v2 --dev_param tegra234-br-bct-p3767-0000-l4t_cpp.dtb --sdram tegra234-p3767-0001-sdram-l4t_cpp.dtb --brbct br_bct.cfg --chip 0x23 0
[ 7.5793 ] Updating bl info
[ 7.5798 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x23 0 --updateblinfo flash.xml.bin
[ 7.5912 ] Generating br-bct
[ 7.5918 ] Updating dev and MSS params in BR BCT
[ 7.5919 ] tegrabct_v2 --dev_param tegra234-br-bct_b-p3767-0000-l4t_cpp.dtb --sdram tegra234-p3767-0001-sdram-l4t_cpp.dtb --brbct br_bct.cfg --chip 0x23 0
[ 7.7490 ] Updating bl info
[ 7.7496 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x23 0 --updateblinfo flash.xml.bin
[ 7.7545 ] Generating BCT backup image
[ 7.7546 ] dd if=/dev/zero of=bct_backup.img bs=1 count=32768
[ 7.7551 ] 32768+0 records in
[ 7.8056 ] 32768+0 records out
[ 7.8056 ] 32768 bytes (33 kB, 32 KiB) copied, 0.0496713 s, 660 kB/s
[ 7.8056 ]
[ 7.8056 ] Concatenating BCT for chain A to bct_backup.img
[ 7.8056 ] dd if=br_bct_BR.bct of=bct_backup.img bs=1 seek=0 conv=notrunc
[ 7.8062 ] 8192+0 records in
[ 7.8201 ] 8192+0 records out
[ 7.8202 ] 8192 bytes (8.2 kB, 8.0 KiB) copied, 0.0132232 s, 620 kB/s
[ 7.8203 ]
[ 7.8203 ] Concatenating BCT for chain B to bct_backup.img
[ 7.8203 ] dd if=br_bct_b_BR.bct of=bct_backup.img bs=1 seek=16384 conv=notrunc
[ 7.8210 ] 8192+0 records in
[ 7.8346 ] 8192+0 records out
[ 7.8346 ] 8192 bytes (8.2 kB, 8.0 KiB) copied, 0.0126963 s, 645 kB/s
[ 7.8346 ]
[ 7.8346 ] Generating signatures
[ 7.8451 ] tegrasign_v3.py --key None --list images_list.xml --pubkeyhash pub_key.key --sha sha512
[ 7.8453 ] Assuming zero filled SBK key
[ 8.0191 ] Warning: pub_key.key is not found
[ 8.0127 ] Parsing dev params for multi chains
[ 8.0128 ] Generating br-bct
[ 8.0134 ] Updating dev and MSS params in BR BCT
[ 8.0135 ] tegrabct_v2 --dev_param tegra234-br-bct-p3767-0000-l4t_cpp.dtb --sdram tegra234-p3767-0001-sdram-l4t_cpp.dtb --brbct br_bct.cfg --chip 0x23 0
[ 8.1712 ] Updating bl info
[ 8.1718 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x23 0 --updateblinfo flash.xml.bin --updatesig images_list_signed.xml
[ 8.1746 ] Generating SHA2 Hash
[ 8.1862 ] Sha saved in br_bct_BR.sha
[ 8.1760 ] Get Signed section of bct
[ 8.1764 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x23 0 --listbct bct_list.xml
[ 8.1772 ] Signing BCT
[ 8.1877 ] tegrasign_v3.py --key None --list bct_list.xml --pubkeyhash pub_key.key --sha sha512
[ 8.1879 ] Assuming zero filled SBK key
[ 8.1909 ] Sha saved in br_bct_BR.sha
[ 8.1913 ] Warning: pub_key.key is not found
[ 8.1809 ] Updating BCT with signature
[ 8.1814 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x23 0 --updatesig bct_list_signed.xml
[ 8.1818 ] Offset :4608 Len :3584
[ 8.1824 ] Generating SHA2 Hash
[ 8.1929 ] tegrasign_v3.py --key None --list bct_list.xml --sha sha512
[ 8.1930 ] Assuming zero filled SBK key
[ 8.1931 ] Assuming zero filled SBK key
[ 8.1977 ] Sha saved in br_bct_BR.sha
[ 8.1879 ] Updating BCT with SHA2 Hash
[ 8.1887 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x23 0 --updatesha bct_list_signed.xml
[ 8.1894 ] Offset :4608 Len :3584
[ 8.1899 ] Offset :68 Len :8124
[ 8.1902 ] Generating br-bct
[ 8.1907 ] Updating dev and MSS params in BR BCT
[ 8.1907 ] tegrabct_v2 --dev_param tegra234-br-bct_b-p3767-0000-l4t_cpp.dtb --sdram tegra234-p3767-0001-sdram-l4t_cpp.dtb --brbct br_bct.cfg --chip 0x23 0
[ 8.3479 ] Updating bl info
[ 8.3485 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x23 0 --updateblinfo flash.xml.bin --updatesig images_list_signed.xml
[ 8.3578 ] Generating SHA2 Hash
[ 8.3695 ] Sha saved in br_bct_BR.sha
[ 8.3593 ] Get Signed section of bct
[ 8.3598 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x23 0 --listbct bct_list.xml
[ 8.3608 ] Signing BCT
[ 8.3713 ] tegrasign_v3.py --key None --list bct_list.xml --pubkeyhash pub_key.key --sha sha512
[ 8.3716 ] Assuming zero filled SBK key
[ 8.3769 ] Sha saved in br_bct_BR.sha
[ 8.3776 ] Warning: pub_key.key is not found
[ 8.3673 ] Updating BCT with signature
[ 8.3680 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x23 0 --updatesig bct_list_signed.xml
[ 8.3684 ] Offset :4608 Len :3584
[ 8.3691 ] Generating SHA2 Hash
[ 8.3795 ] tegrasign_v3.py --key None --list bct_list.xml --sha sha512
[ 8.3798 ] Assuming zero filled SBK key
[ 8.3798 ] Assuming zero filled SBK key
[ 8.3835 ] Sha saved in br_bct_BR.sha
[ 8.3735 ] Updating BCT with SHA2 Hash
[ 8.3741 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x23 0 --updatesha bct_list_signed.xml
[ 8.3747 ] Offset :4608 Len :3584
[ 8.3753 ] Offset :68 Len :8124
[ 8.3757 ] Generating BCT backup image
[ 8.3757 ] dd if=/dev/zero of=bct_backup.img bs=1 count=32768
[ 8.3767 ] 32768+0 records in
[ 8.4287 ] 32768+0 records out
[ 8.4287 ] 32768 bytes (33 kB, 32 KiB) copied, 0.0504646 s, 649 kB/s
[ 8.4287 ]
[ 8.4287 ] Concatenating BCT for chain A to bct_backup.img
[ 8.4287 ] dd if=br_bct_BR.bct of=bct_backup.img bs=1 seek=0 conv=notrunc
[ 8.4292 ] 8192+0 records in
[ 8.4424 ] 8192+0 records out
[ 8.4426 ] 8192 bytes (8.2 kB, 8.0 KiB) copied, 0.0124429 s, 658 kB/s
[ 8.4426 ]
[ 8.4426 ] Concatenating BCT for chain B to bct_backup.img
[ 8.4427 ] dd if=br_bct_b_BR.bct of=bct_backup.img bs=1 seek=16384 conv=notrunc
[ 8.4435 ] 8192+0 records in
[ 8.4576 ] 8192+0 records out
[ 8.4576 ] 8192 bytes (8.2 kB, 8.0 KiB) copied, 0.0129739 s, 631 kB/s
[ 8.4576 ]
[ 8.4577 ] Generating coldboot mb1-bct
[ 8.4583 ] tegrabct_v2 --chip 0x23 0 --mb1bct mb1_cold_boot_bct.cfg --misc tegra234-mb1-bct-misc-p3767-0000_cpp.dtb --wb0sdram tegra234-p3767-0001-wb0sdram-l4t_cpp.dtb --pinmux Orin-svnano-pinmux_cpp.dtb --pmc tegra234-mb1-bct-padvoltage-p3767-dp-a03_cpp.dtb --pmic tegra234-mb1-bct-pmic-p3767-0000-a02_cpp.dtb --brcommand tegra234-mb1-bct-reset-p3767-0000_cpp.dtb --prod tegra234-mb1-bct-prod-p3767-0000_cpp.dtb --gpioint tegra234-mb1-bct-gpioint-p3767-0000_cpp.dtb --uphy tegra234-mb1-bct-uphylane-si_cpp.dtb --device tegra234-mb1-bct-device-p3767-0000_cpp.dtb --deviceprod tegra234-mb1-bct-cprod-p3767-0000_cpp.dtb --minratchet tegra234-mb1-bct-ratchet-p3767-0000_cpp.dtb --ratchet_blob ratchet_blob.bin
[ 8.4588 ] MB1-BCT version: 0.13
[ 8.4607 ] Parsing config file :Orin-svnano-pinmux_cpp.dtb
[ 8.4610 ] Added Platform Config 0 data with size :- 2432
[ 8.4632 ] Parsing config file :tegra234-mb1-bct-padvoltage-p3767-dp-a03_cpp.dtb
[ 8.4635 ] WARNING: unknown node 'g2'
[ 8.4637 ] WARNING: unknown node 'g2'
[ 8.4639 ] WARNING: unknown node 'g9'
[ 8.4639 ] WARNING: unknown node 'g9'
[ 8.4640 ] Added Platform Config 2 data with size :- 24
[ 8.4640 ]
[ 8.4640 ] Parsing config file :tegra234-mb1-bct-pmic-p3767-0000-a02_cpp.dtb
[ 8.4640 ] Added Platform Config 4 data with size :- 288
[ 8.4640 ]
[ 8.4640 ] Parsing config file :tegra234-mb1-bct-reset-p3767-0000_cpp.dtb
[ 8.4640 ] Added Platform Config 3 data with size :- 52
[ 8.4640 ]
[ 8.4640 ] Parsing config file :tegra234-mb1-bct-prod-p3767-0000_cpp.dtb
[ 8.4640 ] WARNING: unknown property 'major'
[ 8.4640 ] WARNING: unknown property 'minor'
[ 8.4640 ] Added Platform Config 5 data with size :- 512
[ 8.4640 ]
[ 8.4641 ] Parsing config file :tegra234-mb1-bct-gpioint-p3767-0000_cpp.dtb
[ 8.4641 ] WARNING: unknown property 'major'
[ 8.4641 ] WARNING: unknown property 'minor'
[ 8.4641 ] Added Platform Config 7 data with size :- 380
[ 8.4641 ]
[ 8.4641 ] Parsing config file :tegra234-mb1-bct-uphylane-si_cpp.dtb
[ 8.4641 ] Added Platform Config 8 data with size :- 24
[ 8.4641 ]
[ 8.4641 ] Parsing config file :tegra234-mb1-bct-device-p3767-0000_cpp.dtb
[ 8.4641 ] Added Platform Config 9 data with size :- 100
[ 8.4641 ]
[ 8.4641 ] Parsing config file :tegra234-mb1-bct-cprod-p3767-0000_cpp.dtb
[ 8.4641 ] ModuleCount 0 NumProdNames 0
[ 8.4641 ] Added Platform Config 6 data with size :- 16
[ 8.4641 ]
[ 8.4641 ] Parsing config file :tegra234-mb1-bct-ratchet-p3767-0000_cpp.dtb
[ 8.4641 ]
[ 8.4642 ] Updating mb1-bct with firmware information
[ 8.4647 ] tegrabct_v2 --chip 0x23 0 --mb1bct mb1_cold_boot_bct_MB1.bct --updatefwinfo flash.xml.bin
[ 8.4663 ] tegrahost_v2 --chip 0x23 0 --align mb1_cold_boot_bct_MB1_aligned.bct
[ 8.4668 ] Generating SHA2 Hash for mb1bct
[ 8.4786 ] Sha saved in mb1_cold_boot_bct_MB1_aligned.sha
[ 8.4801 ] Sha saved in mb1_cold_boot_bct_MB1.sha
[ 8.4703 ] tegrahost_v2 --chip 0x23 0 --magicid MBCT --ratchet_blob ratchet_blob.bin --appendsigheader mb1_cold_boot_bct_MB1_aligned.bct zerosbk
[ 8.4706 ] adding BCH for mb1_cold_boot_bct_MB1_aligned.bct
[ 8.4827 ] tegrasign_v3.py --key None --list mb1_cold_boot_bct_MB1_aligned_sigheader.bct_list.xml --pubkeyhash pub_key.key --sha sha512
[ 8.4830 ] Assuming zero filled SBK key
[ 8.4862 ] Warning: pub_key.key is not found
[ 8.4769 ] tegrahost_v2 --chip 0x23 0 --updatesigheader mb1_cold_boot_bct_MB1_aligned_sigheader.bct.encrypt mb1_cold_boot_bct_MB1_aligned_sigheader.bct.hash zerosbk
[ 8.4788 ] Generating recovery mb1-bct
[ 8.4795 ] tegrabct_v2 --chip 0x23 0 --mb1bct mb1_bct.cfg --misc tegra234-mb1-bct-misc-p3767-0000_cpp.dtb --wb0sdram tegra234-p3767-0001-wb0sdram-l4t_cpp.dtb --pinmux Orin-svnano-pinmux_cpp.dtb --pmc tegra234-mb1-bct-padvoltage-p3767-dp-a03_cpp.dtb --pmic tegra234-mb1-bct-pmic-p3767-0000-a02_cpp.dtb --brcommand tegra234-mb1-bct-reset-p3767-0000_cpp.dtb --prod tegra234-mb1-bct-prod-p3767-0000_cpp.dtb --gpioint tegra234-mb1-bct-gpioint-p3767-0000_cpp.dtb --uphy tegra234-mb1-bct-uphylane-si_cpp.dtb --device tegra234-mb1-bct-device-p3767-0000_cpp.dtb --deviceprod tegra234-mb1-bct-cprod-p3767-0000_cpp.dtb --minratchet tegra234-mb1-bct-ratchet-p3767-0000_cpp.dtb --ratchet_blob ratchet_blob.bin
[ 8.4799 ] MB1-BCT version: 0.13
[ 8.4818 ] Parsing config file :Orin-svnano-pinmux_cpp.dtb
[ 8.4821 ] Added Platform Config 0 data with size :- 2432
[ 8.4845 ] Parsing config file :tegra234-mb1-bct-padvoltage-p3767-dp-a03_cpp.dtb
[ 8.4850 ] WARNING: unknown node 'g2'
[ 8.4852 ] WARNING: unknown node 'g2'
[ 8.4853 ] WARNING: unknown node 'g9'
[ 8.4854 ] WARNING: unknown node 'g9'
[ 8.4854 ] Added Platform Config 2 data with size :- 24
[ 8.4854 ]
[ 8.4854 ] Parsing config file :tegra234-mb1-bct-pmic-p3767-0000-a02_cpp.dtb
[ 8.4854 ] Added Platform Config 4 data with size :- 288
[ 8.4854 ]
[ 8.4854 ] Parsing config file :tegra234-mb1-bct-reset-p3767-0000_cpp.dtb
[ 8.4854 ] Added Platform Config 3 data with size :- 52
[ 8.4854 ]
[ 8.4854 ] Parsing config file :tegra234-mb1-bct-prod-p3767-0000_cpp.dtb
[ 8.4854 ] WARNING: unknown property 'major'
[ 8.4854 ] WARNING: unknown property 'minor'
[ 8.4854 ] Added Platform Config 5 data with size :- 512
[ 8.4854 ]
[ 8.4854 ] Parsing config file :tegra234-mb1-bct-gpioint-p3767-0000_cpp.dtb
[ 8.4854 ] WARNING: unknown property 'major'
[ 8.4855 ] WARNING: unknown property 'minor'
[ 8.4855 ] Added Platform Config 7 data with size :- 380
[ 8.4855 ]
[ 8.4855 ] Parsing config file :tegra234-mb1-bct-uphylane-si_cpp.dtb
[ 8.4855 ] Added Platform Config 8 data with size :- 24
[ 8.4855 ]
[ 8.4855 ] Parsing config file :tegra234-mb1-bct-device-p3767-0000_cpp.dtb
[ 8.4855 ] Added Platform Config 9 data with size :- 100
[ 8.4855 ]
[ 8.4855 ] Parsing config file :tegra234-mb1-bct-cprod-p3767-0000_cpp.dtb
[ 8.4855 ] ModuleCount 0 NumProdNames 0
[ 8.4855 ] Added Platform Config 6 data with size :- 16
[ 8.4855 ]
[ 8.4855 ] Parsing config file :tegra234-mb1-bct-ratchet-p3767-0000_cpp.dtb
[ 8.4855 ]
[ 8.4856 ] Updating mb1-bct with firmware information
[ 8.4862 ] tegrabct_v2 --chip 0x23 0 --mb1bct mb1_bct_MB1.bct --recov --updatefwinfo flash.xml.bin
[ 8.4881 ] tegrahost_v2 --chip 0x23 0 --align mb1_bct_MB1_aligned.bct
[ 8.4887 ] Generating SHA2 Hash for mb1bct
[ 8.5008 ] Sha saved in mb1_bct_MB1_aligned.sha
[ 8.5025 ] Sha saved in mb1_bct_MB1.sha
[ 8.4928 ] tegrahost_v2 --chip 0x23 0 --magicid MBCT --ratchet_blob ratchet_blob.bin --appendsigheader mb1_bct_MB1_aligned.bct zerosbk
[ 8.4933 ] adding BCH for mb1_bct_MB1_aligned.bct
[ 8.5051 ] tegrasign_v3.py --key None --list mb1_bct_MB1_aligned_sigheader.bct_list.xml --pubkeyhash pub_key.key --sha sha512
[ 8.5053 ] Assuming zero filled SBK key
[ 8.5070 ] Warning: pub_key.key is not found
[ 8.4974 ] tegrahost_v2 --chip 0x23 0 --updatesigheader mb1_bct_MB1_aligned_sigheader.bct.encrypt mb1_bct_MB1_aligned_sigheader.bct.hash zerosbk
[ 8.4986 ] Generating coldboot mem-bct
[ 8.4990 ] tegrabct_v2 --chip 0x23 0 --sdram tegra234-p3767-0001-sdram-l4t_cpp.dtb --wb0sdram tegra234-p3767-0001-wb0sdram-l4t_cpp.dtb --membct tegra234-p3767-0001-sdram-l4t_cpp_1.bct tegra234-p3767-0001-sdram-l4t_cpp_2.bct tegra234-p3767-0001-sdram-l4t_cpp_3.bct tegra234-p3767-0001-sdram-l4t_cpp_4.bct
[ 8.4994 ] packing sdram params with Wb0 file tegra234-p3767-0001-wb0sdram-l4t_cpp.dtb
[ 8.6539 ] Packing sdram param for instance[0]
[ 8.6540 ] Packing sdram param for instance[1]
[ 8.6542 ] Packing sdram param for instance[2]
[ 8.6544 ] Packing sdram param for instance[3]
[ 8.6546 ] Packing sdram param for instance[4]
[ 8.6548 ] Packing sdram param for instance[5]
[ 8.6549 ] Packing sdram param for instance[6]
[ 8.6551 ] Packing sdram param for instance[7]
[ 8.6553 ] Packing sdram param for instance[8]
[ 8.6555 ] Packing sdram param for instance[9]
[ 8.6556 ] Packing sdram param for instance[10]
[ 8.6558 ] Packing sdram param for instance[11]
[ 8.6561 ] Packing sdram param for instance[12]
[ 8.6563 ] Packing sdram param for instance[13]
[ 8.6565 ] Packing sdram param for instance[14]
[ 8.6567 ] Packing sdram param for instance[15]
[ 8.8112 ] Getting sector size from pt
[ 8.8118 ] tegraparser_v2 --getsectorsize flash.xml.bin sector_info.bin
[ 8.8124 ] BlockSize read from layout is 0x200
[ 8.8128 ] tegrahost_v2 --chip 0x23 0 --blocksize 512 --magicid MEMB --addsigheader_multi tegra234-p3767-0001-sdram-l4t_cpp_1.bct tegra234-p3767-0001-sdram-l4t_cpp_2.bct tegra234-p3767-0001-sdram-l4t_cpp_3.bct tegra234-p3767-0001-sdram-l4t_cpp_4.bct --ratchet_blob ratchet_blob.bin
[ 8.8132 ] Binary 0 length is 58752
[ 8.8135 ] Binary 0 align length is 58880
[ 8.8149 ] Binary 1 length is 58752
[ 8.8151 ] Binary 1 align length is 58880
[ 8.8164 ] Binary 2 length is 58752
[ 8.8165 ] Binary 2 align length is 58880
[ 8.8178 ] Binary 3 length is 58752
[ 8.8180 ] Binary 3 align length is 58880
[ 8.8194 ] Buffer length is 235520
[ 8.8195 ] adding BCH for tegra234-p3767-0001-sdram-l4t_cpp_1.bct
[ 8.8198 ] new length is 243712
[ 8.8209 ] tegrahost_v2 --chip 0x23 0 --align mem_coldboot_aligned.bct
[ 8.8218 ] tegrahost_v2 --chip 0x23 0 --magicid MEMB --ratchet_blob ratchet_blob.bin --appendsigheader mem_coldboot_aligned.bct zerosbk
[ 8.8222 ] Header already present for mem_coldboot_aligned.bct
[ 8.8339 ] tegrasign_v3.py --key None --list mem_coldboot_aligned_sigheader.bct_list.xml --pubkeyhash pub_key.key --sha sha512
[ 8.8341 ] Assuming zero filled SBK key
[ 8.8382 ] Warning: pub_key.key is not found
[ 8.8290 ] tegrahost_v2 --chip 0x23 0 --updatesigheader mem_coldboot_aligned_sigheader.bct.encrypt mem_coldboot_aligned_sigheader.bct.hash zerosbk
[ 8.8316 ] Generating recovery mem-bct
[ 8.8322 ] tegrabct_v2 --chip 0x23 0 --sdram tegra234-p3767-0001-sdram-l4t_cpp.dtb --wb0sdram tegra234-p3767-0001-wb0sdram-l4t_cpp.dtb --membct tegra234-p3767-0001-sdram-l4t_cpp_1.bct tegra234-p3767-0001-sdram-l4t_cpp_2.bct tegra234-p3767-0001-sdram-l4t_cpp_3.bct tegra234-p3767-0001-sdram-l4t_cpp_4.bct
[ 8.8326 ] packing sdram params with Wb0 file tegra234-p3767-0001-wb0sdram-l4t_cpp.dtb
[ 8.9896 ] Packing sdram param for instance[0]
[ 8.9898 ] Packing sdram param for instance[1]
[ 8.9900 ] Packing sdram param for instance[2]
[ 8.9902 ] Packing sdram param for instance[3]
[ 8.9903 ] Packing sdram param for instance[4]
[ 8.9905 ] Packing sdram param for instance[5]
[ 8.9907 ] Packing sdram param for instance[6]
[ 8.9909 ] Packing sdram param for instance[7]
[ 8.9911 ] Packing sdram param for instance[8]
[ 8.9912 ] Packing sdram param for instance[9]
[ 8.9914 ] Packing sdram param for instance[10]
[ 8.9916 ] Packing sdram param for instance[11]
[ 8.9918 ] Packing sdram param for instance[12]
[ 8.9920 ] Packing sdram param for instance[13]
[ 8.9921 ] Packing sdram param for instance[14]
[ 8.9923 ] Packing sdram param for instance[15]
[ 9.1463 ] Generating mem_bct based on ramcode group number
[ 9.1465 ] Set ramcode to 0 as it is not specified
[ 9.1465 ] Using ramcode group number 0
[ 9.1465 ] Disabled BPMP dtb trim, using default dtb
[ 9.1465 ]
[ 9.1474 ] tegrahost_v2 --chip 0x23 0 --align mem_rcm_aligned.bct
[ 9.1483 ] tegrahost_v2 --chip 0x23 0 --magicid MEM0 --ratchet_blob ratchet_blob.bin --appendsigheader mem_rcm_aligned.bct zerosbk
[ 9.1486 ] adding BCH for mem_rcm_aligned.bct
[ 9.1629 ] tegrasign_v3.py --key None --list mem_rcm_aligned_sigheader.bct_list.xml --pubkeyhash pub_key.key --sha sha512
[ 9.1631 ] Assuming zero filled SBK key
[ 9.1651 ] Warning: pub_key.key is not found
[ 9.1553 ] tegrahost_v2 --chip 0x23 0 --updatesigheader mem_rcm_aligned_sigheader.bct.encrypt mem_rcm_aligned_sigheader.bct.hash zerosbk
[ 9.1566 ] Generating all 4 mem_bct for ramcode group (0..3)
[ 9.1566 ] Disabled BPMP dtb trim, using default dtb
[ 9.1566 ]
[ 9.1574 ] tegrahost_v2 --chip 0x23 0 --align mem_rcm_0_aligned.bct
[ 9.1585 ] tegrahost_v2 --chip 0x23 0 --magicid MEM0 --ratchet_blob ratchet_blob.bin --appendsigheader mem_rcm_0_aligned.bct zerosbk
[ 9.1592 ] adding BCH for mem_rcm_0_aligned.bct
[ 9.1742 ] tegrasign_v3.py --key None --list mem_rcm_0_aligned_sigheader.bct_list.xml --pubkeyhash pub_key.key --sha sha512
[ 9.1745 ] Assuming zero filled SBK key
[ 9.1769 ] Warning: pub_key.key is not found
[ 9.1675 ] tegrahost_v2 --chip 0x23 0 --updatesigheader mem_rcm_0_aligned_sigheader.bct.encrypt mem_rcm_0_aligned_sigheader.bct.hash zerosbk
[ 9.1695 ] Disabled BPMP dtb trim, using default dtb
[ 9.1696 ]
[ 9.1706 ] tegrahost_v2 --chip 0x23 0 --align mem_rcm_1_aligned.bct
[ 9.1719 ] tegrahost_v2 --chip 0x23 0 --magicid MEM1 --ratchet_blob ratchet_blob.bin --appendsigheader mem_rcm_1_aligned.bct zerosbk
[ 9.1726 ] adding BCH for mem_rcm_1_aligned.bct
[ 9.1879 ] tegrasign_v3.py --key None --list mem_rcm_1_aligned_sigheader.bct_list.xml --pubkeyhash pub_key.key --sha sha512
[ 9.1883 ] Assuming zero filled SBK key
[ 9.1922 ] Warning: pub_key.key is not found
[ 9.1830 ] tegrahost_v2 --chip 0x23 0 --updatesigheader mem_rcm_1_aligned_sigheader.bct.encrypt mem_rcm_1_aligned_sigheader.bct.hash zerosbk
[ 9.1845 ] Disabled BPMP dtb trim, using default dtb
[ 9.1846 ]
[ 9.1856 ] tegrahost_v2 --chip 0x23 0 --align mem_rcm_2_aligned.bct
[ 9.1871 ] tegrahost_v2 --chip 0x23 0 --magicid MEM2 --ratchet_blob ratchet_blob.bin --appendsigheader mem_rcm_2_aligned.bct zerosbk
[ 9.1875 ] adding BCH for mem_rcm_2_aligned.bct
[ 9.2021 ] tegrasign_v3.py --key None --list mem_rcm_2_aligned_sigheader.bct_list.xml --pubkeyhash pub_key.key --sha sha512
[ 9.2023 ] Assuming zero filled SBK key
[ 9.2048 ] Warning: pub_key.key is not found
[ 9.1952 ] tegrahost_v2 --chip 0x23 0 --updatesigheader mem_rcm_2_aligned_sigheader.bct.encrypt mem_rcm_2_aligned_sigheader.bct.hash zerosbk
[ 9.1967 ] Disabled BPMP dtb trim, using default dtb
[ 9.1967 ]
[ 9.1976 ] tegrahost_v2 --chip 0x23 0 --align mem_rcm_3_aligned.bct
[ 9.1986 ] tegrahost_v2 --chip 0x23 0 --magicid MEM3 --ratchet_blob ratchet_blob.bin --appendsigheader mem_rcm_3_aligned.bct zerosbk
[ 9.1989 ] adding BCH for mem_rcm_3_aligned.bct
[ 9.2130 ] tegrasign_v3.py --key None --list mem_rcm_3_aligned_sigheader.bct_list.xml --pubkeyhash pub_key.key --sha sha512
[ 9.2133 ] Assuming zero filled SBK key
[ 9.2159 ] Warning: pub_key.key is not found
[ 9.2065 ] tegrahost_v2 --chip 0x23 0 --updatesigheader mem_rcm_3_aligned_sigheader.bct.encrypt mem_rcm_3_aligned_sigheader.bct.hash zerosbk
[ 9.2090 ] Copying signatures
[ 9.2101 ] tegrahost_v2 --chip 0x23 0 --partitionlayout flash.xml.bin --updatesig images_list_signed.xml
[ 9.5110 ] tegraparser_v2 --generategpt --pt flash.xml.bin
[ 9.5114 ] gpt_secondary_3_0.bin:
[ 9.5118 ] partition_id partition_name StartingLba EndingLba
[ 9.5122 ] 1 BCT 0 2047
[ 9.5125 ] 2 A_mb1 2048 3071
[ 9.5129 ] 3 A_psc_bl1 3072 3583
[ 9.5132 ] 4 A_MB1_BCT 3584 3839
[ 9.5136 ] 5 A_MEM_BCT 3840 4351
[ 9.5140 ] 6 A_tsec-fw 4352 6399
[ 9.5143 ] 7 A_nvdec 6400 8447
[ 9.5147 ] 8 A_mb2 8448 9471
[ 9.5151 ] 9 A_xusb-fw 9472 9983
[ 9.5154 ] 10 A_bpmp-fw 9984 13055
[ 9.5158 ] 11 A_bpmp-fw-dtb 13056 21247
[ 9.5161 ] 12 A_psc-fw 21248 22783
[ 9.5165 ] 13 A_mts-mce 22784 23807
[ 9.5169 ] 14 A_sc7 23808 24191
[ 9.5172 ] 15 A_pscrf 24192 24575
[ 9.5175 ] 16 A_mb2rf 24576 24831
[ 9.5177 ] 17 A_cpu-bootloader 24832 31999
[ 9.5181 ] 18 A_secure-os 32000 40191
[ 9.5184 ] 19 A_smm-fw 40192 44287
[ 9.5188 ] 20 A_eks 44288 44799
[ 9.5191 ] 21 A_dce-fw 44800 55039
[ 9.5195 ] 22 A_spe-fw 55040 56191
[ 9.5198 ] 23 A_rce-fw 56192 58239
[ 9.5202 ] 24 A_adsp-fw 58240 62335
[ 9.5205 ] 25 A_pva-fw 62336 62847
[ 9.5209 ] 26 A_reserved_on_boot 62848 65023
[ 9.5212 ] 27 B_mb1 65024 66047
[ 9.5216 ] 28 B_psc_bl1 66048 66559
[ 9.5220 ] 29 B_MB1_BCT 66560 66815
[ 9.5223 ] 30 B_MEM_BCT 66816 67327
[ 9.5227 ] 31 B_tsec-fw 67328 69375
[ 9.5230 ] 32 B_nvdec 69376 71423
[ 9.5234 ] 33 B_mb2 71424 72447
[ 9.5237 ] 34 B_xusb-fw 72448 72959
[ 9.5240 ] 35 B_bpmp-fw 72960 76031
[ 9.5244 ] 36 B_bpmp-fw-dtb 76032 84223
[ 9.5247 ] 37 B_psc-fw 84224 85759
[ 9.5251 ] 38 B_mts-mce 85760 86783
[ 9.5254 ] 39 B_sc7 86784 87167
[ 9.5258 ] 40 B_pscrf 87168 87551
[ 9.5261 ] 41 B_mb2rf 87552 87807
[ 9.5265 ] 42 B_cpu-bootloader 87808 94975
[ 9.5269 ] 43 B_secure-os 94976 103167
[ 9.5272 ] 44 B_smm-fw 103168 107263
[ 9.5276 ] 45 B_eks 107264 107775
[ 9.5279 ] 46 B_dce-fw 107776 118015
[ 9.5283 ] 47 B_spe-fw 118016 119167
[ 9.5286 ] 48 B_rce-fw 119168 121215
[ 9.5290 ] 49 B_adsp-fw 121216 125311
[ 9.5293 ] 50 B_pva-fw 125312 125823
[ 9.5297 ] 51 B_reserved_on_boot 125824 127999
[ 9.5301 ] 52 uefi_variables 128000 128511
[ 9.5303 ] 53 uefi_ftw 128512 129535
[ 9.5303 ] 54 reserved 129536 129919
[ 9.5303 ] 55 worm 129920 130303
[ 9.5303 ] 56 BCT-boot-chain_backup 130304 130431
[ 9.5303 ] 57 reserved_partition 130432 130559
[ 9.5303 ] 58 secondary_gpt_backup 130560 130687
[ 9.5303 ] 59 B_VER 130688 130815
[ 9.5303 ] 60 A_VER 130816 130943
[ 9.5303 ] gpt_primary_6_0.bin:
[ 9.5303 ] partition_id partition_name StartingLba EndingLba
[ 9.5303 ] 1 APP 3050048 18354751
[ 9.5304 ] 2 A_kernel 40 262183
[ 9.5304 ] 3 A_kernel-dtb 262184 263719
[ 9.5304 ] 4 A_reserved_on_user 263720 328487
[ 9.5304 ] 5 B_kernel 328488 590631
[ 9.5304 ] 6 B_kernel-dtb 590632 592167
[ 9.5304 ] 7 B_reserved_on_user 592168 656935
[ 9.5304 ] 8 recovery 656936 820775
[ 9.5304 ] 9 recovery-dtb 820776 821799
[ 9.5304 ] 10 esp 821800 952871
[ 9.5304 ] 11 recovery_alt 952872 1116711
[ 9.5304 ] 12 recovery-dtb_alt 1116712 1117735
[ 9.5304 ] 13 esp_alt 1117736 1248807
[ 9.5304 ] 14 UDA 1248832 2068031
[ 9.5304 ] 15 reserved 2068032 3050047
[ 9.5304 ] gpt_secondary_6_0.bin:
[ 9.5304 ] partition_id partition_name StartingLba EndingLba
[ 9.5304 ] 1 APP 3050048 18354751
[ 9.5304 ] 2 A_kernel 40 262183
[ 9.5304 ] 3 A_kernel-dtb 262184 263719
[ 9.5304 ] 4 A_reserved_on_user 263720 328487
[ 9.5304 ] 5 B_kernel 328488 590631
[ 9.5304 ] 6 B_kernel-dtb 590632 592167
[ 9.5305 ] 7 B_reserved_on_user 592168 656935
[ 9.5305 ] 8 recovery 656936 820775
[ 9.5305 ] 9 recovery-dtb 820776 821799
[ 9.5305 ] 10 esp 821800 952871
[ 9.5305 ] 11 recovery_alt 952872 1116711
[ 9.5305 ] 12 recovery-dtb_alt 1116712 1117735
[ 9.5305 ] 13 esp_alt 1117736 1248807
[ 9.5305 ] 14 UDA 1248832 2068031
[ 9.5305 ] 15 reserved 2068032 3050047
[ 9.5305 ]
[ 9.5327 ] Get magic id
[ 9.5338 ] tegraparser_v2 --get_magic psc_fw
[ 9.5346 ] PFWP
[ 9.5350 ] partition type psc_fw, magic id = PFWP
[ 9.5383 ] tegrahost_v2 --chip 0x23 0 --align pscfw_t234_prod_aligned.bin
[ 9.5407 ] tegrahost_v2 --chip 0x23 0 --magicid PFWP --ratchet_blob ratchet_blob.bin --appendsigheader pscfw_t234_prod_aligned.bin zerosbk
[ 9.5416 ] Header already present for pscfw_t234_prod_aligned.bin
[ 9.5610 ] tegrasign_v3.py --key None --list pscfw_t234_prod_aligned_sigheader.bin_list.xml --pubkeyhash pub_key.key --sha sha512
[ 9.5612 ] Assuming zero filled SBK key
[ 9.5679 ] Warning: pub_key.key is not found
[ 9.5596 ] tegrahost_v2 --chip 0x23 0 --updatesigheader pscfw_t234_prod_aligned_sigheader.bin.encrypt pscfw_t234_prod_aligned_sigheader.bin.hash zerosbk
[ 9.5715 ] Get magic id
[ 9.5725 ] tegraparser_v2 --get_magic mts_mce
[ 9.5732 ] MTSM
[ 9.5735 ] partition type mts_mce, magic id = MTSM
[ 9.5749 ] tegrahost_v2 --chip 0x23 0 --align mce_flash_o10_cr_prod_aligned.bin
[ 9.5758 ] tegrahost_v2 --chip 0x23 0 --magicid MTSM --ratchet_blob ratchet_blob.bin --appendsigheader mce_flash_o10_cr_prod_aligned.bin zerosbk
[ 9.5762 ] Header already present for mce_flash_o10_cr_prod_aligned.bin
[ 9.5926 ] tegrasign_v3.py --key None --list mce_flash_o10_cr_prod_aligned_sigheader.bin_list.xml --pubkeyhash pub_key.key --sha sha512
[ 9.5929 ] Assuming zero filled SBK key
[ 9.5984 ] Warning: pub_key.key is not found
[ 9.5894 ] tegrahost_v2 --chip 0x23 0 --updatesigheader mce_flash_o10_cr_prod_aligned_sigheader.bin.encrypt mce_flash_o10_cr_prod_aligned_sigheader.bin.hash zerosbk
[ 9.5923 ] Get magic id
[ 9.5931 ] tegraparser_v2 --get_magic tsec_fw
[ 9.5935 ] TSEC
[ 9.5936 ] partition type tsec_fw, magic id = TSEC
[ 9.6020 ] tegrahost_v2 --chip 0x23 0 --align tsec_t234_aligned.bin
[ 9.6032 ] tegrahost_v2 --chip 0x23 0 --magicid TSEC --ratchet_blob ratchet_blob.bin --appendsigheader tsec_t234_aligned.bin zerosbk
[ 9.6037 ] Header already present for tsec_t234_aligned.bin
[ 9.6195 ] tegrasign_v3.py --key None --list tsec_t234_aligned_sigheader.bin_list.xml --pubkeyhash pub_key.key --sha sha512
[ 9.6197 ] Assuming zero filled SBK key
[ 9.6233 ] Warning: pub_key.key is not found
[ 9.6142 ] tegrahost_v2 --chip 0x23 0 --updatesigheader tsec_t234_aligned_sigheader.bin.encrypt tsec_t234_aligned_sigheader.bin.hash zerosbk
[ 9.6185 ] Get magic id
[ 9.6195 ] tegraparser_v2 --get_magic mb2_applet
[ 9.6199 ] MB2A
[ 9.6201 ] partition type mb2_applet, magic id = MB2A
[ 9.6218 ] tegrahost_v2 --chip 0x23 0 --align applet_t234_aligned.bin
[ 9.6232 ] tegrahost_v2 --chip 0x23 0 --magicid MB2A --ratchet_blob ratchet_blob.bin --appendsigheader applet_t234_aligned.bin zerosbk
[ 9.6237 ] adding BCH for applet_t234_aligned.bin
[ 9.6489 ] tegrasign_v3.py --key None --list applet_t234_aligned_sigheader.bin_list.xml --pubkeyhash pub_key.key --sha sha512
[ 9.6491 ] Assuming zero filled SBK key
[ 9.6513 ] Warning: pub_key.key is not found
[ 9.6416 ] tegrahost_v2 --chip 0x23 0 --updatesigheader applet_t234_aligned_sigheader.bin.encrypt applet_t234_aligned_sigheader.bin.hash zerosbk
[ 9.6448 ] Generating recovery mb2-bct
[ 9.6449 ] tegrabct_v2 --chip 0x23 0 --mb2bct mb2_bct.cfg --recov --mb2bctcfg tegra234-mb2-bct-misc-p3767-0000_cpp.dtb --scr tegra234-mb2-bct-scr-p3767-0000_cpp.dtb
[ 9.6455 ] WARNING: unknown property 'tfc_version'
[ 9.6479 ] WARNING: unknown property 'addr_header_version'
[ 9.6610 ] Updating mb2-bct with storage information for RCM
[ 9.6617 ] tegrabct_v2 --chip 0x23 0 --mb2bct mb2_bct_MB2.bct --updatestorageinfo flash.xml.bin
[ 9.6628 ] Concatenating mb2-bct to mb2 binary
[ 9.6629 ] mb2_bin_file = mb2_t234.bin
[ 9.6629 ] mb2_bct_file = mb2_bct_MB2.bct
[ 9.6656 ] Get magic id
[ 9.6662 ] tegraparser_v2 --get_magic mb2_bootloader
[ 9.6665 ] MB2B
[ 9.6667 ] partition type mb2_bootloader, magic id = MB2B
[ 9.6677 ] tegrahost_v2 --chip 0x23 0 --align mb2_t234_with_mb2_bct_MB2_aligned.bin
[ 9.6685 ] tegrahost_v2 --chip 0x23 0 --magicid MB2B --ratchet_blob ratchet_blob.bin --appendsigheader mb2_t234_with_mb2_bct_MB2_aligned.bin zerosbk
[ 9.6688 ] adding BCH for mb2_t234_with_mb2_bct_MB2_aligned.bin
[ 9.7018 ] tegrasign_v3.py --key None --list mb2_t234_with_mb2_bct_MB2_aligned_sigheader.bin_list.xml --pubkeyhash pub_key.key --sha sha512
[ 9.7021 ] Assuming zero filled SBK key
[ 9.7044 ] Warning: pub_key.key is not found
[ 9.6946 ] tegrahost_v2 --chip 0x23 0 --updatesigheader mb2_t234_with_mb2_bct_MB2_aligned_sigheader.bin.encrypt mb2_t234_with_mb2_bct_MB2_aligned_sigheader.bin.hash zerosbk
[ 9.6973 ] Get magic id
[ 9.6978 ] tegraparser_v2 --get_magic xusb_fw
[ 9.6982 ] XUSB
[ 9.6984 ] partition type xusb_fw, magic id = XUSB
[ 9.6992 ] tegrahost_v2 --chip 0x23 0 --align xusb_t234_prod_aligned.bin
[ 9.7001 ] tegrahost_v2 --chip 0x23 0 --magicid XUSB --ratchet_blob ratchet_blob.bin --appendsigheader xusb_t234_prod_aligned.bin zerosbk
[ 9.7004 ] adding BCH for xusb_t234_prod_aligned.bin
[ 9.7200 ] tegrasign_v3.py --key None --list xusb_t234_prod_aligned_sigheader.bin_list.xml --pubkeyhash pub_key.key --sha sha512
[ 9.7204 ] Assuming zero filled SBK key
[ 9.7237 ] Warning: pub_key.key is not found
[ 9.7144 ] tegrahost_v2 --chip 0x23 0 --updatesigheader xusb_t234_prod_aligned_sigheader.bin.encrypt xusb_t234_prod_aligned_sigheader.bin.hash zerosbk
[ 9.7167 ] Get magic id
[ 9.7175 ] tegraparser_v2 --get_magic pva_fw
[ 9.7181 ] PVAF
[ 9.7183 ] partition type pva_fw, magic id = PVAF
[ 9.7348 ] tegrahost_v2 --chip 0x23 0 --align nvpva_020_aligned.fw
[ 9.7358 ] tegrahost_v2 --chip 0x23 0 --magicid PVAF --ratchet_blob ratchet_blob.bin --appendsigheader nvpva_020_aligned.fw zerosbk
[ 9.7361 ] adding BCH for nvpva_020_aligned.fw
[ 9.8529 ] tegrasign_v3.py --key None --list nvpva_020_aligned_sigheader.fw_list.xml --pubkeyhash pub_key.key --sha sha512
[ 9.8532 ] Assuming zero filled SBK key
[ 9.8596 ] Warning: pub_key.key is not found
[ 9.8498 ] tegrahost_v2 --chip 0x23 0 --updatesigheader nvpva_020_aligned_sigheader.fw.encrypt nvpva_020_aligned_sigheader.fw.hash zerosbk
[ 9.8585 ] Kernel DTB used: kernel_tegra234-p3768-0000+p3767-0005-nv-super.dtb
[ 9.8586 ] Concatenating kernel-dtb to dce-fw binary
[ 9.8587 ] dce_bin = display-t234-dce.bin
[ 9.8587 ] kernel_dtb = kernel_tegra234-p3768-0000+p3767-0005-nv-super.dtb
[ 9.8587 ] dce_with_dtb = display-t234-dce_with_kernel_tegra234-p3768-0000+p3767-0005-nv-super.bin
[ 10.1094 ] Get magic id
[ 10.1104 ] tegraparser_v2 --get_magic dce_fw
[ 10.1108 ] DCEF
[ 10.1110 ] partition type dce_fw, magic id = DCEF
[ 10.3016 ] tegrahost_v2 --chip 0x23 0 --align display-t234-dce_with_kernel_tegra234-p3768-0000+p3767-0005-nv-super_aligned.bin
[ 10.3027 ] tegrahost_v2 --chip 0x23 0 --magicid DCEF --ratchet_blob ratchet_blob.bin --appendsigheader display-t234-dce_with_kernel_tegra234-p3768-0000+p3767-0005-nv-super_aligned.bin zerosbk
[ 10.3030 ] adding BCH for display-t234-dce_with_kernel_tegra234-p3768-0000+p3767-0005-nv-super_aligned.bin
[ 10.8897 ] tegrasign_v3.py --key None --list display-t234-dce_with_kernel_tegra234-p3768-0000+p3767-0005-nv-super_aligned_sigheader.bin_list.xml --pubkeyhash pub_key.key --sha sha512
[ 10.8900 ] Assuming zero filled SBK key
[ 10.9403 ] Warning: pub_key.key is not found
[ 10.9308 ] tegrahost_v2 --chip 0x23 0 --updatesigheader display-t234-dce_with_kernel_tegra234-p3768-0000+p3767-0005-nv-super_aligned_sigheader.bin.encrypt display-t234-dce_with_kernel_tegra234-p3768-0000+p3767-0005-nv-super_aligned_sigheader.bin.hash zerosbk
[ 11.0975 ] Get magic id
[ 11.0982 ] tegraparser_v2 --get_magic nvdec
[ 11.0986 ] NDEC
[ 11.0988 ] partition type nvdec, magic id = NDEC
[ 11.1937 ] tegrahost_v2 --chip 0x23 0 --align nvdec_t234_prod_aligned.fw
[ 11.1946 ] tegrahost_v2 --chip 0x23 0 --magicid NDEC --ratchet_blob ratchet_blob.bin --appendsigheader nvdec_t234_prod_aligned.fw zerosbk
[ 11.1949 ] Header already present for nvdec_t234_prod_aligned.fw
[ 11.2134 ] tegrasign_v3.py --key None --list nvdec_t234_prod_aligned_sigheader.fw_list.xml --pubkeyhash pub_key.key --sha sha512
[ 11.2137 ] Assuming zero filled SBK key
[ 11.2162 ] Warning: pub_key.key is not found
[ 11.2067 ] tegrahost_v2 --chip 0x23 0 --updatesigheader nvdec_t234_prod_aligned_sigheader.fw.encrypt nvdec_t234_prod_aligned_sigheader.fw.hash zerosbk
[ 11.2169 ] Get magic id
[ 11.2179 ] tegraparser_v2 --get_magic bpmp_fw
[ 11.2185 ] BPMF
[ 11.2187 ] partition type bpmp_fw, magic id = BPMF
[ 11.2346 ] tegrahost_v2 --chip 0x23 0 --align bpmp_t234-TE980M-A1_prod_aligned.bin
[ 11.2361 ] tegrahost_v2 --chip 0x23 0 --magicid BPMF --ratchet_blob ratchet_blob.bin --appendsigheader bpmp_t234-TE980M-A1_prod_aligned.bin zerosbk
[ 11.2366 ] Header already present for bpmp_t234-TE980M-A1_prod_aligned.bin
[ 11.2751 ] tegrasign_v3.py --key None --list bpmp_t234-TE980M-A1_prod_aligned_sigheader.bin_list.xml --pubkeyhash pub_key.key --sha sha512
[ 11.2754 ] Assuming zero filled SBK key
[ 11.2817 ] Warning: pub_key.key is not found
[ 11.2723 ] tegrahost_v2 --chip 0x23 0 --updatesigheader bpmp_t234-TE980M-A1_prod_aligned_sigheader.bin.encrypt bpmp_t234-TE980M-A1_prod_aligned_sigheader.bin.hash zerosbk
[ 11.2932 ] Using bpmp-dtb concatenated with odmdata
[ 11.2932 ] Get magic id
[ 11.2939 ] tegraparser_v2 --get_magic bpmp_fw_dtb
[ 11.2946 ] BPMD
[ 11.2946 ]
[ 11.2946 ] partition type bpmp_fw_dtb, magic id = BPMD
[ 11.2962 ] tegrahost_v2 --chip 0x23 0 --align tegra234-bpmp-3767-0003-3768-super_with_odm_aligned.dtb
[ 11.2976 ] tegrahost_v2 --chip 0x23 0 --magicid BPMD --ratchet_blob ratchet_blob.bin --appendsigheader tegra234-bpmp-3767-0003-3768-super_with_odm_aligned.dtb zerosbk
[ 11.2982 ] adding BCH for tegra234-bpmp-3767-0003-3768-super_with_odm_aligned.dtb
[ 11.3235 ] tegrasign_v3.py --key None --list tegra234-bpmp-3767-0003-3768-super_with_odm_aligned_sigheader.dtb_list.xml --pubkeyhash pub_key.key --sha sha512
[ 11.3237 ] Assuming zero filled SBK key
[ 11.3265 ] Warning: pub_key.key is not found
[ 11.3168 ] tegrahost_v2 --chip 0x23 0 --updatesigheader tegra234-bpmp-3767-0003-3768-super_with_odm_aligned_sigheader.dtb.encrypt tegra234-bpmp-3767-0003-3768-super_with_odm_aligned_sigheader.dtb.hash zerosbk
[ 11.3193 ] Get magic id
[ 11.3209 ] tegraparser_v2 --get_magic rce_fw
[ 11.3217 ] RCEF
[ 11.3221 ] partition type rce_fw, magic id = RCEF
[ 11.3252 ] tegrahost_v2 --chip 0x23 0 --align camera-rtcpu-t234-rce_aligned.img
[ 11.3267 ] tegrahost_v2 --chip 0x23 0 --magicid RCEF --ratchet_blob ratchet_blob.bin --appendsigheader camera-rtcpu-t234-rce_aligned.img zerosbk
[ 11.3272 ] adding BCH for camera-rtcpu-t234-rce_aligned.img
[ 11.3612 ] tegrasign_v3.py --key None --list camera-rtcpu-t234-rce_aligned_sigheader.img_list.xml --pubkeyhash pub_key.key --sha sha512
[ 11.3614 ] Assuming zero filled SBK key
[ 11.3660 ] Warning: pub_key.key is not found
[ 11.3567 ] tegrahost_v2 --chip 0x23 0 --updatesigheader camera-rtcpu-t234-rce_aligned_sigheader.img.encrypt camera-rtcpu-t234-rce_aligned_sigheader.img.hash zerosbk
[ 11.3605 ] Get magic id
[ 11.3611 ] tegraparser_v2 --get_magic ape_fw
[ 11.3616 ] APEF
[ 11.3618 ] partition type ape_fw, magic id = APEF
[ 11.3740 ] tegrahost_v2 --chip 0x23 0 --align adsp-fw_aligned.bin
[ 11.3751 ] tegrahost_v2 --chip 0x23 0 --magicid APEF --ratchet_blob ratchet_blob.bin --appendsigheader adsp-fw_aligned.bin zerosbk
[ 11.3754 ] adding BCH for adsp-fw_aligned.bin
[ 11.4072 ] tegrasign_v3.py --key None --list adsp-fw_aligned_sigheader.bin_list.xml --pubkeyhash pub_key.key --sha sha512
[ 11.4076 ] Assuming zero filled SBK key
[ 11.4113 ] Warning: pub_key.key is not found
[ 11.4017 ] tegrahost_v2 --chip 0x23 0 --updatesigheader adsp-fw_aligned_sigheader.bin.encrypt adsp-fw_aligned_sigheader.bin.hash zerosbk
[ 11.4042 ] Get magic id
[ 11.4048 ] tegraparser_v2 --get_magic spe_fw
[ 11.4052 ] SPEF
[ 11.4053 ] partition type spe_fw, magic id = SPEF
[ 11.4172 ] tegrahost_v2 --chip 0x23 0 --align spe_t234_aligned.bin
[ 11.4192 ] tegrahost_v2 --chip 0x23 0 --magicid SPEF --ratchet_blob ratchet_blob.bin --appendsigheader spe_t234_aligned.bin zerosbk
[ 11.4201 ] adding BCH for spe_t234_aligned.bin
[ 11.4455 ] tegrasign_v3.py --key None --list spe_t234_aligned_sigheader.bin_list.xml --pubkeyhash pub_key.key --sha sha512
[ 11.4458 ] Assuming zero filled SBK key
[ 11.4483 ] Warning: pub_key.key is not found
[ 11.4386 ] tegrahost_v2 --chip 0x23 0 --updatesigheader spe_t234_aligned_sigheader.bin.encrypt spe_t234_aligned_sigheader.bin.hash zerosbk
[ 11.4406 ] Get magic id
[ 11.4410 ] tegraparser_v2 --get_magic tos
[ 11.4414 ] TOSB
[ 11.4415 ] partition type tos, magic id = TOSB
[ 11.4562 ] tegrahost_v2 --chip 0x23 0 --align tos-optee_t234_aligned.img
[ 11.4573 ] tegrahost_v2 --chip 0x23 0 --magicid TOSB --ratchet_blob ratchet_blob.bin --appendsigheader tos-optee_t234_aligned.img zerosbk
[ 11.4579 ] adding BCH for tos-optee_t234_aligned.img
[ 11.5614 ] tegrasign_v3.py --key None --list tos-optee_t234_aligned_sigheader.img_list.xml --pubkeyhash pub_key.key --sha sha512
[ 11.5616 ] Assuming zero filled SBK key
[ 11.5677 ] Warning: pub_key.key is not found
[ 11.5580 ] tegrahost_v2 --chip 0x23 0 --updatesigheader tos-optee_t234_aligned_sigheader.img.encrypt tos-optee_t234_aligned_sigheader.img.hash zerosbk
[ 11.6185 ] Get magic id
[ 11.6197 ] tegraparser_v2 --get_magic eks
[ 11.6202 ] EKSB
[ 11.6204 ] partition type eks, magic id = EKSB
[ 11.6218 ] tegrahost_v2 --chip 0x23 0 --align eks_t234_aligned.img
[ 11.6237 ] tegrahost_v2 --chip 0x23 0 --magicid EKSB --ratchet_blob ratchet_blob.bin --appendsigheader eks_t234_aligned.img zerosbk
[ 11.6244 ] adding BCH for eks_t234_aligned.img
[ 11.6357 ] tegrasign_v3.py --key None --list eks_t234_aligned_sigheader.img_list.xml --pubkeyhash pub_key.key --sha sha512
[ 11.6359 ] Assuming zero filled SBK key
[ 11.6378 ] Warning: pub_key.key is not found
[ 11.6281 ] tegrahost_v2 --chip 0x23 0 --updatesigheader eks_t234_aligned_sigheader.img.encrypt eks_t234_aligned_sigheader.img.hash zerosbk
[ 11.6319 ] tegrahost_v2 --chip 0x23 0 --align uefi_jetson_minimal_with_dtb_aligned.bin
[ 11.6329 ] tegrahost_v2 --chip 0x23 0 --magicid CPBL --ratchet_blob ratchet_blob.bin --appendsigheader uefi_jetson_minimal_with_dtb_aligned.bin zerosbk
[ 11.6333 ] adding BCH for uefi_jetson_minimal_with_dtb_aligned.bin
[ 11.7459 ] tegrasign_v3.py --key None --list uefi_jetson_minimal_with_dtb_aligned_sigheader.bin_list.xml --pubkeyhash pub_key.key --sha sha512
[ 11.7461 ] Assuming zero filled SBK key
[ 11.7511 ] Warning: pub_key.key is not found
[ 11.7415 ] tegrahost_v2 --chip 0x23 0 --updatesigheader uefi_jetson_minimal_with_dtb_aligned_sigheader.bin.encrypt uefi_jetson_minimal_with_dtb_aligned_sigheader.bin.hash zerosbk
[ 11.7482 ] Copying enc\/signed file in /home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/signed
[ 11.9062 ] Copying br bct for multi chains
[ 11.9137 ] Signed BCT for boot chain A is copied to /home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/signed/br_bct_BR.bct
[ 11.9155 ] Signed BCT for boot chain B is copied to /home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/signed/br_bct_b_BR.bct
[ 11.9155 ] Copying BCT backup image bct_backup.img to /home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/signed/bct_backup.img
[ 11.9286 ] Copying pscfw_t234_prod_sigheader.bin.encrypt to /home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/signed
[ 11.9291 ] Signed file: /home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/signed/pscfw_t234_prod_sigheader.bin.encrypt
[ 11.9291 ] Copying mce_flash_o10_cr_prod_sigheader.bin.encrypt to /home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/signed
[ 11.9295 ] Signed file: /home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/signed/mce_flash_o10_cr_prod_sigheader.bin.encrypt
[ 11.9295 ] Copying tsec_t234_sigheader.bin.encrypt to /home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/signed
[ 11.9298 ] Signed file: /home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/signed/tsec_t234_sigheader.bin.encrypt
[ 11.9299 ] Copying applet_t234_sigheader.bin.encrypt to /home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/signed
[ 11.9303 ] Signed file: /home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/signed/applet_t234_sigheader.bin.encrypt
[ 11.9303 ] Copying mb2_t234_with_mb2_bct_MB2_sigheader.bin.encrypt to /home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/signed
[ 11.9312 ] Signed file: /home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/signed/mb2_t234_with_mb2_bct_MB2_sigheader.bin.encrypt
[ 11.9313 ] Copying xusb_t234_prod_sigheader.bin.encrypt to /home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/signed
[ 11.9319 ] Signed file: /home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/signed/xusb_t234_prod_sigheader.bin.encrypt
[ 11.9319 ] Copying nvpva_020_sigheader.fw.encrypt to /home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/signed
[ 11.9357 ] Signed file: /home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/signed/nvpva_020_sigheader.fw.encrypt
[ 11.9357 ] Copying display-t234-dce_sigheader.bin.encrypt to /home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/signed
[ 11.9506 ] Signed file: /home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/signed/display-t234-dce_sigheader.bin.encrypt
[ 11.9506 ] Copying display-t234-dce_with_kernel_tegra234-p3768-0000+p3767-0005-nv-super_sigheader.bin.encrypt to /home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/signed
[ 11.9703 ] Signed file: /home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/signed/display-t234-dce_with_kernel_tegra234-p3768-0000+p3767-0005-nv-super_sigheader.bin.encrypt
[ 11.9703 ] Copying nvdec_t234_prod_sigheader.fw.encrypt to /home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/signed
[ 11.9714 ] Signed file: /home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/signed/nvdec_t234_prod_sigheader.fw.encrypt
[ 11.9715 ] Copying bpmp_t234-TE980M-A1_prod_sigheader.bin.encrypt to /home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/signed
[ 11.9761 ] Signed file: /home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/signed/bpmp_t234-TE980M-A1_prod_sigheader.bin.encrypt
[ 11.9762 ] Copying tegra234-bpmp-3767-0003-3768-super_with_odm_sigheader.dtb.encrypt to /home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/signed
[ 11.9771 ] Signed file: /home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/signed/tegra234-bpmp-3767-0003-3768-super_with_odm_sigheader.dtb.encrypt
[ 11.9771 ] Copying camera-rtcpu-t234-rce_sigheader.img.encrypt to /home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/signed
[ 11.9782 ] Signed file: /home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/signed/camera-rtcpu-t234-rce_sigheader.img.encrypt
[ 11.9783 ] Copying adsp-fw_sigheader.bin.encrypt to /home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/signed
[ 11.9794 ] Signed file: /home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/signed/adsp-fw_sigheader.bin.encrypt
[ 11.9794 ] Copying spe_t234_sigheader.bin.encrypt to /home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/signed
[ 11.9801 ] Signed file: /home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/signed/spe_t234_sigheader.bin.encrypt
[ 11.9801 ] Copying tos-optee_t234_sigheader.img.encrypt to /home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/signed
[ 12.0114 ] Signed file: /home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/signed/tos-optee_t234_sigheader.img.encrypt
[ 12.0114 ] Copying eks_t234_sigheader.img.encrypt to /home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/signed
[ 12.0119 ] Signed file: /home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/signed/eks_t234_sigheader.img.encrypt
[ 12.0119 ] Copying uefi_jetson_minimal_with_dtb_sigheader.bin.encrypt to /home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/signed
[ 12.0149 ] Signed file: /home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/signed/uefi_jetson_minimal_with_dtb_sigheader.bin.encrypt
[ 12.0255 ] tegraparser_v2 --pt flash.xml.bin --generateflashindex /home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/signed/flash.xml.tmp flash.idx
Using bpmp-dtb concatenated with odmdata in blob for t23x
./tegraflash.py --bl uefi_jetson_minimal_with_dtb_sigheader.bin.encrypt --bct br_bct_BR.bct --bldtb tegra234-p3768-0000+p3767-0005-nv-super.dtb --applet rcm_2_encrypt.rcm --applet_softfuse rcm_1_encrypt.rcm --cmd "secureflash;reboot" --cfg secureflash.xml --chip 0x23 --mb1_bct mb1_bct_MB1_sigheader.bct.encrypt --mem_bct mem_rcm_sigheader.bct.encrypt --mb1_cold_boot_bct mb1_cold_boot_bct_MB1_sigheader.bct.encrypt --mb1_bin mb1_t234_prod_aligned_sigheader.bin.encrypt --psc_bl1_bin psc_bl1_t234_prod_aligned_sigheader.bin.encrypt --mem_bct_cold_boot mem_coldboot_sigheader.bct.encrypt --bins "psc_fw pscfw_t234_prod_sigheader.bin.encrypt; mts_mce mce_flash_o10_cr_prod_sigheader.bin.encrypt; tsec_fw tsec_t234_sigheader.bin.encrypt; mb2_applet applet_t234_sigheader.bin.encrypt; mb2_bootloader mb2_t234_with_mb2_bct_MB2_sigheader.bin.encrypt; xusb_fw xusb_t234_prod_sigheader.bin.encrypt; pva_fw nvpva_020_sigheader.fw.encrypt; dce_fw display-t234-dce_sigheader.bin.encrypt; nvdec nvdec_t234_prod_sigheader.fw.encrypt; bpmp_fw bpmp_t234-TE980M-A1_prod_sigheader.bin.encrypt; bpmp_fw_dtb tegra234-bpmp-3767-0003-3768-super_with_odm_sigheader.dtb.encrypt; rce_fw camera-rtcpu-t234-rce_sigheader.img.encrypt; ape_fw adsp-fw_sigheader.bin.encrypt; spe_fw spe_t234_sigheader.bin.encrypt; tos tos-optee_t234_sigheader.img.encrypt; eks eks_t234_sigheader.img.encrypt" --bct_backup
saving flash command in flashcmd.txt
*** no-flash flag enabled. Exiting now... ***
User can run above saved command in factory environment without
providing pkc and sbk keys to flash a device
Example:
$ cd bootloader
$ sudo bash ./flashcmd.txt
/home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/tools
jetson-disk-image-creator.sh - creating sv3nano-sd-blob.img of 8976M...
0+0 records in
0+0 records out
0 bytes copied, 0.00019006 s, 0.0 kB/s
jetson-disk-image-creator.sh - create partitions
Creating new GPT entries in memory.
Warning: The kernel is still using the old partition table.
The new table will be used at the next reboot or after you
run partprobe(8) or kpartx(8)
The operation has completed successfully.
Setting name!
partNum is 1
Warning: The kernel is still using the old partition table.
The new table will be used at the next reboot or after you
run partprobe(8) or kpartx(8)
The operation has completed successfully.
Setting name!
partNum is 2
Warning: The kernel is still using the old partition table.
The new table will be used at the next reboot or after you
run partprobe(8) or kpartx(8)
The operation has completed successfully.
Setting name!
partNum is 3
Warning: The kernel is still using the old partition table.
The new table will be used at the next reboot or after you
run partprobe(8) or kpartx(8)
The operation has completed successfully.
Setting name!
partNum is 4
Warning: The kernel is still using the old partition table.
The new table will be used at the next reboot or after you
run partprobe(8) or kpartx(8)
The operation has completed successfully.
Setting name!
partNum is 5
Warning: The kernel is still using the old partition table.
The new table will be used at the next reboot or after you
run partprobe(8) or kpartx(8)
The operation has completed successfully.
Setting name!
partNum is 6
Warning: The kernel is still using the old partition table.
The new table will be used at the next reboot or after you
run partprobe(8) or kpartx(8)
The operation has completed successfully.
Setting name!
partNum is 7
Warning: The kernel is still using the old partition table.
The new table will be used at the next reboot or after you
run partprobe(8) or kpartx(8)
The operation has completed successfully.
Setting name!
partNum is 8
Warning: The kernel is still using the old partition table.
The new table will be used at the next reboot or after you
run partprobe(8) or kpartx(8)
The operation has completed successfully.
Setting name!
partNum is 9
Warning: The kernel is still using the old partition table.
The new table will be used at the next reboot or after you
run partprobe(8) or kpartx(8)
The operation has completed successfully.
Setting name!
partNum is 10
Warning: The kernel is still using the old partition table.
The new table will be used at the next reboot or after you
run partprobe(8) or kpartx(8)
The operation has completed successfully.
Setting name!
partNum is 11
Warning: The kernel is still using the old partition table.
The new table will be used at the next reboot or after you
run partprobe(8) or kpartx(8)
The operation has completed successfully.
Setting name!
partNum is 12
Warning: The kernel is still using the old partition table.
The new table will be used at the next reboot or after you
run partprobe(8) or kpartx(8)
The operation has completed successfully.
Setting name!
partNum is 13
Warning: The kernel is still using the old partition table.
The new table will be used at the next reboot or after you
run partprobe(8) or kpartx(8)
The operation has completed successfully.
Setting name!
partNum is 14
Warning: The kernel is still using the old partition table.
The new table will be used at the next reboot or after you
run partprobe(8) or kpartx(8)
The operation has completed successfully.
Setting name!
partNum is 0
Warning: The kernel is still using the old partition table.
The new table will be used at the next reboot or after you
run partprobe(8) or kpartx(8)
The operation has completed successfully.
jetson-disk-image-creator.sh - write partitions
jetson-disk-image-creator.sh - writing /home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/boot.img
115156+0 records in
115156+0 records out
58959872 bytes (59 MB, 56 MiB) copied, 0.524935 s, 112 MB/s
jetson-disk-image-creator.sh - writing /home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/kernel_tegra234-p3768-0000+p3767-0005-nv-super.dtb
487+1 records in
487+1 records out
249353 bytes (249 kB, 244 KiB) copied, 0.00310947 s, 80.2 MB/s
jetson-disk-image-creator.sh - writing /home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/boot.img
115156+0 records in
115156+0 records out
58959872 bytes (59 MB, 56 MiB) copied, 0.4926 s, 120 MB/s
jetson-disk-image-creator.sh - writing /home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/kernel_tegra234-p3768-0000+p3767-0005-nv-super.dtb
487+1 records in
487+1 records out
249353 bytes (249 kB, 244 KiB) copied, 0.0070608 s, 35.3 MB/s
jetson-disk-image-creator.sh - writing /home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/recovery.img
125104+0 records in
125104+0 records out
64053248 bytes (64 MB, 61 MiB) copied, 0.540352 s, 119 MB/s
jetson-disk-image-creator.sh - writing /home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/tegra234-p3768-0000+p3767-0005-nv-super.dtb.rec
487+1 records in
487+1 records out
249353 bytes (249 kB, 244 KiB) copied, 0.0127568 s, 19.5 MB/s
jetson-disk-image-creator.sh - writing /home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/esp.img
131072+0 records in
131072+0 records out
67108864 bytes (67 MB, 64 MiB) copied, 0.580688 s, 116 MB/s
1+0 records in
1+0 records out
512 bytes copied, 0.000166414 s, 3.1 MB/s
jetson-disk-image-creator.sh - writing /home/azane/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/system.img.raw
15304704+0 records in
15304704+0 records out
7836008448 bytes (7.8 GB, 7.3 GiB) copied, 153.248 s, 51.1 MB/s
********************************************
Jetson Disk Image Creation Complete
********************************************
Pin 32 on the header, for example, is not working (I have not found any that are). sudo gpioset --mode=wait $(sudo gpiofind PG.06)=1
does not change the zero volt reading I get on the multimeter. (To get the gpiod pin name, by the way, I am referencing table 3-1 in
Jetson-Orin-Nano-DevKit-Carrier-Board-Specification_SP-11324-001_v1.3.pdf (956.6 KB)
And just to sanity check my pin alignments, I am, as expected, seeing 5v on pins 2 and 4, and 3.3v on pins 1 and 17.
I also would expect that my pull-up/pull-down specification would result in 3.3v on even numbered pins and 0.0v on odd numbered pins (except for the I2C pins, which I left as-is) when not operating as outputs, but I’m seeing 0.0v on every pin (except for pin 8, which shows 3.3v? and power pins, of course). I’m getting 3.3v on the I2C pins, as expected.
Some general information: this is the 8gb nano orin developer kit; the system originally flashed to 36.3.0-gcid-36106755, and then upgraded itself to 36.4.3-gcid-38960001. Before proceeding with the custom-pinmux 6.2 flash, I first followed steps 2-5 to upgrade from the older factory firmware..
Let me know if there’s anything else I can provide. Thanks for the help.