Closed imoyakin closed 3 months ago
Hi @imoyakin
I assume that you are using kirkstone-l4t-r32.7.x
branch, right ?
Is this error happens systematically ? Did you check your USB cable connection ?
Could you please be more specific about TEGRA_SIGNING_ARGS
? Are you using PKC
key only or both PKC
+ SBK
keys ?
I assume that you are using
kirkstone-l4t-r32.7.x
branch, right ?
i'm using the branch 'kirkstone', which current commit is ce93df05a69792f7971d8e09722cc51c2d9f92b9
Is this error happens systematically ? Did you check your USB cable connection ?
Yes, this error occurs consistently. i belive the USB connection is reliable, because i can flash the system with signing with TEGRA_SIGNING_ARGS
.
Could you please be more specific about
TEGRA_SIGNING_ARGS
? Are you usingPKC
key only or bothPKC
+SBK
keys ?
my local.conf add config isTEGRA_SIGNING_ARGS = "-u /home/ubuntu/Documents/encrypt/PKC.pem -v /home/ubuntu/Documents/encrypt/SBK.key"
i use both
PKC
+SBK
keys
HI @imoyakin Could you please share the full logs when flashing your device ?
I assume that you are using
kirkstone-l4t-r32.7.x
branch, right ?i'm using the branch 'kirkstone', which current commit is
ce93df05a69792f7971d8e09722cc51c2d9f92b9
The commit hash doesn't exist. Are you sure about it ?
Is this error happens systematically ? Did you check your USB cable connection ?
Yes, this error occurs consistently. i belive the USB connection is reliable, because i can flash the system with signing with
TEGRA_SIGNING_ARGS
.Are you able to flash other Orin Nano devkit ?
Could you please be more specific about
TEGRA_SIGNING_ARGS
? Are you usingPKC
key only or bothPKC
+SBK
keys ? my local.conf add config isTEGRA_SIGNING_ARGS = "-u /home/ubuntu/Documents/encrypt/PKC.pem -v /home/ubuntu/Documents/encrypt/SBK.key"
i use both
PKC
+SBK
keys
These are the full logs when flashing the device. The UART has nothing.
Sorry, I posted the issue to the wrong repo. It should be tegra-demo-distro branch. Other dev boards still do not work. I'm trying to use the NVIDIA official tool to flash an encrypted system. I think I need to understand what has been signed and encrypted. Should I use odmflash.sh first?
I have the almost the same problem. It flashes then UART has nothing.
The problem supposed to be in carrier board from custom manfacturer. I've tried to flash using nvidia carrier and it works with me now. If you're using custom carrier I recommend you to swap it with nvidia carrier for fusing and then you can get back to you custom for image burning
Thanks @Islam-Hussein-11 for the update
thanks all reply.
I fixed this issue.
Finally, I guess there might be an error in internal storage,such as cpu_boot or l4t.
After use nvidia official script ./tools/kernel_flash/l4t_initrd_flash.sh
to flash the board internal, this problem has been fixed.
may not the carrie board problem.
Describe the bug we are trying to build a custom image for some scenes. After enabling secure boot according to the instructions in the wiki, flashing the device started to cause problems that I couldn't understand.
what did i do:
local.conf
,add the config withTEGRA_SIGNING_ARGS
,TEGRA_UEFI_DB_KEY
andTEGRA_UEFI_DB_CERT
recipies-bsp/uefi
and ours app recipecore-image-base-jetson-orin-nano-devkit-custom.tegraflash.tar.gz
and try to flash (usedoflash.sh
)there is log:
To Reproduce Steps to reproduce the behavior:
meta-tegra
branch 'kirkstone' latest withjetson orin nano
based on 'tegra234-p3767-0003-p3768-0000'Additional context
after use buildtime encrypt, i noticed doflash.sh use ./tegraflash.py with many arguments, not normal condition use ./tegra234-flash-helper.sh