Advertisement
Guest User

Untitled

a guest
May 15th, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.04 KB | None | 0 0
  1.  
  2. U-Boot 1.1.4 (Mar 20 2013 - 15:11:17)
  3.  
  4. U-boot DB120
  5.  
  6.  
  7. DRAM: 128 MB
  8. id read 0x100000ff
  9. flash size 8MB, sector count = 128
  10. Flash: 8 MB
  11. Using default environment
  12.  
  13. PCIe Reset OK!!!!!!
  14. In: serial
  15. Out: serial
  16. Err: serial
  17. Net: ag934x_enet_initialize...
  18. No valid address in Flash. Using fixed address
  19. wasp reset mask:c03300
  20. WASP ----> S17 PHY *
  21. : cfg1 0x7 cfg2 0x7114
  22. eth0: ba:be:fa:ce:08:41
  23. athrs17_reg_init: complete
  24. eth0 up
  25. eth0
  26. Autobooting in 1 seconds
  27. ## Booting image at 9f020000 ...
  28. Uncompressing Kernel Image ... OK
  29.  
  30. Starting kernel ...
  31.  
  32. [ 0.000000] Linux version 3.7.4 (gavarga@gavarga-Inspiron-N5110) (gcc version 4.6.4 20121210 (prerelease) (Linaro GCC 4.6-2012.12) ) #2 Tue Jan 29 10:01:41 CET 2013
  33. [ 0.000000] bootconsole [early0] enabled
  34. [ 0.000000] CPU revision is: 0001974c (MIPS 74Kc)
  35. [ 0.000000] SoC: Atheros AR9344 rev 2
  36. [ 0.000000] Clocks: CPU:560.000MHz, DDR:450.000MHz, AHB:225.000MHz, Ref:40.000MHz
  37. [ 0.000000] Determined physical RAM map:
  38. [ 0.000000] memory: 08000000 @ 00000000 (usable)
  39. [ 0.000000] Initrd not found or empty - disabling initrd
  40. [ 0.000000] Zone ranges:
  41. [ 0.000000] Normal [mem 0x00000000-0x07ffffff]
  42. [ 0.000000] Movable zone start for each node
  43. [ 0.000000] Early memory node ranges
  44. [ 0.000000] node 0: [mem 0x00000000-0x07ffffff]
  45. [ 0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
  46. [ 0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
  47. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 32512
  48. [ 0.000000] Kernel command line: board=TL-WDR4300 console=ttyS0,115200 rootfstype=squashfs,jffs2 noinitrd
  49. [ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
  50. [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
  51. [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
  52. [ 0.000000] __ex_table already sorted, skipping sort
  53. [ 0.000000] Writing ErrCtl register=00000000
  54. [ 0.000000] Readback ErrCtl register=00000000
  55. [ 0.000000] Memory: 126512k/131072k available (2172k kernel code, 4560k reserved, 411k data, 228k init, 0k highmem)
  56. [ 0.000000] SLUB: Genslabs=9, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  57. [ 0.000000] NR_IRQS:51
  58. [ 0.000000] Calibrating delay loop... 278.93 BogoMIPS (lpj=1394688)
  59. [ 0.070000] pid_max: default: 32768 minimum: 301
  60. [ 0.070000] Mount-cache hash table entries: 512
  61. [ 0.080000] NET: Registered protocol family 16
  62. [ 0.080000] MIPS: machine is TP-LINK TL-WDR3600/4300/4310
  63. [ 0.090000] registering PCI controller with io_map_base unset
  64. [ 0.310000] bio: create slab <bio-0> at 0
  65. [ 0.310000] PCI host bridge to bus 0000:00
  66. [ 0.320000] pci_bus 0000:00: root bus resource [mem 0x10000000-0x13ffffff]
  67. [ 0.320000] pci_bus 0000:00: root bus resource [io 0x0000]
  68. [ 0.330000] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
  69. [ 0.330000] pci 0000:00:00.0: invalid calibration data
  70. [ 0.340000] pci 0000:00:00.0: BAR 0: assigned [mem 0x10000000-0x1001ffff 64bit]
  71. [ 0.340000] pci 0000:00:00.0: BAR 6: assigned [mem 0x10020000-0x1002ffff pref]
  72. [ 0.350000] pci 0000:00:00.0: using irq 40 for pin 1
  73. [ 0.350000] Switching to clocksource MIPS
  74. [ 0.360000] NET: Registered protocol family 2
  75. [ 0.360000] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
  76. [ 0.360000] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
  77. [ 0.370000] TCP: Hash tables configured (established 4096 bind 4096)
  78. [ 0.370000] TCP: reno registered
  79. [ 0.380000] UDP hash table entries: 256 (order: 0, 4096 bytes)
  80. [ 0.380000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  81. [ 0.390000] NET: Registered protocol family 1
  82. [ 0.400000] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  83. [ 0.410000] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
  84. [ 0.420000] msgmni has been set to 247
  85. [ 0.420000] io scheduler noop registered
  86. [ 0.430000] io scheduler deadline registered (default)
  87. [ 0.430000] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled
  88. [ 0.460000] serial8250.0: ttyS0 at MMIO 0x18020000 (irq = 11) is a 16550A
  89. [ 0.470000] console [ttyS0] enabled, bootconsole disabled
  90. [ 0.470000] console [ttyS0] enabled, bootconsole disabled
  91. [ 0.480000] ath79-spi ath79-spi: master is unqueued, this is deprecated
  92. [ 0.490000] m25p80 spi0.0: found s25fl064k, expected m25p80
  93. [ 0.490000] m25p80 spi0.0: s25fl064k (8192 Kbytes)
  94. [ 0.500000] 5 tp-link partitions found on MTD device spi0.0
  95. [ 0.500000] Creating 5 MTD partitions on "spi0.0":
  96. [ 0.510000] 0x000000000000-0x000000020000 : "u-boot"
  97. [ 0.520000] 0x000000020000-0x000000103b0c : "kernel"
  98. [ 0.520000] mtd: partition "kernel" must either start or end on erase block boundary or be smaller than an erase block -- forcing read-only
  99. [ 0.530000] 0x000000103b0c-0x0000007f0000 : "rootfs"
  100. [ 0.540000] mtd: partition "rootfs" must either start or end on erase block boundary or be smaller than an erase block -- forcing read-only
  101. [ 0.550000] mtd: partition "rootfs" set to be root filesystem
  102. [ 0.560000] mtd: partition "rootfs_data" created automatically, ofs=760000, len=90000
  103. [ 0.570000] 0x000000760000-0x0000007f0000 : "rootfs_data"
  104. [ 0.570000] 0x0000007f0000-0x000000800000 : "art"
  105. [ 0.580000] 0x000000020000-0x0000007f0000 : "firmware"
  106. [ 0.720000] libphy: ag71xx_mdio: probed
  107. [ 0.720000] eth0: Atheros AG71xx at 0xb9000000, irq 4, mode:RGMII
  108. [ 1.300000] eth0: Atheros AR8327 switch driver attached.
  109. [ 2.460000] ag71xx ag71xx.0 eth0: connected to PHY at ag71xx-mdio.0:00 [uid=004dd034, driver=Atheros AR8216/AR8236/AR8316]
  110. [ 2.480000] TCP: cubic registered
  111. [ 2.480000] NET: Registered protocol family 17
  112. [ 2.480000] 8021q: 802.1Q VLAN Support v1.8
  113. [ 2.490000] VFS: Mounted root (squashfs filesystem) readonly on device 31:2.
  114. [ 2.500000] Freeing unused kernel memory: 228k freed
  115. [ 2.880000] SQUASHFS error: xz_dec_run error, data probably corrupt
  116. [ 2.880000] SQUASHFS error: squashfs_read_data failed to read block 0x973e2
  117. [ 2.890000] SQUASHFS error: Unable to read fragment cache entry [973e2]
  118. [ 2.900000] SQUASHFS error: Unable to read page, block 973e2, size fa1c
  119. [ 2.900000] SQUASHFS error: Unable to read fragment cache entry [973e2]
  120. [ 2.910000] SQUASHFS error: Unable to read page, block 973e2, size fa1c
  121. [ 2.920000] SQUASHFS error: Unable to read fragment cache entry [973e2]
  122. [ 2.920000] SQUASHFS error: Unable to read page, block 973e2, size fa1c
  123. [ 2.930000] SQUASHFS error: Unable to read fragment cache entry [973e2]
  124. [ 2.940000] SQUASHFS error: Unable to read page, block 973e2, size fa1c
  125. [ 2.940000] SQUASHFS error: Unable to read fragment cache entry [973e2]
  126. [ 2.950000] SQUASHFS error: Unable to read page, block 973e2, size fa1c
  127. [ 2.960000] Kernel panic - not syncing: No init found. Try passing init= option to kernel. See Linux Documentation/init.txt for guidance.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement