I have install SDK Manager and run it on Linux machine Ubuntu 20.04.3 LTS.
I have connect jetson nano device and Linux machine with etharnet cable and serial cable. I am getting NO board connected. Please suggest me How can get connection between device and Linux machine?
Now you should set your Jetson in recovery mode. Which carrier board do you use? Jetson Nano Dev. Kit, Jetson Nano 2GB Dev. Kit (the new one) or custom carrier board
I have not connected any camera. My board is working with micro SD card. But now i want to boot device with emmc So how can flash emmc from Linux Ubuntu?
If you have J40 header, connect the 3rd and 4th pin with a cable/jumper.
If you have J50 header, connect the 9th and 10th pin with a cable/jumper.
Plug in your power cable
Make the serial connection (Connect the micro USB cable to J28)
Open a terminal on Ubuntu PC and type “lsusb”.
Your output should look like this
Be careful that, your device should plugged as 0955:7f21 (not 0955:7020).
I have Ubuntu 20.04.3 in my Linux PC and Ubuntu 18.04.5 in Jetson nano.
Is this necessary OS will be same version from both side ?
I have set recovery mode and after connect J28 usb cable i am getting below and automatic connected with device but now i am not getting step2 option.
imcon@cimcon:~$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 022: ID 0955:7020 NVIDIA Corp. L4T (Linux for Tegra) running on Tegra
Bus 001 Device 003: ID 30fa:0300 USB OPTICAL MOUSE
Bus 001 Device 002: ID 04d9:1203 Holtek Semiconductor, Inc. Keyboard
Bus 001 Device 019: ID 0403:6015 Future Technology Devices International, Ltd Bridge(I2C/SPI/UART/FIFO)
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
If you have a backup image ( or using the current image at Linux_for_Tegra/bootloader/system.img ), you can flash your whole file system without SDK Manager from here: Jetson/Clone - eLinux.org
I’m not sure to use the SD card as backup image.
Suppose i have install image in emmc after set recovery mode and i have attached SD card image also. Then How can identify device boot interface? Will device boot at this condition with SD card or emmc?
Honestly, your question is a little weird. According to your comment, I guess you are a newbie to jetson nano.
Need to clarify something first…
There are two modules sold in the market. One has emmc but no sdcard slot, we call it production module. While another one is totally reversed. And that sdcard only module is sold along with the NV developer kit (devkit).
Thus, there is no “module” that has both emmc and sdcard on it.
However, there are some vendors make their own “carrier board/base board” that has extra sdcard slot on it. But for such case, it is not possible to use sdkmanger to make such board work. Have to use vendor specific BSP to flash the board.
Thus, the above discussion and your latest question are conflicts.
Suppose i have install image in emmc after set recovery mode and i have attached SD card image also.
This “suppose” won’t happen because we don’t have a module that has both emmc and sdcard.
Even if your board is from some vendor and it has a sdcard slot, you cannot use sdkmanager or sdcard image because that extra sdcard slot won’t work with the software from them.