I received a new Orin 64 GB development kit. I am trying to get through the initial headless configuration using a Ubuntu 22.04 host.
When I connect using the screen command (I also tried minicom), I get a blank unresponsive screen. I don’t have a Displayport monitor handy. Is there anything I can do to get the unit up and running?
Since you don’t have a monitor, you don’t want to run oem-config to set up your system.
A solution could be run the host script l4t_create_default_user.sh, the script creates a default user, and thus prevents oem‑config from running.
I ran the script on my host, it seemed to succeed. However, I am not able to ssh to the unit. I get a Connection refused error message. If I try to run the sdkmanager to flash the device, I get an error connecting via ssh. If I run the screen or minicom command, the terminal connects but I don’t get any response to hitting return, etc. It’s just a dead screen.
mikew@pc:~/nvidia/nvidia_sdk/JetPack_6.0_Linux_JETSON_AGX_ORIN_TARGETS/Linux_for_Tegra/tools$ ssh mikew@192.168.55.1
ssh: connect to host 192.168.55.1 port 22: Connection refused
Is a programmed microSD card required to boot? I thought the unit came with eMMC preprogrammed?
I am trying to following the instructions from here for setting up the headless unit.
I note that when I power on, the fan does not turn on. When the USB-C device enumerates on my device, I get the following messages from dmesg (below). I am noting that the /dev/sda device is read only, and there isn’t a /dev/sda1 to mount or update (I think the scripts look for that to flash using that path).
Am I missing something? I am sort of dead in the water.
-Mike
[709829.678838] usb 2-6: new SuperSpeed USB device number 9 using xhci_hcd
[709829.692007] usb 2-6: New USB device found, idVendor=0955, idProduct=7020, bcdDevice= 0.02
[709829.692019] usb 2-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[709829.692023] usb 2-6: Product: Linux for Tegra
[709829.692027] usb 2-6: Manufacturer: NVIDIA
[709829.692030] usb 2-6: SerialNumber: 1423224323937
[709829.697800] rndis_host 2-6:1.0 usb0: register ‘rndis_host’ at usb-0000:00:14.0-6, RNDIS device, 3a:93:76:7c:03:e4
[709829.699947] cdc_acm 2-6:1.2: ttyACM0: USB ACM device
[709829.701402] usb-storage 2-6:1.4: USB Mass Storage device detected
[709829.702320] scsi host8: usb-storage 2-6:1.4
[709829.725350] cdc_ncm 2-6:1.5: MAC-Address: 3a:93:76:7c:03:e6
[709829.725701] cdc_ncm 2-6:1.5 usb1: register ‘cdc_ncm’ at usb-0000:00:14.0-6, CDC NCM (NO ZLP), 3a:93:76:7c:03:e6
[709829.744132] rndis_host 2-6:1.0 enx3a93767c03e4: renamed from usb0
[709829.754280] cdc_ncm 2-6:1.5 enx3a93767c03e6: renamed from usb1
[709830.710493] scsi 8:0:0:0: Direct-Access Linux File-Stor Gadget 0510 PQ: 0 ANSI: 2
[709830.711109] sd 8:0:0:0: Attached scsi generic sg0 type 0
[709830.711848] sd 8:0:0:0: Power-on or device reset occurred
[709830.712511] sd 8:0:0:0: [sda] 32768 512-byte logical blocks: (16.8 MB/16.0 MiB)
[709830.712644] sd 8:0:0:0: [sda] Write Protect is on
[709830.712650] sd 8:0:0:0: [sda] Mode Sense: 0f 00 80 00
[709830.712861] sd 8:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn’t support DPO or FUA
[709830.714815] sda:
[709830.715084] sd 8:0:0:0: [sda] Attached SCSI removable disk
I ended up going and buying a monitor. The headless installation instructions definitely do not work for overriding the oem-config steps. Once I did the initial config, the jetpack upgrade, etc., worked fine.