-
Notifications
You must be signed in to change notification settings - Fork 19.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wndr4300编译的时候如何开启128M的ROM? #33
Comments
/target/linux/ar71xx/image/的 legecy.mk 文件 将如下: wndr4300_mtdlayout=mtdparts=ar934x-nfc:256k(u-boot)ro,256k(u-boot-env)ro,256k(caldata),512k(pot),2048k(language),512k(config),3072k(traffic_meter),2048k(kernel),23552k(ubi),25600k@0x6c0000(firmware),256k(caldata_backup),-(reserved) 改为: wndr4300_mtdlayout=mtdparts=ar934x-nfc:256k(u-boot)ro,256k(u-boot-env)ro,256k(caldata),512k(pot),2048k(language),512k(config),3072k(traffic_meter),2048k(kernel),121856k(ubi),123904k@0x6c0000(firmware),256k(caldata_backup),-(reserved) 保存后重新编译即可 |
@coolsnowwolf 搞定。3Q |
From LGA1150 dalao (https://github.com/LGA1150/openwrt) Warning: The compiled firmware only supports flashing under OpBoot. MobiPromo CM520-79F is an AC1300 dual band router based on IPQ4019 Specification: SoC/Wireless: QCA IPQ4019 RAM: 512MiB Flash: 128MiB SLC NAND Ethernet PHY: QCA8075 Ethernet ports: 1x WAN, 2x LAN LEDs: 7 LEDs 2 (USB, CAN) are GPIO other 5 (2.4G, 5G, LAN1, LAN2, WAN) are connected to a shift register Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn> ipq40xx: fix build error for cm520-79f (#30) This commit fix 94a743ea531b4c10e91c17dc17535471e95f308b Signed-off-by: AmadeusGhost <amadeus@jmu.edu.cn> CM520-79F: fix wan port (#33) This commit fix 223124e Signed-off-by: AmadeusGhost <amadeus@jmu.edu.cn> CM520-79F: disable vlan Co-authored-by: AmadeusGhost <42570690+AmadeusGhost@users.noreply.github.com>
如题。
The text was updated successfully, but these errors were encountered: