找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
查看: 8057|回复: 2

自动刷写openwrt+uboot

[复制链接]
发表于 2014-12-5 15:47 | 显示全部楼层 |阅读模式
以下文章只是引用  刷机 有风险所以  路由器配置不同 刷坏概不负责

2013年9月14日




新编译的openwrt固件,基于官方ad版,openwrt_r37952.bin



为了方便大家修砖头或刷机,制作了自动刷uboot和stage1的程序,这个uboot的功能可以飞到



http://www.godiy.net/thread-13288-1-1.html



看有关功能。自动刷的程序可以看网盘》[url=]Pogoplug pro[/url] 》 uboot 里面的uboot_flash.bin

(建议使用这个!)



不多说了,自己去折腾吧



————————————————————————————————————————————————------




————————————————————————————————————————————————————————————




自己编译的openwrt,基于r37493,引用了树莓派的软件源!




为了解决朋友们刷机难,修砖难等问题,于是做了一个自动刷固件的linux内核

提示,还是需要ttl 操作,因为要控制uboot

     

一.刷openwrt的方法

①首先介绍下刷openwrt的方法

②打开文章末尾给出的百度网盘链接,找到

PogoplugPro  > OpenWrt  >  Upgrade > Upgrade

把Upgrade 下载回来


③打开Tftpd32 (如果没有Tftpd32 可以到网上去下载)

④把Upgrade 文件复制到Tftpd32的根目录

⑤准备工作做好之后,接通pogo的ttl 打开终端窗口,并接上pogo的电源和网线

⑥看有ttl有输出之后(Hit anykey to stop autoboot),马上随便按一个按钮,停在CE>>

⑦接下来设置下uboot的环境,执行以下命令

设置启动文件:

setenv bootfile Upgrade

设置pogo的ip地址

setenv ipaddr 192.168.1.1

设置服务器的ip地址

setenv serverip 192.168.1.100

说明:192.168.1.1是你pogo的ip地址,192.168.1.100是你运行Tftpd32电脑的ip地址

这里根据自己的情况来做适当的更改。

⑧运行tftpboot 命令

CE>>tftpboot

Wait GMAC toreset

Wait for PHYreset

PHY is RealtekRTL8211D

Wait for link tocome up........Link up

Wait forauto-negotiation to complete

Link is 100M

TFTP from server192.168.1.100; our IP address is 192.168.1.1

Filename ' Upgrade'.

Load address:0x60000000

Loading:#################################################################

此处省略许多字。。。

done

Bytestransferred = 8774960 (85e530 hex)

⑨运行bootm命令

CE>> bootm

## Booting image at 60000000 ...

  Image Name:   Upgrade Firmware

  Image Type:   ARM Linux KernelImage (uncompressed)

  Data Size:    8774896 Bytes =  8.4 MB

  Load Address: 60008000

  Entry Point:  60008000

  Verifying Checksum ... OK

OK

如果出现Verifying Checksum 校验错误的话重新运行tftpboot

因为文件比较大,传输起来容易出错。。。

⑩接下来就是刷机程序的启动了,10秒只有就可以看到loading。。。

之后根据提示操作就可以了。

Press any key tocontinue 是按任意键继续!



注意:刷机过程不要动任何操作,如果erase出现坏块的信息的话,不重要的可以不理他

等刷机好了之后会自动重启,重启后自动进入openwrt。

另外任何的程序都伴随着bug。请不要太依赖程序!

内核刷写位置 0x00200000



二.还有一个启动文件叫Recovery

启动的方法和上面类似

同样把文件下载回来放到tftpd服务器的根目录里面

启动命令改成setenv bootfile Recovery

之后可以启动一个在内存中运行的小系统,集成了mtd部分的命令,

文件传输方面可以使用tftp程序,具体方法请百度。

这个Recovery可以用来刷系统,修砖等。

如果的mtd被清空了的话可以用sata启动uboot,之后按上面的方法启动,

启动之后把stage1 文件和uboot文件传输过去,运行以下命令

       flash_erase/dev/mtd1 0x00 2

       nandbd-s stage1.wrapped /dev/mtd1

       flash_erase/dev/mtd1 0x40000 3

       nandwrite-p -s 0x40000 /dev/mtd1 u-boot.wrapped

如果没错的话吧掉sata重启pogo,就可以正常进入uboot了,接下来的工作不解释了

注:文件在我网盘上面可以下载得到!这里引用了olderzeus的文件,说明一下!




需要手动刷openwrt的可以到我网盘下载

       PogoplugPro  > OpenWrt  >  Firmware >  r37493

里面的文件手动刷进去!

网盘里面还有体验固件,按上面的方法启动即可,不刷写任何设备,在内存中运行,绿色安全

Pogoplug Pro  >  OpenWrt  >  体验固件 > fw.img

setenv bootfile fw.img 即可

1.http://pan.baidu.com/share/link?shareid=129193089&uk=3272170520


本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

×
我的恩山、我的无线 The best wifi forum is right here.
 楼主| 发表于 2014-12-5 15:47 | 显示全部楼层
Stage-1 Bootloader @ Olderzeus
Attempting to set PLLA to 800MHz ...
  plla_ctrl0 : 0x0000030A
  plla_ctrl1 : 0x00400000
  plla_ctrl2 : 0x007F0068
  plla_ctrl3 : 0x00000193
PLLA Set

Setup memory, testing
Reading NAND , Image 0
  Address : 0x00040000
  Hdr len: 0x0001B1D4
  Hdr CRC: 0x8A8FD2AE
OK


U-Boot 1.1.2 (Jun 20 2013 - 11:45:41)

U-Boot code: 60D00000 -> 60D1B1D4  BSS: -> 60D209A4
RAM Configuration:
        Bank #0: 60000000 128 MB
SRAM Configuration:
        64KB at 0x50000000
NAND:128 MiB
In:    serial
Out:   serial
Err:   serial
Setting Linux mem= boot arg value
Hit any key to stop autoboot:  0
CE>> tftpboot
Wait GMAC to reset
Wait for PHY reset
PHY is Realtek RTL8211D
Wait for link to come up........Link up
Wait for auto-negotiation to complete
Link is 100M
TFTP from server 192.168.1.100; our IP address is 192.168.1.1
Filename ' Upgrade'.
Load address: 0x60000000
Loading: #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         ########################
done
Bytes transferred = 8774960 (85e530 hex)
CE>> bootm
## Booting image at 60000000 ...
   Image Name:   Upgrade Firmware
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    8774896 Bytes =  8.4 MB
   Load Address: 60008000
   Entry Point:  60008000
   Verifying Checksum ... OK
OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.1.10 (root@debian) (gcc version 4.4.1 (Sourcery G++ Lite 2009q3-67) ) #45 SMP Sat Jul 27 07:43:32 EDT 2013
[    0.000000] CPU: ARMv6-compatible processor [410fb025] revision 5 (ARMv7), cr=00c5387d
[    0.000000] CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine: PogoPlug Pro
[    0.000000] 1 memory region
[    0.000000] Ignoring unrecognised tag 0x00000000
[    0.000000] Ignoring tag cmdline (using the default kernel command line)
[    0.000000] Memory policy: ECC disabled, Data cache writealloc
[    0.000000] PERCPU: Embedded 8 pages/cpu @c0d6d000 s9248 r8192 d15328 u32768
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 32512
[    0.000000] Kernel command line: console=ttyS0,115200 mem=128M
[    0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
[    0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
[    0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
[    0.000000] allocated 524288 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Memory: 128MB = 128MB total
[    0.000000] Memory: 116628k/116628k available, 14444k reserved, 0K highmem
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     DMA     : 0xffc00000 - 0xffe00000   (   2 MB)
[    0.000000]     vmalloc : 0xc8800000 - 0xed000000   ( 584 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xc8000000   ( 128 MB)
[    0.000000]     modules : 0xbf000000 - 0xc0000000   (  16 MB)
[    0.000000]       .text : 0xc0008000 - 0xc0520000   (5216 kB)
[    0.000000]       .init : 0xc0520000 - 0xc0bb4420   (6738 kB)
[    0.000000]       .data : 0xc0bb6000 - 0xc0bded20   ( 164 kB)
[    0.000000]        .bss : 0xc0bded44 - 0xc0c69728   ( 555 kB)
[    0.000000] SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] NR_IRQS:146 nr_irqs:146 146
[    0.000000] OX820_RPS_init_irq: interrupts 64 to 96
[    0.000000] Console: colour dummy device 80x30
[    0.000000] console [ttyS0] enabled
[    0.030000] Calibrating delay loop... 319.48 BogoMIPS (lpj=1597440)
[    0.080000] pid_max: default: 32768 minimum: 301
[    0.080000] Mount-cache hash table entries: 512
[    0.090000] Initializing cgroup subsys cpuacct
[    0.090000] Initializing cgroup subsys memory
[    0.100000] Initializing cgroup subsys devices
[    0.100000] Initializing cgroup subsys freezer
[    0.110000] CPU: Testing write buffer coherency: ok
[    0.110000] ftrace: allocating 13972 entries in 42 pages
[    0.130000] Calibrating local timer... 400.00MHz.
[    0.200000] platform_smp_prepare_cpus 33
[    0.200000] hw perfevents: enabled with v6mpcore PMU driver, 3 counters available
[    0.210000] CPU1: Booted secondary processor
[    0.210000] CPU1: Unknown IPI message 0x1
[    0.270000] Brought up 2 CPUs
[    0.270000] SMP: Total of 2 processors activated (638.97 BogoMIPS).
[    0.280000] devtmpfs: initialized
[    0.280000] NET: Registered protocol family 16
[    0.290000] hw-breakpoint: found 6 breakpoint and 1 watchpoint registers.
[    0.290000] hw-breakpoint: maximum watchpoint size is 4 bytes.
[    0.300000] bio: create slab <bio-0> at 0
[    0.310000] SCSI subsystem initialized
[    0.310000] usbcore: registered new interface driver usbfs
[    0.320000] usbcore: registered new interface driver hub
[    0.320000] usbcore: registered new device driver usb
[    0.330000] cfg80211: Calling CRDA to update world regulatory domain
[    0.340000] Switching to clocksource rps-timer2
[    0.370000] NET: Registered protocol family 2
[    0.380000] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.380000] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
[    0.390000] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
[    0.400000] TCP: Hash tables configured (established 4096 bind 4096)
[    0.400000] TCP reno registered
[    0.410000] UDP hash table entries: 128 (order: 0, 4096 bytes)
[    0.410000] UDP-Lite hash table entries: 128 (order: 0, 4096 bytes)
[    0.420000] NET: Registered protocol family 1
[    3.170000] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    3.170000] JFFS2 version 2.2 (NAND) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    3.180000] msgmni has been set to 227
[    3.230000] io scheduler noop registered (default)
[    3.240000] io scheduler deadline registered
[    3.240000] io scheduler cfq registered
[    3.250000] ox820_gpio: initialized
[    3.560000] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    3.580000] serial8250: ttyS0 at MMIO 0x44200000 (irq = 55) is a 16550A
[    4.550000] Uniform Multi-Platform E-IDE driver
[    4.550000] ide-gd driver 1.18
[    4.550000] ide-cd driver 5.00
[    4.560000] ox820sata: OX820 sata core.
[    4.560000] scsi0 : oxnassata
[    4.570000] scsi1 : oxnassata
[    4.570000] ata1: SATA max UDMA/133 irq 50
[    4.570000] ata2: SATA max UDMA/133 irq 50
[    4.580000] sata_ox820: Initialized
[    4.580000] ONFI flash detected
[    4.590000] NAND device: Manufacturer ID: 0xad, Chip ID: 0xf1 (Hynix NAND 128MiB 3,3V 8-bit)
[    4.600000] Scanning device for bad blocks
[    4.610000] Bad eraseblock 68 at 0x000000880000
[    4.720000] Bad eraseblock 827 at 0x000006760000
[    4.730000] Bad eraseblock 929 at 0x000007420000
[    4.750000] Creating 3 MTD partitions on "NAND 128MiB 3,3V 8-bit":
[    4.760000] 0x000000000000-0x000008000000 : "NAND 128MiB 3,3V 8-bit"
[    4.770000] 0x000000000000-0x000000e00000 : "boot"
[    4.770000] 0x000000e00000-0x000008000000 : "rootfs"
[    4.780000] mtd: partition "rootfs" set to be root filesystem
[    4.790000] split_squashfs: no squashfs found in "NAND 128MiB 3,3V 8-bit"
[    4.790000] Probing for Synopsis GMAC, unit 0
[    4.800000] eth0: Tuning GMAC 0 RGMII timings
[    4.800000] eth0: PHY is Realtek RTL8211D, type 0x001cc914
[    4.810000] eth0: GMAC ver = 53, vendor ver = 18 at 0xed400000, IRQ 40
[    4.820000] eth0: Found PHY at address 3, type 0x001cc914 -> 10/100/1000
[    4.820000] eth0: Ethernet addr: 00:30:e0:00:00:00
[    4.830000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    4.830000] Initializing Oxnas-SoC USB Host Controller
[    4.840000] oxnas-ehci oxnas-ehci.0: OXNAS EHCI
[    4.840000] oxnas-ehci oxnas-ehci.0: new USB bus registered, assigned bus number 1
[    4.880000] oxnas-ehci oxnas-ehci.0: irq 39, io mem 0x40200100
[    4.900000] oxnas-ehci oxnas-ehci.0: USB 2.0 started, EHCI 1.00
[    4.900000] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    4.910000] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.920000] usb usb1: Product: OXNAS EHCI
[    4.920000] usb usb1: Manufacturer: Linux 3.1.10 ehci_hcd
[    4.930000] ata1: SATA link down (SStatus 0 SControl 300)
[    4.930000] usb usb1: SerialNumber: oxnas-ehci.0
[    4.940000] hub 1-0:1.0: USB hub found
[    4.940000] hub 1-0:1.0: 2 ports detected
[    4.940000] Initializing USB Mass Storage driver...
[    4.950000] usbcore: registered new interface driver usb-storage
[    4.960000] USB Mass Storage support registered.
[    4.960000] ox820_led_gpio: initialized
[    4.970000] oprofile: using arm/mpcore
[    4.970000] TCP cubic registered
[    4.970000] NET: Registered protocol family 10
[    4.980000] IPv6 over IPv4 tunneling driver
[    4.990000] NET: Registered protocol family 17
[    4.990000] VFP support v0.3: not present
[    5.260000] usb 1-1: new high speed USB device number 2 using oxnas-ehci
[    5.280000] ata2: SATA link down (SStatus 0 SControl 300)
[    5.290000] Freeing init memory: 6736K
[    5.400000] usb 1-1: device descriptor read/64, error -71
[    5.640000] usb 1-1: device descriptor read/64, error -71
[    5.870000] usb 1-1: new high speed USB device number 3 using oxnas-ehci
[    6.000000] usb 1-1: device descriptor read/64, error -71
[    6.240000] usb 1-1: device descriptor read/64, error -71
[    6.470000] usb 1-1: new high speed USB device number 4 using oxnas-ehci
[    6.900000] usb 1-1: device not accepting address 4, error -71
[    7.020000] usb 1-1: new high speed USB device number 5 using oxnas-ehci
[    7.450000] usb 1-1: device not accepting address 5, error -71
[    7.450000] hub 1-0:1.0: unable to enumerate USB device on port 1
Loading...
OpenWrt install program for pogoplug pro

This program will flash you linux kernel and rootfs in nand flash

Press any key to continue

Start...
Erase the 0x00200000
Erasing 128 Kibyte @ 500000 -- 100 % complete
Flash the kernel in 0x00200000
Writing at 0x00200000
Writing at 0x00220000
Writing at 0x00240000
Writing at 0x00260000
Writing at 0x00280000
Writing at 0x002a0000
Writing at 0x002c0000
Writing at 0x002e0000
Writing at 0x00300000
Writing at 0x00320000
Writing at 0x00340000
Writing at 0x00360000
Writing at 0x00380000
Writing at 0x003a0000
Writing at 0x003c0000
Writing at 0x003e0000
Writing at 0x00400000
Writing at 0x00420000
Writing at 0x00440000
Writing at 0x00460000
Writing at 0x00480000
Erase the mtd2
Erasing 128 Kibyte @ 71e0000 -- 100 % complete
Flash the rootfs in mtd2
Writing at 0x00000000
Writing at 0x00020000
Writing at 0x00040000
Writing at 0x00060000
Writing at 0x00080000
Writing at 0x000a0000
Writing at 0x000c0000
Writing at 0x000e0000
Writing at 0x00100000
Writing at 0x00120000
Writing at 0x00140000
Writing at 0x00160000
Writing at 0x00180000
Writing at 0x001a0000
Writing at 0x001c0000
Writing at 0x001e0000
Writing at 0x00200000
Writing at 0x00220000
Writing at 0x00240000
Writing at 0x00260000
Writing at 0x00280000
Writing at 0x002a0000
Writing at 0x002c0000
Writing at 0x002e0000
Writing at 0x00300000
Writing at 0x00320000
Writing at 0x00340000
Writing at 0x00360000
Writing at 0x00380000
Writing at 0x003a0000
Writing at 0x003c0000
Writing at 0x003e0000
Writing at 0x00400000
Writing at 0x00420000
Writing at 0x00440000
Writing at 0x00460000
Writing at 0x00480000
Writing at 0x004a0000
Writing at 0x004c0000
Writing at 0x004e0000
Set the bootargs and others
Erasing 128 kb @ 0xa0000
Writing 2048 kb @ 0xbf800
Erasing 128 kb @ 0xa0000
Writing 2048 kb @ 0xbf800
Erasing 128 kb @ 0xa0000
Writing 2048 kb @ 0xbf800
Erasing 128 kb @ 0xa0000
Writing 2048 kb @ 0xbf800

Upgrade complete!

Good luck for you!
Restart in 5s
Restarting...
The system is going down NOW!
Sent SIGTERM to all processes
Sent SIGKILL to all processes
Requesting system reboot
[   43.030000] Restarting system.
Stage-1 Bootloader @ Olderzeus
Attempting to set PLLA to 800MHz ...
  plla_ctrl0 : 0x0000030A
  plla_ctrl1 : 0x00400000
  plla_ctrl2 : 0x007F0068
  plla_ctrl3 : 0x00000193
PLLA Set

Setup memory, testing
Reading NAND , Image 0
  Address : 0x00040000
  Hdr len: 0x0001B1D4
  Hdr CRC: 0x8A8FD2AE
OK


U-Boot 1.1.2 (Jun 20 2013 - 11:45:41)

U-Boot code: 60D00000 -> 60D1B1D4  BSS: -> 60D209A4
RAM Configuration:
        Bank #0: 60000000 128 MB
SRAM Configuration:
        64KB at 0x50000000
NAND:128 MiB
In:    serial
Out:   serial
Err:   serial
Setting Linux mem= boot arg value
Hit any key to stop autoboot:  0

Loading from device 0: 128MiB 3,3V 8-bit (offset 0x200000)
   -- Using 1bit ECC style encoding
   Image Name:   Linux-3.1.10
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    2679308 Bytes =  2.6 MB
   Load Address: 60008000
   Entry Point:  60008000
## Booting image at 60500000 ...
   Image Name:   Linux-3.1.10
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    2679308 Bytes =  2.6 MB
   Load Address: 60008000
   Entry Point:  60008000
   Verifying Checksum ... OK
OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.1.10 (root@debian) (gcc version 4.4.1 (Sourcery G++ Lite 2009q3-67) ) #2 SMP Tue Jul 23 09:49:12 EDT 2013
[    0.000000] CPU: ARMv6-compatible processor [410fb025] revision 5 (ARMv7), cr=00c5387d
[    0.000000] CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine: PogoPlug Pro
[    0.000000] 1 memory region
[    0.000000] Ignoring unrecognised tag 0x00000000
[    0.000000] Memory policy: ECC disabled, Data cache writealloc
[    0.000000] PERCPU: Embedded 8 pages/cpu @c08b3000 s9248 r8192 d15328 u32768
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 32512
[    0.000000] Kernel command line: root=ubi0:rootfs rootfstype=ubifs ubi.mtd=2,512 console=ttyS0,115200 rootwait init=/etc/preinit noinitrd mem=128M poweroutage=yes
[    0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
[    0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
[    0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
[    0.000000] allocated 524288 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Memory: 128MB = 128MB total
[    0.000000] Memory: 121468k/121468k available, 9604k reserved, 0K highmem
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     DMA     : 0xffc00000 - 0xffe00000   (   2 MB)
[    0.000000]     vmalloc : 0xc8800000 - 0xed000000   ( 584 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xc8000000   ( 128 MB)
[    0.000000]     modules : 0xbf000000 - 0xc0000000   (  16 MB)
[    0.000000]       .text : 0xc0008000 - 0xc06b3000   (6828 kB)
[    0.000000]       .init : 0xc06b3000 - 0xc06ec420   ( 230 kB)
[    0.000000]       .data : 0xc06ee000 - 0xc0720370   ( 201 kB)
[    0.000000]        .bss : 0xc0720394 - 0xc07afec8   ( 575 kB)
[    0.000000] SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] NR_IRQS:146 nr_irqs:146 146
[    0.000000] OX820_RPS_init_irq: interrupts 64 to 96
[    0.000000] Console: colour dummy device 80x30
[    0.000000] console [ttyS0] enabled
[    0.030000] Calibrating delay loop... 319.48 BogoMIPS (lpj=1597440)
[    0.080000] pid_max: default: 32768 minimum: 301
[    0.080000] Mount-cache hash table entries: 512
[    0.090000] Initializing cgroup subsys cpuacct
[    0.090000] Initializing cgroup subsys memory
[    0.100000] Initializing cgroup subsys devices
[    0.100000] Initializing cgroup subsys freezer
[    0.110000] CPU: Testing write buffer coherency: ok
[    0.110000] ftrace: allocating 17136 entries in 51 pages
[    0.130000] Calibrating local timer... 399.84MHz.
[    0.190000] platform_smp_prepare_cpus 33
[    0.190000] hw perfevents: enabled with v6mpcore PMU driver, 3 counters available
[    0.200000] CPU1: Booted secondary processor
[    0.200000] CPU1: Unknown IPI message 0x1
[    0.260000] Brought up 2 CPUs
[    0.260000] SMP: Total of 2 processors activated (638.97 BogoMIPS).
[    0.270000] devtmpfs: initialized
[    0.270000] NET: Registered protocol family 16
[    0.280000] hw-breakpoint: found 6 breakpoint and 1 watchpoint registers.
[    0.280000] hw-breakpoint: maximum watchpoint size is 4 bytes.
[    0.790000] PCIeA version/deviceID 082510b5
[    0.790000] PCIeB version/deviceID 082510b5
[    3.810000] ox820_pci_preinit() PCIEA link up timeout (00001014)
[    6.820000] ox820_pci_preinit() PCIEB link up timeout (00001014)
[    6.820000] ox820_pcie_setup_resources() Enabling PCIe Pre-Emphasis
[    6.830000] ox820_pciea_setup_resources() resource c7822c20
[    6.830000] ox820_pciea_setup_resources()    io:      0x4be00000 - 0x4befffff
[    6.840000] ox820_pciea_setup_resources()    non-pre: 0x48000000 - 0x49ffffff
[    6.850000] ox820_pciea_setup_resources()    pre:     0x4a000000 - 0x4bdfffff
[    6.850000] PCI: bus0: Fast back to back transfers enabled
[    6.860000] PCI: bus1: Fast back to back transfers enabled
[    6.870000] bio: create slab <bio-0> at 0
[    6.880000] SCSI subsystem initialized
[    6.880000] usbcore: registered new interface driver usbfs
[    6.890000] usbcore: registered new interface driver hub
[    6.890000] usbcore: registered new device driver usb
[    6.900000] cfg80211: Calling CRDA to update world regulatory domain
[    6.910000] Switching to clocksource rps-timer2
[    6.950000] NET: Registered protocol family 2
[    6.950000] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
[    6.960000] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
[    6.970000] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
[    6.970000] TCP: Hash tables configured (established 4096 bind 4096)
[    6.980000] TCP reno registered
[    6.980000] UDP hash table entries: 128 (order: 0, 4096 bytes)
[    6.990000] UDP-Lite hash table entries: 128 (order: 0, 4096 bytes)
[    6.990000] NET: Registered protocol family 1
[    7.000000] RPC: Registered named UNIX socket transport module.
[    7.000000] RPC: Registered udp transport module.
[    7.010000] RPC: Registered tcp transport module.
[    7.010000] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    7.040000] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    7.050000] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    7.050000] NTFS driver 2.1.30 [Flags: R/O].
[    7.060000] JFFS2 version 2.2 (NAND) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    7.070000] msgmni has been set to 237
[    7.080000] io scheduler noop registered (default)
[    7.080000] io scheduler deadline registered
[    7.080000] io scheduler cfq registered
[    7.090000] ox820_gpio: initialized
[    7.400000] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    7.420000] serial8250: ttyS0 at MMIO 0x44200000 (irq = 55) is a 16550A
[    8.400000] brd: module loaded
[    8.410000] loop: module loaded
[    8.410000] Uniform Multi-Platform E-IDE driver
[    8.410000] ide-gd driver 1.18
[    8.420000] ide-cd driver 5.00
[    8.420000] ox820sata: OX820 sata core.
[    8.430000] scsi0 : oxnassata
[    8.430000] scsi1 : oxnassata
[    8.430000] ata1: SATA max UDMA/133 irq 50
[    8.440000] ata2: SATA max UDMA/133 irq 50
[    8.440000] sata_ox820: Initialized
[    8.450000] ONFI flash detected
[    8.450000] NAND device: Manufacturer ID: 0xad, Chip ID: 0xf1 (Hynix NAND 128MiB 3,3V 8-bit)
[    8.460000] Scanning device for bad blocks
[    8.470000] Bad eraseblock 68 at 0x000000880000
[    8.580000] Bad eraseblock 827 at 0x000006760000
[    8.600000] Bad eraseblock 929 at 0x000007420000
[    8.620000] Creating 3 MTD partitions on "NAND 128MiB 3,3V 8-bit":
[    8.620000] 0x000000000000-0x000008000000 : "NAND 128MiB 3,3V 8-bit"
[    8.630000] 0x000000000000-0x000000e00000 : "boot"
[    8.640000] 0x000000e00000-0x000008000000 : "rootfs"
[    8.640000] mtd: partition "rootfs" set to be root filesystem
[    8.650000] split_squashfs: no squashfs found in "NAND 128MiB 3,3V 8-bit"
[    8.660000] UBI: attaching mtd2 to ubi0
[    8.660000] UBI: physical eraseblock size:   131072 bytes (128 KiB)
[    8.670000] UBI: logical eraseblock size:    129024 bytes
[    8.670000] UBI: smallest flash I/O unit:    2048
[    8.680000] UBI: sub-page size:              512
[    8.680000] UBI: VID header offset:          512 (aligned 512)
[    8.690000] UBI: data offset:                2048
[    8.820000] ata1: SATA link down (SStatus 0 SControl 300)
[    8.840000] UBI: max. sequence number:       0
[    8.890000] UBI: volume 0 ("rootfs") re-sized from 813 to 897 LEBs
[    8.900000] UBI: attached mtd2 to ubi0
[    8.900000] UBI: MTD device name:            "rootfs"
[    8.910000] UBI: MTD device size:            114 MiB
[    8.910000] UBI: number of good PEBs:        910
[    8.920000] UBI: number of bad PEBs:         2
[    8.920000] UBI: number of corrupted PEBs:   0
[    8.930000] UBI: max. allowed volumes:       128
[    8.930000] UBI: wear-leveling threshold:    4096
[    8.930000] UBI: number of internal volumes: 1
[    8.940000] UBI: number of user volumes:     1
[    8.940000] UBI: available PEBs:             0
[    8.950000] UBI: total number of reserved PEBs: 910
[    8.950000] UBI: number of PEBs reserved for bad PEB handling: 9
[    8.960000] UBI: max/mean erase counter: 1/0
[    8.960000] UBI: image sequence number:  1521351604
[    8.970000] UBI: background thread "ubi_bgt0d" started, PID 45
[    8.980000] Probing for Synopsis GMAC, unit 0
[    8.980000] eth0: Tuning GMAC 0 RGMII timings
[    8.980000] eth0: PHY is Realtek RTL8211D, type 0x001cc914
[    9.000000] eth0: GMAC ver = 53, vendor ver = 18 at 0xed400000, IRQ 40
[    9.000000] eth0: Found PHY at address 3, type 0x001cc914 -> 10/100/1000
[    9.010000] eth0: Ethernet addr: 00:30:e0:00:00:00
[    9.020000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    9.020000] Initializing Oxnas-SoC USB Host Controller
[    9.030000] oxnas-ehci oxnas-ehci.0: OXNAS EHCI
[    9.030000] oxnas-ehci oxnas-ehci.0: new USB bus registered, assigned bus number 1
[    9.070000] oxnas-ehci oxnas-ehci.0: irq 39, io mem 0x40200100
[    9.090000] oxnas-ehci oxnas-ehci.0: USB 2.0 started, EHCI 1.00
[    9.090000] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    9.100000] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    9.110000] usb usb1: Product: OXNAS EHCI
[    9.110000] usb usb1: Manufacturer: Linux 3.1.10 ehci_hcd
[    9.110000] usb usb1: SerialNumber: oxnas-ehci.0
[    9.120000] hub 1-0:1.0: USB hub found
[    9.120000] hub 1-0:1.0: 2 ports detected
[    9.130000] Initializing USB Mass Storage driver...
[    9.130000] usbcore: registered new interface driver usb-storage
[    9.140000] USB Mass Storage support registered.
[    9.140000] ox820_led_gpio: initialized
[    9.150000] oprofile: using arm/mpcore
[    9.150000] TCP cubic registered
[    9.160000] NET: Registered protocol family 10
[    9.170000] ata2: SATA link down (SStatus 0 SControl 300)
[    9.170000] IPv6 over IPv4 tunneling driver
[    9.170000] NET: Registered protocol family 17
[    9.170000] VFP support v0.3: not present
[    9.430000] UBIFS: mounted UBI device 0, volume 0, name "rootfs"
[    9.440000] UBIFS: file system size:   114315264 bytes (111636 KiB, 109 MiB, 886 LEBs)
[    9.450000] UBIFS: journal size:       9033728 bytes (8822 KiB, 8 MiB, 71 LEBs)
[    9.450000] UBIFS: media format:       w4/r0 (latest is w4/r0)
[    9.460000] UBIFS: default compressor: lzo
[    9.460000] UBIFS: reserved for root:  0 bytes (0 KiB)
[    9.480000] VFS: Mounted root (ubifs filesystem) on device 0:14.
[    9.490000] devtmpfs: mounted
[    9.490000] Freeing init memory: 228K
[    9.510000] usb 1-1: new high speed USB device number 2 using oxnas-ehci
[    9.660000] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608
[    9.660000] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    9.670000] usb 1-1: Product: USB2.0 Hub
[    9.680000] hub 1-1:1.0: USB hub found
[    9.680000] hub 1-1:1.0: 4 ports detected
procd: Console is alive
procd: - preinit -
Press the [f] key and hit [enter] to enter failsafe mode
mount_root: mounting /dev/root
procd: - early -
procd: - init -
Please press Enter to activate this console.
[   17.980000] eth0: PHY is Realtek RTL8211D, type 0x001cc914
[   17.980000] Offload is not active on eth0
[   17.990000] Alloc'ing ARM descs 10240 bytes
[   17.990000] eth0: Resetting GMAC
[   17.990000] eth0: GMAC reset complete
[   18.000000] eth0: Setting Rx flow control thresholds for LAN port
[   18.560000] eth0: PHY is Realtek RTL8211D, type 0x001cc914
[   21.020000] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   21.060000] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
procd: - init complete -



BusyBox v1.19.4 (2013-07-22 05:52:16 EDT) built-in shell (ash)
Enter 'help' for a list of built-in commands.

  _______                     ________        __
|       |.-----.-----.-----.|  |  |  |.----.|  |_
|   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
|_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
-----------------------------------------------------
BARRIER BREAKER (Bleeding Edge, r37493)
-----------------------------------------------------
  * 1/2 oz Galliano         Pour all ingredients into
  * 4 oz cold Coffee        an irish coffee mug filled
  * 1 1/2 oz Dark Rum       with crushed ice. Stir.
  * 2 tsp. Creme de Cacao
-----------------------------------------------------
root@OpenWrt:/#
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2014-12-5 23:03 | 显示全部楼层
LS兄弟你这是在干嘛??说的不明不白的
当然我知道是刷Pogo
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-4-25 13:38

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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

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