pythops / jetson-image

💾 Create minimalist, Ubuntu based images for the Nvidia jetson boards
371 stars 108 forks source link

Issues with Jetson nano not booting on jetson-nano-300_20.04_32.7.4 #125

Closed Chrescht closed 6 months ago

Chrescht commented 6 months ago

Apart from the fact my Nano not booting up (blank screen), I have several questions:

Many thanks.

pythops commented 6 months ago

what's the 300 for in jetson-nano-300_20.04_32.7.4.img.lrz ?

It is for the revision. for A02 board it is 200, for the B01 it is 300 link

why is there no 22.04 files but the Readme talks about both versions 20.04 and 22.04 ?

The Readme states that 20.04 and 22.04 are supported if you want to download them or build them. There is another img.lz with 22.04 in the name

is the default login valid for ssh ?

Yes

Chrescht commented 6 months ago

Thanks for the prompt reply.

The Readme states that 20.04 and 22.04 are supported if you want to download them or build them. There is another img.lz with 22.04 in the name

I found no files for 22.04 among the releases.

pythops commented 6 months ago

Yeah it is missing :thinking:
From the CI file, it should be built. I am gonna merge soon the PR for 36.x BSP and then I will trigger the build again. Meanwhile, you can build the image based on ubuntu 22.04, easy and straightforward.

Chrescht commented 6 months ago

Perfect, I'll wait for the build since it'll be an updated version.

pythops commented 6 months ago

For the jetson nano board, it will not be updated. Nvidia does not update l4t for it https://developer.nvidia.com/embedded/jetson-linux-archive

So just follow the instructions mentioned in the Readme

pythops commented 6 months ago

Gonna close this one. feel free to open an issue if you encounter any issue