Happy Chinese Dragon Year !!! Today, let’s continue this SBC: Milk-V Duo 256M.
1. Some Suggestions
- Auto resizing in order to use the full TF card). So far, I’ll have to do it manually. Anyway, now I can use my full TF card as:
1 | [root@milkv-duo]~# df -h |
Without resizing, as in my previous blog Milk-V Duo 256M - 01
1 | [root@milkv-duo]~# df -h |
- Fix eth0’s MAC address. For the wired connection on this particular small SBC Milk-V Duo 256M, I’d strongly recommend to use the physical MAC address for eth0, rather than a dynamic one. Whenever rebooting, Milk-V Duo 256M will change its MAC address, as well as the IP address, which is seriously NOT what I expected. Therefore, what we need to do is to modify file
/etc/network/interfaces
as suggested by StackExchange issue Change Mac Address permanently inside /etc/network/interfaces:
1 | auto eth0 |
-