Advertisement
Guest User

Untitled

a guest
Jul 30th, 2015
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.21 KB | None | 0 0
  1. OpenWrt kernel loader for AR7XXX/AR9XXX
  2. Copyright (C) 2011 Gabor Juhos <juhosg@openwrt.org>
  3. Decompressing kernel... done!
  4. Starting kernel at 80060000...
  5.  
  6. [ 0.000000] Linux version 3.10.49 (bb@builder1) (gcc version 4.8.3 (OpenWrt/Linaro GCC 4.8-2014.04 r42625) ) #5 Wed Oct 1 14:15:03 CEST 2014
  7. [ 0.000000] bootconsole [early0] enabled
  8. [ 0.000000] CPU revision is: 00019374 (MIPS 24Kc)
  9. [ 0.000000] SoC: Atheros AR7161 rev 2
  10. [ 0.000000] Clocks: CPU:680.000MHz, DDR:340.000MHz, AHB:170.000MHz, Ref:40.000MHz
  11. [ 0.000000] Determined physical RAM map:
  12. [ 0.000000] memory: 08000000 @ 00000000 (usable)
  13. [ 0.000000] User-defined physical RAM map:
  14. [ 0.000000] memory: 10000000 @ 00000000 (usable)
  15. [ 0.000000] Initrd not found or empty - disabling initrd
  16. [ 0.000000] Zone ranges:
  17. [ 0.000000] Normal [mem 0x00000000-0x0fffffff]
  18. [ 0.000000] Movable zone start for each node
  19. [ 0.000000] Early memory node ranges
  20. [ 0.000000] node 0: [mem 0x00000000-0x0fffffff]
  21. [ 0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
  22. [ 0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
  23. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 65024
  24. [ 0.000000] Kernel command line: console=ttyS0,19200 boot_part_size=4194304 gpio=1983 HZ=340000000 mem=256M kmac=00:0C:42:FA:B9:D6 board=450G boot=1 mlc=3 rootfstype=yaffs noinitrd
  25. [ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
  26. [ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
  27. [ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
  28. [ 0.000000] Writing ErrCtl register=00000000
  29. [ 0.000000] Readback ErrCtl register=00000000
  30. [ 0.000000] Memory: 256072k/262144k available (2328k kernel code, 6072k reserved, 634k data, 236k init, 0k highmem)
  31. [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  32. [ 0.000000] NR_IRQS:51
  33. [ 0.000000] Calibrating delay loop... 452.19 BogoMIPS (lpj=2260992)
  34. [ 0.080000] pid_max: default: 32768 minimum: 301
  35. [ 0.090000] Mount-cache hash table entries: 512
  36. [ 0.100000] NET: Registered protocol family 16
  37. [ 0.110000] MIPS: machine is MikroTik RouterBOARD 450G
  38. [ 0.520000] bio: create slab <bio-0> at 0
  39. [ 0.530000] rb4xx-spi rb4xx-spi: master is unqueued, this is deprecated
  40. [ 0.540000] Switching to clocksource MIPS
  41. [ 0.550000] NET: Registered protocol family 2
  42. [ 0.570000] TCP established hash table entries: 2048 (order: 2, 16384 bytes)
  43. [ 0.620000] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
  44. [ 0.650000] TCP: Hash tables configured (established 2048 bind 2048)
  45. [ 0.690000] TCP: reno registered
  46. [ 0.710000] UDP hash table entries: 256 (order: 0, 4096 bytes)
  47. [ 0.750000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  48. [ 0.780000] NET: Registered protocol family 1
  49. [ 0.820000] msgmni has been set to 500
  50. [ 0.850000] io scheduler noop registered
  51. [ 0.870000] io scheduler deadline registered (default)
  52. [ 0.900000] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
  53. [ 0.960000] serial8250.0: ttyS0 at MMIO 0x18020000 (irq = 11) is a 16550A
  54. [ 1.000000] console [ttyS0] enabled, bootconsole disabled
  55. [ 1.000000] console [ttyS0] enabled, bootconsole disabled
  56. [ 1.070000] m25p80 spi0.0: pm25lv512 (64 Kbytes)
  57. [ 1.100000] Creating 4 MTD partitions on "spi0.0":
  58. [ 1.130000] 0x000000000000-0x00000000b000 : "routerboot"
  59. [ 1.160000] 0x00000000b000-0x00000000c000 : "hard_config"
  60. [ 1.200000] 0x00000000d000-0x00000000f000 : "bios"
  61. [ 1.230000] 0x00000000f000-0x000000010000 : "soft_config"
  62. [ 1.260000] NAND flash driver for RouterBoard 4xx series version 0.2.0
  63. [ 1.300000] ONFI param page 0 valid
  64. [ 1.320000] ONFI flash detected
  65. [ 1.340000] NAND device: Manufacturer ID: 0x20, Chip ID: 0xdc (ST Micro NAND04GW3B2DN6), 512MiB, page size: 2048, OOB size: 64
  66. [ 1.410000] Scanning device for bad blocks
  67. [ 1.640000] Bad eraseblock 1280 at 0x00000a000000
  68. [ 1.920000] Bad eraseblock 2897 at 0x000016a20000
  69. [ 2.140000] Creating 3 MTD partitions on "NAND04GW3B2DN6":
  70. [ 2.170000] 0x000000000000-0x000000040000 : "booter"
  71. [ 2.200000] 0x000000040000-0x000000400000 : "kernel"
  72. [ 2.230000] 0x000000400000-0x000020000000 : "rootfs"
  73. [ 2.270000] mtd: device 6 (rootfs) set to be root filesystem
  74. [ 2.300000] mtdsplit: no squashfs found in "rootfs"
  75. [ 2.330000] mtdsplit: no squashfs found in "NAND04GW3B2DN6"
  76. [ 2.390000] switch0: Atheros AR8316 rev. 1 switch registered on ag71xx-mdio.0
  77. [ 2.430000] libphy: ag71xx_mdio: probed
  78. [ 2.760000] ar8316: Using port 4 as PHY
  79. [ 4.810000] ag71xx ag71xx.1: connected to PHY at ag71xx-mdio.0:04 [uid=004dd041, driver=Atheros AR8216/AR8236/AR8316]
  80. [ 4.870000] eth0: Atheros AG71xx at 0xba000000, irq 5, mode:RGMII
  81. [ 5.210000] ar8316: Using port 4 as PHY
  82. [ 5.320000] ag71xx ag71xx.0: connected to PHY at ag71xx-mdio.0:00 [uid=004dd041, driver=Atheros AR8216/AR8236/AR8316]
  83. [ 5.380000] eth1: Atheros AG71xx at 0xb9000000, irq 4, mode:RGMII
  84. [ 5.420000] TCP: cubic registered
  85. [ 5.440000] NET: Registered protocol family 17
  86. [ 5.470000] Bridge firewalling registered
  87. [ 5.490000] 8021q: 802.1Q VLAN Support v1.8
  88. [ 5.520000] yaffs: dev is 32505862 name is "mtdblock6" ro
  89. [ 5.550000] yaffs: passed flags ""
  90. [ 7.980000] VFS: Mounted root (yaffs filesystem) readonly on device 31:6.
  91. [ 8.020000] Freeing unused kernel memory: 236K (80345000 - 80380000)
  92. procd: Console is alive
  93. procd: - watchdog -
  94. procd: - preinit -
  95. Press the [f] key and hit [enter] to enter failsafe mode
  96. Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level
  97. [ 14.360000] eth1: link up (1000Mbps/Full duplex)
  98. mounting /dev/root
  99. [ 15.830000] eth1: link down
  100. procd: - early -
  101. procd: - watchdog -
  102. procd: - ubus -
  103. procd: - init -
  104. [ 17.460000] NET: Registered protocol family 10
  105. [ 17.500000] nf_conntrack version 0.5.0 (4004 buckets, 16016 max)
  106. [ 17.540000] ip6_tables: (C) 2000-2006 Netfilter Core Team
  107. [ 17.600000] Loading modules backported from Linux version master-2014-05-22-0-gf2032ea
  108. [ 17.650000] Backport generated by backports.git backports-20140320-37-g5c33da0
  109. [ 17.690000] ip_tables: (C) 2000-2006 Netfilter Core Team
  110. [ 17.760000] xt_time: kernel timezone is -0000
  111. [ 17.810000] cfg80211: Calling CRDA to update world regulatory domain
  112. [ 17.860000] cfg80211: World regulatory domain updated:
  113. [ 17.890000] cfg80211: DFS Master region: unset
  114. [ 17.920000] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
  115. [ 17.980000] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
  116. [ 18.020000] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
  117. [ 18.070000] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
  118. [ 18.120000] cfg80211: (5170000 KHz - 5250000 KHz @ 160000 KHz), (N/A, 2000 mBm), (N/A)
  119. [ 18.170000] cfg80211: (5250000 KHz - 5330000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
  120. [ 18.220000] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
  121. [ 18.260000] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
  122. [ 18.310000] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
  123. [ 18.640000] PPP generic driver version 2.4.2
  124. [ 18.670000] NET: Registered protocol family 24
  125. [ 25.990000] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
  126. [ 26.020000] device eth1 entered promiscuous mode
  127. [ 26.260000] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
  128. [ 26.310000] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  129. [ 27.600000] eth1: link up (1000Mbps/Full duplex)
  130. [ 27.640000] br-lan: port 1(eth1) entered forwarding state
  131. [ 27.670000] br-lan: port 1(eth1) entered forwarding state
  132. [ 27.700000] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
  133. [ 27.810000] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
  134. procd: - init complete -
  135. [ 29.670000] br-lan: port 1(eth1) entered forwarding state
  136. [ 32.690000] eth0: link up (1000Mbps/Full duplex)
  137. [ 32.720000] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement