i have my Jetson Nano for few days and can not boot it. I thought my power supply was not good enough so i invested into a new one and now it also does not boot. It shows me 2 times the nvidia logo and afterwards shuts down the display. The green led which signals if power is supplied is shining green all the time. Even after the display is shut down it shines. Pleas can you help me, it makes me really frustrated.
Problem seems related to the power quality, can you let us know which peripherals you have plugged into your USB ports?
Which Micro-USB power adapter are you using? You may want to see this thread with the recommended one.
I am seeing something similar in that the Green LED stays lit and all I get is the NVIDIA Splash Screen and that is as far as it goes. I’ve tried a 5v 3A Barrel Jack power supply and multiple 5v 2.5 Amp USB power supplies all with the same result.
I’ve seen a similar thing on my system, it’s because my 4K monitor is not supported. Try plugging a 1080p TV or monitor into using HDMI and see if that boots.
@salim.tekin My German may be a little off, but this appears to say that the jack is 5.5mm OD x 2.5mm ID. The jack on the Nano should be 5…5mm x 2.1mm ID. That could lead to issues in your connection.
Yeah, different HDMI cable and different monitor and the same results; Green LED is lit and only the NVIDIA Splash Screen is seen when the board is powered.
So, I had a bit of success with getting the Nano booted. I placed the SD card I used to burn the JetPack image to back into the Ubuntu PC I am using and there were some errors reported. Note, I used Etcher to burn the image on to a 32Gb uSD card.
This is what was seen in dmesg.
[ 3480.214799] usb-storage 2-4.4:1.0: USB Mass Storage device detected
[ 3480.214986] scsi host7: usb-storage 2-4.4:1.0
[ 3481.245848] scsi 7:0:0:0: Direct-Access Mass Storage Device 1.00 PQ: 0 ANSI: 0 CCS
[ 3481.246297] sd 7:0:0:0: Attached scsi generic sg4 type 0
[ 3481.496082] sd 7:0:0:0: [sdd] 62521344 512-byte logical blocks: (32.0 GB/29.8 GiB)
[ 3481.496698] sd 7:0:0:0: [sdd] Write Protect is off
[ 3481.496702] sd 7:0:0:0: [sdd] Mode Sense: 03 00 00 00
[ 3481.497336] sd 7:0:0:0: [sdd] No Caching mode page found
[ 3481.497342] sd 7:0:0:0: [sdd] Assuming drive cache: write through
[ 3481.506470] GPT:Primary header thinks Alt. header is not at the end of the disk.
[ 3481.506473] GPT:25165823 != 62521343
[ 3481.506474] GPT:Alternate GPT header not at the end of the disk.
[ 3481.506476] GPT:25165823 != 62521343
[ 3481.506476] GPT: Use GNU Parted to correct GPT errors.
[ 3481.506500] sdd: sdd1 sdd2 sdd3 sdd4 sdd5 sdd6 sdd7 sdd8 sdd9 sdd10 sdd11 sdd12
So, I tried burning the image again but that resulted in the same issue.
Looking at the device with fdisk, I seen this issue.
sudo fdisk /dev/sdd
Welcome to fdisk (util-linux 2.27.1).
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.
GPT PMBR size mismatch (25165823 != 62521343) will be corrected by w(rite).
GPT PMBR size mismatch (25165823 != 62521343) will be corrected by w(rite).
Command (m for help): q
I then opened gparted and it reported there was unused space on the uSD card and if I wanted to let it allocate it; I said yes. So, there is now an unallocated partition.
I then placed this back into the Jetson Nano and it booted without issue.
I had read somewhere that if the uSD card was larger than 16Gb, the Nano will automatically resize the image to fit the uSD card. Is it possible that this process was taking place in the background? Previously I did leave the Nano running at the Splash Screen for at least an hour or so and it did not show any change. Should I have waited longer?
on your ubuntu PC try to clean the partition table of your SDCard. sudo dd if=/dev/zero of=/dev/sdx bs=1024 count=1024
Try to flash the image with Etcher on windows. Pls do not format the sdcard when there are some pop-up windows. After verification unplug the sdcard safely and try again with Nano dev kit.
in my opinion this is no problem because my razor mouse and keyboard back-lit are shining, too. If i boot with my mouse and keyboard or without is makes no differenz while booting.
Uh, thanks for the advice, however I have done this process many times (maybe close to 100++) for other Linux based boards such as Raspberry Pi, BeagleBone (Black, Blue, Pocket), Pine64 and others and have never run into this issue. I am not sure what is special with the JetPack image and/or the Jetson Nano, but I do have a solution so I will stick with that. I’m not interested in using Windows for the SD card burn.
I reflashed the SD card using Etcher on Ubuntu and when it was done I opened GParted which reported something about the device was not fully utilized so I clicked OK to let it allocate the rest of the space on the SD card.
Then I closed the program and put the SD card back into the Jetson Nano and it booted without issue.
That is pretty much all I did.
Also, I am powering the board via the barrel jack using a 5v 3a power adapter.
I flahed a dozen times now, with different programms but no difference. My flashed SD Card have 12 partions and allocates 11,99GB of 64GB(59,89GB) and 48,79 GB is unallocated.
The checksums of my image (jetson-nano-sd-r32.1-2019-03-18) are:
MD5: a7747b443e76c474236b695bbec2896f
SHA1: 10112a8ef107b5690ee0182b8b3ded2f3d19ddf1
SHA256: 4506a26fb2036f60216747c8517e8ae5cd51039311b5b509d70d5d00dc414875
How can i return the Jetson Nano? I would like a another one. This one is defective.
For a 64GB uSD card or larger you need to format the card as ExFAT.
I am not sure if it is posted anywhere on the NVIDIA site, but this link does indicate this.
Have you tried a different power supply or a USB power adapter?
If you have an 3.3v FTDI to USB cable, you could try connecting this to the Serial Port Header at J44 (just ensure the pinout is correct) and see if there is any console data being sent to this port that might point to the issue.
With the Nano I am not sure if this would require adding something to the bootup sequence to enable the console UART.