首頁 > 軟體

OpenWrt修改flash大小

2020-06-16 17:54:49

前言

預設openwrt trunk編譯出來的flash大小為8M,但是我們手上的板子可能flash大小更大,本文以MT7620a為例,將其flash大小由8M修改為16M或者32M


增加dts檔案

路徑為`openwrt/target/linux/ramips/dts/
在其中增加MT7620a_16M.dtsMT7620a_32M.dts檔案,下載地址為百度雲.

修改dts的Makefile檔案

路徑為openwrt/target/linux/ramips/image/Makefile
將其中的Makefile檔案替換為百度雲中同名檔案.

再次編譯

再次編譯後,bin檔案路徑為openwrt/bin/ramips,檔名為openwrt-ramips-mt7620a-mt7620a_16M-squashfs-sysupgrade.binopenwrt-ramips-mt7620a-mt7620a_32M-squashfs-sysupgrade.bin


希望可以幫到你:)

MT7620a OpenWrt barrier_breaker編譯後wan口dhcp無法獲得地址  http://www.linuxidc.com/Linux/2015-08/122062.htm

本文永久更新連結地址http://www.linuxidc.com/Linux/2015-08/122063.htm


IT145.com E-mail:sddin#qq.com