<html><head><meta http-equiv="content-type" content="text/html; charset=UTF-8"><style>body { line-height: 1.5; }blockquote { margin-top: 0px; margin-bottom: 0px; margin-left: 0.5em; }body { font-size: 10.5pt; font-family: 宋体; color: rgb(0, 0, 0); line-height: 1.5; }</style></head><body>
<div><span></span>Dear sir:</div><div><span style="background-color: rgba(0, 0, 0, 0);">    i know remove those follow line still can get MAC address form offset </span><span style="font-family: 宋体, Tahoma; line-height: normal; font-size: 10.5pt; background-color: window;">0xe000</span><span style="font-family: 宋体, Tahoma; line-height: normal; font-size: 10.5pt; background-color: window;"> .</span></div><div><span style="font-family: '宋体, Tahoma';">    </span><span style="font-family: ''; font-size: 10.5pt; line-height: 1.5; background-color: window;">  But according to MTK original SDK . The lan port mac address should write at 0xe000 and the wan port MAC address should be write at 0xe006.And i dont konw how to define in the dts file.</span></div><div><span style="font-family: ''; font-size: 10.5pt; line-height: 1.5; background-color: window;"><br></span></div><div>    This two line is exactly what i want :</div><div><i><span style="background-color: rgba(0, 0, 0, 0); font-size: 10.5pt; line-height: 1.5;">    </span><span style="background-color: rgba(0, 0, 0, 0); font-size: 10.5pt; line-height: 1.5;">    </span><span style="background-color: window; font-family: 宋体, Tahoma; font-size: 10.5pt; line-height: normal;">wan_mac=$(mtd_get_mac_binary factory 57350)</span></i></div><div style="font-family: 宋体, Tahoma; line-height: normal;"><i><span style="font-family: '宋体, Tahoma'; font-size: 10.5pt; line-height: 1.5; background-color: window;">    </span><span style="font-family: ''; font-size: 10.5pt; line-height: 1.5; background-color: window;">      </span><span style="background-color: window; font-size: 10.5pt;">lan_mac=$(mtd_get_mac_binary factory 57344)</span></i></div>
<div><br></div><div><span style="background-color: rgba(0, 0, 0, 0);">    Do i need to remove this ?</span></div><div><span style="background-color: rgba(0, 0, 0, 0);"><br></span></div><hr style="width: 210px; height: 1px;" color="#b5c4df" size="1" align="left">
<div><span><div style="MARGIN: 10px; FONT-FAMILY: verdana; FONT-SIZE: 10pt"><b style="color: rgb(51, 51, 153); font-size: 14px; line-height: 21px; font-family: Calibri;"><div style="font-size: 15px; line-height: normal;"><font color="#333399">Best Regards.</font></div><div style="font-size: 15px; line-height: normal;"><font color="#333399">Jay Weng</font></div><div style="font-size: 15px; line-height: normal;"><font color="#333399"><br></font></div><div style="font-size: 15px; line-height: normal;"><img src="cid:_Foxmail.1@f86c0d82-0a3b-0fc8-dbdd-1b2c768401a5" border="0" style="max-width: 100%; height: auto !important;"></div><div style="font-size: 15px; line-height: normal;"><font color="#333399"><span style="line-height: 1.5; background-color: window;"></span><span style="background-color: window;">Website:  </span><span style="line-height: 1.5; background-color: window;">www.t-firefly.com</span></font></div><div style="font-size: 15px; line-height: normal;"><span style="line-height: 1.5; background-color: window;"><font color="#333399">E-mail:  fl.</font></span><span style="background-color: rgba(0, 0, 0, 0); line-height: 1.5;">service@t-firefly.com</span></div></b></div></span></div>
<blockquote style="margin-top: 0px; margin-bottom: 0px; margin-left: 0.5em;"><div> </div><div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm"><div style="PADDING-RIGHT: 8px; PADDING-LEFT: 8px; FONT-SIZE: 12px;FONT-FAMILY:tahoma;COLOR:#000000; BACKGROUND: #efefef; PADDING-BOTTOM: 8px; PADDING-TOP: 8px"><div><b>From:</b> <a href="mailto:yszhou4tech@gmail.com">Yousong Zhou</a></div><div><b>Date:</b> 2015-01-30 15:59</div><div><b>To:</b> <a href="mailto:fl.service@t-firefly.com">wengbj</a></div><div><b>CC:</b> <a href="mailto:blogic@openwrt.org">John Crispin</a>; <a href="mailto:zxf@t-chip.com.cn">zxf</a>; <a href="mailto:linux.c@foxmail.com">linux.c</a>; <a href="mailto:dxj@t-chip.com.cn">dxj</a>; <a href="mailto:wbj@t-chip.com.cn">wbj</a>; <a href="mailto:openwrt-devel@lists.openwrt.org">OpenWrt Development List</a></div><div><b>Subject:</b> Re: [OpenWrt-Devel] [PATCH 1/3] ralink: add ethernet macaddr to dts for FireWRT</div></div></div><div><div>Hi,</div>
<div> </div>
<div>On 30 January 2015 at 15:19, wengbj <fl.service@t-firefly.com> wrote:</div>
<div>> ---</div>
<div>>  .../linux/ramips/base-files/etc/board.d/02_network |    7 +++++++</div>
<div>>  target/linux/ramips/dts/FIREWRT.dts                |    5 +++++</div>
<div>>  2 files changed, 12 insertions(+)</div>
<div>></div>
<div>> diff --git a/target/linux/ramips/base-files/etc/board.d/02_network b/target/linux/ramips/base-files/etc/board.d/02_network</div>
<div>> index 7724c3e..dcb497a 100755</div>
<div>> --- a/target/linux/ramips/base-files/etc/board.d/02_network</div>
<div>> +++ b/target/linux/ramips/base-files/etc/board.d/02_network</div>
<div>> @@ -340,6 +340,13 @@ ramips_setup_macs()</div>
<div>>                 wan_mac=$(mtd_get_mac_binary factory 46)</div>
<div>>                 ;;</div>
<div>></div>
<div>> +       firewrt)</div>
<div>> +               wan_mac=$(mtd_get_mac_binary factory 57350)</div>
<div>> +               lan_mac=$(mtd_get_mac_binary factory 57344)</div>
<div>> +               [ "${lan_mac}x" = "ff:ff:ff:ff:ff:ffx" ] && lan_mac=$(cat /sys/class/net/eth0/address)</div>
<div>> +               [ "${wan_mac}x" = "ff:ff:ff:ff:ff:ffx" ] && wan_mac=$(macaddr_add "$lan_mac" 1)</div>
<div>> +               ;;</div>
<div>> +</div>
<div> </div>
<div>This hunk should be unnecessary.  You can try remove this and see if</div>
<div>it can still get MAC address from offset 0xe000 of factory partition.</div>
<div> </div>
<div>                yousong</div>
<div> </div>
<div>>         *)</div>
<div>>                 lan_mac=$(cat /sys/class/net/eth0/address)</div>
<div>>                 wan_mac=$(macaddr_add "$lan_mac" 1)</div>
<div>> diff --git a/target/linux/ramips/dts/FIREWRT.dts b/target/linux/ramips/dts/FIREWRT.dts</div>
<div>> index 2e5d26b..4e9e28b 100644</div>
<div>> --- a/target/linux/ramips/dts/FIREWRT.dts</div>
<div>> +++ b/target/linux/ramips/dts/FIREWRT.dts</div>
<div>> @@ -78,4 +78,9 @@</div>
<div>>                         };</div>
<div>>                 };</div>
<div>>         };</div>
<div>> +</div>
<div>> +       ethernet@1e100000 {</div>
<div>> +               mtd-mac-address = <&factory 0xe000>;</div>
<div>> +       };</div>
<div>> +</div>
<div>>  };</div>
<div>> --</div>
<div>> 1.7.9.5</div>
<div>> _______________________________________________</div>
<div>> openwrt-devel mailing list</div>
<div>> openwrt-devel@lists.openwrt.org</div>
<div>> https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel</div>
<div> </div>
<div> </div>
</div></blockquote>
</body></html>