ketdfg 发表于 2014-9-16 21:40

留备用……

nbqznet 发表于 2014-10-25 10:55

谢谢楼主分享。谢谢。

1259758 发表于 2014-11-28 05:23

有没有人成功

sd007 发表于 2014-12-11 13:49

顶!然后备用。

sd007 发表于 2014-12-20 18:53

参照楼主的介绍,我也硬改了这款类似的路由器,型号是:TL-WR842V4.0。改造的是16M的Flash,64M的RAM。直接使用楼主的固件用编程器写入。
启动后发现没有无线,进入路由器查看,发现:
[    0.650000] m25p80 spi0.0: found w25q128, expected m25p80
[    0.650000] m25p80 spi0.0: w25q128 (16384 Kbytes)
[    0.660000] 5 tp-link partitions found on MTD device spi0.0
[    0.660000] Creating 5 MTD partitions on "spi0.0":
[    0.670000] 0x000000000000-0x000000020000 : "u-boot"
[    0.680000] 0x000000020000-0x00000011d688 : "kernel"
[    0.680000] mtd: partition "kernel" must either start or end on erase block boundary or be smaller than an erase block -- forcing read-only
[    0.700000] 0x00000011d688-0x000000ff0000 : "rootfs"
[    0.700000] mtd: partition "rootfs" must either start or end on erase block boundary or be smaller than an erase block -- forcing read-only
[    0.720000] mtd: device 2 (rootfs) set to be root filesystem
[    0.720000] 1 squashfs-split partitions found on MTD device rootfs
[    0.730000] 0x000000620000-0x000000ff0000 : "rootfs_data"
[    0.740000] 0x000000ff0000-0x000001000000 : "art"
[    0.740000] 0x000000020000-0x000000ff0000 : "firmware"
也就是说,16M的Flash 其无线配置的文件是在最后64K字节(是不是高通的都会把ART文件放置在Flash的最后呢)那么就需要从8M的Flash中截取最后的64K保存为Art.bin,然后用Winscp传输文件到路由器的/tmp目录下,再想用命令写入到ART分区,想法是好的,可是实际使用的时候,出现了下面的问题:

root@OpenWrt:/tmp# mtd write art1.bin artCould not open mtd device: artCan't open device for writing! root@OpenWrt:/tmp# mtd write art1.bin /dev/mtd4Could not open mtd device: /dev/mtd4Can't open device for writing!
Art分区不让写。不让写就看看不死U-boot的功能吧,可是按Reset启动进入U-Boot 控制台后,发现不死U-boot的界面上有大量的undefine,凡是按钮,就是这个状态。不用IE,用Chrome浏览器看看,按钮倒是对了,功能可不正常。没法子,先升级下不死U-boot,下载了hackpascal 最新的U-boot,用Winscp传输文件到路由器的/tmp目录下,再用如下命令写入到U-Boot分区,重新启动后U-boot控制台界面正常了。
mtd write u-boot-qca953x.bin /dev/mtd0 然后进入不死Uboot界面,刷新Art.bin成功,再次重新启动后,无线也正常了。
有了不死U-boot,再刷机就没有什么好担心的了,呵呵。回头再测试文中提到的其它问题。

sd007 发表于 2014-12-20 18:56

1259758 发表于 2014-11-28 05:23
有没有人成功

成功了,没有大的问题。中断也正常。未长时间测试。

QQ42142951 发表于 2015-1-23 18:21

马上准备着手QCA9531核心模块

啊弄 发表于 2015-3-20 23:19

{:1_1:}{:1_1:}{:1_1:}{:1_1:}{:1_1:}{:1_1:}{:1_1:}{:1_1:}{:1_1:}

mosenfir 发表于 2015-3-28 12:48

我手上有个845nv3的也是这个u,想硬改刷这个,不知道行不行!本人小白

lin用户 发表于 2015-4-8 11:31

谢谢,骂我、305r

lin用户 发表于 2015-4-8 11:32

谢谢 mw305r能用吗?

solaoxo 发表于 2015-4-16 08:58

sd007 发表于 2014-12-20 18:53
参照楼主的介绍,我也硬改了这款类似的路由器,型号是:TL-WR842V4.0。改造的是16M的Flash,64M的RAM。直接 ...

有没有尝试去刷ros,还是ros好用,功能多,稳定性强
页: 1 [2] 3 4 5 6 7
查看完整版本: 高通qca9531方案硬改8M-64M-Openwrt