MB:2NOR01

From LEXWiKi

Revision as of 14:23, 22 April 2024 by Jimmy (Talk | contribs)
Jump to: navigation, search
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

  1. MAC address patch for network interfaces
  2. ifconfig eth0 down
  3. ifconfig eth0 hw ether xx:xx:xx:xx:xx:xx
  4. ifconfig eth0 up
  5. ifconfig eth1 down
  6. ifconfig eth1 hw ether xx:xx:xx:xx:xx:xx
  7. ifconfig eth1 up
  8. ifconfig eth2 down
  9. ifconfig eth2 hw ether xx:xx:xx:xx:xx:xx
  10. ifconfig eth2 up

3.reboot

Personal tools