-
Couldn't load subscription status.
- Fork 79
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the issue
- Followed the steps from this video: https://www.jetsonhacks.com/2021/08/25/native-boot-for-jetson-xaviers/
- When I ran
flash_jetson_external_storage.shit failed with the following stacktrace:
[ 0.5738 ] tegrasign_v3.py --key None --list bct_list.xml --pubkeyhash pub_key.key --getmontgomeryvalues montgomery.bin
[ 0.5775 ] /usr/bin/env: Traceback (most recent call last):
File "./tegraflash.py", line 1296, in <module>
tegraflash_run_commands()
File "./tegraflash.py", line 1155, in tegraflash_run_commands
interpreter.onecmd(command)
File "/usr/lib/python3.8/cmd.py", line 217, in onecmd
return func(arg)
File "./tegraflash.py", line 667, in do_sign
tegraflash_sign(exports)
File "/home/skorol/Projects/bootFromExternalStorage/R32.6.1/Linux_for_Tegra/bootloader/tegraflash_internal.py", line 1078, in tegraflash_sign
tegraflash_generate_bct()
File "/home/skorol/Projects/bootFromExternalStorage/R32.6.1/Linux_for_Tegra/bootloader/tegraflash_internal.py", line 4004, in tegraflash_generate_bct
tegraflash_generate_br_bct(True)
File "/home/skorol/Projects/bootFromExternalStorage/R32.6.1/Linux_for_Tegra/bootloader/tegraflash_internal.py", line 3510, in tegraflash_generate_br_bct
run_command(command)
File "/home/skorol/Projects/bootFromExternalStorage/R32.6.1/Linux_for_Tegra/bootloader/tegraflash_internal.py", line 202, in run_command
log = print_process(process, enable_print)
File "/home/skorol/Projects/bootFromExternalStorage/R32.6.1/Linux_for_Tegra/bootloader/tegraflash_internal.py", line 164, in print_process
outputchar = output.decode('ascii')
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 0: ordinal not in range(128)
Error: /home/skorol/Projects/bootFromExternalStorage/R32.6.1/Linux_for_Tegra/bootloader/signed/flash.idx is not found
Error: failed to relocate images to /home/skorol/Projects/bootFromExternalStorage/R32.6.1/Linux_for_Tegra/tools/kernel_flash/images
Cleaning up...Which version of Ubuntu on the Host machine
Ubuntu version: 20.04.2 LTS
Which Jetson
Jetson: Xavier NX
To Reproduce
Steps to reproduce the behavior: just run flash_jetson_external_storage.sh following the video guide
Expected behavior
Flashing should be completed.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working