mirror of https://github.com/OpenIPC/wiki.git
Add network-perversions page
parent
999b56695a
commit
660d0ff219
|
@ -0,0 +1,19 @@
|
|||
# OpenIPC Wiki
|
||||
[Table of Content](../index.md)
|
||||
|
||||
A collection of practical networking perversions
|
||||
------------------------------------------------
|
||||
|
||||
|
||||
### XiongMai, HI3518EV100
|
||||
|
||||
```
|
||||
For U-boot network
|
||||
setenv phyaddru 1
|
||||
setenv phyaddrd 2
|
||||
setenv mdio_intf rmii
|
||||
saveenv
|
||||
|
||||
For Linux network
|
||||
setenv extras 'hieth.phyaddru=1 hieth.phyaddrd=2'; saveenv
|
||||
```
|
Loading…
Reference in New Issue