Advertisement
mopv

initramfs deco s4r

May 29th, 2022
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.97 KB | None | 0 0
  1. ath> setenv serverip 192.168.1.234
  2. ath> tftpboot 0x81000000 firm.bin
  3. Trying eth0
  4. dup 1 speed 1000
  5. Using eth0 device
  6. TFTP from server 192.168.1.234; our IP address is 192.168.1.1
  7. Filename 'firm.bin'.
  8. Load address: 0x81000000
  9. Loading: #################################################################
  10. #################################################################
  11. #################################################################
  12. #################################################################
  13. #################################################################
  14. #################################################################
  15. #################################################################
  16. #################################################################
  17. #################################################################
  18. #################################################################
  19. #################################################################
  20. #################################################################
  21. #####################
  22. done
  23. Bytes transferred = 4097158 (3e8486 hex)
  24. ath> bootm 0x81000000
  25. ## Booting image at 81000000 ...
  26. Image Name: MIPS OpenWrt Linux-4.14.254
  27. Created: 2021-11-28 21:36:42 UTC
  28. Image Type: MIPS Linux Kernel Image (lzma compressed)
  29. Data Size: 4097094 Bytes = 3.9 MB
  30. Load Address: 80060000
  31. Entry Point: 80060000
  32. Verifying Checksum at 0x81000040 ...OK
  33. Uncompressing Kernel Image ... OK
  34. No initrd
  35. ## Transferring control to Linux (at address 80060000) ...
  36. ## Giving linux memsize in bytes, 134217728
  37.  
  38. Starting kernel ...
  39.  
  40. [ 0.000000] Linux version 4.14.254 (morgle@morlge) (gcc version 7.5.0 (OpenWrt GCC 7.5.0 unknown)) #0 Sun Nov 28 21:36:42 2021
  41. [ 0.000000] bootconsole [early0] enabled
  42. [ 0.000000] CPU0 revision is: 00019750 (MIPS 74Kc)
  43. [ 0.000000] MIPS: machine is TP-Link Deco M4R V1V2
  44. [ 0.000000] SoC: Qualcomm Atheros QCA956X ver 1 rev 0
  45. [ 0.000000] Determined physical RAM map:
  46. [ 0.000000] memory: 08000000 @ 00000000 (usable)
  47. [ 0.000000] Initrd not found or empty - disabling initrd
  48. [ 0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
  49. [ 0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
  50. [ 0.000000] Zone ranges:
  51. [ 0.000000] Normal [mem 0x0000000000000000-0x0000000007ffffff]
  52. [ 0.000000] Movable zone start for each node
  53. [ 0.000000] Early memory node ranges
  54. [ 0.000000] node 0: [mem 0x0000000000000000-0x0000000007ffffff]
  55. [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000007ffffff]
  56. [ 0.000000] random: get_random_bytes called from start_kernel+0x90/0x47c with crng_init=0
  57. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 32512
  58. [ 0.000000] Kernel command line: console=ttyS0,115200n8 root=/dev/mtdblock2 rootfstype=squashfs,jffs2
  59. [ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
  60. [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
  61. [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
  62. [ 0.000000] Writing ErrCtl register=00000000
  63. [ 0.000000] Readback ErrCtl register=00000000
  64. [ 0.000000] Memory: 116336K/131072K available (3837K kernel code, 146K rwdata, 920K rodata, 8016K init, 204K bss, 14736K reserved, 0K cma-reserved)
  65. [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  66. [ 0.000000] NR_IRQS: 51
  67. [ 0.000000] CPU clock: 775.000 MHz
  68. [ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 4932285024 ns
  69. [ 0.000007] sched_clock: 32 bits at 387MHz, resolution 2ns, wraps every 5541893118ns
  70. [ 0.008224] Calibrating delay loop... 385.84 BogoMIPS (lpj=1929216)
  71. [ 0.074780] pid_max: default: 32768 minimum: 301
  72. [ 0.079801] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
  73. [ 0.086785] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
  74. [ 0.097554] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  75. [ 0.107950] futex hash table entries: 256 (order: -1, 3072 bytes)
  76. [ 0.114441] pinctrl core: initialized pinctrl subsystem
  77. [ 0.120749] NET: Registered protocol family 16
  78. [ 0.131195] PCI host bridge /ahb/pcie-controller@18250000 ranges:
  79. [ 0.137624] MEM 0x0000000012000000..0x0000000013ffffff
  80. [ 0.143160] IO 0x0000000000000000..0x0000000000000000
  81. [ 0.162484] PCI host bridge to bus 0000:00
  82. [ 0.166855] pci_bus 0000:00: root bus resource [mem 0x12000000-0x13ffffff]
  83. [ 0.174099] pci_bus 0000:00: root bus resource [io 0x0000]
  84. [ 0.179978] pci_bus 0000:00: root bus resource [??? 0x00000000 flags 0x0]
  85. [ 0.187130] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
  86. [ 0.195882] pci 0000:00:00.0: BAR 0: assigned [mem 0x12000000-0x121fffff 64bit]
  87. [ 0.205801] clocksource: Switched to clocksource MIPS
  88. [ 0.211985] NET: Registered protocol family 2
  89. [ 0.216779] IP idents hash table entries: 2048 (order: 2, 16384 bytes)
  90. [ 0.224107] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
  91. [ 0.231505] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
  92. [ 0.238226] TCP: Hash tables configured (established 1024 bind 1024)
  93. [ 0.245042] UDP hash table entries: 256 (order: 0, 4096 bytes)
  94. [ 0.251243] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  95. [ 0.258078] NET: Registered protocol family 1
  96. [ 0.378055] Crashlog allocated RAM at address 0x3f00000
  97. [ 0.384652] workingset: timestamp_bits=30 max_order=15 bucket_order=0
  98. [ 0.395455] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  99. [ 0.401650] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
  100. [ 0.471852] io scheduler noop registered
  101. [ 0.476030] io scheduler deadline registered (default)
  102. [ 0.483034] pinctrl-single 1804002c.pinmux: 544 pins at pa b804002c size 68
  103. [ 0.491302] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled
  104. [ 0.503062] m25p80 spi0.0: XM25QH128A (16384 Kbytes)
  105. [ 0.508380] 5 fixed-partitions partitions found on MTD device spi0.0
  106. [ 0.515066] Creating 5 MTD partitions on "spi0.0":
  107. [ 0.520143] 0x000000000000-0x000000080000 : "u-boot"
  108. [ 0.526079] 0x000000080000-0x000000270000 : "config"
  109. [ 0.531906] 0x0000001f0000-0x0000003f0000 : "art"
  110. [ 0.537539] 0x000000200000-0x000000600000 : "kernel"
  111. [ 0.543394] 0x000000400000-0x000001400000 : "rootfs"
  112. [ 0.548669] mtd: partition "rootfs" extends beyond the end of device "spi0.0" -- size truncated to 0xc00000
  113. [ 0.559530] mtd: device 4 (rootfs) set to be root filesystem
  114. [ 0.565542] 1 squashfs-split partitions found on MTD device rootfs
  115. [ 0.572106] 0x000000eb0000-0x000001000000 : "rootfs_data"
  116. [ 0.579337] libphy: Fixed MDIO Bus: probed
  117. [ 1.256152] libphy: ag71xx_mdio: probed
  118. [ 1.280391] switch0: Atheros AR8337 rev. 2 switch registered on mdio-bus.0
  119. [ 1.937273] ag71xx 19000000.eth: connected to PHY at mdio-bus.0:00 [uid=004dd036, driver=Atheros AR8216/AR8236/AR8316]
  120. [ 1.949091] eth0: Atheros AG71xx at 0xb9000000, irq 4, mode: sgmii
  121. [ 1.957374] NET: Registered protocol family 10
  122. [ 1.965850] Segment Routing with IPv6
  123. [ 1.969786] NET: Registered protocol family 17
  124. [ 1.974504] 8021q: 802.1Q VLAN Support v1.8
  125. [ 1.980485] Warning: unable to open an initial console.
  126. [ 2.029392] Freeing unused kernel memory: 8016K
  127. [ 2.034163] This architecture does not have kernel memory protection.
  128. [ 2.052461] init: Console is alive
  129. [ 2.056355] init: - watchdog -
  130. [ 2.077456] kmodloader: loading kernel modules from /etc/modules-boot.d/*
  131. [ 2.086995] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
  132. [ 2.105123] init: - preinit -
  133. [ 2.283873] random: jshn: uninitialized urandom read (4 bytes read)
  134. [ 2.357275] random: jshn: uninitialized urandom read (4 bytes read)
  135. [ 2.459088] random: jshn: uninitialized urandom read (4 bytes read)
  136. [ 3.347930] urandom_read: 4 callbacks suppressed
  137. [ 3.347938] random: procd: uninitialized urandom read (4 bytes read)
  138. [ 3.364705] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  139. [ 3.370973] IPv6: ADDRCONF(NETDEV_UP): eth0.1: link is not ready
  140. [ 4.427347] eth0: link up (1000Mbps/Full duplex)
  141. [ 4.435879] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  142. [ 4.442786] IPv6: ADDRCONF(NETDEV_CHANGE): eth0.1: link becomes ready
  143. [ 5.518297] eth0: link down
  144. [ 5.537224] procd: - early -
  145. [ 5.540344] procd: - watchdog -
  146. [ 5.605801] random: fast init done
  147. [ 6.085924] procd: - watchdog -
  148. [ 6.089401] procd: failed to set stdio: No such device
  149. [ 6.094866] procd: - ubus -
  150. [ 6.103544] random: ubusd: uninitialized urandom read (4 bytes read)
  151. [ 6.148200] random: ubusd: uninitialized urandom read (4 bytes read)
  152. [ 6.156091] procd: - init -
  153. [ 6.544966] kmodloader: loading kernel modules from /etc/modules.d/*
  154. [ 6.579647] ip6_tables: (C) 2000-2006 Netfilter Core Team
  155. [ 6.602171] Loading modules backported from Linux version v4.19.207-0-g2950c9c5e0df
  156. [ 6.610285] Backport generated by backports.git v4.19.207-1-0-gb4d7efee
  157. [ 6.637768] ip_tables: (C) 2000-2006 Netfilter Core Team
  158. [ 6.661313] nf_conntrack version 0.5.0 (2048 buckets, 8192 max)
  159. [ 6.757423] xt_time: kernel timezone is -0000
  160. [ 6.851523] urngd: v1.0.2 started.
  161. [ 6.860310] PPP generic driver version 2.4.2
  162. [ 6.876579] NET: Registered protocol family 24
  163. [ 6.938832] ath10k 4.19 driver, optimized for CT firmware, probing pci device: 0x56.
  164. [ 6.956590] PCI: Enabling device 0000:00:00.0 (0000 -> 0002)
  165. [ 6.962840] ath10k_pci 0000:00:00.0: pci irq legacy oper_irq_mode 1 irq_mode 0 reset_mode 0
  166. [ 7.042035] random: crng init done
  167. [ 7.185906] ath10k_pci 0000:00:00.0: Direct firmware load for ath10k/fwcfg-pci-0000:00:00.0.txt failed with error -2
  168. [ 7.197029] ath10k_pci 0000:00:00.0: Falling back to user helper
  169. [ 7.380992] firmware ath10k!fwcfg-pci-0000:00:00.0.txt: firmware_loading_store: map pages failed
  170. [ 7.390525] ath10k_pci 0000:00:00.0: Direct firmware load for ath10k/pre-cal-pci-0000:00:00.0.bin failed with error -2
  171. [ 7.401833] ath10k_pci 0000:00:00.0: Falling back to user helper
  172. [ 7.952215] ath10k_pci 0000:00:00.0: Direct firmware load for ath10k/QCA9888/hw2.0/ct-firmware-5.bin failed with error -2
  173. [ 7.963807] ath10k_pci 0000:00:00.0: Falling back to user helper
  174. [ 8.235180] firmware ath10k!QCA9888!hw2.0!ct-firmware-5.bin: firmware_loading_store: map pages failed
  175. [ 8.245164] ath10k_pci 0000:00:00.0: Direct firmware load for ath10k/QCA9888/hw2.0/ct-firmware-2.bin failed with error -2
  176. [ 8.256748] ath10k_pci 0000:00:00.0: Falling back to user helper
  177. [ 8.563586] firmware ath10k!QCA9888!hw2.0!ct-firmware-2.bin: firmware_loading_store: map pages failed
  178. [ 8.576247] ath10k_pci 0000:00:00.0: Direct firmware load for ath10k/QCA9888/hw2.0/firmware-6.bin failed with error -2
  179. [ 8.587550] ath10k_pci 0000:00:00.0: Falling back to user helper
  180. [ 8.766116] firmware ath10k!QCA9888!hw2.0!firmware-6.bin: firmware_loading_store: map pages failed
  181. [ 8.781964] ath10k_pci 0000:00:00.0: qca9888 hw2.0 target 0x01000000 chip_id 0x00000000 sub 0000:0000
  182. [ 8.791727] ath10k_pci 0000:00:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0
  183. [ 8.811815] ath10k_pci 0000:00:00.0: firmware ver 10.4b-ct-9888-fW-13-8c5b2baa2 api 5 features mfp,peer-flow-ctrl,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,tx-rc-CT,cust-stats-CT,txrate2-CT,beacon-cb-CT,wmi-block-ack-CT,wmi-bcn-rc-CT crc32 cbf49903
  184. [ 9.231716] ath10k_pci 0000:00:00.0: board_file api 2 bmi_id 0:24 crc32 f228337a
  185. [ 11.286891] ath10k_pci 0000:00:00.0: 10.4 wmi init: vdevs: 16 peers: 48 tid: 96
  186. [ 11.294781] ath10k_pci 0000:00:00.0: msdu-desc: 2500 skid: 32
  187. [ 11.344770] ath10k_pci 0000:00:00.0: wmi print 'P 48/48 V 16 K 144 PH 176 T 186 msdu-desc: 2500 sw-crypt: 0 ct-sta: 0'
  188. [ 11.356321] ath10k_pci 0000:00:00.0: wmi print 'free: 114572 iram: 12804 sram: 29508'
  189. [ 11.567433] ath10k_pci 0000:00:00.0: htt-ver 2.2 wmi-op 6 htt-op 4 cal pre-cal-file max-sta 32 raw 0 hwcrypto 1
  190. [ 11.757252] ieee80211 phy1: Atheros AR9561 Rev:0 mem=0xb8100000, irq=2
  191. [ 11.805333] kmodloader: done loading kernel modules from /etc/modules.d/*
  192. [ 27.181916] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  193. [ 27.199142] br-lan: port 1(eth0.1) entered blocking state
  194. [ 27.204837] br-lan: port 1(eth0.1) entered disabled state
  195. [ 27.210830] device eth0.1 entered promiscuous mode
  196. [ 27.215913] device eth0 entered promiscuous mode
  197. [ 27.253903] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
  198. [ 28.267153] eth0: link up (1000Mbps/Full duplex)
  199. [ 28.272096] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  200. [ 28.280505] br-lan: port 1(eth0.1) entered blocking state
  201. [ 28.286250] br-lan: port 1(eth0.1) entered forwarding state
  202. [ 28.307738] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
  203.  
  204.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement