Advertisement
Guest User

Untitled

a guest
Feb 27th, 2022
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.48 KB | None | 0 0
  1. ath> tftpboot
  2. Trying eth0
  3. dup 1 speed 1000
  4. *** Warning: no boot file name; using '0200A8C0.img'
  5. Using eth0 device
  6. TFTP from server 192.168.0.10; our IP address is 192.168.0.2
  7. Download Filename '0200A8C0.img'.
  8. Download to address: 0x81000000
  9. Loading: ################################
  10. ################################
  11. ################################
  12. ################################
  13. ################################
  14. ################################
  15. ################################
  16. ################################
  17. ################################
  18. ################################
  19. ################################
  20. ################################
  21. ##################
  22. done
  23. Bytes transferred = 5898559 (5a013f hex)
  24. ath> erase 0x9f050000 +5a013f
  25. Erasing flash...
  26. First 0x5 last 0x5f sector size 0x10000 95
  27. Erased 91 sectors
  28. ath> cp.b 0x81000000 0x9f050000 0x5a013f
  29. Copy to Flash... write addr: 9f050000
  30. done
  31. ath> bootm 0x9f050000
  32. ## Booting image at 9f050000 ...
  33. Image Name: MIPS OpenWrt Linux-5.4.179
  34. Created: 2022-02-16 20:29:10 UTC
  35. Image Type: MIPS Linux Kernel Image (lzma compressed)
  36. Data Size: 2049073 Bytes = 2 MB
  37. Load Address: 80060000
  38. Entry Point: 80060000
  39. Verifying Checksum at 0x9f050040 ...OK
  40. Uncompressing Kernel Image ... OK
  41. No initrd
  42. ## Transferring control to Linux (at address 80060000) ...
  43. ## Giving linux memsize in bytes, 134217728
  44.  
  45. Starting kernel ...
  46.  
  47. [ 0.000000] Linux version 5.4.179 (builder@buildhost) (gcc version 8.4.0 (OpenWrt GCC 8.4.0 r16495-bf0c965af0)) #0 Wed Feb 16 20:29:10 2022
  48. [ 0.000000] printk: bootconsole [early0] enabled
  49. [ 0.000000] CPU0 revision is: 00019750 (MIPS 74Kc)
  50. [ 0.000000] MIPS: machine is TP-Link Archer C6 v2 (US) / A6 v2 (US/TW)
  51. [ 0.000000] SoC: Qualcomm Atheros QCA956X ver 1 rev 0
  52. [ 0.000000] Initrd not found or empty - disabling initrd
  53. [ 0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
  54. [ 0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
  55. [ 0.000000] Zone ranges:
  56. [ 0.000000] Normal [mem 0x0000000000000000-0x0000000007ffffff]
  57. [ 0.000000] Movable zone start for each node
  58. [ 0.000000] Early memory node ranges
  59. [ 0.000000] node 0: [mem 0x0000000000000000-0x0000000007ffffff]
  60. [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000007ffffff]
  61. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 32480
  62. [ 0.000000] Kernel command line: console=ttyS0,115200n8 rootfstype=squashfs,jffs2
  63. [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes, linear)
  64. [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes, linear)
  65. [ 0.000000] Writing ErrCtl register=00000000
  66. [ 0.000000] Readback ErrCtl register=00000000
  67. [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  68. [ 0.000000] Memory: 122184K/131072K available (5257K kernel code, 194K rwdata, 688K rodata, 1212K init, 205K bss, 8888K reserved, 0K cma-reserved)
  69. [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  70. [ 0.000000] NR_IRQS: 51
  71. [ 0.000000] random: get_random_bytes called from 0x80661a28 with crng_init=0
  72. [ 0.000000] CPU clock: 775.000 MHz
  73. [ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 4932285024 ns
  74. [ 0.000006] sched_clock: 32 bits at 387MHz, resolution 2ns, wraps every 5541893118ns
  75. [ 0.008228] Calibrating delay loop... 385.02 BogoMIPS (lpj=770048)
  76. [ 0.046712] pid_max: default: 32768 minimum: 301
  77. [ 0.051714] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
  78. [ 0.059422] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
  79. [ 0.071574] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  80. [ 0.081896] futex hash table entries: 256 (order: -1, 3072 bytes, linear)
  81. [ 0.089173] pinctrl core: initialized pinctrl subsystem
  82. [ 0.097066] NET: Registered protocol family 16
  83. [ 0.127575] clocksource: Switched to clocksource MIPS
  84. [ 0.133829] thermal_sys: Registered thermal governor 'step_wise'
  85. [ 0.134166] NET: Registered protocol family 2
  86. [ 0.145272] IP idents hash table entries: 2048 (order: 2, 16384 bytes, linear)
  87. [ 0.153612] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
  88. [ 0.162495] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear)
  89. [ 0.170583] TCP bind hash table entries: 1024 (order: 0, 4096 bytes, linear)
  90. [ 0.178024] TCP: Hash tables configured (established 1024 bind 1024)
  91. [ 0.184862] UDP hash table entries: 256 (order: 0, 4096 bytes, linear)
  92. [ 0.191801] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear)
  93. [ 0.199419] NET: Registered protocol family 1
  94. [ 0.204073] PCI: CLS 0 bytes, default 32
  95. [ 0.211787] workingset: timestamp_bits=14 max_order=15 bucket_order=1
  96. [ 0.224903] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  97. [ 0.231094] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
  98. [ 0.254528] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
  99. [ 0.265704] pinctrl-single 1804002c.pinmux: 544 pins, size 68
  100. [ 0.272781] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
  101. [ 0.281634] printk: console [ttyS0] disabled
  102. [ 0.286234] 18020000.uart: ttyS0 at MMIO 0x18020000 (irq = 9, base_baud = 1562500) is a 16550A
  103. [ 0.295345] printk: console [ttyS0] enabled
  104. [ 0.295345] printk: console [ttyS0] enabled
  105. [ 0.304407] printk: bootconsole [early0] disabled
  106. [ 0.304407] printk: bootconsole [early0] disabled
  107. [ 0.333291] spi-nor spi0.0: w25q128 (16384 Kbytes)
  108. [ 0.338315] 6 fixed-partitions partitions found on MTD device spi0.0
  109. [ 0.344888] Creating 6 MTD partitions on "spi0.0":
  110. [ 0.349864] 0x000000000000-0x000000020000 : "factory-boot"
  111. [ 0.356417] 0x000000020000-0x000000030000 : "info"
  112. [ 0.362241] 0x000000030000-0x000000050000 : "u-boot"
  113. [ 0.368283] 0x000000050000-0x000000fd0000 : "firmware"
  114. [ 0.377727] 2 uimage-fw partitions found on MTD device firmware
  115. [ 0.383895] Creating 2 MTD partitions on "firmware":
  116. [ 0.389042] 0x000000000000-0x0000001f4471 : "kernel"
  117. [ 0.395000] 0x0000001f4471-0x000000f80000 : "rootfs"
  118. [ 0.400970] mtd: device 5 (rootfs) set to be root filesystem
  119. [ 0.408577] 1 squashfs-split partitions found on MTD device rootfs
  120. [ 0.415017] 0x0000005a0000-0x000000f80000 : "rootfs_data"
  121. [ 0.421466] 0x000000fd0000-0x000000ff0000 : "tplink"
  122. [ 0.427499] 0x000000ff0000-0x000001000000 : "art"
  123. [ 1.086998] switch0: Atheros AR8337 rev. 2 switch registered on mdio.0
  124. [ 1.135568] random: fast init done
  125. [ 1.675074] ag71xx 19000000.eth: connected to PHY at mdio.0:00 [uid=004dd036, driver=Atheros AR8216/AR8236/AR8316]
  126. [ 1.686342] eth0: Atheros AG71xx at 0xb9000000, irq 4, mode: sgmii
  127. [ 1.693080] i2c /dev entries driver
  128. [ 1.699139] NET: Registered protocol family 10
  129. [ 1.709335] Segment Routing with IPv6
  130. [ 1.713278] NET: Registered protocol family 17
  131. [ 1.717960] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
  132. [ 1.731353] 8021q: 802.1Q VLAN Support v1.8
  133. [ 1.736494] PCI host bridge /ahb/pcie-controller@18250000 ranges:
  134. [ 1.742856] MEM 0x0000000012000000..0x0000000013ffffff
  135. [ 1.748273] IO 0x0000000000000000..0x0000000000000000
  136. [ 1.753837] PCI host bridge to bus 0000:00
  137. [ 1.758106] pci_bus 0000:00: root bus resource [mem 0x12000000-0x13ffffff]
  138. [ 1.765211] pci_bus 0000:00: root bus resource [io 0x0000]
  139. [ 1.770972] pci_bus 0000:00: root bus resource [??? 0x00000000 flags 0x0]
  140. [ 1.777987] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
  141. [ 1.790233] Data bus error, epc == 803b5cd8, ra == 802d8528
  142. [ 1.795984] Oops[#1]:
  143. [ 1.798335] CPU: 0 PID: 39 Comm: kworker/0:1 Not tainted 5.4.179 #0
  144. [ 1.804805] Workqueue: events 0x80332cc0
  145. [ 1.808848] $ 0 : 00000000 00000001 87fb0e9c deadc0de
  146. [ 1.814241] $ 4 : 00000000 00000000 00000000 00000004
  147. [ 1.819634] $ 8 : 00000000 87d3bc5c 0000ea60 65205b62
  148. [ 1.825029] $12 : 00000062 f136aba1 00000000 000bdf03
  149. [ 1.830422] $16 : 00000001 87d3bc5c 0000ea60 87eac200
  150. [ 1.835817] $20 : 00000100 00000001 00000001 80640000
  151. [ 1.841210] $24 : 00000001 80320bb0
  152. [ 1.846605] $28 : 87d3a000 87d3bbd8 00000000 802d8528
  153. [ 1.851999] Hi : 000000c0
  154. [ 1.854964] Lo : 83728000
  155. [ 1.857932] epc : 803b5cd8 0x803b5cd8
  156. [ 1.861883] ra : 802d8528 0x802d8528
  157. [ 1.865832] Status: 1100d802 KERNEL EXL
  158. [ 1.869883] Cause : 4080801c (ExcCode 07)
  159. [ 1.874015] PrId : 00019750 (MIPS 74Kc)
  160. [ 1.878054] Modules linked in:
  161. [ 1.881204] Process kworker/0:1 (pid: 39, threadinfo=(ptrval), task=(ptrval), tls=00000000)
  162. [ 1.889818] Stack : 59535445 4d3d7063 695f6275 73004445 87d3bbf4 3d2b7063 695f6275 00000000
  163. [ 1.898446] 30303a30 87d3bc5c 00000000 802dbd84 87e5d510 80330104 87eac0f8 802d9cd4
  164. [ 1.907074] 00000000 802e630c 00000000 87eac200 87eac200 00000000 00000100 00000001
  165. [ 1.915694] 00000001 80640000 00000000 802dc504 8063ea10 8017ce2c 87d3bd30 2c8077af
  166. [ 1.924314] 00000000 87eac200 87d3bd18 87eac200 87eac200 87d3bd18 00000000 802dc608
  167. [ 1.932942] ...
  168. [ 1.935460] Call Trace:
  169. [ 1.935468] [<802dbd84>] 0x802dbd84
  170. [ 1.941582] [<80330104>] 0x80330104
  171. [ 1.945176] [<802d9cd4>] 0x802d9cd4
  172. [ 1.948768] [<802e630c>] 0x802e630c
  173. [ 1.952363] [<802dc504>] 0x802dc504
  174. [ 1.955963] [<8017ce2c>] 0x8017ce2c
  175. [ 1.959557] [<802dc608>] 0x802dc608
  176. [ 1.963149] [<8032f4ac>] 0x8032f4ac
  177. [ 1.966743] [<802dd818>] 0x802dd818
  178. [ 1.970344] [<802dcc84>] 0x802dcc84
  179. [ 1.973936] [<80330104>] 0x80330104
  180. [ 1.977531] [<802ddd98>] 0x802ddd98
  181. [ 1.981132] [<802da954>] 0x802da954
  182. [ 1.984726] [<803b525c>] 0x803b525c
  183. [ 1.988328] [<803b5660>] 0x803b5660
  184. [ 1.991929] [<803b6348>] 0x803b6348
  185. [ 1.995521] [<8021b3b4>] 0x8021b3b4
  186. [ 1.999116] [<803356b8>] 0x803356b8
  187. [ 2.002718] [<803337cc>] 0x803337cc
  188. [ 2.006318] [<80333e24>] 0x80333e24
  189. [ 2.009911] [<80333dcc>] 0x80333dcc
  190. [ 2.013505] [<80331840>] 0x80331840
  191. [ 2.017105] [<8032de8c>] 0x8032de8c
  192. [ 2.020699] [<8032de1c>] 0x8032de1c
  193. [ 2.024292] [<80333684>] 0x80333684
  194. [ 2.027885] [<8032defc>] 0x8032defc
  195. [ 2.031479] [<80332778>] 0x80332778
  196. [ 2.035080] [<804f1194>] 0x804f1194
  197. [ 2.038674] [<80332d3c>] 0x80332d3c
  198. [ 2.042275] [<80194220>] 0x80194220
  199. [ 2.045868] [<80099a80>] 0x80099a80
  200. [ 2.049462] [<8009a00c>] 0x8009a00c
  201. [ 2.053063] [<80099ce0>] 0x80099ce0
  202. [ 2.056655] [<8057d350>] 0x8057d350
  203. [ 2.060249] [<80099ce0>] 0x80099ce0
  204. [ 2.063851] [<8009eb98>] 0x8009eb98
  205. [ 2.067443] [<8009ea60>] 0x8009ea60
  206. [ 2.071037] [<8009ea60>] 0x8009ea60
  207. [ 2.074630] [<80064bf8>] 0x80064bf8
  208. [ 2.078227]
  209. [ 2.079761] Code: 0000000f 8c630000 0000000f <24040002> 10e4001e 24040004 10e40008 00000000 24020001
  210. [ 2.089823]
  211. [ 2.091377] ---[ end trace 3e16297261f8e165 ]---
  212. [ 2.096151] Kernel panic - not syncing: Fatal exception
  213. [ 2.101540] Rebooting in 1 seconds..
  214.  
  215. U-Boot 1.1.4-g32af8ab6-dirty (Oct 9 2019 - 16:15:31)
  216.  
  217. ap152 - Dragonfly 1.0
  218.  
  219. DRAM: 128 MB
  220. Top of RAM usable for U-Boot at: 88000000
  221. Reserving 402k for U-Boot at: 87f98000
  222. Reserving 192k for malloc() at: 87f68000
  223. Reserving 44 Bytes for Board Info at: 87f67fd4
  224. Reserving 36 Bytes for Global Data at: 87f67fb0
  225. Reserving 128k for boot params() at: 87f47fb0
  226. Stack Pointer at: 87f47f98
  227. Now running in RAM - U-Boot at: 87f98000
  228. Flash Manuf Id 0xef, DeviceId0 0x40, DeviceId1 0x18
  229. flash size 16MB, sector count = 256
  230. Flash: 16 MB
  231. Using default environment
  232.  
  233. In: serial
  234. Out: serial
  235. Err: serial
  236. Net: ath_gmac_enet_initialize...
  237. No valid address in Flash. Using fixed address
  238. ath_gmac_enet_initialize: reset mask:c02200
  239. athr_mgmt_init ::done
  240. Dragonfly ----> S17 PHY *
  241. athrs17_reg_init: complete
  242. SGMII in forced mode
  243. athr_gmac_sgmii_setup SGMII done
  244. : cfg1 0x80000000 cfg2 0x7114
  245. eth0: 00:03:7f:09:0b:ad
  246. eth0 up
  247. eth0
  248. Setting 0x181162c0 to 0x40802100
  249.  
  250. U-Boot 1.1.4-g32af8ab6-dirty (Oct 9 2019 - 16:15:31)
  251.  
  252. ap152 - Dragonfly 1.0
  253.  
  254. DRAM: 128 MB
  255. Top of RAM usable for U-Boot at: 88000000
  256. Reserving 402k for U-Boot at: 87f98000
  257. Reserving 192k for malloc() at: 87f68000
  258. Reserving 44 Bytes for Board Info at: 87f67fd4
  259. Reserving 36 Bytes for Global Data at: 87f67fb0
  260. Reserving 128k for boot params() at: 87f47fb0
  261. Stack Pointer at: 87f47f98
  262. Now running in RAM - U-Boot at: 87f98000
  263. Flash Manuf Id 0xef, DeviceId0 0x40, DeviceId1 0x18
  264. flash size 16MB, sector count = 256
  265. Flash: 16 MB
  266. Using default environment
  267.  
  268. In: serial
  269. Out: serial
  270. Err: serial
  271. Net: ath_gmac_enet_initialize...
  272. No valid address in Flash. Using fixed address
  273. ath_gmac_enet_initialize: reset mask:c02200
  274. athr_mgmt_init ::done
  275. Dragonfly ----> S17 PHY *
  276. athrs17_reg_init: complete
  277. SGMII in forced mode
  278. athr_gmac_sgmii_setup SGMII done
  279. : cfg1 0x80000000 cfg2 0x7114
  280. eth0: 00:03:7f:09:0b:ad
  281. eth0 up
  282. eth0
  283. Setting 0x181162c0 to 0x40802100
  284. extra-para:01 01
  285.  
  286. [393]factory boot check integer ok.
  287.  
  288. factory boot load fs uboot len 131072 to addr 0x80010000.
  289. Hit any key to stop autoboot: 0
  290. ## Starting application at 0x80010000 ...
  291.  
  292.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement