Advertisement
Bobthebuilder999

Untitled

Aug 21st, 2021
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.94 KB | None | 0 0
  1. U-Boot 1.1.4 (Sep 17 2019 - 20:57:52)
  2.  
  3. ap152 - Dragonfly 1.0DRAM:
  4. sri
  5. ath_ddr_initial_config(278): (ddr2 init)
  6. ath_sys_frequency: cpu 775 ddr 650 ahb 258
  7. Tap values = (0xf, 0xf, 0xf, 0xf)
  8. 128 MB
  9. Top of RAM usable for U-Boot at: 88000000
  10. Reserving 474k for U-Boot at: 87f88000
  11. Reserving 192k for malloc() at: 87f58000
  12. Reserving 44 Bytes for Board Info at: 87f57fd4
  13. Reserving 36 Bytes for Global Data at: 87f57fb0
  14. Reserving 128k for boot params() at: 87f37fb0
  15. Stack Pointer at: 87f37f98
  16. Now running in RAM - U-Boot at: 87f88000
  17. Flash Manuf Id 0x20, DeviceId0 0x70, DeviceId1 0x18
  18. flash size 16MB, sector count = 256
  19. Flash: 16 MB
  20. *** Warning - bad CRC, using default environment
  21.  
  22. Power up PLL with outdiv = 0 then switch to 3
  23. In: serial
  24. Out: serial
  25. Err: serial
  26. Reading Partition Table from NVRAM ... OK
  27. Parsing Partition Table ... OK
  28. factory boot check kernel ok.
  29. Autobooting in 1 seconds
  30. Net: No valid address in Flash. Using fixed address
  31. athr_mgmt_init ::done
  32. Dragonfly ----> S17 PHY *
  33. athrs17_reg_init: complete
  34. SGMII in forced mode
  35. athr_gmac_sgmii_setup SGMII done
  36. : cfg1 0x80000000 cfg2 0x7114
  37. eth0: 00:03:7f:09:0b:ad
  38. eth0 up
  39. eth0
  40. Setting 0x181162c0 to 0x40802100
  41. ath> setenv serverip 192.168.1.2
  42. ath> setenv ipaddr 192.168.1.1
  43. ath> tftpboot 0x81000000 decoramfs.bin
  44. Trying eth0
  45. dup 1 speed 1000
  46. Using eth0 device
  47. TFTP from server 192.168.1.2; our IP address is 192.168.1.1
  48. Filename 'decoramfs.bin'.
  49. Load address: 0x81000000
  50. Loading: #################################################################
  51. #################################################################
  52. #################################################################
  53. #################################################################
  54. #################################################################
  55. #################################################################
  56. #################################################################
  57. #################################################################
  58. #################################################################
  59. #################################################################
  60. #################################################################
  61. #################################################################
  62. #################################################################
  63. #################################################################
  64. #################################################################
  65. ##############################################
  66. done
  67. Bytes transferred = 5224629 (4fb8b5 hex)
  68. ath> bootm 0x81000000
  69. ## Booting image at 81000000 ...
  70. Image Name: MIPS OpenWrt Linux-5.4.138
  71. Created: 2021-08-11 21:53:33 UTC
  72. Image Type: MIPS Linux Kernel Image (lzma compressed)
  73. Data Size: 5224565 Bytes = 5 MB
  74. Load Address: 80060000
  75. Entry Point: 80060000
  76. Verifying Checksum at 0x81000040 ...OK
  77. Uncompressing Kernel Image ... OK
  78. No initrd
  79. ## Transferring control to Linux (at address 80060000) ...
  80. ## Giving linux memsize in bytes, 134217728
  81.  
  82. Starting kernel ...
  83.  
  84. [ 0.000000] Linux version 5.4.138 (bob@bobcat) (gcc version 8.4.0 (OpenWrt GCC 8.4.0 r17323-84116875c7)) #0 Wed Aug 11 21:53:33 2021
  85. [ 0.000000] printk: bootconsole [early0] enabled
  86. [ 0.000000] CPU0 revision is: 00019750 (MIPS 74Kc)
  87. [ 0.000000] MIPS: machine is TP-Link Deco M4R
  88. [ 0.000000] SoC: Qualcomm Atheros QCA956X ver 1 rev 0
  89. [ 0.000000] Initrd not found or empty - disabling initrd
  90. [ 0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
  91. [ 0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
  92. [ 0.000000] Zone ranges:
  93. [ 0.000000] Normal [mem 0x0000000000000000-0x0000000007ffffff]
  94. [ 0.000000] Movable zone start for each node
  95. [ 0.000000] Early memory node ranges
  96. [ 0.000000] node 0: [mem 0x0000000000000000-0x0000000007ffffff]
  97. [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000007ffffff]
  98. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 32480
  99. [ 0.000000] Kernel command line: console=ttyS0,115200n8 rootfstype=squashfs,jffs2
  100. [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes, linear)
  101. [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes, linear)
  102. [ 0.000000] Writing ErrCtl register=00000000
  103. [ 0.000000] Readback ErrCtl register=00000000
  104. [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  105. [ 0.000000] Memory: 113168K/131072K available (4924K kernel code, 186K rwdata, 1128K rodata, 10136K init, 196K bss, 17904K reserved, 0K cma-reserved)
  106. [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  107. [ 0.000000] NR_IRQS: 51
  108. [ 0.000000] random: get_random_bytes called from start_kernel+0x358/0x54c with crng_init=0
  109. [ 0.000000] CPU clock: 775.000 MHz
  110. [ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 4932285024 ns
  111. [ 0.000007] sched_clock: 32 bits at 387MHz, resolution 2ns, wraps every 5541893118ns
  112. [ 0.008218] Calibrating delay loop... 385.84 BogoMIPS (lpj=1929216)
  113. [ 0.074751] pid_max: default: 32768 minimum: 301
  114. [ 0.079745] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
  115. [ 0.087456] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
  116. [ 0.099508] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  117. [ 0.109907] futex hash table entries: 256 (order: -1, 3072 bytes, linear)
  118. [ 0.117169] pinctrl core: initialized pinctrl subsystem
  119. [ 0.123621] NET: Registered protocol family 16
  120. [ 0.154668] workqueue: max_active 576 requested for napi_workq is out of range, clamping between 1 and 512
  121. [ 0.168139] clocksource: Switched to clocksource MIPS
  122. [ 0.174542] NET: Registered protocol family 2
  123. [ 0.179356] IP idents hash table entries: 2048 (order: 2, 16384 bytes, linear)
  124. [ 0.187471] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
  125. [ 0.196359] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear)
  126. [ 0.204447] TCP bind hash table entries: 1024 (order: 0, 4096 bytes, linear)
  127. [ 0.211887] TCP: Hash tables configured (established 1024 bind 1024)
  128. [ 0.218720] UDP hash table entries: 256 (order: 0, 4096 bytes, linear)
  129. [ 0.225613] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear)
  130. [ 0.233263] NET: Registered protocol family 1
  131. [ 0.237881] PCI: CLS 0 bytes, default 32
  132. [ 0.395925] workingset: timestamp_bits=14 max_order=15 bucket_order=1
  133. [ 0.408987] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  134. [ 0.415128] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
  135. [ 0.440231] pinctrl-single 1804002c.pinmux: 544 pins, size 68
  136. [ 0.447250] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled
  137. [ 0.454631] printk: console [ttyS0] disabled
  138. [ 0.459218] 18020000.uart: ttyS0 at MMIO 0x18020000 (irq = 9, base_baud = 1562500) is a 16550A
  139. [ 0.468323] printk: console [ttyS0] enabled
  140. [ 0.468323] printk: console [ttyS0] enabled
  141. [ 0.477366] printk: bootconsole [early0] disabled
  142. [ 0.477366] printk: bootconsole [early0] disabled
  143. [ 0.494109] spi-nor spi0.0: XM25QH128A (16384 Kbytes)
  144. [ 0.499419] 5 fixed-partitions partitions found on MTD device spi0.0
  145. [ 0.505977] Creating 5 MTD partitions on "spi0.0":
  146. [ 0.510952] 0x000000000000-0x000000080000 : "uboot"
  147. [ 0.516863] 0x000000080000-0x000000280000 : "kernel"
  148. [ 0.522850] 0x000000280000-0x000000e80000 : "rootfs"
  149. [ 0.528833] mtd: device 2 (rootfs) set to be root filesystem
  150. [ 0.537716] 1 squashfs-split partitions found on MTD device rootfs
  151. [ 0.544174] 0x000000d30000-0x000000e80000 : "rootfs_data"
  152. [ 0.550605] 0x000000e80000-0x000000ff0000 : "config"
  153. [ 0.556573] 0x000000ff0000-0x000001000000 : "art"
  154. [ 0.564095] libphy: Fixed MDIO Bus: probed
  155. [ 1.258522] libphy: ag71xx_mdio: probed
  156. [ 1.286506] switch0: Atheros AR8337 rev. 2 switch registered on mdio.0
  157. [ 1.939653] ag71xx 19000000.eth: connected to PHY at mdio.0:00 [uid=004dd036, driver=Atheros AR8216/AR8236/AR8316]
  158. [ 1.950903] eth0: Atheros AG71xx at 0xb9000000, irq 4, mode: sgmii
  159. [ 1.957460] i2c /dev entries driver
  160. [ 1.962074] leds-gpio: probe of leds failed with error -16
  161. [ 1.968914] NET: Registered protocol family 10
  162. [ 1.978114] Segment Routing with IPv6
  163. [ 1.982065] NET: Registered protocol family 17
  164. [ 1.986728] 8021q: 802.1Q VLAN Support v1.8
  165. [ 1.991899] PCI host bridge /ahb/pcie-controller@18250000 ranges:
  166. [ 1.998263] MEM 0x0000000012000000..0x0000000013ffffff
  167. [ 2.003655] IO 0x0000000000000000..0x0000000000000000
  168. [ 2.009211] PCI host bridge to bus 0000:00
  169. [ 2.013453] pci_bus 0000:00: root bus resource [mem 0x12000000-0x13ffffff]
  170. [ 2.020582] pci_bus 0000:00: root bus resource [io 0x0000]
  171. [ 2.026332] pci_bus 0000:00: root bus resource [??? 0x00000000 flags 0x0]
  172. [ 2.033348] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
  173. [ 2.041562] pci 0000:00:00.0: [168c:0056] type 00 class 0x028000
  174. [ 2.047811] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x001fffff 64bit]
  175. [ 2.054949] pci 0000:00:00.0: PME# supported from D0 D3hot
  176. [ 2.061519] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00
  177. [ 2.068399] pci 0000:00:00.0: BAR 0: assigned [mem 0x12000000-0x121fffff 64bit]
  178. [ 2.132324] Freeing unused kernel memory: 10136K
  179. [ 2.137092] This architecture does not have kernel memory protection.
  180. [ 2.143763] Run /init as init process
  181. [ 2.519874] init: Console is alive
  182. [ 2.523599] init: - watchdog -
  183. [ 2.537286] random: fast init done
  184. [ 2.552247] kmodloader: loading kernel modules from /etc/modules-boot.d/*
  185. [ 2.588790] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
  186. [ 2.606667] init: - preinit -
  187. [ 2.839719] random: jshn: uninitialized urandom read (4 bytes read)
  188. [ 2.957550] random: jshn: uninitialized urandom read (4 bytes read)
  189. [ 3.085577] random: jshn: uninitialized urandom read (4 bytes read)
  190. [ 4.013193] urandom_read: 4 callbacks suppressed
  191. [ 4.013200] random: procd: uninitialized urandom read (4 bytes read)
  192. [ 4.032825] eth0: link up (1000Mbps/Full duplex)
  193. [ 4.037620] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  194. [ 4.055350] IPv6: ADDRCONF(NETDEV_CHANGE): eth0.1: link becomes ready
  195. Press the [f] key and hit [enter] to enter failsafe mode
  196. Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level
  197. [ 5.058791] Atheros AR8216/AR8236/AR8316 mdio.0:00: Port 3 is up
  198. [ 8.185211] eth0: link down
  199. [ 8.205062] procd: - early -
  200. [ 8.208180] procd: - watchdog -
  201. [ 8.753882] procd: - watchdog -
  202. [ 8.757497] procd: - ubus -
  203. [ 8.768016] random: ubusd: uninitialized urandom read (4 bytes read)
  204.  
  205.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement