Please provide the following info (tick the boxes after creating this topic): Software Version
DRIVE OS 6.0.5
DRIVE OS 6.0.4 (rev. 1)
DRIVE OS 6.0.4 SDK
other
Target Operating System
Linux
QNX
other
Hardware Platform
DRIVE AGX Orin Developer Kit (940-63710-0010-D00)
DRIVE AGX Orin Developer Kit (940-63710-0010-C00)
DRIVE AGX Orin Developer Kit (not sure its number)
other
SDK Manager Version
1.9.10816
other
Host Machine Version
native Ubuntu Linux 20.04 Host installed with SDK Manager
native Ubuntu Linux 20.04 Host installed with DRIVE OS Docker Containers
native Ubuntu Linux 18.04 Host installed with DRIVE OS Docker Containers
other
The network is not coming up on the system. In /var/log/syslog it gets past “Read my IP address”, “Read Aurix IP address” to something called nv_networkd_wait_online.sh and then some errors from FANCTRL that the network is unreachable.
The system is wired to a switch with two other systems that have working networks. On the AGX Orin I’m plugging in to the network interface on the bottom of the rear panel of the machine, not the NIC interface on the right next to the camera inputs and mini-SAS connectors.
The network was working before the install of DRIVE OS 6.0.5, and the network is working on my other AGX Orin. Both AGX Orins are plugged into the same switch, and I’ve swapped cables, so I’m pretty sure it’s a good connection to the right port. The network switch status LED is lit, as is the amber network status light on the Orin’s network port.
adi@rc:~$ cat /etc/nvidia/version-ubuntu-rootfs.txt
6.0.5.0-31732390
adi@rc:~$ sudo bash /etc/systemd/scripts/nv_aurix_check_fw.sh
[sudo] password for adi:
starting Aurix FW checking...
Checking arguments...
Checking Ping to AURIX
Ping to Aurix successful
Flashed UPDATE FW version is 1.48.01.00
Aurix Update : Main FW selected: AFW
Aurix Update : Alternate FW selected: NV
Rootfs FW version is 5.06.05.0, DRIVE-V6.0.5-P3710-AFW-Aurix-StepB-5.06.05
Response_From_Aurix
Flashed FW version is 5.06.05.00
Aurix is booted with Latest FW
Rootfs UPDATE FW version is 1.48.01.0
Flashed UPDATE FW version is 1.48.01.00
Aurix is flashed with Latest UPDATE FW
Shell>version
DDPX Aurix Serial Console
P3710-A05
with TLF35584 B/C-Step
SW Version 1.46.12
DRIVE-v6.x.x-P3710-NV-Aurix-IFW-StepB-1.46.12
Patch 0
* P3710-TS5 bringup firmware
* this binary does not support P3710 TS1 ~ TS3
TC397 Step BD
@jace.mogill1
From the syslog, looks like MAC addresses are missing from the Tegra:
Oct 21 03:08:50 tegra-ubuntu kernel: [ 1.817831] ether_get_mac_address_dtb: bad mac address at /chosen/nvidia,ether-mac0: NULL.
Oct 21 03:08:50 tegra-ubuntu kernel: [ 1.817843] nvethernet 2310000.ethernet: No MAC address in local DT!
Oct 21 03:08:50 tegra-ubuntu kernel: [ 1.817844] nvethernet 2310000.ethernet: failed to get MAC address
From the Tegra console please do this to confirm if MAC addresses are there or not.
adi@tegra-ubuntu:~$ sudo i2cdump -y -r 0x44-0x49 0 0x50
No size specified (using byte-data access)
0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef
40: 98 d9 85 2d b0 48 ???-?H
I’m not sure what you mean by “need to be re-flashed”, I’ve repeatedly tried flashing this machine with the SDKManager using 6.0.4 and 6.0.5, scripts you recommended, and the container, but re-flashing this machine is not fixing this problem.