Guest

Untitled

By: a guest on Jan 7th, 2012  |  syntax: None  |  size: 18.20 KB  |  hits: 38  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  1. U-Boot 1.1.4 (Feb 27 2009 - 12:06:20)                                          
  2.                                                                                
  3. AP94 (ar7100) U-boot 0.0.12                                                    
  4. HTTP-UID AP94: DRAM:  b8050000: 0xc0140180                                      
  5. 64 MB                                                                          
  6. Top of RAM usable for U-Boot at: 84000000                                      
  7. Reserving 214k for U-Boot at: 83fc8000                                          
  8. Reserving 192k for malloc() at: 83f98000                                        
  9. Reserving 44 Bytes for Board Info at: 83f97fd4                                  
  10. Reserving 36 Bytes for Global Data at: 83f97fb0                                
  11. Reserving 128k for boot params() at: 83f77fb0                                  
  12. Stack Pointer at: 83f77f98                                                      
  13. Now running in RAM - U-Boot at: 83fc8000                                        
  14. ar7100 flash_init: start                                                        
  15. ar7100_spi_flash_unblock: start                                                
  16. ar7100_flash: id read: start                                                    
  17. flash size 8MB, sector count = 128                                              
  18. Flash:  8 MB                                                                    
  19. Using default environment                                                      
  20.                                                                                
  21. In:    serial                                                                  
  22. Out:   serial                                                                  
  23. Err:   serial                                                                  
  24. Net:   eth_initialize: ag7100_enet_initialize                                  
  25. rtl8366sr_phy_setup  ethUnit=0                                                  
  26. ar7100.c: eth0 using default MAC: 00:18:e7:f7:81:62                            
  27. eth0 up                                                                        
  28. ar7100.c: eth1 using default MAC: 00:18:e7:f7:81:63                            
  29. eth1 up                                                                        
  30. eth0, eth1                                                                      
  31. ### main_loop entered: bootdelay=1                                              
  32.                                                                                
  33. ### main_loop: bootcmd="bootm 0xbf050000"                                      
  34. Hit any key to stop autoboot:  0                                                
  35. ### main_loop: got key string, abort boot                                      
  36. ### main_loop: no define CONFIG_AUTOBOOT_KEYED                                  
  37. ### main_loop: CFG_HUSH_PARSER                                                  
  38. ### main_loop: parse_string_outer                                              
  39. ## Booting image at bf050000 ...                                                
  40. checksum:24970806                                                              
  41.    Image Name:   MIPS OpenWrt Linux-2.6.39.4                                    
  42.    Image Type:   MIPS Linux Kernel Image (lzma  compressed)                    
  43.    Data Size:    873062 Bytes = 852.6 kB                                        
  44.    Load Address: 80060000                                                      
  45.    Entry Point:  80060000                                                      
  46.    Verifying Checksum ... OK                                                    
  47.    LZMA Umcompressing Kernel Image ...    Image loaded from 80060000-802e8128  
  48.  OK                                                                            
  49.    Boot image os 5=IH_OS_LINUX                                                  
  50. ## do_bootm_linux start....                                                    
  51. No initrd                                                                      
  52. ## Transferring control to Linux (at address 80060000) ...                      
  53. ## Giving linux memsize in bytes, 67108864                                      
  54.                                                                                
  55. Starting kernel ...                                                            
  56.                                                                                
  57. [    0.000000] Linux version 2.6.39.4 (alan@aureo) (gcc version 4.5.4 20110808 1
  58. [    0.000000] bootconsole [early0] enabled                                    
  59. [    0.000000] CPU revision is: 00019374 (MIPS 24Kc)                            
  60. [    0.000000] SoC: Atheros AR7161 rev 2                                        
  61. [    0.000000] Clocks: CPU:680.000MHz, DDR:340.000MHz, AHB:170.000MHz, Ref:40.0z
  62. [    0.000000] Determined physical RAM map:                                    
  63. [    0.000000]  memory: 04000000 @ 00000000 (usable)                            
  64. [    0.000000] Initrd not found or empty - disabling initrd                    
  65. [    0.000000] Zone PFN ranges:                                                
  66. [    0.000000]   Normal   0x00000000 -> 0x00004000                              
  67. [    0.000000] Movable zone start PFN for each node                            
  68. [    0.000000] early_node_map[1] active PFN ranges                              
  69. [    0.000000]     0: 0x00000000 -> 0x00004000                                  
  70. [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pa6
  71. [    0.000000] Kernel command line:  board=DIR-825-B1 console=ttyS0,115200 mtdpd
  72. [    0.000000] PID hash table entries: 256 (order: -2, 1024 bytes)              
  73. [    0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)    
  74. [    0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)    
  75. [    0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.  
  76. [    0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32s
  77. [    0.000000] Writing ErrCtl register=00000000                                
  78. [    0.000000] Readback ErrCtl register=00000000                                
  79. [    0.000000] Memory: 61844k/65536k available (2015k kernel code, 3692k reserv)
  80. [    0.000000] SLUB: Genslabs=9, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, N1
  81. [    0.000000] NR_IRQS:80                                                      
  82. [    0.000000] Calibrating delay loop... 452.19 BogoMIPS (lpj=2260992)          
  83. [    0.060000] pid_max: default: 32768 minimum: 301                            
  84. [    0.060000] Mount-cache hash table entries: 512                              
  85. [    0.070000] NET: Registered protocol family 16                              
  86. [    0.070000] MIPS: machine is D-Link DIR-825 rev. B1                          
  87. [    2.670000] registering PCI controller with io_map_base unset                
  88. [    2.680000] bio: create slab <bio-0> at 0                                    
  89. [    2.680000] pci 0000:00:11.0: fixup device configuration                    
  90. [    2.690000] pci 0000:00:12.0: fixup device configuration                    
  91. [    2.690000] pci 0000:00:11.0: BAR 0: assigned [mem 0x10000000-0x1000ffff]    
  92. [    2.700000] pci 0000:00:11.0: BAR 0: set to [mem 0x10000000-0x1000ffff] (PCI)
  93. [    2.700000] pci 0000:00:12.0: BAR 0: assigned [mem 0x10010000-0x1001ffff]    
  94. [    2.710000] pci 0000:00:12.0: BAR 0: set to [mem 0x10010000-0x1001ffff] (PCI)
  95. [    2.710000] PCI: mapping irq 72 to pin1@0000:00:11.0                        
  96. [    2.720000] PCI: mapping irq 73 to pin1@0000:00:12.0                        
  97. [    2.720000] Switching to clocksource MIPS                                    
  98. [    2.730000] NET: Registered protocol family 2                                
  99. [    2.730000] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)  
  100. [    2.730000] TCP established hash table entries: 2048 (order: 2, 16384 bytes)
  101. [    2.740000] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)        
  102. [    2.740000] TCP: Hash tables configured (established 2048 bind 2048)        
  103. [    2.750000] TCP reno registered                                              
  104. [    2.750000] UDP hash table entries: 256 (order: 0, 4096 bytes)              
  105. [    2.760000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)          
  106. [    2.760000] NET: Registered protocol family 1                                
  107. [    2.780000] squashfs: version 4.0 (2009/01/31) Phillip Lougher              
  108. [    2.780000] JFFS2 version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORIT.
  109. [    2.790000] msgmni has been set to 120                                      
  110. [    2.800000] io scheduler noop registered                                    
  111. [    2.800000] io scheduler deadline registered (default)                      
  112. [    2.810000] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled        
  113. [    2.830000] serial8250.0: ttyS0 at MMIO 0x18020000 (irq = 11) is a 16550A    
  114. [    2.840000] console [ttyS0] enabled, bootconsole disabled                    
  115. [    2.840000] console [ttyS0] enabled, bootconsole disabled                    
  116. [    2.850000] Atheros AR71xx SPI Controller driver version 0.2.4              
  117. [    2.860000] m25p80 spi0.0: found m25p64, expected m25p80                    
  118. [    2.860000] m25p80 spi0.0: m25p64 (8192 Kbytes)                              
  119. [    2.870000] 7 cmdlinepart partitions found on MTD device spi0.0              
  120. [    2.880000] Creating 7 MTD partitions on "spi0.0":                          
  121. [    2.880000] 0x000000000000-0x000000040000 : "uboot"                          
  122. [    2.890000] 0x000000040000-0x000000050000 : "config"                        
  123. [    2.890000] 0x000000050000-0x000000150000 : "kernel"                        
  124. [    2.900000] 0x000000150000-0x000000660000 : "rootfs"                        
  125. [    2.900000] mtd: partition "rootfs" set to be root filesystem                
  126. [    2.910000] mtd: partition "rootfs_data" created automatically, ofs=2C0000,  
  127. [    2.920000] 0x0000002c0000-0x000000660000 : "rootfs_data"                    
  128. [    2.920000] 0x000000660000-0x000000670000 : "caldata"                        
  129. [    2.930000] 0x000000670000-0x000000800000 : "unknown"                        
  130. [    2.940000] 0x000000050000-0x000000660000 : "firmware"                      
  131. [    2.940000] Realtek RTL8366S ethernet switch driver version 0.2.2            
  132. [    2.950000] rtl8366s rtl8366s: using GPIO pins 5 (SDA) and 7 (SCK)          
  133. [    2.960000] rtl8366s rtl8366s: RTL8366 ver. 1 chip found                    
  134. [    2.980000] rtl8366s rtl8366s: applying initvals                            
  135. [    3.000000] rtl8366s: probed                                                
  136. [    3.010000] ag71xx_mdio: probed                                              
  137. [    3.020000] eth0: Atheros AG71xx at 0xb9000000, irq 4                        
  138. [    3.320000] eth1: Atheros AG71xx at 0xba000000, irq 5                        
  139. [    3.630000] Atheros AR71xx hardware watchdog driver version 0.1.0            
  140. [    3.640000] TCP westwood registered                                          
  141. [    3.640000] NET: Registered protocol family 17                              
  142. [    3.640000] 802.1Q VLAN Support v1.8 Ben Greear <greearb@candelatech.com>    
  143. [    3.650000] All bugs added by David S. Miller <davem@redhat.com>            
  144. [    3.670000] VFS: Mounted root (squashfs filesystem) readonly on device 31:3.
  145. [    3.680000] Freeing unused kernel memory: 188k freed                        
  146. [    5.510000] input: gpio-keys-polled as /devices/platform/gpio-keys-polled/in0
  147. [    5.660000] Button Hotplug driver version 0.4.1                              
  148. [    5.680000] eth0: link up (1000Mbps/Full duplex)                            
  149. - preinit -                                                                    
  150. Press the [f] key and hit [enter] to enter failsafe mode                        
  151. - regular preinit -                                                            
  152. [    8.970000] JFFS2 notice: (580) jffs2_build_xattr_subsystem: complete buildi.
  153. switching to jffs2                                                              
  154. - init -                                                                        
  155. [    9.040000] eth0: link down                                                  
  156.                                                                                
  157. Please press Enter to activate this console. [    9.650000] Compat-wireless bac9
  158. [    9.660000] Backport based on wireless-testing.git master-2011-12-01        
  159. [    9.740000] cfg80211: Calling CRDA to update world regulatory domain        
  160. [   10.010000] cfg80211: World regulatory domain updated:                      
  161. [   10.010000] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_)
  162. [   10.020000] cfg80211:     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi,)
  163. [   10.030000] cfg80211:     (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi,)
  164. [   10.030000] cfg80211:     (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi,)
  165. [   10.040000] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi,)
  166. [   10.050000] cfg80211:     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi,)
  167. [   10.310000] usbcore: registered new interface driver usbfs                  
  168. [   10.320000] usbcore: registered new interface driver hub                    
  169. [   10.320000] usbcore: registered new device driver usb                        
  170. [   11.060000] PCI: Enabling device 0000:00:11.0 (0000 -> 0002)                
  171. [   11.080000] ieee80211 phy0: Atheros AR9280 Rev:2 mem=0xb0000000, irq=72      
  172. [   11.080000] PCI: Enabling device 0000:00:12.0 (0000 -> 0002)                
  173. [   11.100000] ath: eeprom contains invalid mac address: 01:04:71:40:20:10      
  174. [   11.100000] ath: random mac address will be used: 8a:05:5e:4d:6b:d1          
  175. [   11.120000] ieee80211 phy1: Atheros AR9280 Rev:2 mem=0xb0010000, irq=73      
  176. [   11.130000] cfg80211: Calling CRDA for country: US                          
  177. [   11.180000] cfg80211: Regulatory domain changed to country: US              
  178. [   11.180000] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_)
  179. [   11.190000] cfg80211:     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi,)
  180. [   11.200000] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi,)
  181. [   11.210000] cfg80211:     (5250000 KHz - 5330000 KHz @ 40000 KHz), (300 mBi,)
  182. [   11.220000] cfg80211:     (5490000 KHz - 5600000 KHz @ 40000 KHz), (300 mBi,)
  183. [   11.220000] cfg80211:     (5650000 KHz - 5710000 KHz @ 40000 KHz), (300 mBi,)
  184. [   11.230000] cfg80211:     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi,)
  185. [   11.260000] PPP generic driver version 2.4.2                                
  186. [   11.340000] ip_tables: (C) 2000-2006 Netfilter Core Team                    
  187. [   11.440000] NET: Registered protocol family 24                              
  188. [   11.550000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver      
  189. [   11.560000] ar71xx-ehci ar71xx-ehci: Atheros AR71xx built-in EHCI controller
  190. [   11.570000] ar71xx-ehci ar71xx-ehci: new USB bus registered, assigned bus nu1
  191. [   11.610000] ar71xx-ehci ar71xx-ehci: irq 3, io mem 0x1b000000                
  192. [   11.630000] ar71xx-ehci ar71xx-ehci: USB 2.0 started, EHCI 1.00              
  193. [   11.630000] hub 1-0:1.0: USB hub found                                      
  194. [   11.640000] hub 1-0:1.0: 2 ports detected                                    
  195. [   11.750000] nf_conntrack version 0.5.0 (969 buckets, 3876 max)              
  196. [   12.020000] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver          
  197. [   12.030000] ar71xx-ohci ar71xx-ohci: Atheros AR71xx built-in OHCI controller
  198. [   12.040000] ar71xx-ohci ar71xx-ohci: new USB bus registered, assigned bus nu2
  199. [   12.040000] ar71xx-ohci ar71xx-ohci: irq 14, io mem 0x1c000000              
  200. [   12.110000] hub 2-0:1.0: USB hub found                                      
  201. [   12.110000] hub 2-0:1.0: 2 ports detected                                    
  202. [   12.790000] eth0: link up (1000Mbps/Full duplex)                            
  203. [   13.250000] device eth0.1 entered promiscuous mode                          
  204. [   13.250000] device eth0 entered promiscuous mode                            
  205. [   13.340000] br-lan: port 1(eth0.1) entering forwarding state                
  206. [   13.340000] br-lan: port 1(eth0.1) entering forwarding state                
  207. [   13.770000] rtl8366s rtl8366s: applying initvals                            
  208.                                                                                
  209.                                                                                
  210.                                                                                
  211. BusyBox v1.19.3 (2011-12-26 22:03:38 BRST) built-in shell (ash)                
  212. Enter 'help' for a list of built-in commands.                                  
  213.                                                                                
  214.   _______                     ________        __                                
  215.  |       |.-----.-----.-----.|  |  |  |.----.|  |_                              
  216.  |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|                            
  217.  |_______||   __|_____|__|__||________||__|  |____|                            
  218.           |__| W I R E L E S S   F R E E D O M                                  
  219.  ATTITUDE ADJUSTMENT (bleeding edge, r29611) ----------                        
  220.   * 1/4 oz Vodka      Pour all ingredients into mixing                          
  221.   * 1/4 oz Gin        tin with ice, strain into glass.                          
  222.   * 1/4 oz Amaretto                                                            
  223.   * 1/4 oz Triple sec                                                          
  224.   * 1/4 oz Peach schnapps                                                      
  225.   * 1/4 oz Sour mix                                                            
  226.   * 1 splash Cranberry juice                                                    
  227.  -----------------------------------------------------                          
  228. root@OpenWrt:/#