OE4T / meta-tegra

BSP layer for NVIDIA Jetson platforms, based on L4T
MIT License
389 stars 216 forks source link

tegra-uefi-capsules/36.3.0/tegra-uefi-capsules-36.3.0/bup-payload/signed/flash.idx is not found #1609

Open aurelien-enchanted-tools opened 2 weeks ago

aurelien-enchanted-tools commented 2 weeks ago

Hello,

I obtain the same error as https://github.com/OE4T/meta-tegra/issues/1597 but after its fix merge

branch scarthgap https://github.com/OE4T/meta-tegra/commit/24503b40b6671cffcb5806ec68972ef77e5a798c

| [   0.1050 ] partition type bootloader_stage2, magic id = CPBL
| [   0.1286 ] tegrahost_v2 --chip 0x23 0 --align rcmboot_uefi_jetson_with_dtb_aligned.bin
| [   0.1768 ] tegrahost_v2 --chip 0x23 0 --magicid CPBL --appendsigheader rcmboot_uefi_jetson_with_dtb_aligned.bin zerosbk
| [   0.1966 ] adding BCH for rcmboot_uefi_jetson_with_dtb_aligned.bin
| [   0.4843 ] tegrasign_v3.py --key None --list rcmboot_uefi_jetson_with_dtb_aligned_sigheader.bin_list.xml --pubkeyhash pub_key.key --sha sha512
| [   0.4846 ] Assuming zero filled SBK key
| [   0.5088 ] Warning: pub_key.key is not found
| [   0.5326 ] tegrahost_v2 --chip 0x23 0 --updatesigheader rcmboot_uefi_jetson_with_dtb_aligned_sigheader.bin.encrypt rcmboot_uefi_jetson_with_dtb_aligned_sigheader.bin.hash zerosbk
| [   0.5687 ] Copying rcmboot_uefi_jetson_with_dtb_sigheader.bin.encrypt to /home/yoctouser/build_scarthgap/tmp/work/custom_orin-poky-linux/tegra-uefi-capsules/36.3.0/tegra-uefi-capsules-36.3.0/bup-payload
| [   0.5688 ] Signed file: /home/yoctouser/build_scarthgap/tmp/work/custom_orin-poky-linux/tegra-uefi-capsules/36.3.0/tegra-uefi-capsules-36.3.0/bup-payload/rcmboot_uefi_jetson_with_dtb_sigheader.bin.encrypt
| Signing with zerosbk ...
| rollback info is parsed and saved in rollback.bin
| WARNING: failed to find rollback config for " generic "
| pad ZEROs to the end of rollback.bin
|
| signing images succeeded
|
| The index file /home/yoctouser/build_scarthgap/tmp/work/custom_orin-poky-linux/tegra-uefi-capsules/36.3.0/tegra-uefi-capsules-36.3.0/bup-payload/signed/flash.idx is not found.
| WARNING: /home/yoctouser/build_scarthgap/tmp/work/custom_orin-poky-linux/tegra-uefi-capsules/36.3.0/temp/run.do_compile.313285:254 exit 1 from './doflash.sh'
| WARNING: Backtrace (BB generated script):
|         #1: tegraflash_custom_sign_bup, /home/yoctouser/build_scarthgap/tmp/work/custom_orin-poky-linux/tegra-uefi-capsules/36.3.0/temp/run.do_compile.313285, line 254
|         #2: do_compile, /home/yoctouser/build_scarthgap/tmp/work/custom_orin-poky-linux/tegra-uefi-capsules/36.3.0/temp/run.do_compile.313285, line 160
|         #3: main, /home/yoctouser/build_scarthgap/tmp/work/custom_orin-poky-linux/tegra-uefi-capsules/36.3.0/temp/run.do_compile.313285, line 426
NOTE: recipe tegra-uefi-capsules-36.3.0-r0: task do_compile: Failed
ERROR: Task (/home/yoctouser/src/poky/../meta-tegra/recipes-bsp/uefi/tegra-uefi-capsules_36.3.0.bb:do_compile) failed with exit code '1'

thank you in advance

madisongh commented 2 weeks ago

Can you post the full log.do_compile? The extract you posted doesn't show the actual error, and it would help in figuring out what's wrong by looking at that full log file.