MB:2NOR01

From LEXWiKi

(Difference between revisions)
Jump to: navigation, search
(How to add static MAC address)
(How to add static MAC address)
Line 121: Line 121:
1.sudo gedit /etc/systemd/nv.sh
1.sudo gedit /etc/systemd/nv.sh
-
2.add eth0~eth2 Mac Address
+
2.add eth0~eth2 Mac Address,MAC address patch for network interfaces
-
#MAC address patch for network interfaces
+
 
#ifconfig eth0 down
#ifconfig eth0 down
#ifconfig eth0 hw ether xx:xx:xx:xx:xx:xx
#ifconfig eth0 hw ether xx:xx:xx:xx:xx:xx

Revision as of 14:24, 22 April 2024

O.S.CPURevHDMI0HDMI1Dual outputNGFF1NGFF2NGFF3nano SIMUSB2.0USB3.0PCIELANCOM-232COM-422COM-485F75111NWDT/DIOTPM2.0CANBUSCC007Download Patch

Ubuntu20.04.6

Orin Nano

0.1

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Yes

-

-

Yes

Yes

Yes

Yes

Yes

kernel5.10.120-Terga

Ubuntu20.04.6

Orin NX

0.1

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Yes

-

-

Yes

Yes

Yes

Yes

Yes

Kernel5.10.120-Terga

edit table

How to Test CIO

F75111 sample code download: https://drive.google.com/file/d/1IckmlDege0PMRkbx3Py7wBg_OQATqO8P/view?usp=sharing

How to add static MAC address

1.sudo gedit /etc/systemd/nv.sh

2.add eth0~eth2 Mac Address,MAC address patch for network interfaces

  1. ifconfig eth0 down
  2. ifconfig eth0 hw ether xx:xx:xx:xx:xx:xx
  3. ifconfig eth0 up
  4. ifconfig eth1 down
  5. ifconfig eth1 hw ether xx:xx:xx:xx:xx:xx
  6. ifconfig eth1 up
  7. ifconfig eth2 down
  8. ifconfig eth2 hw ether xx:xx:xx:xx:xx:xx
  9. ifconfig eth2 up

3.reboot

Personal tools