Advertisement
Guest User

Untitled

a guest
Jul 9th, 2020
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.27 KB | None | 0 0
  1. Boot (PRI)-> tftp 0x89000000
  2. dup 1 speed 1000
  3. *** Warning: no boot file name; using '0101A8C0.img'
  4. Using eth0 device
  5. TFTP from server 192.168.1.10; our IP address is 192.168.1.1
  6. Filename '0101A8C0.img'.
  7. Load address: 0x89000000
  8. Loading: *#################################################################
  9.  #################################################################
  10.  #################################################################
  11.  #################################################################
  12.  #################################################################
  13.  #################################################################
  14.  #################################################################
  15.  #################################################################
  16.  #################################################################
  17.  #################################################################
  18.  #################################################################
  19.  #################################################################
  20.  #################################################################
  21.  #####################
  22. done
  23. Bytes transferred = 4429703 (439787 hex)
  24. Boot (PRI)-> bootm
  25. ## Booting image at 89000000 ...
  26. Image Name: MIPS OpenWrt Linux-5.4.50
  27. Created: 2020-07-07 9:57:48 UTC
  28. Image Type: MIPS Linux Kernel Image (lzma compressed)
  29. Data Size: 4429639 Bytes = 4.2 MB
  30. Load Address: 80060000
  31. Entry Point: 80060000
  32. Verifying Checksum ... OK
  33. Uncompressing Kernel Image ... OK
  34.  
  35. Starting kernel ...
  36.  
  37. [ 0.000000] Linux version 5.4.50 (user@ubuntu2004lts-virtual) (gcc version 8.4.0 (OpenWrt GCC 8.4.0 r13710-7cb721c03f)) #0 Tue Jul 7 09:57:48 2020
  38. [ 0.000000] printk: bootconsole [early0] enabled
  39. [ 0.000000] CPU0 revision is: 00019750 (MIPS 74Kc)
  40. [ 0.000000] MIPS: machine is OCEDO Koala
  41. [ 0.000000] SoC: Qualcomm Atheros QCA9558 ver 1 rev 0
  42. [ 0.000000] Initrd not found or empty - disabling initrd
  43. [ 0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
  44. [ 0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
  45. [ 0.000000] Zone ranges:
  46. [ 0.000000] Normal [mem 0x0000000000000000-0x000000000fffffff]
  47. [ 0.000000] Movable zone start for each node
  48. [ 0.000000] Early memory node ranges
  49. [ 0.000000] node 0: [mem 0x0000000000000000-0x000000000fffffff]
  50. [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000000fffffff]
  51. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 64960
  52. [ 0.000000] Kernel command line: console=ttyS0,115200n8 rootfstype=squashfs,jffs2
  53. [ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
  54. [ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes, linear)
  55. [ 0.000000] Writing ErrCtl register=00000000
  56. [ 0.000000] Readback ErrCtl register=00000000
  57. [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  58. [ 0.000000] Memory: 249780K/262144K available (4719K kernel code, 185K rwdata, 1100K rodata, 3588K init, 196K bss, 12364K reserved, 0K cma-reserved)
  59. [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  60. [ 0.000000] NR_IRQS: 51
  61. [ 0.000000] random: get_random_bytes called from start_kernel+0x32c/0x518 with crng_init=0
  62. [ 0.000000] CPU clock: 720.000 MHz
  63. [ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 5309056796 ns
  64. [ 0.000007] sched_clock: 32 bits at 360MHz, resolution 2ns, wraps every 5965232126ns
  65. [ 0.008292] Calibrating delay loop... 359.42 BogoMIPS (lpj=718848)
  66. [ 0.042885] pid_max: default: 32768 minimum: 301
  67. [ 0.047923] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
  68. [ 0.055709] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
  69. [ 0.067720] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  70. [ 0.078122] futex hash table entries: 256 (order: -1, 3072 bytes, linear)
  71. [ 0.085468] pinctrl core: initialized pinctrl subsystem
  72. [ 0.091868] NET: Registered protocol family 16
  73. [ 0.123354] clocksource: Switched to clocksource MIPS
  74. [ 0.129756] NET: Registered protocol family 2
  75. [ 0.135085] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
  76. [ 0.144043] TCP established hash table entries: 2048 (order: 1, 8192 bytes, linear)
  77. [ 0.152226] TCP bind hash table entries: 2048 (order: 1, 8192 bytes, linear)
  78. [ 0.159753] TCP: Hash tables configured (established 2048 bind 2048)
  79. [ 0.166628] UDP hash table entries: 256 (order: 0, 4096 bytes, linear)
  80. [ 0.173626] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear)
  81. [ 0.181334] NET: Registered protocol family 1
  82. [ 0.186027] PCI: CLS 0 bytes, default 32
  83. [ 1.079357] random: fast init done
  84. [ 3.266005] workingset: timestamp_bits=14 max_order=16 bucket_order=2
  85. [ 3.278611] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  86. [ 3.284850] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
  87. [ 3.308369] pinctrl-single 1804002c.pinmux: 544 pins, size 68
  88. [ 3.315431] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled
  89. [ 3.322800] printk: console [ttyS0] disabled
  90. [ 3.327424] 18020000.uart: ttyS0 at MMIO 0x18020000 (irq = 9, base_baud = 2500000) is a 16550A
  91. [ 3.336616] printk: console [ttyS0] enabled
  92. [ 3.336616] printk: console [ttyS0] enabled
  93. [ 3.345514] printk: bootconsole [early0] disabled
  94. [ 3.345514] printk: bootconsole [early0] disabled
  95. [ 3.362022] spi-nor spi0.0: s25fl512s (65536 Kbytes)
  96. [ 3.367154] 7 fixed-partitions partitions found on MTD device spi0.0
  97. [ 3.373608] Creating 7 MTD partitions on "spi0.0":
  98. [ 3.378484] 0x000000000000-0x000000040000 : "u-boot"
  99. [ 3.384297] 0x000000040000-0x000000050000 : "u-boot-env"
  100. [ 3.390472] 0x000000050000-0x000000790000 : "firmware"
  101. [ 3.400808] 0x000000790000-0x000000ed0000 : "vendor"
  102. [ 3.406624] 0x000000ed0000-0x000000fe0000 : "data"
  103. [ 3.412267] 0x000000fe0000-0x000000ff0000 : "id"
  104. [ 3.417749] 0x000000ff0000-0x000001000000 : "art"
  105. [ 3.424958] libphy: Fixed MDIO Bus: probed
  106. [ 3.446173] ag71xx 19000000.eth: invalid MAC address, using random address
  107. [ 3.769149] libphy: ag71xx_mdio: probed
  108. [ 3.790633] ag71xx 19000000.eth: connected to PHY at mdio.0:05 [uid=004dd072, driver=Atheros 8035 ethernet]
  109. [ 3.801062] eth0: Atheros AG71xx at 0xb9000000, irq 4, mode: rgmii-rxid
  110. [ 3.807985] i2c /dev entries driver
  111. [ 3.813389] NET: Registered protocol family 10
  112. [ 3.822464] Segment Routing with IPv6
  113. [ 3.826319] NET: Registered protocol family 17
  114. [ 3.830902] 8021q: 802.1Q VLAN Support v1.8
  115. [ 3.835869] PCI host bridge /ahb/pcie-controller@180c0000 ranges:
  116. [ 3.842109] MEM 0x0000000010000000..0x0000000011ffffff
  117. [ 3.847421] IO 0x0000000000000000..0x0000000000000000
  118. [ 3.852887] PCI host bridge to bus 0000:00
  119. [ 3.857076] pci_bus 0000:00: root bus resource [mem 0x10000000-0x11ffffff]
  120. [ 3.864059] pci_bus 0000:00: root bus resource [io 0x0000]
  121. [ 3.869728] pci_bus 0000:00: root bus resource [??? 0x00000000 flags 0x0]
  122. [ 3.876623] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
  123. [ 3.884691] pci 0000:00:00.0: [168c:003c] type 00 class 0x028000
  124. [ 3.890839] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x001fffff 64bit]
  125. [ 3.897783] pci 0000:00:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
  126. [ 3.904661] pci 0000:00:00.0: supports D1
  127. [ 3.908744] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
  128. [ 3.915541] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00
  129. [ 3.922278] pci 0000:00:00.0: BAR 0: assigned [mem 0x10000000-0x101fffff 64bit]
  130. [ 3.929730] pci 0000:00:00.0: BAR 6: assigned [mem 0x10200000-0x1020ffff pref]
  131. [ 3.951015] Freeing unused kernel memory: 3588K
  132. [ 3.955639] This architecture does not have kernel memory protection.
  133. [ 3.962170] Run /init as init process
  134. [ 3.978231] init: Console is alive
  135. [ 3.981957] init: - watchdog -
  136. [ 4.001444] kmodloader: loading kernel modules from /etc/modules-boot.d/*
  137. [ 4.010760] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
  138. [ 4.028832] init: - preinit -
  139. [ 4.258717] random: jshn: uninitialized urandom read (4 bytes read)
  140. [ 4.365945] random: jshn: uninitialized urandom read (4 bytes read)
  141. [ 4.399992] random: jshn: uninitialized urandom read (4 bytes read)
  142. Press the [f] key and hit [enter] to enter failsafe mode
  143. Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level
  144. [ 7.620728] eth0: link up (1000Mbps/Full duplex)
  145. [ 7.625461] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  146. [ 8.684786] eth0: link down
  147. [ 8.697950] procd: - early -
  148. [ 8.701033] procd: - watchdog -
  149. [ 9.249717] procd: - watchdog -
  150. [ 9.253181] procd: - ubus -
  151. [ 9.261950] urandom_read: 5 callbacks suppressed
  152. [ 9.261957] random: ubusd: uninitialized urandom read (4 bytes read)
  153. [ 9.306418] random: ubusd: uninitialized urandom read (4 bytes read)
  154. [ 9.314217] procd: - init -
  155. Please press Enter to activate this console.
  156. [ 9.756547] kmodloader: loading kernel modules from /etc/modules.d/*
  157. [ 9.793073] Loading modules backported from Linux version v5.7-rc3-0-g6a8b55ed4056
  158. [ 9.800797] Backport generated by backports.git v5.7-rc3-1-0-gc0c7d2bb
  159. [ 9.858397] xt_time: kernel timezone is -0000
  160. [ 9.977710] PPP generic driver version 2.4.2
  161. [ 9.988158] NET: Registered protocol family 24
  162. [ 10.062317] ath10k 5.4 driver, optimized for CT firmware, probing pci device: 0x3c.
  163. [ 10.070231] ath10k_mac_create, priv_size: 804 hw: (ptrval) hw->priv: (ptrval)
  164. [ 10.080730] urngd: v1.0.2 started.
  165. [ 10.099854] ath10k_pci 0000:00:00.0: enabling device (0000 -> 0002)
  166. [ 10.108507] ath10k_pci 0000:00:00.0: pci irq legacy oper_irq_mode 1 irq_mode 0 reset_mode 0
  167. [ 10.283747] random: crng init done
  168. [ 13.507038] ath10k_pci 0000:00:00.0: qca988x hw2.0 target 0x4100016c chip_id 0x043222ff sub 0000:0000
  169. [ 13.516435] ath10k_pci 0000:00:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0
  170. [ 13.528874] ath10k_pci 0000:00:00.0: firmware ver 10.1-ct-8x-__fW-022-538f0906 api 2 features wmi-10.x,has-wmi-mgmt-tx,mfp,txstatus-noack,wmi-10.x-CT,ratemask-CT,txrate-CT,get-temp-CT,tx-rc-CT,cust-stats-CT,retry-gt2-CT,txrate2-CT,beacon-cb-CT,wmi-block-ack-CT crc32 e1c91a74
  171. [ 13.854874] ath10k_pci 0000:00:00.0: board_file api 1 bmi_id N/A crc32 bebc7c08
  172. [ 15.843366] ath10k_pci 0000:00:00.0: failed to receive control response completion, polling..
  173. [ 16.867357] ath10k_pci 0000:00:00.0: ctl_resp never came in (-145)
  174. [ 16.873642] ath10k_pci 0000:00:00.0: failed to connect to HTC: -145
  175. [ 16.982508] ath10k_pci 0000:00:00.0: could not init core (-145)
  176. [ 16.988667] ath10k_pci 0000:00:00.0: could not probe fw (-145)
  177. [ 16.994620] ath10k_pci 0000:00:00.0: firmware crashed! (guid n/a)
  178. [ 17.000834] ath10k_pci 0000:00:00.0: qca988x hw2.0 target 0x4100016c chip_id 0x043222ff sub 0000:0000
  179. [ 17.010199] ath10k_pci 0000:00:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0
  180. [ 17.018504] ath10k_pci 0000:00:00.0: firmware ver 10.1-ct-8x-__fW-022-538f0906 api 2 features wmi-10.x,has-wmi-mgmt-tx,mfp,txstatus-noack,wmi-10.x-CT,ratemask-CT,regdump-CT,txrate-CT,flush-all-CT,pingpong-CT,ch-regs-CT,nop-CT,set-special-CT,get-temp-CT,tx-rc-CT,cust-stats-CT,retry-gt2-CT,txrate2-CT,beacon-cb-CT,wmi-block-ack-CT crc32 00000000
  181. [ 17.049298] ath10k_pci 0000:00:00.0: board_file api 1 bmi_id N/A crc32 bebc7c08
  182. [ 17.056721] ath10k_pci 0000:00:00.0: htt-ver 0.0 wmi-op 2 htt-op 2 cal file max-sta 128 raw 0 hwcrypto 1
  183. [ 17.066477] ath10k_pci 0000:00:00.0: firmware register dump:
  184. [ 17.072231] ath10k_pci 0000:00:00.0: [00]: 0x00940750 0x00400C00 0x00980000 0x0094193C
  185. [ 17.080268] ath10k_pci 0000:00:00.0: [04]: 0x00941A20 0x00941ADC 0x00941B6C 0x00941B20
  186. [ 17.088310] ath10k_pci 0000:00:00.0: [08]: 0x00941B00 0x009423A4 0x009422DC 0x009422C4
  187. [ 17.096345] ath10k_pci 0000:00:00.0: [12]: 0x00941B90 0x009423F4 0x009423D4 0x009423DC
  188. [ 17.104379] ath10k_pci 0000:00:00.0: [16]: 0x009423E4 0x009423EC 0x00942888 0x00942520
  189. [ 17.112414] ath10k_pci 0000:00:00.0: [20]: 0x009424FC 0x0094241C 0x00942540 0x00942498
  190. [ 17.120457] ath10k_pci 0000:00:00.0: [24]: 0x00942450 0x0094250C 0x009424D0 0x00942750
  191. [ 17.128500] ath10k_pci 0000:00:00.0: [28]: 0x00942798 0x00942844 0x009428C4 0x00942594
  192. [ 17.136544] ath10k_pci 0000:00:00.0: [32]: 0x0094258C 0x00942C28 0x00942F4C 0x00942F7C
  193. [ 17.144587] ath10k_pci 0000:00:00.0: [36]: 0x00942F90 0x00942FE4 0x00942FF8 0x00943040
  194. [ 17.152630] ath10k_pci 0000:00:00.0: [40]: 0x0094077C 0x00940790 0x00943084 0x00942F00
  195. [ 17.160676] ath10k_pci 0000:00:00.0: [44]: 0x00942DDC 0x00942A80 0x00942D40 0x00942D64
  196. [ 17.168716] ath10k_pci 0000:00:00.0: [48]: 0x00942D78 0x00942D9C 0x00957E18 0x00957E28
  197. [ 17.176751] ath10k_pci 0000:00:00.0: [52]: 0x00957E20 0x00940788 0x009430EC 0x00000000
  198. [ 17.184794] ath10k_pci 0000:00:00.0: [56]: 0x00000000 0x00000000 0x00000000 0x00000000
  199. [ 17.192833] ath10k_pci 0000:00:00.0: Copy Engine register dump:
  200. [ 17.198855] ath10k_pci 0000:00:00.0: [00]: 0x00057400 0 0 0 0
  201. [ 17.205401] ath10k_pci 0000:00:00.0: [01]: 0x00057800 0 0 0 0
  202. [ 17.211947] ath10k_pci 0000:00:00.0: [02]: 0x00057c00 0 0 0 0
  203. [ 17.218494] ath10k_pci 0000:00:00.0: [03]: 0x00058000 0 0 0 0
  204. [ 17.225042] ath10k_pci 0000:00:00.0: [04]: 0x00058400 0 0 0 0
  205. [ 17.231588] ath10k_pci 0000:00:00.0: [05]: 0x00058800 0 0 0 0
  206. [ 17.238136] ath10k_pci 0000:00:00.0: [06]: 0x00058c00 0 0 0 0
  207. [ 17.244683] ath10k_pci 0000:00:00.0: [07]: 0x00059000 0 0 0 0
  208. [ 17.251359] ath10k_pci 0000:00:00.0: debug log header, dbuf: 0x940750 dropped: 4197376
  209. [ 17.259555] ath10k_pci 0000:00:00.0: [0] next: 0x0 buf: 0x0 sz: 0 len: 0 count: 0 free: 0
  210. [ 17.307109] ath: phy1: Unable to initialize hardware; initialization status: -5
  211. [ 17.314555] ath9k 18100000.wmac: failed to initialize device
  212. [ 17.320345] ath9k: probe of 18100000.wmac failed with error -5
  213. [ 17.327710] kmodloader: done loading kernel modules from /etc/modules.d/*
  214. [ 17.338784] ath10k_pci 0000:00:00.0: cannot restart a device that hasn't been started
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement