Advertisement
Guest User

Untitled

a guest
Feb 28th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.48 KB | None | 0 0
  1. OpenWrt kernel loader for AR7XXX/AR9XXX
  2. Copyright (C) 2011 Gabor Juhos <juhosg@openwrt.org>
  3. Looking for OpenWrt image... found at 0xbf022000
  4. Decompressing kernel... done!
  5. Starting kernel at 80060000...
  6.  
  7. [ 0.000000] Linux version 4.9.13 (blogic@debian) (gcc version 5.4.0 (LEDE GCC 5.4.0 r3570-b8ea9ef) ) #0 Mon Feb 27 14:44:06 2017
  8. [ 0.000000] bootconsole [early0] enabled
  9. [ 0.000000] CPU0 revision is: 00019374 (MIPS 24Kc)
  10. [ 0.000000] MIPS: machine is TP-Link TL-WR1043ND Version 1
  11. [ 0.000000] SoC: Atheros AR9132 rev 2
  12. [ 0.000000] Determined physical RAM map:
  13. [ 0.000000] memory: 02000000 @ 00000000 (usable)
  14. [ 0.000000] Initrd not found or empty - disabling initrd
  15. [ 0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
  16. [ 0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
  17. [ 0.000000] Zone ranges:
  18. [ 0.000000] Normal [mem 0x0000000000000000-0x0000000001ffffff]
  19. [ 0.000000] Movable zone start for each node
  20. [ 0.000000] Early memory node ranges
  21. [ 0.000000] node 0: [mem 0x0000000000000000-0x0000000001ffffff]
  22. [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000001ffffff]
  23. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 8128
  24. [ 0.000000] Kernel command line: rootfstype=squashfs,jffs2 noinitrd machtype=DTB console=ttyATH0
  25. [ 0.000000] PID hash table entries: 128 (order: -3, 512 bytes)
  26. [ 0.000000] Dentry cache hash table entries: 4096 (order: 2, 16384 bytes)
  27. [ 0.000000] Inode-cache hash table entries: 2048 (order: 1, 8192 bytes)
  28. [ 0.000000] Writing ErrCtl register=00000000
  29. [ 0.000000] Readback ErrCtl register=00000000
  30. [ 0.000000] Memory: 26564K/32768K available (3128K kernel code, 128K rwdata, 756K rodata, 1228K init, 208K bss, 6204K reserved, 0K cma-reserved)
  31. [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  32. [ 0.000000] NR_IRQS:51
  33. [ 0.000000] CPU clock: 400.000 MHz
  34. [ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302233 ns
  35. [ 0.000013] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 10737418237ns
  36. [ 0.007898] Calibrating delay loop... 265.42 BogoMIPS (lpj=1327104)
  37. [ 0.090598] pid_max: default: 32768 minimum: 301
  38. [ 0.095346] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
  39. [ 0.101958] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
  40. [ 0.114049] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  41. [ 0.123892] futex hash table entries: 256 (order: -1, 3072 bytes)
  42. [ 0.130706] NET: Registered protocol family 16
  43. [ 0.158134] clocksource: Switched to clocksource MIPS
  44. [ 0.164556] NET: Registered protocol family 2
  45. [ 0.170076] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
  46. [ 0.177050] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
  47. [ 0.183471] TCP: Hash tables configured (established 1024 bind 1024)
  48. [ 0.189971] UDP hash table entries: 256 (order: 0, 4096 bytes)
  49. [ 0.195809] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  50. [ 0.202376] NET: Registered protocol family 1
  51. [ 0.211068] Crashlog allocated RAM at address 0x1f00000
  52. [ 0.217394] workingset: timestamp_bits=30 max_order=13 bucket_order=0
  53. [ 0.233556] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  54. [ 0.239416] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
  55. [ 0.258635] io scheduler noop registered
  56. [ 0.262552] io scheduler deadline registered (default)
  57. [ 0.268312] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled
  58. [ 0.279240] m25p80 spi32766.0: found s25sl064p, expected s25sl064a
  59. [ 0.285427] m25p80 spi32766.0: s25sl064p (8192 Kbytes)
  60. [ 0.292072] 5 tp-link partitions found on MTD device spi32766.0
  61. [ 0.297976] Creating 5 MTD partitions on "spi32766.0":
  62. [ 0.303144] 0x000000000000-0x000000020000 : "u-boot"
  63. [ 0.309935] 0x000000020000-0x000000169380 : "kernel"
  64. [ 0.316875] 0x000000169380-0x0000007f0000 : "rootfs"
  65. [ 0.323904] mtd: device 2 (rootfs) set to be root filesystem
  66. [ 0.330197] 1 squashfs-split partitions found on MTD device rootfs
  67. [ 0.336377] 0x000000350000-0x0000007f0000 : "rootfs_data"
  68. [ 0.343586] 0x0000007f0000-0x000000800000 : "art"
  69. [ 0.350409] 0x000000020000-0x0000007f0000 : "firmware"
  70. [ 0.358643] libphy: Fixed MDIO Bus: probed
  71. [ 0.367169] NET: Registered protocol family 10
  72. [ 0.380926] NET: Registered protocol family 17
  73. [ 0.385416] 8021q: 802.1Q VLAN Support v1.8
  74. [ 0.391763] Warning: unable to open an initial console.
  75. [ 0.408905] VFS: Mounted root (squashfs filesystem) readonly on device 31:2.
  76. [ 0.423364] Freeing unused kernel memory: 1228K (8044d000 - 80580000)
  77. [ 0.429807] This architecture does not have kernel memory protection.
  78. [ 1.596377] init: Console is alive
  79. [ 1.600108] init: - watchdog -
  80. [ 2.254317] random: fast init done
  81. [ 3.258846] kmodloader: loading kernel modules from /etc/modules-boot.d/*
  82. [ 3.491771] usbcore: registered new interface driver usbfs
  83. [ 3.497356] usbcore: registered new interface driver hub
  84. [ 3.502844] usbcore: registered new device driver usb
  85. [ 3.515149] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  86. [ 3.523473] ehci-platform: EHCI generic platform driver
  87. [ 3.528938] ehci-platform: probe of 1b000100.usb failed with error -89
  88. [ 3.538840] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  89. [ 3.546588] ohci-platform: OHCI generic platform driver
  90. [ 3.552779] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
  91. [ 3.562533] init: - preinit -
  92. [ 4.461991] procd: - early -
  93. [ 4.464985] procd: - watchdog -
  94. [ 5.121450] procd: failed to set stdio
  95. [ 5.125275] procd: - ubus -
  96. [ 5.348290] procd: - init -
  97. [ 5.668500] kmodloader: loading kernel modules from /etc/modules.d/*
  98. [ 5.680586] ip6_tables: (C) 2000-2006 Netfilter Core Team
  99. [ 5.700625] Loading modules backported from Linux version wt-2017-01-31-0-ge882dff19e7f
  100. [ 5.708672] Backport generated by backports.git backports-20160324-13-g24da7d3c
  101. [ 5.719672] ip_tables: (C) 2000-2006 Netfilter Core Team
  102. [ 5.735663] nf_conntrack version 0.5.0 (1024 buckets, 4096 max)
  103. [ 5.808394] xt_time: kernel timezone is -0000
  104. [ 5.882485] PPP generic driver version 2.4.2
  105. [ 5.889805] NET: Registered protocol family 24
  106. [ 5.940313] kmodloader: done loading kernel modules from /etc/modules.d/*
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement