Jetson Nano Image and Bootup Problems

To Whom It May Concern:

  1. Can you boot a Jetson Nano 2gb and a Jetson Nano B01 (4gb) SOM with the same identical image.

  2. I can not bootup my Jetson Nano bB01 board. In attempting to bootup a Jetson nano B01 (4gb) for the very first time. The green led on the right side is lit, the fan turns on for a second and then turns off., however the green LED is still lit. I have connected the jumper place at J48 terminal.

Warmly, Bob

No, the images are different.

I can not bootup my Jetson Nano bB01 board. In attempting to bootup a Jetson nano B01 (4gb) for the very first time. The green led on the right side is lit, the fan turns on for a second and then turns off., however the green LED is still lit. I have connected the jumper place at J48 terminal.

Actually I don’t see much “real NV developer kit” for Jetson Nano recently. Could you attach a photo of the board you are using? Especially where the sdcard slot is located.

Thanks for your input

bob

Enclosed are images of my Jetson Nano B01

IMG_1641

and the SD card side
IMG_1642

Please remove the module and take a photo of the carrier board.

Attached more photos depicting the Jetson Nano B01- 4GB

,
,

IMG_1652

please also note the image that load on the sd card is:
jetson-nano-jp461-sd-card-image.zip

warmly, bob

Yes, it is a NV developer kit.

Please use sdkmanager to flash it instead of using sdcard image.

The website I shared already guide you how to use sdkmanager.

Please be patient and scroll down the whole page and read it…

I attempted to install SDK manager first on my host machine running ubuntu 22.04 then to my jetson nano b01 som. typing the sdkmanager command from a terminal session opened up SDK manager. Go thru the installation process it detected 3 Jetson nano boards, however none of the boards detected looked were the B01 development board as shown below:

Please note I had to de-select the target hardware to proceed to step 3.

Executing step 3 of the SDK Manager yielded the following errors as shown below:

The following error msg was displayed:
image

What did I do wrong???

Warmly, Bob

Does your host PC work fine when running apt-get update command on it?

I mean, did you see any error log when you run apt-get update?

BTW, ubuntu22.04 is not able to flash Jetson Nano. This platform is old so only Ubuntu18.04 shall be able to flash it.

I did not see any errors as shown below:

I thought the host can have a different OS. Are you saying the host computer must have the same OS version 18.04 to use the SDKmanager to load on the Jetson NanoB01 SOM.

Warmly,

Bob

No, don’t think too much. Not talking about that at all.

We are just checking this screenshont from you.

image

Jetson nano can only be flashed by a ubuntu 16.04 or 18.04 host because it is a old platform.

Are you trying to flash the board or installing sdk at this moment? Or you don’t understand what my question means here?

And for this question, your board is the 2nd option p3448-0000.

To Whom It may concern:

I successfully loaded the sdkmanager version 2.1.0-11698_amd64.deb with its entire library on my host computer(Ubuntu18.04). Executed the Network Repo for Ubuntu, then proceeded to the Docker Download and Install area shown below:

Downloads$ docker load -i ./sdkmanager:2.1.0-11698-Ubuntu_1804_docker.tar.gz
open ./sdkmanager:2.1.0-11698.amd64.deb-Ubuntu_1804_docker.tar.gz: no such file or directory

magic@magic-OptiPlex-5250-AIO:~/Downloads$ .

What did I do wrong??, Please help?

Please note the file exists in my Downloads directory /sdkmanager-2.1.0.11698-Ubuntu_18.04_docker.tar.gz and this file: sdkmanager-2.1.0.11698-amd64.deb is also present in the Downloads directory.

Warmly, Bob

Hi,

I don’t think that is related to the current problem now.

Could you run your flash process again but do not install sdk in the sdkmanager GUI and share me the result?

Hi Wayne,

thanks for your input. I will install sdkManager

Hi Wayne:

I took your advice to flash B01 board using terminal commands which opened the GUI. The problem I had is shown below:

I do not know what is IP address they are looking for, or how I can reset the board IP address.

Warmly, Bob

Hi,

Just skip the setting first. Tell us what do you see next.

Hi:

I was able to install the image on my Jetson B01 som. I attempted to install building the project from source GitHub - dusty-nv/jetson-inference: Hello AI World guide to deploying deep-learning inference networks and deep vision primitives with TensorRT and NVIDIA Jetson.. However after executing the make -j$(nproc) command the following error was displayed:
jetsonb01@jetsonb01-desktop:~/jetson-inference/build$ make -j$(nproc)
make: *** No targets specified and no makefile found. Stop.

Executing the next command :
jetsonb01@jetsonb01-desktop:~/jetson-inference/build$ sudo make install
[sudo] password for jetsonb01:
make: *** No rule to make target ‘install’. Stop.

What did I do wrong?

Thanks for your assistance

Bob