Flashing error

I’m trying to flash jetpack 6.2 my developerkit using sdk manager in my sd card. I tried many times. Can anyone help what is the issue, what should i do to solve this?

09:58:44 ERROR: Flash Jetson Linux - flash: [ 0.0207 ] ERROR: failed to read rcm_state
09:58:48 ERROR: Flash Jetson Linux - flash: [ 0.0201 ] ERROR: failed to read rcm_state
09:59:00 ERROR: Flash Jetson Linux - flash: 72720 blocks
09:59:00 ERROR: Flash Jetson Linux - flash: gzip: /home/saisurajmc/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/kernel/Image: not in gzip format
09:59:11 ERROR: Flash Jetson Linux - flash: 96292 blocks
09:59:12 ERROR: Flash Jetson Linux - flash: 20+0 records in
09:59:12 ERROR: Flash Jetson Linux - flash: 20+0 records out
09:59:12 ERROR: Flash Jetson Linux - flash: 20 bytes copied, 0.000173996 s, 115 kB/s
09:59:13 ERROR: Flash Jetson Linux - flash: 131072+0 records in
09:59:13 ERROR: Flash Jetson Linux - flash: 131072+0 records out
09:59:13 ERROR: Flash Jetson Linux - flash: 67108864 bytes (67 MB, 64 MiB) copied, 0.293049 s, 229 MB/s
09:59:19 ERROR: Flash Jetson Linux - flash: /home/saisurajmc/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/L4TConfiguration_updated.dts: Warning (unit_address_vs_reg): Node /fragment@0 has a unit name, but no reg property
09:59:19 ERROR: Flash Jetson Linux - flash: /home/saisurajmc/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/L4TConfiguration.dtbo: Warning (unit_address_vs_reg): Node /fragment@0 has a unit name, but no reg property
09:59:27 ERROR: Flash Jetson Linux - flash: [ 0.0273 ] ERROR: failed to read rcm_state
09:59:39 ERROR: Flash Jetson Linux - flash: 72720 blocks
09:59:39 ERROR: Flash Jetson Linux - flash: gzip: /home/saisurajmc/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/kernel/Image: not in gzip format
09:59:51 ERROR: Flash Jetson Linux - flash: 96292 blocks
09:59:52 ERROR: Flash Jetson Linux - flash: 20+0 records in
09:59:52 ERROR: Flash Jetson Linux - flash: 20+0 records out
09:59:52 ERROR: Flash Jetson Linux - flash: 20 bytes copied, 0.000624683 s, 32.0

Are you using VM or host PC with Ubuntu OS?

i’m using vm. But now it is flashed, but it is failed to install host sdk components. Is it possible to install in any other way?

Hi,

You could install sdk component in Orin Nano side.
Please execute below

sudo apt update
sudo apt install nvidia-jetpack

Thanks