Attempting to flash to an nvme drive fails the same way every time. I have tried both the automatic setup after flashing the SD Card and the manual setup via recovery mode and both fail the same way.
OS: Ubuntu 20.04
SDKM: 1.9.2.10889
Logs are attached, but the terminal is spammed with
INFO: Flash Jetson Linux - flash: RTNETLINK answers: Permission denied
Once I tried hard cycling the Orin when this happened and I got a different error message
INFO: Flash Jetson Linux - flash: RTNETLINK answers: File exists
I flashed a Jetson Nano last week with the same host; does the Jetson Nano use the same method of flashing? I can ssh into the Orin just fine, so I don’t think it’s an ssh issue. Is there a way to debug this any further? The error messages aren’t very helpful.
Yes, the error message is not helpful. Flash is two-side issue. You have the log from host now, but you don’t have the log from device side.
Generally you need to use this to dump device log from serial console.
And sorry that my previous comment was not precise. Jetson Nano result does not matter because the flash method is totally different. What I want to say is does this host ever use initrd flash tool on any orin series board before. (as Jetson nano does not support initrd flash, its result does not matter here)
A whole lot of information about my network connections. ipv6 is enabled, but I do have a VPN running that might be interfering. Let me try disabling that and flashing again.