failed flashing jetson AGX xavier (jetpack 4.6.3) with sdk manager. i get the following errors:
ERROR: File System and OS - target_image: E: Unable to locate package abootimg
ERROR: File System and OS - target_image: command terminated with error
14:06:57 SUMMARY: Flash Jetson AGX Xavier - flash: Depends on failed component
FYI: host machine ubuntu 16.04
THANKS!
Hi KevinFFF,
YES, I’m using devkit
YES, i’m using standalone Ubuntu 16.04 as my host PC for SDK Manager.
And i flashed before tx2 and xavier (jetpack 4.3) with the same host PC with SUCCESS.
If you connect an external disk for your host PC to install SDK components, you should make sure all packages are installed to this disk. Is this external disk mounted as rootfs of your laptop?
It seems you are installing SDK components currently.
It is not necessary for a Jetson device to boot up, you could also install them after boot up with apt command.
Have you flashed the board and boot up successfully?
13:09:48.877 - error: Not exactly one NVIDIA Jetson device is connected with USB. For using default IPv4 address, please connect exactly one Jetson device.
Do you have more than one Jetson device connecting to your host PC?
After formatting the external storage as ext4, I reflash the jetson device.
It boots up successfully.
Then I installed SDK components with apt command.
I appreciate your help.