My Jetson Orin agx developer kit has a blank screen on boot up. It was previously working well and then stopped suddenly .
I have tried to go through the steps to flash the device using a host computer however now I am receiving this error when running the final flash.sh command:
I appreciate your assistance. Thanks
[ 0.1753 ] tegrarcm_v2 --chip 0x23 0 --ismb2applet
[ 0.1784 ] File rcm_state open failed
[ 0.1803 ] ERROR: failed to read rcm_state
[ 0.1805 ]
[ 0.1933 ] tegrasign_v3.py --key None --getmode mode.txt
[ 0.1937 ] Assuming zero filled SBK key
[ 0.1815 ] Pre-processing config: tegra234-mb1-bct-device-p3701-0000.dts
Traceback (most recent call last):
File “/home/janice/Linux_for_Tegra/bootloader/./tegraflash.py”, line 1383, in
tegraflash_run_commands()
File “/home/janice/Linux_for_Tegra/bootloader/./tegraflash.py”, line 1217, in tegraflash_run_commands
interpreter.onecmd(command)
File “/usr/lib/python3.10/cmd.py”, line 217, in onecmd
return func(arg)
File “/home/janice/Linux_for_Tegra/bootloader/./tegraflash.py”, line 855, in do_dump
self.chip_inst.tegraflash_dump(exports, args)
File “/home/janice/Linux_for_Tegra/bootloader/tegraflash_impl_t234.py”, line 2387, in tegraflash_dump
self.tegraflash_preprocess_configs()
File “/home/janice/Linux_for_Tegra/bootloader/tegraflash_impl_t234.py”, line 358, in tegraflash_preprocess_configs
values[config] = self.run_cpp_tool(
File “/home/janice/Linux_for_Tegra/bootloader/tegraflash_impl_t234.py”, line 3271, in run_cpp_tool
run_command(command, False)
File “/home/janice/Linux_for_Tegra/bootloader/tegraflash_internal.py”, line 277, in run_command
process = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, shell=use_shell, env=cmd_environ)
File “/usr/lib/python3.10/subprocess.py”, line 969, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File “/usr/lib/python3.10/subprocess.py”, line 1845, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: ‘cpp’
Reading board information failed.