找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
查看: 8139|回复: 15

请问openwrt.org里的pogoplug固件怎么刷啊

[复制链接]
发表于 2015-1-24 00:32 | 显示全部楼层 |阅读模式
如题,这么多个文件,是不是还是要ttl里面刷,先刷哪个后刷哪个,用啥命令,有么有哪位大侠可以指点一下的。谢谢。
http://downloads.openwrt.org/snapshots/trunk/oxnas/
我的恩山、我的无线 The best wifi forum is right here.
发表于 2015-1-24 10:09 | 显示全部楼层
好像是在cfe下面用ttl刷的吧,只看过一遍
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

头像被屏蔽
发表于 2015-1-24 11:00 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2015-1-24 11:17 | 显示全部楼层
同问啊。。
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| 发表于 2015-1-24 11:42 | 显示全部楼层
以前的各种版本都是ttl刷的,刷的方法各有不同,出固件的都会讲一下自己的固件怎么刷,各种异同也懒得研究。现在出了个官方版,应该是好事,但咋刷就傻眼了。
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2015-1-24 12:52 | 显示全部楼层
看这里
http://qinyang.me/251.html

先刷play4fun的"【2014.07.08】openwrt for pogo nand,3.14.9"版,再更新到官方最新版本
http://downloads.openwrt.org/sna ... shfs-sysupgrade.tar
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2015-1-24 12:54 | 显示全部楼层
20140708刷NAND:

  1. 刷到nand,只适用于128M

  2. !!!对于已经刷了20140520测试版及后续版本的机子,可以直接执行步骤4,在web界面刷新固件即可!!!

  3. 1/准备:电脑端有线网卡设置手动ip:192.168.1.100,ttl连接pogo,进到uboot

  4. 2/载入新的uboot(已刷好新uboot此步骤可省略)
  5. 运行tftpd32服务器,ttl进uboot输入命令
  6. setenv ipaddr 192.168.1.1
  7. setenv serverip 192.168.1.100
  8. tftp 64000000 openwrt-oxnas-ox820-u-boot.bin
  9. setenv boot_openwrt nand read 0x64000000 0x440000 0x90000 \; go 64000000
  10. setenv bootcmd run boot_openwrt
  11. saveenv
  12. go 64000000

  13. 3/输入上面命令后,会运行新的uboot,按任意键进入新的uboot,输入命令(把uboot刷到其他位置,不破坏原有uboot,并启动临时系统)
  14. setenv ipaddr 192.168.1.1
  15. setenv serverip 192.168.1.100
  16. nand erase 0x440000 0x90000        (已刷好新uboot此步骤可省略)
  17. nand write 64000000 0x440000 0x90000        (已刷好新uboot此步骤可省略)
  18. tftpboot 0x62000000 openwrt-oxnas-pogoplug-pro-fit-uImage-initramfs.itb
  19. bootm

  20. 4/刷新固件
  21. 用浏览器进入web界面(http://192.168.1.1),选择openwrt-oxnas-pogoplug-pro-squashfs-sysupgrade.tar文件刷入即可

  22. 5/请在ttl下观察结果,首次web升级后若出错请重复2-4步骤


  23. 如果想刷回固件,请进入第一个uboot(一上点就在ttl下狂回车,然后刷pandorabox等其他固件)
复制代码

点评

3/输入上面命令后,会运行新的uboot,按任意键进入新的uboot,输入命令(把uboot刷到其他位置,不破坏原有uboot,并启动临时系统) 这步是必须的么?为什么要把UBOOT刷到其他的位置啊  详情 回复 发表于 2020-4-23 11:01
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| 发表于 2015-1-25 00:51 来自手机 | 显示全部楼层
好,谢谢,我试试
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| 发表于 2015-1-27 21:06 | 显示全部楼层
确实可以按6楼的方式来刷。不过刷好后,再刷别的固件,还得用TTL。
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2015-1-27 21:37 | 显示全部楼层
不要用官方trunk的uboot,否则引导启动后网络报错。
  1. Speed: 100, full duplex
  2. *** ERROR: `ethaddr' not set
复制代码


有一说要手动指定网卡MAC地址
  1. setenv ethaddr 0xD2:0xAB:0x09:0x1E:0x7B:0xC2
复制代码
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2015-1-29 03:05 来自手机 | 显示全部楼层
6合1那个固件不错啊!写盘刷机
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2015-8-17 11:45 | 显示全部楼层
uboot 启动前 得到本机的 etheraddr


printenv 就可以得到本机的etheraddr
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2016-8-22 18:14 | 显示全部楼层
最稳定的也就是最适合的
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2016-8-22 19:35 | 显示全部楼层
顶下,赚点恩币!!!!!!!!!
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2017-9-20 21:09 | 显示全部楼层
多谢分享,试试
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

有疑问请添加管理员QQ86788181|手机版|小黑屋|Archiver|恩山无线论坛(常州市恩山计算机开发有限公司版权所有) ( 苏ICP备05084872号 )

GMT+8, 2024-4-20 12:24

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

| 江苏省互联网有害信息举报中心 举报信箱:js12377 | @jischina.com.cn 举报电话:025-88802724 本站不良内容举报信箱:68610888@qq.com 举报电话:0519-86695797

快速回复 返回顶部 返回列表