MB:2NOR01

From LEXWiKi

(Difference between revisions)
Jump to: navigation, search
(edited by Jimmy via TableEdit)
Line 117: Line 117:
F75111 sample code download:
F75111 sample code download:
https://drive.google.com/file/d/1IckmlDege0PMRkbx3Py7wBg_OQATqO8P/view?usp=sharing
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
 +
ifconfig eth0 down
 +
ifconfig eth0 hw ether xx:xx:xx:xx:xx:xx
 +
ifconfig eth0 up
 +
ifconfig eth1 down
 +
ifconfig eth1 hw ether xx:xx:xx:xx:xx:xx
 +
ifconfig eth1 up
 +
ifconfig eth2 down
 +
ifconfig eth2 hw ether xx:xx:xx:xx:xx:xx
 +
ifconfig eth2 up
 +
3.reboot

Revision as of 14:22, 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

  1. MAC address patch for network interfaces

ifconfig eth0 down ifconfig eth0 hw ether xx:xx:xx:xx:xx:xx ifconfig eth0 up ifconfig eth1 down ifconfig eth1 hw ether xx:xx:xx:xx:xx:xx ifconfig eth1 up ifconfig eth2 down ifconfig eth2 hw ether xx:xx:xx:xx:xx:xx ifconfig eth2 up 3.reboot

Personal tools