wskwcwfss 发表于 2015-1-21 14:29

京信ap2600 刷完op 怎么刷入原固件

京信ap2600 刷完op怎么刷入原固件不要烧录的 最好ttl

zqslhy 发表于 2015-1-21 14:37

为什么要刷回呢?我也关注一下

zqslhy 发表于 2015-1-21 14:53

本帖最后由 zqslhy 于 2015-1-21 14:56 编辑

你参考一下吧:lol:lol:lol:lol
我这有固件,不过我没刷过

用超级终端连接ttl刷机线
打开tftp32,选好固件


开机键如ctrl+c进入redboot
第一步初始化闪存固件

命令fis init -f

等待初始化完成

第二步开启dhcp服务器(tftp32)加载内核

命令 load -r -v -b 0x80060000 mtd1.bin

等待加载完成

第三步 建立并写入闪存kernel分区

命令fis create -b 0x80060000 kernel


第四步 加载文件系统

命令 load -r -v -b 0x80060000 mtd2.bin

等待加载完成

第5步 建立并写入闪存文件系统rootfs分区

命令fis create -b 0x80060000 rootfs

第六步修改启动脚本

命令 fconfig
启动脚本如下 y确认
----------------------------------------------------------
RedBoot> fconfig         
Run script at boot: true
Boot script:
.. fis load -l kernel
.. exec -c "console=ttyS0,115200 mem=64M"
Enter script, terminate with empty line
>>
Boot script timeout (1000ms resolution): 3
Use BOOTP for network configuration: false
Gateway IP address:
Local IP address:
Local IP address mask:
Default server IP address:
Console baud rate: 115200
GDB connection port: 9000
Force console for special debug messages: false
Network debug at boot time: false
Update RedBoot non-volatile configuration - continue (y/n)?

----------------------------------------------------------------------------重启等待启动

wskwcwfss 发表于 2015-1-21 17:18

zqslhy   我试过你说的办法    怎么都不启动    你说的mtd1 和mtd2是备份出来的还是??

thjthj1111 发表于 2015-1-22 00:01

麻烦…直接编程器伺候
页: [1]
查看完整版本: 京信ap2600 刷完op 怎么刷入原固件