Update network-perversions.md

pull/90/head
mixatronik 2023-04-24 20:32:24 +05:00 committed by GitHub
parent 02aef4bd9e
commit 698b500294
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -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
```