mirror of https://github.com/OpenIPC/wiki.git
Update network-perversions.md
parent
02aef4bd9e
commit
698b500294
|
@ -26,3 +26,14 @@ For U-boot network
|
||||||
setenv phyaddrd 1
|
setenv phyaddrd 1
|
||||||
saveenv
|
saveenv
|
||||||
```
|
```
|
||||||
|
### HiWatch, HI3518CV100
|
||||||
|
|
||||||
|
```
|
||||||
|
For U-boot network
|
||||||
|
setenv phyaddru 3
|
||||||
|
saveenv
|
||||||
|
|
||||||
|
For Linux network
|
||||||
|
setenv extras 'hieth.phyaddru=3 hieth.mdioifu=0'
|
||||||
|
saveenv
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue