請先看『使用說明』
MB:2NOR01
From LEXWiKi
(Difference between revisions)
(→How to add static MAC address) |
|||
| Line 120: | Line 120: | ||
== How to add static MAC address== | == How to add static MAC address== | ||
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 | ||
Revision as of 14:22, 22 April 2024
| O.S. | CPU | Rev | HDMI0 | HDMI1 | Dual output | NGFF1 | NGFF2 | NGFF3 | nano SIM | USB2.0 | USB3.0 | PCIE | LAN | COM-232 | COM-422 | COM-485 | F75111N | WDT/DIO | TPM2.0 | CANBUS | CC007 | Download | 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 |
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
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
