This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
products:sbc:common:add-ons:m2xeth [2023/03/23 05:40] xiong |
products:sbc:common:add-ons:m2xeth [2024/08/09 02:46] (current) xiong [Enable M2X ethernet via settings] |
||
---|---|---|---|
Line 3: | Line 3: | ||
===== Introduction ===== | ===== Introduction ===== | ||
- | This document mainly introduces the usage of Ethernet on [[https:// | + | This document mainly introduces the usage of Ethernet on [[https:// |
- | ===== Ubuntu | + | ===== Linux ===== |
- | + | ||
- | ==== System Configuration | + | |
Please make sure you use the latest image, if not please follow [[/ | Please make sure you use the latest image, if not please follow [[/ | ||
- | ==== Enable M2X Eth ==== | + | <tabbox Linux 4.9> |
+ | |||
+ | **Enable M2X Eth:** | ||
Open ''/ | Open ''/ | ||
Line 19: | Line 19: | ||
overlays=uart3 pwm_f i2c3 os08a10 --> overlays=uart3 pwm_f i2c3 os08a10 m2x-eth | overlays=uart3 pwm_f i2c3 os08a10 --> overlays=uart3 pwm_f i2c3 os08a10 m2x-eth | ||
+ | ``` | ||
+ | ```shell | ||
+ | $ sync | ||
``` | ``` | ||
Reboot to effect. | Reboot to effect. | ||
+ | |||
+ | <tabbox Linux 5.15> | ||
+ | |||
+ | **Enable M2X Eth:** | ||
+ | |||
+ | Open '' | ||
+ | |||
+ | ```shell | ||
+ | $ sudo vim / | ||
+ | |||
+ | fdt_overlays=m2x-eth | ||
+ | ``` | ||
+ | ```shell | ||
+ | $ sync | ||
+ | ``` | ||
+ | Reboot to effect. | ||
+ | </ | ||
==== Check ==== | ==== Check ==== | ||
Line 53: | Line 73: | ||
===== Android ===== | ===== Android ===== | ||
- | *before you use the M2x ethernet ,you should enable m2x ethernet by two method | + | ==== Enable M2X ethernet |
+ | |||
+ | Enter '' | ||
- | ===== Enable | + | {{/ |
- | *Enter Droid Settings-> | + | ==== Enable m2x ethernet by kbi command ==== |
- | {{/ | + | About KBI usage, you can refer [[products/ |
- | + | ||
- | ===== Enable m2x ethernet by kbi command ===== | + | |
- | + | ||
- | *About kbi usage ,you can refer kbi guide,set command as followimg | + | |
```shell | ```shell | ||
Line 118: | Line 136: | ||
``` | ``` | ||
- | *kbi ext_ethernet w 1 is to use m2x ethernet,kbi ext_ethernet w 0 is to use internal ethernet | + | * '' |
+ | * '' | ||