3898 Networking
The following diagram shows the P3898 network topology:
External Connector Channels : Mapping to Switch/Controller
Switch Port | Connected To |
P8 | Tegra EQOS Ethernet Controller |
P5 | Aurix Ethernet Controller |
P2 | Out of Harness, H-MTD Female cable tagged P8 |
P3 | Out of Harness, H-MTD Female cable tagged P9 |
P4 | Out of Harness, H-MTD Female cable tagged P7 |
P0 | H-MTD Male connector J24 |
P6 | H-MTD Male connector J23 |
Steps to Enable Networking on Orin
By default, switch firmware and switch tools are not part of the PDK. Follow the steps below to enable EQOS networking on the board.
-
Boot AV+L.
-
Reset the switch from Orin console:
-
sudo su
-
echo 454 > /sys/class/gpio/export
-
echo out > /sys/class/gpio/PQ.06/direction
-
echo 0 > /sys/class/gpio/PQ.06/value
-
echo 1 > /sys/class/gpio/PQ.06/value
-
-
Bring EQOS interface up:
sudo ifconfig eqos_0 <ip address> netmask 255.255.255.0 up