Merge pull request #90 from mixatronik/patch-4

Update network-perversions.md
pull/91/head
Signor Pellegrino 2023-04-24 18:37:37 +03:00 committed by GitHub
commit 1dd02adc7a
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
saveenv
```
### HiWatch, HI3518CV100
```
For U-boot network
setenv phyaddru 3
saveenv
For Linux network
setenv extras 'hieth.phyaddru=3 hieth.mdioifu=0'
saveenv
```