Skip to content

Commit

Permalink
feat: m4ndock FAQ set mac address
Browse files Browse the repository at this point in the history
  • Loading branch information
taorye committed May 13, 2024
1 parent 73d623e commit fa0c0b5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/hardware/zh/maixIV/m4ndock/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,14 @@ A:首次烧录会出现该现象,实际EMMC该分区大小已预先设置最
root@maixbox:~# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/root 28G 6.0G 21G 23% /
```

## Q:MAC物理地址重复,导致同一局域网下无法正常连接网络,如何解决?

A:可通过进入`uboot`命令行模式设置环境变量`ethaddr``eth1addr`并保存,可永久修改对应网卡的mac地址:
```bash
# 例如
setenv ethaddr d0:00:00:00:00:01
setenv eth1addr d0:00:00:00:00:02
saveenv
```

0 comments on commit fa0c0b5

Please sign in to comment.