Re: [OpenWrt-Devel] Why ath79 firmware can not write to different size flash as ar71xx firmware did.

2018-08-14 Thread Chuanhong Guo
If you mean TP-Link devices, yes, you need to create separated dts for different flash size. Currently the mtd parser "tplinkpart" isn't available on ath79 so we can't make mtd partitions automatically detected. xinglp 于2018年8月15日周三 上午11:29写道: > > I have some same model devices, but they have diff

[OpenWrt-Devel] Why ath79 firmware can not write to different size flash as ar71xx firmware did.

2018-08-14 Thread xinglp
I have some same model devices, but they have different size of flash, 4MB 8MB 16MB. They all work well with same ar71xx firmware. But when I update them with ath79 firmware, then can only recognize 4MB space. Do I have to write DTS file for each sizes of flash ? Thanks.