Enabling 10GbE with nvidia E3585 dongle

Hello,

I received a E3585 10GbE HSD to RJ45 dongle, but after connecting to Xavier board the interface does not seem to be coming up.

After booting Xavier, the lights on RJ45 port do not turn on. I tried to bring up the link by adding config file to /etc/systemd/networking but it seems link is still not detected.

Is there any documentation on how to bring up this interface?

Here is the file I added in /etc/systemd/networking:
99-nv_enp4p1s0_default.network
[Match]
Name=enP4p1s0

[Network]
Address=192.168.30.10/24

[Route]
Gateway=192.168.30.1
Metric=2048

Output of ifconfig:
enP4p1s0 Link encap:Ethernet HWaddr 00:04:4b:cb:bc:0a
inet addr:192.168.30.10 Bcast:192.168.30.255 Mask:255.255.255.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

Output of ethtool:
sudo ethtool enP4p1s0
Settings for enP4p1s0:
Supported ports: [ TP ]
Supported link modes: 100baseT/Full
1000baseT/Full
10000baseT/Full
Supported pause frame use: Symmetric
Supports auto-negotiation: Yes
Advertised link modes: 100baseT/Full
1000baseT/Full
10000baseT/Full
Advertised pause frame use: Symmetric
Advertised auto-negotiation: Yes
Speed: Unknown!
Duplex: Full
Port: Twisted Pair
PHYAD: 0
Transceiver: internal
Auto-negotiation: on
MDI-X: Unknown
Supports Wake-on: g
Wake-on: g
Link detected: no

sudo ethtool -i enP4p1s0
driver: atlantic
version: 2.0.19.0
firmware-version: 3.1.54
expansion-rom-version:
bus-info: 0004:01:00.0
supports-statistics: yes
supports-test: no
supports-eeprom-access: no
supports-register-dump: yes
supports-priv-flags: yes

Dear gordon1zrra,

Info about E3579 is in DRIVE AGX Developer Kit Product Brief doc.
However there is no info for E3589 dongle, will check and update it.
BTW, did you connect the dongle to DriveAGX 10GbE port? Thanks.

The E3585 has two HSD ports (J9 and J10), which I connected to AGX 10 GbE XA and XB ports (J77 and J78 respectively).

Dear gordon1zrra,

Could you let me know how did you get this unit?
And which SW PDK is installed on the DDPX?
Could you please take a picture the E3585 including cable and upload it on the topic if possible? Thanks.

Hello,

We ordered it direct from Nvidia. We are using SW PDK 9.0 (5.1.0.2).




NVM