Can't find sd-card image

I’m trying to setup my Jetson Orin Nano developer kit by referring to the below setup page.
But I can’t find the file named ‘JP513-orin-nano-sd-card-image_b29.zip’.
Could you please let me know where I can download that file?


Warning
NVIDIA had updated the JetPack 5.1.3 image on 5/28/2024, as the old version had some issue and the following process did not work.
So please download and use the latest image (the new file name is JP513-orin-nano-sd-card-image_b29.zip ).

Hi,

Please click the green box below and it will automatically download the image.

Thanks.

The filename is different. Is it ok to use ‘jp513-orin-nano-sd-card-image.zip’ ?

https://developer.nvidia.com/downloads/embedded/l4t/r35_release_v5.0/jp513-orin-nano-sd-card-image.zip

That’s just compressed.

  • Find out if you have “unzip”:
    which unzip
  • If you don’t have it, then:
    sudo apt-get install unzip
  • To see what is in p513-orin-nano-sd-card-image.zip:
    unzip -l ./p513-orin-nano-sd-card-image.zip’
  • To extract:
    unzip ./p513-orin-nano-sd-card-image.zip

Hi,

When you click the button, it will download the file with the name “JP513-orin-nano-sd-card-image_b29.zip”.
Please use this file for setting.

Thanks.

1 Like

When the file was clicked, it was named ‘jp513-orin-nano-sd-card-image.zip’ but upon downloading, it was confirmed to be named ‘JP513-orin-nano-sd-card-image_b29.zip’.

Thanks

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.