有人下載OpenWRT原始碼自己Compile過嗎?



贊助商連結


頁 : 1 [2]

FYI
2011-09-24, 12:51 PM
m25p80 spi0.0: unrecognized JEDEC id 1c3017
OpenWrt / TL-MR3420 flash modification (https://forum.openwrt.org/viewtopic.php?id=28343)

Now first problem is current linux kernel has no EN25Q80A JEDEC ID, so it hungs on no rootfs. Here is the clue:

In file linux-2.6.32.27/drivers/mtd/devices/m25p80.c add line:
{ "en25p64", 0x1c2017, 0, 64 * 1024, 128, },
--> { "en25q64", 0x1c3017, 0, 64 * 1024, 128, },

贊助商連結


andy740629
2011-09-24, 08:26 PM
大哥你好
想請教一下關於MAC ADDRESS
是否可以在U-BOOT下設置環境變數放MAC ADDRESS
然後在丟給KERNEL去設置LINUX下網卡的各個位址?

FYI
2011-09-25, 12:17 AM
你好像已經忘記曾經提過類似問題, 建議到數位天堂提問, 請站長Aven 和網友hippo 幫忙, 如果你的英文程度還過得去的話, 那麼更好的去處則是OpenWrt 論壇, 請恕小弟失陪了

關於"Mac Address"的存放位置 - PCZONE 討論區 (http://www.pczone.com.tw/thread/16/154030/)