Error "images_list_signed.xml" on Initial Setup of Forge Carrier Board for AGX Orin

I will install for the first time on my Forge Carrier Board for AGX Orin, which I use in projects. I made the necessary installations on the host computer and I start the flash process with the commands I shared in the image, but “FileNotFoundError: [Errno 2] No such file or directory: ‘images_list_signed.xml’ Reading board information failed.” i am getting the error. How can I solve it? Thanks in advance for your help.

When I start the flash process the terminal outputs are as follows:

###############################################################################
# L4T BSP Information:
# R35 , REVISION: 3.1
# User release: 0.0
###############################################################################
# Target Board Information:
# Name: cti-orin-agx-agx201-00, Board Family: t186ref, SoC: Tegra 234, 
# OpMode: production, Boot Authentication: NS, 
# Disk encryption: disabled ,
###############################################################################
copying emc_fuse_dev_params(/home/pc_944/Masaüstü/ugur_forge_silme/ugur_forge/Linux_for_Tegra/bootloader/t186ref/BCT/tegra234-br-bct-diag-boot.dts)... done.
copying device_config(/home/pc_944/Masaüstü/ugur_forge_silme/ugur_forge/Linux_for_Tegra/bootloader/t186ref/BCT/tegra234-mb1-bct-device-p3701-0000.dts)... done.
copying misc_config(/home/pc_944/Masaüstü/ugur_forge_silme/ugur_forge/Linux_for_Tegra/bootloader/t186ref/BCT/tegra234-mb1-bct-misc-p3701-0000.dts)... done.
./tegraflash.py --chip 0x23 --applet "/home/pc_944/Masaüstü/ugur_forge_silme/ugur_forge/Linux_for_Tegra/bootloader/mb1_t234_prod.bin" --skipuid --cfg readinfo_t234_min_prod.xml --dev_params tegra234-br-bct-diag-boot.dts --device_config tegra234-mb1-bct-device-p3701-0000.dts --misc_config tegra234-mb1-bct-misc-p3701-0000.dts --bins "mb2_applet applet_t234.bin" --cmd "dump eeprom cvm cvm.bin; dump custinfo custinfo_out.bin; reboot recovery" 
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.0163 ] tegrarcm_v2 --chip 0x23 0 --ismb2applet
[   0.0170 ] File rcm_state open failed
[   0.0173 ] ERROR: failed to read rcm_state
[   0.0173 ] 
[   0.0184 ] tegrasign_v3.py --key None --getmode mode.txt
[   0.0186 ] Assuming zero filled SBK key
[   0.0177 ] Pre-processing config: tegra234-mb1-bct-device-p3701-0000.dts
[   0.0226 ] Pre-processing config: tegra234-mb1-bct-misc-p3701-0000.dts
[   0.0300 ] Parsing partition layout
[   0.0308 ] tegraparser_v2 --pt readinfo_t234_min_prod.xml.tmp
[   0.0322 ] Kernel DTB used: None
[   0.0322 ] WARNING: dce base dtb is not provided

[   0.0322 ] Parsing partition layout
[   0.0333 ] tegraparser_v2 --pt readinfo_t234_min_prod.xml.tmp
[   0.0343 ] Creating list of images to be signed
[   0.0351 ] tegrahost_v2 --chip 0x23 0 --partitionlayout readinfo_t234_min_prod.xml.bin --list images_list.xml zerosbk
[   0.0358 ] MB1: Nvheader already present is mb1_t234_prod_aligned.bin
[   0.0367 ] Header already present for mb1_t234_prod_aligned_sigheader.bin
[   0.0370 ] MB1: Nvheader already present is mb1_t234_prod_aligned.bin
[   0.0411 ] Header already present for mb1_t234_prod_aligned_sigheader.bin
[   0.0414 ] MB1: Nvheader already present is psc_bl1_t234_prod_aligned.bin
[   0.0457 ] Header already present for psc_bl1_t234_prod_aligned_sigheader.bin
[   0.0460 ] adding BCH for mb2_t234_aligned.bin
[   0.0483 ] MB1: Nvheader already present is psc_bl1_t234_prod_aligned.bin
[   0.0594 ] Header already present for psc_bl1_t234_prod_aligned_sigheader.bin
[   0.0597 ] adding BCH for mb2_t234_aligned.bin
[   0.0730 ] Filling MB1 storage info
[   0.0730 ] Parsing dev params for multi chains
[   0.0784 ] Generating br-bct
[   0.0793 ] Updating dev and MSS params in BR BCT
[   0.0793 ] tegrabct_v2 --dev_param tegra234-br-bct-diag-boot_cpp.dtb --brbct br_bct.cfg --chip 0x23 0
[   0.0802 ] Updating bl info
[   0.0811 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x23 0 --updateblinfo readinfo_t234_min_prod.xml.bin
[   0.0818 ] WARNING: boot chain is not completed. set to 0
[   0.0824 ] Generating signatures
[   0.0835 ] tegrasign_v3.py --key None --list images_list.xml --pubkeyhash pub_key.key --sha sha512
[   0.0838 ] Assuming zero filled SBK key
[   0.0855 ] Warning: /home/pc_944/Masaüstü/ugur_forge_silme/ugur_forge/Linux_for_Tegra/bootloader/v3_cmac_6724.out is not found
[   0.0867 ] Traceback (most recent call last):
  File "/home/pc_944/Masaüstü/ugur_forge_silme/ugur_forge/Linux_for_Tegra/bootloader/tegrasign_v3.py", line 499, in tegrasign
    retVal = sign_files_in_list(p_keylist, internal)
  File "/home/pc_944/Masaüstü/ugur_forge_silme/ugur_forge/Linux_for_Tegra/bootloader/tegrasign_v3_internal.py", line 287, in sign_files_in_list
    retVal = sign_files_internal(p_keylist, child, pkh, mont, sha_type, iv)
  File "/home/pc_944/Masaüstü/ugur_forge_silme/ugur_forge/Linux_for_Tegra/bootloader/tegrasign_v3_internal.py", line 119, in sign_files_internal
    write_file(hash_fh, buff_hash)
  File "/home/pc_944/Masaüstü/ugur_forge_silme/ugur_forge/Linux_for_Tegra/bootloader/tegrasign_v3_util.py", line 679, in write_file
    file_handle.write(data)
TypeError: a bytes-like object is required, not 'str'

[   0.0867 ] Encounter exception when signing
[   0.0867 ] a bytes-like object is required, not 'str'
[   0.0868 ] ********* Error. Quitting. *********
Traceback (most recent call last):
  File "./tegraflash.py", line 1383, in <module>
    tegraflash_run_commands()
  File "./tegraflash.py", line 1217, in tegraflash_run_commands
    interpreter.onecmd(command)
  File "/usr/lib/python3.6/cmd.py", line 217, in onecmd
    return func(arg)
  File "./tegraflash.py", line 855, in do_dump
    self.chip_inst.tegraflash_dump(exports, args)
  File "/home/pc_944/Masaüstü/ugur_forge_silme/ugur_forge/Linux_for_Tegra/bootloader/tegraflash_impl_t234.py", line 2392, in tegraflash_dump
    self.tegraflash_sign_images()
  File "/home/pc_944/Masaüstü/ugur_forge_silme/ugur_forge/Linux_for_Tegra/bootloader/tegraflash_impl_t234.py", line 566, in tegraflash_sign_images
    dce_bin = self.get_file_name_from_images_list('dce_fw')
  File "/home/pc_944/Masaüstü/ugur_forge_silme/ugur_forge/Linux_for_Tegra/bootloader/tegraflash_impl_t234.py", line 3212, in get_file_name_from_images_list
    with open(self.tegrahost_values['--signed_list'], 'r') as file:
FileNotFoundError: [Errno 2] No such file or directory: 'images_list_signed.xml'
Reading board information failed.

Sorry, we don’t know much about the custom board. Please contact the board vendor first.

It could be missing file or wrong flash commands in use.

I solved the cause of the error. It gives an error because non-English characters are used in the file directory. Changing the file directory fixed the error. Thank you for your help.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.