Hi, all.
I'm using Appro DM368-IPNC and i have a problem with it.
AS I know, when I give a bootargs it passes through the linux kernel and kernel set some argue with it.
so if I put mac address on u-boot param, it should set same value on kernel. but it doesn't even address also.
there's my u-boot env and kernel ifconfig.
|
DM368 IPNC :>pri gatewayip=219.36.28.254 |
kernel
| # ifconfig eth0 Link encap:Ethernet HWaddr 00:E0:0A:DD:00:00 inet addr:192.168.1.168 Bcast:192.168.1.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:49 errors:0 dropped:0 overruns:0 frame:0 TX packets:32 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:11865 (11.5 KiB) TX bytes:6362 (6.2 KiB) Interrupt:52 Base address:0x7000 |
could please explain how MAC addr set? and if I want to put specific MAC address on kernel what should I do?
Thank you.