Hi there,
I recently purchased the Jetson Nano Developer Kit, but it seems that the supported SDK versions are no longer available. Here’s what I’ve tried so far:
I flashed the SD card following the steps outlined here, but I’m unable to boot the device.
Here are my Jetson logs :
I also connected my Jetson Nano to my computer via USB and used the SDK Manager. I tweaked the settings to match Ubuntu 18.04, as suggested here, but the installation fails at around 4%.
Here are my logs : SDK Manager logs.txt (4.8 KB)
Does anyone know how I can successfully install and boot my Jetson Nano Developer Kit in 2024? Any advice or guidance would be greatly appreciated!
Thank you in advance!
Just to clarify… the log your shared indicate you are trying to flash a Jetson Orin carrier board. Not a Jetson Nano…
There is no such thing that sdkmanager cannot flash jetson nano devkit in 2024. It always can…
The real problem here is you should choose the correct board. You need to understand what thing are you using. For example, Jetson nano and Jetson Orin Nano are different.
Also, another real problem I saw recently here is some vendors are selling custom board but telling end users they are “devkit”, but actually they are not.
I would suggest you also take the front and back photo of your Jetson for us to double confirm too.
Thank you for your reply!
To clarify, I purchased the board from this website: Kit de Développement NVIDIA Jetson Nano 4GB - Kubii. According to the description, it’s the official Jetson Nano Developer Kit (4GB) and to help verify, I’ve attached photos of both the front and back of the board.
This is not NV devkit. I don’t see NVIDIA logo on the back of the carrier board itself.
Also, the product description gives that this product has a emmc.
Storage : 16GB eMMC
With above, this product is not NV developer kit but a custom board. Sdkmanger flash cannot full support this board. Please contact with board vendor for their customized BSP.
You are correct—the board being sold is the C100 NVIDIA Jetson Nano 4GB provided by OKDO, which is not the official NVIDIA Developer Kit.
After some research, I found an alternative image that works. By flashing the card with the C100 image available at this link: https://github.com/LetsOKdo/c100-bootupd (without Sdkmanger), I was able to successfully boot the board and access the Jetson menu interface.
Thank you for your help.