Advertisement
Guest User

Untitled

a guest
Jan 20th, 2023
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 184.60 KB | None | 0 0
  1. Null Rescue Flag.
  2. boot the image...
  3. go load
  4. Loader:raw Filesys:tftp Dev:eth0 File:: Options:(null)
  5. Loading: TFTP Server.
  6. ..tftp retry wait 0
  7. Failed.
  8. Could not load :: Timeout occured
  9. Loader:raw Filesys:raw Dev:nflash0.os File: Options:(null)
  10. Loading: ... 2584150 bytes read
  11. Entry at 0x00008000
  12. Closing network.
  13. Starting program at 0x00008000
  14. C:0x00008100-0x0027EE60->0x00A8F600-0x00D06360
  15. Uncompressing Linux... done, booting the kernel.
  16. [ 0.000000] Booting Linux on physical CPU 0x0
  17. [ 0.000000] Linux version 5.10.161 (builder@buildhost) (arm-openwrt-linux-muslgnueabi-gcc (OpenWrt GCC 11.2.0 r20028-43d71ad93e) 11.2.0, GNU ld (GNU Binutils) 2.37) #0 SMP Tue Jan 3 00:24:21 2023
  18. [ 0.000000] CPU: ARMv7 Processor [413fc090] revision 0 (ARMv7), cr=10c5387d
  19. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  20. [ 0.000000] OF: fdt: Machine model: Asus RT-AC88U
  21. [ 0.000000] earlycon: ns16550 at MMIO 0x18000300 (options '115200n8')
  22. [ 0.000000] printk: bootconsole [ns16550] enabled
  23. [ 0.000000] Memory policy: Data cache writealloc
  24. [ 0.000000] Hit pending asynchronous external abort (FSR=0x00001c06) during first unmask, this is most likely caused by a firmware/bootloader bug.
  25. [ 0.000000] Zone ranges:
  26. [ 0.000000] Normal [mem 0x0000000000000000-0x0000000007ffffff]
  27. [ 0.000000] HighMem [mem 0x0000000008000000-0x000000009fffffff]
  28. [ 0.000000] Movable zone start for each node
  29. [ 0.000000] Early memory node ranges
  30. [ 0.000000] node 0: [mem 0x0000000000000000-0x0000000007ffffff]
  31. [ 0.000000] node 0: [mem 0x0000000088000000-0x000000009fffffff]
  32. [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000009fffffff]
  33. [ 0.000000] percpu: Embedded 14 pages/cpu s27596 r8192 d21556 u57344
  34. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 130784
  35. [ 0.000000] Kernel command line: earlycon
  36. [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes, linear)
  37. [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes, linear)
  38. [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  39. [ 0.000000] Memory: 509280K/524288K available (6212K kernel code, 570K rwdata, 816K rodata, 1024K init, 295K bss, 15008K reserved, 0K cma-reserved, 393216K highmem)
  40. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
  41. [ 0.000000] rcu: Hierarchical RCU implementation.
  42. [ 0.000000] Tracing variant of Tasks RCU enabled.
  43. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
  44. [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
  45. [ 0.000000] L2C: DT/platform modifies aux control register: 0x0a130000 -> 0x3a530000
  46. [ 0.000000] L2C-310 enabling early BRESP for Cortex-A9
  47. [ 0.000000] L2C-310 full line of zeros enabled for Cortex-A9
  48. [ 0.000000] L2C-310 ID prefetch enabled, offset 1 lines
  49. [ 0.000000] L2C-310 dynamic clock gating enabled, standby mode enabled
  50. [ 0.000000] L2C-310 cache controller enabled, 16 ways, 256 kB
  51. [ 0.000000] L2C-310: CACHE_ID 0x410000c8, AUX_CTRL 0x7e530001
  52. [ 0.000010] sched_clock: 64 bits at 700MHz, resolution 1ns, wraps every 4398046511103ns
  53. [ 0.008082] clocksource: arm_global_timer: mask: 0xffffffffffffffff max_cycles: 0xa17102bcf3, max_idle_ns: 440795224838 ns
  54. [ 0.019196] Switching to timer-based delay loop, resolution 1ns
  55. [ 0.025361] Calibrating delay loop (skipped), value calculated using timer frequency.. 1400.00 BogoMIPS (lpj=7000000)
  56. [ 0.036106] pid_max: default: 32768 minimum: 301
  57. [ 0.040842] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
  58. [ 0.048239] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
  59. [ 0.056581] CPU: Testing write buffer coherency: ok
  60. [ 0.061531] CPU0: Spectre v2: using BPIALL workaround
  61. [ 0.066846] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  62. [ 0.073013] Setting up static identity map for 0x100000 - 0x10003c
  63. [ 0.079385] rcu: Hierarchical SRCU implementation.
  64. [ 0.084345] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build
  65. [ 0.092233] smp: Bringing up secondary CPUs ...
  66. [ 0.097416] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  67. [ 0.097424] CPU1: Spectre v2: using BPIALL workaround
  68. [ 0.108319] smp: Brought up 1 node, 2 CPUs
  69. [ 0.112457] SMP: Total of 2 processors activated (2800.00 BogoMIPS).
  70. [ 0.118880] CPU: WARNING: CPU(s) started in wrong/inconsistent modes (primary CPU mode 0x13)
  71. [ 0.127370] CPU: This may indicate a broken bootloader or firmware.
  72. [ 0.135832] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  73. [ 0.145827] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
  74. [ 0.152823] pinctrl core: initialized pinctrl subsystem
  75. [ 0.158751] NET: Registered protocol family 16
  76. [ 0.163727] DMA: preallocated 256 KiB pool for atomic coherent allocations
  77. [ 0.171256] thermal_sys: Registered thermal governor 'step_wise'
  78. [ 0.196666] clocksource: Switched to clocksource arm_global_timer
  79. [ 0.209719] NET: Registered protocol family 2
  80. [ 0.214318] IP idents hash table entries: 2048 (order: 2, 16384 bytes, linear)
  81. [ 0.222100] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
  82. [ 0.230589] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear)
  83. [ 0.238415] TCP bind hash table entries: 1024 (order: 1, 8192 bytes, linear)
  84. [ 0.245496] TCP: Hash tables configured (established 1024 bind 1024)
  85. [ 0.251980] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
  86. [ 0.258645] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
  87. [ 0.265860] NET: Registered protocol family 1
  88. [ 0.270282] PCI: CLS 0 bytes, default 64
  89. [ 0.275998] workingset: timestamp_bits=14 max_order=17 bucket_order=3
  90. [ 0.284474] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  91. [ 0.290368] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
  92. [ 0.300822] bounce: pool size: 64 pages
  93. [ 0.304714] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
  94. [ 0.313569] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
  95. [ 0.321410] printk: console [ttyS0] disabled
  96. [ 0.325846] 18000300.serial: ttyS0 at MMIO 0x18000300 (irq = 26, base_baud = 7812500) is a 16550
  97. [ 0.334776] printk: console [ttyS0] enabled
  98. [ 0.334776] printk: console [ttyS0] enabled
  99. [ 0.343196] printk: bootconsole [ns16550] disabled
  100. [ 0.343196] printk: bootconsole [ns16550] disabled
  101. [ 0.353748] bcm2835-rng 18004000.rng: hwrng registered
  102. [ 0.999209] random: crng init done
  103. [ 1.003547] nand: device found, Manufacturer ID: 0xc2, Chip ID: 0xf1
  104. [ 1.009969] nand: Macronix MX30LF1G18AC
  105. [ 1.013818] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
  106. [ 1.021430] iproc_nand 18028000.nand-controller: detected 128MiB total, 128KiB blocks, 2KiB pages, 16B OOB, 8-bit, BCH-8
  107. [ 1.032413] Scanning device for bad blocks
  108. [ 1.624934] 3 fixed-partitions partitions found on MTD device brcmnand.0
  109. [ 1.631983] Creating 3 MTD partitions on "brcmnand.0":
  110. [ 1.637164] 0x000000000000-0x000000080000 : "boot"
  111. [ 1.642431] 0x000000080000-0x000000200000 : "nvram"
  112. [ 1.647736] 0x000000200000-0x000008000000 : "firmware"
  113. [ 1.654224] 2 trx partitions found on MTD device firmware
  114. [ 1.659664] Creating 2 MTD partitions on "firmware":
  115. [ 1.664646] 0x00000000001c-0x000000400000 : "linux"
  116. [ 1.669539] mtd: partition "linux" doesn't start on an erase/write block boundary -- force read-only
  117. [ 1.679198] 0x000000400000-0x000007e00000 : "ubi"
  118. [ 1.686370] bcm_iproc 18029200.spi: using bspi-mspi mode
  119. [ 1.693595] iproc-mdio 18003000.mdio: Broadcom iProc MDIO bus registered
  120. [ 1.701789] b53-srab-switch 18007000.ethernet-switch: found switch: BCM53012, rev 0
  121. [ 1.709702] bgmac_bcma: Broadcom 47xx GBit MAC driver loaded
  122. [ 1.715770] bcma-host-soc 18000000.axi: bus0: Found chip with id 53030, rev 0x00 and package 0x00
  123. [ 1.724760] bcma-host-soc 18000000.axi: bus0: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x2A, class 0x0)
  124. [ 1.735353] bcma-host-soc 18000000.axi: bus0: Core 1 found: Chipcommon B (manuf 0x4BF, id 0x50B, rev 0x05, class 0x0)
  125. [ 1.746102] bcma-host-soc 18000000.axi: bus0: Core 2 found: DMA (manuf 0x4BF, id 0x502, rev 0x04, class 0x0)
  126. [ 1.756076] bcma-host-soc 18000000.axi: bus0: Core 3 found: GBit MAC (manuf 0x4BF, id 0x82D, rev 0x07, class 0x0)
  127. [ 1.766481] bcma-host-soc 18000000.axi: bus0: Core 4 found: GBit MAC (manuf 0x4BF, id 0x82D, rev 0x07, class 0x0)
  128. [ 1.776882] bcma-host-soc 18000000.axi: bus0: Core 5 found: GBit MAC (manuf 0x4BF, id 0x82D, rev 0x07, class 0x0)
  129. [ 1.787279] bcma-host-soc 18000000.axi: bus0: Core 6 found: GBit MAC (manuf 0x4BF, id 0x82D, rev 0x07, class 0x0)
  130. [ 1.797637] bcma-host-soc 18000000.axi: bus0: Core 7 found: PCIe Gen 2 (manuf 0x4BF, id 0x501, rev 0x07, class 0x0)
  131. [ 1.808163] bcma-host-soc 18000000.axi: bus0: Core 8 found: PCIe Gen 2 (manuf 0x4BF, id 0x501, rev 0x07, class 0x0)
  132. [ 1.818702] bcma-host-soc 18000000.axi: bus0: Core 9 found: PCIe Gen 2 (manuf 0x4BF, id 0x501, rev 0x07, class 0x0)
  133. [ 1.829257] bcma-host-soc 18000000.axi: bus0: Core 10 found: ARM Cortex A9 core (ihost) (manuf 0x4BF, id 0x510, rev 0x07, class 0x0)
  134. [ 1.841287] bcma-host-soc 18000000.axi: bus0: Core 11 found: USB 2.0 (manuf 0x4BF, id 0x504, rev 0x07, class 0x0)
  135. [ 1.851663] bcma-host-soc 18000000.axi: bus0: Core 12 found: USB 3.0 (manuf 0x4BF, id 0x505, rev 0x07, class 0x0)
  136. [ 1.862049] bcma-host-soc 18000000.axi: bus0: Core 13 found: SDIO3 (manuf 0x4BF, id 0x503, rev 0x01, class 0x0)
  137. [ 1.872267] bcma-host-soc 18000000.axi: bus0: Core 14 found: I2S (manuf 0x4BF, id 0x834, rev 0x03, class 0x0)
  138. [ 1.882294] bcma-host-soc 18000000.axi: bus0: Core 15 found: ARM Cortex A9 JTAG (manuf 0x4BF, id 0x506, rev 0x01, class 0x0)
  139. [ 1.893630] bcma-host-soc 18000000.axi: bus0: Core 16 found: Denali DDR2/DDR3 memory controller (manuf 0x4BF, id 0x507, rev 0x01, class 0x0)
  140. [ 1.906360] bcma-host-soc 18000000.axi: bus0: Core 17 found: ROM (manuf 0x4BF, id 0x508, rev 0x08, class 0x0)
  141. [ 1.916400] bcma-host-soc 18000000.axi: bus0: Core 18 found: NAND flash controller (manuf 0x4BF, id 0x509, rev 0x01, class 0x0)
  142. [ 1.928006] bcma-host-soc 18000000.axi: bus0: Core 19 found: SPI flash controller (manuf 0x4BF, id 0x50A, rev 0x01, class 0x0)
  143. [ 1.939440] bcma-host-soc 18000000.axi: bus0: Flash type not supported
  144. [ 1.957231] bgmac_bcma bcma0:3: Found PHY addr: 0
  145. [ 1.961966] bgmac_bcma bcma0:3: Support for Roboswitch not implemented
  146. [ 1.968526] bgmac_bcma bcma0:3: Invalid MAC addr: 00:00:00:00:00:00
  147. [ 1.974814] bgmac_bcma bcma0:3: Using random MAC: b6:a5:0f:1c:1b:ca
  148. [ 1.981845] b53-srab-switch b53-srab-switch: invalid resource
  149. [ 1.987650] b53-srab-switch: probe of b53-srab-switch failed with error -22
  150. [ 1.995393] bgmac_bcma bcma0:4: Found PHY addr: 30 (NOREGS)
  151. [ 2.001026] bgmac_bcma bcma0:4: Support for Roboswitch not implemented
  152. [ 2.008872] bgmac_bcma bcma0:5: Found PHY addr: 0
  153. [ 2.013606] bgmac_bcma bcma0:5: Support for Roboswitch not implemented
  154. [ 2.020188] bgmac_bcma bcma0:5: Invalid MAC addr: 00:00:00:00:00:00
  155. [ 2.026482] bgmac_bcma bcma0:5: Using random MAC: b6:a7:50:3c:c3:4d
  156. [ 2.034076] bgmac_bcma bcma0:6: Unsupported core_unit 3
  157. [ 2.039396] bgmac_bcma: probe of bcma0:6 failed with error -524
  158. [ 2.045430] pcie_iproc_bcma bcma0:7: host bridge /axi@18000000/pcie@12000 ranges:
  159. [ 2.052995] pcie_iproc_bcma bcma0:7: No bus range found for /axi@18000000/pcie@12000, using [bus 00-ff]
  160. [ 2.062607] OF: /axi@18000000/pcie@12000: Missing device_type
  161. [ 2.068375] pcie_iproc_bcma bcma0:7: non-prefetchable memory resource required
  162. [ 2.196575] pcie_iproc_bcma bcma0:7: link: UP
  163. [ 2.201052] pcie_iproc_bcma bcma0:7: PCI host bridge to bus 0000:00
  164. [ 2.207359] pci_bus 0000:00: root bus resource [bus 00-ff]
  165. [ 2.212857] pci_bus 0000:00: root bus resource [mem 0x08000000-0x0fffffff]
  166. [ 2.219790] pci 0000:00:00.0: [14e4:d612] type 01 class 0x060400
  167. [ 2.225810] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
  168. [ 2.235534] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
  169. [ 2.242441] PCI: bus0: Fast back to back transfers disabled
  170. [ 2.248046] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
  171. [ 2.256196] pci 0000:01:00.0: [14e4:4365] type 00 class 0x028000
  172. [ 2.262249] pci_bus 0000:01: 2-byte config write to 0000:01:00.0 offset 0x4 may corrupt adjacent RW1C bits
  173. [ 2.271954] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00007fff 64bit]
  174. [ 2.278766] pci 0000:01:00.0: reg 0x18: [mem 0x00000000-0x007fffff 64bit]
  175. [ 2.285576] pci 0000:01:00.0: reg 0x20: [mem 0x00000000-0x000fffff 64bit pref]
  176. [ 2.292901] pci 0000:01:00.0: supports D1 D2
  177. [ 2.297947] PCI: bus1: Fast back to back transfers disabled
  178. [ 2.303541] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
  179. [ 2.310200] pci 0000:00:00.0: BAR 8: assigned [mem 0x08000000-0x08bfffff]
  180. [ 2.317022] pci 0000:00:00.0: BAR 9: assigned [mem 0x08c00000-0x08cfffff 64bit pref]
  181. [ 2.324785] pci 0000:01:00.0: BAR 2: assigned [mem 0x08000000-0x087fffff 64bit]
  182. [ 2.332125] pci 0000:01:00.0: BAR 4: assigned [mem 0x08c00000-0x08cfffff 64bit pref]
  183. [ 2.339894] pci 0000:01:00.0: BAR 0: assigned [mem 0x08800000-0x08807fff 64bit]
  184. [ 2.347231] pci 0000:00:00.0: PCI bridge to [bus 01]
  185. [ 2.352207] pci 0000:00:00.0: bridge window [mem 0x08000000-0x08bfffff]
  186. [ 2.359018] pci 0000:00:00.0: bridge window [mem 0x08c00000-0x08cfffff 64bit pref]
  187. [ 2.366965] pcie_iproc_bcma bcma0:8: host bridge /axi@18000000/pcie@13000 ranges:
  188. [ 2.374481] pcie_iproc_bcma bcma0:8: No bus range found for /axi@18000000/pcie@13000, using [bus 00-ff]
  189. [ 2.384095] pcie_iproc_bcma bcma0:8: non-prefetchable memory resource required
  190. [ 2.506573] pcie_iproc_bcma bcma0:8: link: UP
  191. [ 2.511037] pcie_iproc_bcma bcma0:8: PCI host bridge to bus 0001:00
  192. [ 2.517342] pci_bus 0001:00: root bus resource [bus 00-ff]
  193. [ 2.522842] pci_bus 0001:00: root bus resource [mem 0x20000000-0x27ffffff]
  194. [ 2.529764] pci 0001:00:00.0: [14e4:d612] type 01 class 0x060400
  195. [ 2.535786] pci_bus 0001:00: 2-byte config write to 0001:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
  196. [ 2.545507] pci 0001:00:00.0: PME# supported from D0 D3hot D3cold
  197. [ 2.552417] PCI: bus0: Fast back to back transfers disabled
  198. [ 2.558020] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
  199. [ 2.566174] pci 0001:01:00.0: [14e4:4365] type 00 class 0x028000
  200. [ 2.572224] pci_bus 0001:01: 2-byte config write to 0001:01:00.0 offset 0x4 may corrupt adjacent RW1C bits
  201. [ 2.581930] pci 0001:01:00.0: reg 0x10: [mem 0x00000000-0x00007fff 64bit]
  202. [ 2.588741] pci 0001:01:00.0: reg 0x18: [mem 0x00000000-0x007fffff 64bit]
  203. [ 2.595551] pci 0001:01:00.0: reg 0x20: [mem 0x00000000-0x000fffff 64bit pref]
  204. [ 2.602877] pci 0001:01:00.0: supports D1 D2
  205. [ 2.607927] PCI: bus1: Fast back to back transfers disabled
  206. [ 2.613525] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 01
  207. [ 2.620183] pci 0001:00:00.0: BAR 8: assigned [mem 0x20000000-0x20bfffff]
  208. [ 2.626997] pci 0001:00:00.0: BAR 9: assigned [mem 0x20c00000-0x20cfffff 64bit pref]
  209. [ 2.634759] pci 0001:01:00.0: BAR 2: assigned [mem 0x20000000-0x207fffff 64bit]
  210. [ 2.642100] pci 0001:01:00.0: BAR 4: assigned [mem 0x20c00000-0x20cfffff 64bit pref]
  211. [ 2.649870] pci 0001:01:00.0: BAR 0: assigned [mem 0x20800000-0x20807fff 64bit]
  212. [ 2.657206] pci 0001:00:00.0: PCI bridge to [bus 01]
  213. [ 2.662183] pci 0001:00:00.0: bridge window [mem 0x20000000-0x20bfffff]
  214. [ 2.668994] pci 0001:00:00.0: bridge window [mem 0x20c00000-0x20cfffff 64bit pref]
  215. [ 2.676933] pcie_iproc_bcma bcma0:9: host bridge /axi@18000000/pcie@14000 ranges:
  216. [ 2.684447] pcie_iproc_bcma bcma0:9: No bus range found for /axi@18000000/pcie@14000, using [bus 00-ff]
  217. [ 2.694064] pcie_iproc_bcma bcma0:9: non-prefetchable memory resource required
  218. [ 2.816572] pcie_iproc_bcma bcma0:9: PHY or data link is INACTIVE!
  219. [ 2.822770] pcie_iproc_bcma bcma0:9: no PCIe EP device detected
  220. [ 2.829521] bcm47xx-wdt bcm47xx-wdt.0: BCM47xx Watchdog Timer enabled (30 seconds, Software Timer)
  221. [ 2.838582] bcma-host-soc 18000000.axi: bus0: Bus registered
  222. [ 2.845189] NET: Registered protocol family 10
  223. [ 2.850603] Segment Routing with IPv6
  224. [ 2.854325] NET: Registered protocol family 17
  225. [ 2.858856] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
  226. [ 2.872019] 8021q: 802.1Q VLAN Support v1.8
  227. [ 2.876253] Registering SWP/SWPB emulation handler
  228. [ 2.883939] b53-srab-switch 18007000.ethernet-switch: found switch: BCM53012, rev 0
  229. [ 3.010428] b53-srab-switch 18007000.ethernet-switch lan4 (uninitialized): PHY [dsa-0.0:00] driver [Generic PHY] (irq=POLL)
  230. [ 3.022867] b53-srab-switch 18007000.ethernet-switch lan3 (uninitialized): PHY [dsa-0.0:01] driver [Generic PHY] (irq=POLL)
  231. [ 3.035303] b53-srab-switch 18007000.ethernet-switch lan2 (uninitialized): PHY [dsa-0.0:02] driver [Generic PHY] (irq=POLL)
  232. [ 3.047758] b53-srab-switch 18007000.ethernet-switch lan1 (uninitialized): PHY [dsa-0.0:03] driver [Generic PHY] (irq=POLL)
  233. [ 3.060145] b53-srab-switch 18007000.ethernet-switch wan (uninitialized): PHY [dsa-0.0:04] driver [Generic PHY] (irq=POLL)
  234. [ 3.072304] b53-srab-switch 18007000.ethernet-switch: Using legacy PHYLIB callbacks. Please migrate to PHYLINK!
  235. [ 3.082906] b53-srab-switch 18007000.ethernet-switch: Using legacy PHYLIB callbacks. Please migrate to PHYLINK!
  236. [ 3.093880] DSA: tree 0 setup
  237. [ 3.097181] UBI: auto-attach mtd4
  238. [ 3.100521] ubi0: attaching mtd4
  239. [ 3.120527] ubi0 error: 0xc04f0b3c: PEB 0 contains corrupted VID header, and the data does not contain all 0xFF
  240. [ 3.130664] ubi0 error: 0xc04f0b4c: this may be a non-UBI PEB or a severe VID header corruption which requires manual inspection
  241. [ 3.142262] Volume identifier header dump:
  242. [ 3.146366] magic 6d6f6465
  243. [ 3.149520] version 61
  244. [ 3.152144] vol_type 48
  245. [ 3.154764] copy_flag 0
  246. [ 3.157303] compat 49
  247. [ 3.159926] vol_id 980580455
  248. [ 3.163155] lnum 1634299507
  249. [ 3.166471] data_size 1919249518
  250. [ 3.169793] used_ebs 1633843568
  251. [ 3.173113] data_pad 1630616881
  252. [ 3.176429] sqnum 7958763684828050021
  253. [ 3.180534] hdr_crc 3a747869
  254. [ 3.183679] Volume identifier header hexdump:
  255. [ 3.188063] hexdump of PEB 0 offset 4096, length 126976
  256. [ 3.586834] ubi0: scanning is finished
  257. [ 3.590606] ubi0 error: 0xc04f0e80: 1 PEBs are corrupted and preserved
  258. [ 3.597155] Corrupted PEBs are: 0
  259. [ 3.600527] ubi0 error: 0xc04e0ee4: the layout volume was not found
  260. [ 3.606934] ubi0 error: 0xc04e4700: failed to attach mtd4, error -22
  261. [ 3.613322] UBI error: cannot attach mtd4
  262. [ 3.617787] /dev/root: Can't open blockdev
  263. [ 3.621896] VFS: Cannot open root device "(null)" or unknown-block(0,0): error -6
  264. [ 3.629422] Please append a correct "root=" boot option; here are the available partitions:
  265. [ 3.637809] 1f00 512 mtdblock0
  266. [ 3.637811] (driver?)
  267. [ 3.644360] 1f01 1536 mtdblock1
  268. [ 3.644362] (driver?)
  269. [ 3.650924] 1f02 129024 mtdblock2
  270. [ 3.650926] (driver?)
  271. [ 3.657486] 1f03 4095 mtdblock3
  272. [ 3.657488] (driver?)
  273. [ 3.664040] 1f04 124928 mtdblock4
  274. [ 3.664042] (driver?)
  275. [ 3.670593] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
  276. [ 3.678882] CPU0: stopping
  277. [ 3.681598] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 5.10.161 #0
  278. [ 3.687703] Hardware name: BCM5301X
  279. [ 3.691202] Function entered at [<c0108dc0>] from [<c0104fd0>]
  280. [ 3.697044] Function entered at [<c0104fd0>] from [<c0416a60>]
  281. [ 3.702885] Function entered at [<c0416a60>] from [<c01072d8>]
  282. [ 3.708724] Function entered at [<c01072d8>] from [<c0107338>]
  283. [ 3.714564] Function entered at [<c0107338>] from [<c0169704>]
  284. [ 3.720405] Function entered at [<c0169704>] from [<c042fa20>]
  285. [ 3.726246] Function entered at [<c042fa20>] from [<c0100b4c>]
  286. [ 3.732085] Exception stack(0xc0a01f48 to 0xc0a01f90)
  287. [ 3.737144] 1f40: 0001c3d2 00000000 0001c3d4 c010faa0 c0a00000 00000000
  288. [ 3.745334] 1f60: c0a04f14 c0a04f54 c0a8f020 c0933a34 10c5387d 00000000 00000000 c0a01f98
  289. [ 3.753524] 1f80: c01026f4 c01026f8 60000013 ffffffff
  290. [ 3.758581] Function entered at [<c0100b4c>] from [<c01026f8>]
  291. [ 3.764420] Function entered at [<c01026f8>] from [<c01492c0>]
  292. [ 3.770262] Function entered at [<c01492c0>] from [<c01495d8>]
  293. [ 3.776101] Function entered at [<c01495d8>] from [<c0900f0c>]
  294. [ 3.781943] Function entered at [<c0900f0c>] from [<00000000>]
  295. [ 3.787789] Rebooting in 1 seconds..
  296. Digital core power voltage set to 1.05V
  297. Decompressing...done
  298. Digital core power voltage set to 1.05V
  299.  
  300. SHMOO VER 1.13
  301.  
  302. PKID07DC06011801080000000000001A103F01000000
  303.  
  304. S300001DB
  305. 00001490
  306.  
  307.  
  308. RDLYW0 00000004
  309.  
  310. RDENW0 00000036
  311.  
  312. RDQSW0
  313.  
  314. 0000000000111111111122222222223333333333444444444455555555556666
  315. 0123456789012345678901234567890123456789012345678901234567890123
  316. 00 -----+++++++++++++++++++++++++X++++++++++++++++++++++++---------
  317. 01 ------------++++++++++++++++++++++++X++++++++++++++++++++++++---
  318. 02 ------------++++++++++++++++++++++++++X+++++++++++++++++++++++--
  319. 03 ---------+++++++++++++++++++++++++X+++++++++++++++++++++++++----
  320. 04 --------+++++++++++++++++++++X+++++++++++++++++++++-------------
  321. 05 -------+-++++++++++++++++++++++X++++++++++++++++++++++----------
  322. 06 -------+++++++++++++++++++++++X+++++++++++++++++++++++----------
  323. 07 --------++++++++++++++++++++++X++++++++++++++++++++++-----------
  324. 08 ----+++++++++++++++++++++++++X++++++++++++++++++++++++----------
  325. 09 --------++++++++++++++++++++++++X+++++++++++++++++++++++--------
  326. 10 ----++++++++++++++++++++++++++X+++++++++++++++++++++++++--------
  327. 11 -----+++++++++++++++++++++++X+++++++++++++++++++++++------------
  328. 12 ---++++++++++++++++++++++++X++++++++++++++++++++++++------------
  329. 13 -+++++++++++++++++++++++X+++++++++++++++++++++++----------------
  330. 14 ----++++++++++++++++++++++++X++++++++++++++++++++++++-----------
  331. 15 ---+++++++++++++++++++++++X++++++++++++++++++++++---------------
  332.  
  333.  
  334. PW0
  335.  
  336. 0000000000111111111122222222223333333333444444444455555555556666
  337. 0123456789012345678901234567890123456789012345678901234567890123
  338. 00 ----+++++++++++++++++++++++++X+++++++++++++++++++++++++---------
  339. 01 ---------+++++++++++++++++++++++++X+++++++++++++++++++++++++----
  340. 02 -----------++++++++++++++++++++++++++X++++++++++++++++++++++++--
  341. 03 -------++++++++++++++++++++++++++X++++++++++++++++++++++++++----
  342. 04 -----+++++++++++++++++++++++X+++++++++++++++++++++++------------
  343. 05 ------++++++++++++++++++++++++X+++++++++++++++++++++++----------
  344. 06 -----+++++++++++++++++++++++++X++++++++++++++++++++++++---------
  345. 07 ------++++++++++++++++++++++++X+++++++++++++++++++++++----------
  346. 08 --++++++++++++++++++++++++++X+++++++++++++++++++++++++----------
  347. 09 -----+++++++++++++++++++++++++X+++++++++++++++++++++++++--------
  348. 10 --+++++++++++++++++++++++++++X++++++++++++++++++++++++++--------
  349. 11 --+++++++++++++++++++++++++X++++++++++++++++++++++++------------
  350. 12 -+++++++++++++++++++++++++X++++++++++++++++++++++++-------------
  351. 13 +++++++++++++++++++++++X+++++++++++++++++++++++-----------------
  352. 14 -++++++++++++++++++++++++++X+++++++++++++++++++++++++-----------
  353. 15 +++++++++++++++++++++++++X++++++++++++++++++++++++--------------
  354.  
  355.  
  356. NW0
  357.  
  358. 0000000000111111111122222222223333333333444444444455555555556666
  359. 0123456789012345678901234567890123456789012345678901234567890123
  360. 00 -----++++++++++++++++++++++++++X+++++++++++++++++++++++++-------
  361. 01 ----------+++++++++++++++++++++++++++X+++++++++++++++++++++++++-
  362. 02 ------------++++++++++++++++++++++++++X++++++++++++++++++++++++-
  363. 03 ---------++++++++++++++++++++++++++X+++++++++++++++++++++++++---
  364. 04 --------+++++++++++++++++++++++X+++++++++++++++++++++++---------
  365. 05 --------++++++++++++++++++++++++X+++++++++++++++++++++++--------
  366. 06 -------++++++++++++++++++++++++++X+++++++++++++++++++++++++-----
  367. 07 --------+++++++++++++++++++++++X+++++++++++++++++++++++---------
  368. 08 ----++++++++++++++++++++++++++X++++++++++++++++++++++++++-------
  369. 09 -------++++++++++++++++++++++++++X++++++++++++++++++++++++++----
  370. 10 -----++++++++++++++++++++++++++X++++++++++++++++++++++++++------
  371. 11 ----+++++++++++++++++++++++++X+++++++++++++++++++++++++---------
  372. 12 ---+++++++++++++++++++++++++X++++++++++++++++++++++++-----------
  373. 13 ++++++++++++++++++++++++++X+++++++++++++++++++++++++------------
  374. 14 ----+++++++++++++++++++++++++X+++++++++++++++++++++++++---------
  375. 15 --+++++++++++++++++++++++++X+++++++++++++++++++++++++-----------
  376.  
  377.  
  378. WRDQW0
  379.  
  380. 0000000000111111111122222222223333333333444444444455555555556666
  381. 0123456789012345678901234567890123456789012345678901234567890123
  382. 00 ++++++++++++++++++++++X+++++++++++++++++++++-----------++++++++-
  383. 01 ++++++++++++++++++++++++X+++++++++++++++++++++++-------++++++++-
  384. 02 +++++++++++++++++++++++++X+++++++++++++++++++++++++------++++++-
  385. 03 ++++++++++++++++++++++++X++++++++++++++++++++++++------++++++++-
  386. 04 ++++++++++++++++++++++X+++++++++++++++++++++-----------++++++++-
  387. 05 ++++++++++++++++++++++X++++++++++++++++++++++----------++++++++-
  388. 06 +++++++++++++++++++++++X+++++++++++++++++++++++--------++++++++-
  389. 07 +++++++++++++++++++++++X+++++++++++++++++++++++--------++++++++-
  390. 08 ++++++++++++++++++++++X++++++++++++++++++++++----------++++++++-
  391. 09 +++++++++++++++++++++++X+++++++++++++++++++++++--------++++++++-
  392. 10 ++++++++++++++++++++++++X+++++++++++++++++++++++-------++++++++-
  393. 11 ++++++++++++++++++++++X+++++++++++++++++++++-----------++++++++-
  394. 12 +++++++++++++++++++++X+++++++++++++++++++++------------++++++++-
  395. 13 +++++++++++++++++++++X++++++++++++++++++++--------------+++++++-
  396. 14 +++++++++++++++++++++X+++++++++++++++++++++------------++++++++-
  397. 15 ++++++++++++++++++++X++++++++++++++++++++--------------++++++++-
  398.  
  399.  
  400. WRDMW0 00000023
  401. WRDMW0 00000021
  402.  
  403.  
  404. ADDR
  405.  
  406. 0000000000111111111122222222223333333333444444444455555555556666
  407. 0123456789012345678901234567890123456789012345678901234567890123
  408. 00 ++++++++++++++++++++S++++++++++X++++++++++++++++++++++++++++++++
  409.  
  410. Decompressing...done
  411.  
  412.  
  413. CFE version 7.14.131.1608 (r589038) based on BBP 1.0.37 for BCM947XX (32bit,SP,)
  414. Build Date: ? 11? 17 16:33:56 CST 2015 (ham@xpdev)
  415. Copyright (C) 2000-2008 Broadcom Corporation.
  416.  
  417. Init Arena
  418. Init Devs.
  419. Boot partition size = 262144(0x40000)
  420. DDR Clock: 800 MHz
  421. Info: DDR frequency set from clkfreq=1400,*800*
  422. et1: Broadcom BCM47XX 10/100/1000 Mbps Ethernet Controller 7.14.131.1608 (r589038)
  423. CPU type 0x0: 1400MHz
  424. Tot mem: 524288 KBytes
  425.  
  426. CFE mem: 0x00F00000 - 0x017ABEC8 (9092808)
  427. Data: 0x00F5401C - 0x00F549C4 (2472)
  428. BSS: 0x00F549D0 - 0x00FA9EC8 (349432)
  429. Heap: 0x00FA9EC8 - 0x017A9EC8 (8388608)
  430. Stack: 0x017A9EC8 - 0x017ABEC8 (8192)
  431. Text: 0x00F00000 - 0x00F4A1E0 (303584)
  432.  
  433. rtl8354mb initialized(0)(retry 0)
  434. rtk port_phyEnableAll ok
  435. rtk port_macForceLink_set ext_Port1 ok
  436. get ok, chk 0x1311:1016(0x1016), 0x1305:c010(b4~b7:0x1)
  437. Device eth0: hwaddr A8-5E-45-35-01-10, ipaddr 192.168.1.1, mask 255.255.255.0
  438. gateway not set, nameserver not set
  439. Null Rescue Flag.
  440. boot the image...
  441. go load
  442. Loader:raw Filesys:tftp Dev:eth0 File:: Options:(null)
  443. Loading: TFTP Server.
  444. ..tftp retry wait 0
  445. Failed.
  446. Could not load :: Timeout occured
  447. Loader:raw Filesys:raw Dev:nflash0.os File: Options:(null)
  448. Loading: ... 2584150 bytes read
  449. Entry at 0x00008000
  450. Closing network.
  451. Starting program at 0x00008000
  452. C:0x00008100-0x0027EE60->0x00A8F600-0x00D06360
  453. Uncompressing Linux... done, booting the kernel.
  454. [ 0.000000] Booting Linux on physical CPU 0x0
  455. [ 0.000000] Linux version 5.10.161 (builder@buildhost) (arm-openwrt-linux-muslgnueabi-gcc (OpenWrt GCC 11.2.0 r20028-43d71ad93e) 11.2.0, GNU ld (GNU Binutils) 2.37) #0 SMP Tue Jan 3 00:24:21 2023
  456. [ 0.000000] CPU: ARMv7 Processor [413fc090] revision 0 (ARMv7), cr=10c5387d
  457. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  458. [ 0.000000] OF: fdt: Machine model: Asus RT-AC88U
  459. [ 0.000000] earlycon: ns16550 at MMIO 0x18000300 (options '115200n8')
  460. [ 0.000000] printk: bootconsole [ns16550] enabled
  461. [ 0.000000] Memory policy: Data cache writealloc
  462. [ 0.000000] Hit pending asynchronous external abort (FSR=0x00001c06) during first unmask, this is most likely caused by a firmware/bootloader bug.
  463. [ 0.000000] Zone ranges:
  464. [ 0.000000] Normal [mem 0x0000000000000000-0x0000000007ffffff]
  465. [ 0.000000] HighMem [mem 0x0000000008000000-0x000000009fffffff]
  466. [ 0.000000] Movable zone start for each node
  467. [ 0.000000] Early memory node ranges
  468. [ 0.000000] node 0: [mem 0x0000000000000000-0x0000000007ffffff]
  469. [ 0.000000] node 0: [mem 0x0000000088000000-0x000000009fffffff]
  470. [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000009fffffff]
  471. [ 0.000000] percpu: Embedded 14 pages/cpu s27596 r8192 d21556 u57344
  472. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 130784
  473. [ 0.000000] Kernel command line: earlycon
  474. [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes, linear)
  475. [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes, linear)
  476. [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  477. [ 0.000000] Memory: 509280K/524288K available (6212K kernel code, 570K rwdata, 816K rodata, 1024K init, 295K bss, 15008K reserved, 0K cma-reserved, 393216K highmem)
  478. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
  479. [ 0.000000] rcu: Hierarchical RCU implementation.
  480. [ 0.000000] Tracing variant of Tasks RCU enabled.
  481. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
  482. [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
  483. [ 0.000000] L2C: DT/platform modifies aux control register: 0x0a130000 -> 0x3a530000
  484. [ 0.000000] L2C-310 enabling early BRESP for Cortex-A9
  485. [ 0.000000] L2C-310 full line of zeros enabled for Cortex-A9
  486. [ 0.000000] L2C-310 ID prefetch enabled, offset 1 lines
  487. [ 0.000000] L2C-310 dynamic clock gating enabled, standby mode enabled
  488. [ 0.000000] L2C-310 cache controller enabled, 16 ways, 256 kB
  489. [ 0.000000] L2C-310: CACHE_ID 0x410000c8, AUX_CTRL 0x7e530001
  490. [ 0.000010] sched_clock: 64 bits at 700MHz, resolution 1ns, wraps every 4398046511103ns
  491. [ 0.008081] clocksource: arm_global_timer: mask: 0xffffffffffffffff max_cycles: 0xa17102bcf3, max_idle_ns: 440795224838 ns
  492. [ 0.019239] Switching to timer-based delay loop, resolution 1ns
  493. [ 0.025409] Calibrating delay loop (skipped), value calculated using timer frequency.. 1400.00 BogoMIPS (lpj=7000000)
  494. [ 0.036122] pid_max: default: 32768 minimum: 301
  495. [ 0.040849] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
  496. [ 0.048229] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
  497. [ 0.056625] CPU: Testing write buffer coherency: ok
  498. [ 0.061564] CPU0: Spectre v2: using BPIALL workaround
  499. [ 0.066864] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  500. [ 0.073088] Setting up static identity map for 0x100000 - 0x10003c
  501. [ 0.079444] rcu: Hierarchical SRCU implementation.
  502. [ 0.084407] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build
  503. [ 0.092290] smp: Bringing up secondary CPUs ...
  504. [ 0.097458] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  505. [ 0.097465] CPU1: Spectre v2: using BPIALL workaround
  506. [ 0.108335] smp: Brought up 1 node, 2 CPUs
  507. [ 0.112447] SMP: Total of 2 processors activated (2800.00 BogoMIPS).
  508. [ 0.118844] CPU: WARNING: CPU(s) started in wrong/inconsistent modes (primary CPU mode 0x13)
  509. [ 0.127368] CPU: This may indicate a broken bootloader or firmware.
  510. [ 0.135799] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  511. [ 0.145764] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
  512. [ 0.152784] pinctrl core: initialized pinctrl subsystem
  513. [ 0.158722] NET: Registered protocol family 16
  514. [ 0.163710] DMA: preallocated 256 KiB pool for atomic coherent allocations
  515. [ 0.171225] thermal_sys: Registered thermal governor 'step_wise'
  516. [ 0.196789] clocksource: Switched to clocksource arm_global_timer
  517. [ 0.209778] NET: Registered protocol family 2
  518. [ 0.214348] IP idents hash table entries: 2048 (order: 2, 16384 bytes, linear)
  519. [ 0.222115] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
  520. [ 0.230625] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear)
  521. [ 0.238464] TCP bind hash table entries: 1024 (order: 1, 8192 bytes, linear)
  522. [ 0.245574] TCP: Hash tables configured (established 1024 bind 1024)
  523. [ 0.252080] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
  524. [ 0.258715] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
  525. [ 0.265903] NET: Registered protocol family 1
  526. [ 0.270324] PCI: CLS 0 bytes, default 64
  527. [ 0.276087] workingset: timestamp_bits=14 max_order=17 bucket_order=3
  528. [ 0.284591] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  529. [ 0.290490] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
  530. [ 0.300979] bounce: pool size: 64 pages
  531. [ 0.304904] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
  532. [ 0.313726] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
  533. [ 0.321581] printk: console [ttyS0] disabled
  534. [ 0.326028] 18000300.serial: ttyS0 at MMIO 0x18000300 (irq = 26, base_baud = 7812500) is a 16550
  535. [ 0.334951] printk: console [ttyS0] enabled
  536. [ 0.334951] printk: console [ttyS0] enabled
  537. [ 0.343388] printk: bootconsole [ns16550] disabled
  538. [ 0.343388] printk: bootconsole [ns16550] disabled
  539. [ 0.353941] bcm2835-rng 18004000.rng: hwrng registered
  540. [ 1.000976] random: crng init done
  541. [ 1.005330] nand: device found, Manufacturer ID: 0xc2, Chip ID: 0xf1
  542. [ 1.011746] nand: Macronix MX30LF1G18AC
  543. [ 1.015593] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
  544. [ 1.023202] iproc_nand 18028000.nand-controller: detected 128MiB total, 128KiB blocks, 2KiB pages, 16B OOB, 8-bit, BCH-8
  545. [ 1.034204] Scanning device for bad blocks
  546. [ 1.626797] 3 fixed-partitions partitions found on MTD device brcmnand.0
  547. [ 1.633866] Creating 3 MTD partitions on "brcmnand.0":
  548. [ 1.639055] 0x000000000000-0x000000080000 : "boot"
  549. [ 1.644352] 0x000000080000-0x000000200000 : "nvram"
  550. [ 1.649720] 0x000000200000-0x000008000000 : "firmware"
  551. [ 1.656235] 2 trx partitions found on MTD device firmware
  552. [ 1.661679] Creating 2 MTD partitions on "firmware":
  553. [ 1.666664] 0x00000000001c-0x000000400000 : "linux"
  554. [ 1.671560] mtd: partition "linux" doesn't start on an erase/write block boundary -- force read-only
  555. [ 1.681212] 0x000000400000-0x000007e00000 : "ubi"
  556. [ 1.688444] bcm_iproc 18029200.spi: using bspi-mspi mode
  557. [ 1.695669] iproc-mdio 18003000.mdio: Broadcom iProc MDIO bus registered
  558. [ 1.703891] b53-srab-switch 18007000.ethernet-switch: found switch: BCM53012, rev 0
  559. [ 1.711770] bgmac_bcma: Broadcom 47xx GBit MAC driver loaded
  560. [ 1.717864] bcma-host-soc 18000000.axi: bus0: Found chip with id 53030, rev 0x00 and package 0x00
  561. [ 1.726859] bcma-host-soc 18000000.axi: bus0: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x2A, class 0x0)
  562. [ 1.737457] bcma-host-soc 18000000.axi: bus0: Core 1 found: Chipcommon B (manuf 0x4BF, id 0x50B, rev 0x05, class 0x0)
  563. [ 1.748189] bcma-host-soc 18000000.axi: bus0: Core 2 found: DMA (manuf 0x4BF, id 0x502, rev 0x04, class 0x0)
  564. [ 1.758167] bcma-host-soc 18000000.axi: bus0: Core 3 found: GBit MAC (manuf 0x4BF, id 0x82D, rev 0x07, class 0x0)
  565. [ 1.768579] bcma-host-soc 18000000.axi: bus0: Core 4 found: GBit MAC (manuf 0x4BF, id 0x82D, rev 0x07, class 0x0)
  566. [ 1.778975] bcma-host-soc 18000000.axi: bus0: Core 5 found: GBit MAC (manuf 0x4BF, id 0x82D, rev 0x07, class 0x0)
  567. [ 1.789377] bcma-host-soc 18000000.axi: bus0: Core 6 found: GBit MAC (manuf 0x4BF, id 0x82D, rev 0x07, class 0x0)
  568. [ 1.799734] bcma-host-soc 18000000.axi: bus0: Core 7 found: PCIe Gen 2 (manuf 0x4BF, id 0x501, rev 0x07, class 0x0)
  569. [ 1.810260] bcma-host-soc 18000000.axi: bus0: Core 8 found: PCIe Gen 2 (manuf 0x4BF, id 0x501, rev 0x07, class 0x0)
  570. [ 1.820799] bcma-host-soc 18000000.axi: bus0: Core 9 found: PCIe Gen 2 (manuf 0x4BF, id 0x501, rev 0x07, class 0x0)
  571. [ 1.831352] bcma-host-soc 18000000.axi: bus0: Core 10 found: ARM Cortex A9 core (ihost) (manuf 0x4BF, id 0x510, rev 0x07, class 0x0)
  572. [ 1.843384] bcma-host-soc 18000000.axi: bus0: Core 11 found: USB 2.0 (manuf 0x4BF, id 0x504, rev 0x07, class 0x0)
  573. [ 1.853759] bcma-host-soc 18000000.axi: bus0: Core 12 found: USB 3.0 (manuf 0x4BF, id 0x505, rev 0x07, class 0x0)
  574. [ 1.864145] bcma-host-soc 18000000.axi: bus0: Core 13 found: SDIO3 (manuf 0x4BF, id 0x503, rev 0x01, class 0x0)
  575. [ 1.874352] bcma-host-soc 18000000.axi: bus0: Core 14 found: I2S (manuf 0x4BF, id 0x834, rev 0x03, class 0x0)
  576. [ 1.884382] bcma-host-soc 18000000.axi: bus0: Core 15 found: ARM Cortex A9 JTAG (manuf 0x4BF, id 0x506, rev 0x01, class 0x0)
  577. [ 1.895717] bcma-host-soc 18000000.axi: bus0: Core 16 found: Denali DDR2/DDR3 memory controller (manuf 0x4BF, id 0x507, rev 0x01, class 0x0)
  578. [ 1.908446] bcma-host-soc 18000000.axi: bus0: Core 17 found: ROM (manuf 0x4BF, id 0x508, rev 0x08, class 0x0)
  579. [ 1.918493] bcma-host-soc 18000000.axi: bus0: Core 18 found: NAND flash controller (manuf 0x4BF, id 0x509, rev 0x01, class 0x0)
  580. [ 1.930097] bcma-host-soc 18000000.axi: bus0: Core 19 found: SPI flash controller (manuf 0x4BF, id 0x50A, rev 0x01, class 0x0)
  581. [ 1.941538] bcma-host-soc 18000000.axi: bus0: Flash type not supported
  582. [ 1.959321] bgmac_bcma bcma0:3: Found PHY addr: 0
  583. [ 1.964053] bgmac_bcma bcma0:3: Support for Roboswitch not implemented
  584. [ 1.970614] bgmac_bcma bcma0:3: Invalid MAC addr: 00:00:00:00:00:00
  585. [ 1.976912] bgmac_bcma bcma0:3: Using random MAC: a6:e0:3e:fb:bf:09
  586. [ 1.983944] b53-srab-switch b53-srab-switch: invalid resource
  587. [ 1.989753] b53-srab-switch: probe of b53-srab-switch failed with error -22
  588. [ 1.997528] bgmac_bcma bcma0:4: Found PHY addr: 30 (NOREGS)
  589. [ 2.003136] bgmac_bcma bcma0:4: Support for Roboswitch not implemented
  590. [ 2.010964] bgmac_bcma bcma0:5: Found PHY addr: 0
  591. [ 2.015696] bgmac_bcma bcma0:5: Support for Roboswitch not implemented
  592. [ 2.022277] bgmac_bcma bcma0:5: Invalid MAC addr: 00:00:00:00:00:00
  593. [ 2.028590] bgmac_bcma bcma0:5: Using random MAC: b2:92:25:33:ad:f9
  594. [ 2.036180] bgmac_bcma bcma0:6: Unsupported core_unit 3
  595. [ 2.041518] bgmac_bcma: probe of bcma0:6 failed with error -524
  596. [ 2.047600] pcie_iproc_bcma bcma0:7: host bridge /axi@18000000/pcie@12000 ranges:
  597. [ 2.055111] pcie_iproc_bcma bcma0:7: No bus range found for /axi@18000000/pcie@12000, using [bus 00-ff]
  598. [ 2.064726] OF: /axi@18000000/pcie@12000: Missing device_type
  599. [ 2.070490] pcie_iproc_bcma bcma0:7: non-prefetchable memory resource required
  600. [ 2.196723] pcie_iproc_bcma bcma0:7: link: UP
  601. [ 2.201196] pcie_iproc_bcma bcma0:7: PCI host bridge to bus 0000:00
  602. [ 2.207505] pci_bus 0000:00: root bus resource [bus 00-ff]
  603. [ 2.213004] pci_bus 0000:00: root bus resource [mem 0x08000000-0x0fffffff]
  604. [ 2.219927] pci 0000:00:00.0: [14e4:d612] type 01 class 0x060400
  605. [ 2.225948] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
  606. [ 2.235672] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
  607. [ 2.242575] PCI: bus0: Fast back to back transfers disabled
  608. [ 2.248184] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
  609. [ 2.256335] pci 0000:01:00.0: [14e4:4365] type 00 class 0x028000
  610. [ 2.262386] pci_bus 0000:01: 2-byte config write to 0000:01:00.0 offset 0x4 may corrupt adjacent RW1C bits
  611. [ 2.272090] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00007fff 64bit]
  612. [ 2.278904] pci 0000:01:00.0: reg 0x18: [mem 0x00000000-0x007fffff 64bit]
  613. [ 2.285715] pci 0000:01:00.0: reg 0x20: [mem 0x00000000-0x000fffff 64bit pref]
  614. [ 2.293039] pci 0000:01:00.0: supports D1 D2
  615. [ 2.298088] PCI: bus1: Fast back to back transfers disabled
  616. [ 2.303688] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
  617. [ 2.310346] pci 0000:00:00.0: BAR 8: assigned [mem 0x08000000-0x08bfffff]
  618. [ 2.317160] pci 0000:00:00.0: BAR 9: assigned [mem 0x08c00000-0x08cfffff 64bit pref]
  619. [ 2.324922] pci 0000:01:00.0: BAR 2: assigned [mem 0x08000000-0x087fffff 64bit]
  620. [ 2.332263] pci 0000:01:00.0: BAR 4: assigned [mem 0x08c00000-0x08cfffff 64bit pref]
  621. [ 2.340033] pci 0000:01:00.0: BAR 0: assigned [mem 0x08800000-0x08807fff 64bit]
  622. [ 2.347369] pci 0000:00:00.0: PCI bridge to [bus 01]
  623. [ 2.352346] pci 0000:00:00.0: bridge window [mem 0x08000000-0x08bfffff]
  624. [ 2.359155] pci 0000:00:00.0: bridge window [mem 0x08c00000-0x08cfffff 64bit pref]
  625. [ 2.367112] pcie_iproc_bcma bcma0:8: host bridge /axi@18000000/pcie@13000 ranges:
  626. [ 2.374627] pcie_iproc_bcma bcma0:8: No bus range found for /axi@18000000/pcie@13000, using [bus 00-ff]
  627. [ 2.384244] pcie_iproc_bcma bcma0:8: non-prefetchable memory resource required
  628. [ 2.516720] pcie_iproc_bcma bcma0:8: link: UP
  629. [ 2.521187] pcie_iproc_bcma bcma0:8: PCI host bridge to bus 0001:00
  630. [ 2.527490] pci_bus 0001:00: root bus resource [bus 00-ff]
  631. [ 2.532989] pci_bus 0001:00: root bus resource [mem 0x20000000-0x27ffffff]
  632. [ 2.539912] pci 0001:00:00.0: [14e4:d612] type 01 class 0x060400
  633. [ 2.545933] pci_bus 0001:00: 2-byte config write to 0001:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
  634. [ 2.555655] pci 0001:00:00.0: PME# supported from D0 D3hot D3cold
  635. [ 2.562554] PCI: bus0: Fast back to back transfers disabled
  636. [ 2.568160] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
  637. [ 2.576318] pci 0001:01:00.0: [14e4:4365] type 00 class 0x028000
  638. [ 2.582373] pci_bus 0001:01: 2-byte config write to 0001:01:00.0 offset 0x4 may corrupt adjacent RW1C bits
  639. [ 2.592076] pci 0001:01:00.0: reg 0x10: [mem 0x00000000-0x00007fff 64bit]
  640. [ 2.598888] pci 0001:01:00.0: reg 0x18: [mem 0x00000000-0x007fffff 64bit]
  641. [ 2.605698] pci 0001:01:00.0: reg 0x20: [mem 0x00000000-0x000fffff 64bit pref]
  642. [ 2.613023] pci 0001:01:00.0: supports D1 D2
  643. [ 2.618074] PCI: bus1: Fast back to back transfers disabled
  644. [ 2.623672] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 01
  645. [ 2.630330] pci 0001:00:00.0: BAR 8: assigned [mem 0x20000000-0x20bfffff]
  646. [ 2.637143] pci 0001:00:00.0: BAR 9: assigned [mem 0x20c00000-0x20cfffff 64bit pref]
  647. [ 2.644908] pci 0001:01:00.0: BAR 2: assigned [mem 0x20000000-0x207fffff 64bit]
  648. [ 2.652245] pci 0001:01:00.0: BAR 4: assigned [mem 0x20c00000-0x20cfffff 64bit pref]
  649. [ 2.660017] pci 0001:01:00.0: BAR 0: assigned [mem 0x20800000-0x20807fff 64bit]
  650. [ 2.667355] pci 0001:00:00.0: PCI bridge to [bus 01]
  651. [ 2.672331] pci 0001:00:00.0: bridge window [mem 0x20000000-0x20bfffff]
  652. [ 2.679141] pci 0001:00:00.0: bridge window [mem 0x20c00000-0x20cfffff 64bit pref]
  653. [ 2.687083] pcie_iproc_bcma bcma0:9: host bridge /axi@18000000/pcie@14000 ranges:
  654. [ 2.694595] pcie_iproc_bcma bcma0:9: No bus range found for /axi@18000000/pcie@14000, using [bus 00-ff]
  655. [ 2.704211] pcie_iproc_bcma bcma0:9: non-prefetchable memory resource required
  656. [ 2.826718] pcie_iproc_bcma bcma0:9: PHY or data link is INACTIVE!
  657. [ 2.832918] pcie_iproc_bcma bcma0:9: no PCIe EP device detected
  658. [ 2.839665] bcm47xx-wdt bcm47xx-wdt.0: BCM47xx Watchdog Timer enabled (30 seconds, Software Timer)
  659. [ 2.848725] bcma-host-soc 18000000.axi: bus0: Bus registered
  660. [ 2.855310] NET: Registered protocol family 10
  661. [ 2.860711] Segment Routing with IPv6
  662. [ 2.864438] NET: Registered protocol family 17
  663. [ 2.868970] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
  664. [ 2.882139] 8021q: 802.1Q VLAN Support v1.8
  665. [ 2.886375] Registering SWP/SWPB emulation handler
  666. [ 2.894022] b53-srab-switch 18007000.ethernet-switch: found switch: BCM53012, rev 0
  667. [ 3.040726] b53-srab-switch 18007000.ethernet-switch lan4 (uninitialized): PHY [dsa-0.0:00] driver [Generic PHY] (irq=POLL)
  668. [ 3.053104] b53-srab-switch 18007000.ethernet-switch lan3 (uninitialized): PHY [dsa-0.0:01] driver [Generic PHY] (irq=POLL)
  669. [ 3.065497] b53-srab-switch 18007000.ethernet-switch lan2 (uninitialized): PHY [dsa-0.0:02] driver [Generic PHY] (irq=POLL)
  670. [ 3.077898] b53-srab-switch 18007000.ethernet-switch lan1 (uninitialized): PHY [dsa-0.0:03] driver [Generic PHY] (irq=POLL)
  671. [ 3.090333] b53-srab-switch 18007000.ethernet-switch wan (uninitialized): PHY [dsa-0.0:04] driver [Generic PHY] (irq=POLL)
  672. [ 3.102902] b53-srab-switch 18007000.ethernet-switch: Using legacy PHYLIB callbacks. Please migrate to PHYLINK!
  673. [ 3.113534] b53-srab-switch 18007000.ethernet-switch: Using legacy PHYLIB callbacks. Please migrate to PHYLINK!
  674. [ 3.124477] DSA: tree 0 setup
  675. [ 3.127787] UBI: auto-attach mtd4
  676. [ 3.131123] ubi0: attaching mtd4
  677. [ 3.150883] ubi0 error: 0xc04f0b3c: PEB 0 contains corrupted VID header, and the data does not contain all 0xFF
  678. [ 3.161018] ubi0 error: 0xc04f0b4c: this may be a non-UBI PEB or a severe VID header corruption which requires manual inspection
  679. [ 3.172636] Volume identifier header dump:
  680. [ 3.176746] magic 6d6f6465
  681. [ 3.179891] version 61
  682. [ 3.182511] vol_type 48
  683. [ 3.185131] copy_flag 0
  684. [ 3.187669] compat 49
  685. [ 3.190293] vol_id 980580455
  686. [ 3.193522] lnum 1634299507
  687. [ 3.196842] data_size 1919249518
  688. [ 3.200163] used_ebs 1633843568
  689. [ 3.203479] data_pad 1630616881
  690. [ 3.206800] sqnum 7958763684828050021
  691. [ 3.210903] hdr_crc 3a747869
  692. [ 3.214046] Volume identifier header hexdump:
  693. [ 3.218430] hexdump of PEB 0 offset 4096, length 126976
  694. [ 3.617154] ubi0: scanning is finished
  695. [ 3.620921] ubi0 error: 0xc04f0e80: 1 PEBs are corrupted and preserved
  696. [ 3.627468] Corrupted PEBs are: 0
  697. [ 3.630837] ubi0 error: 0xc04e0ee4: the layout volume was not found
  698. [ 3.637244] ubi0 error: 0xc04e4700: failed to attach mtd4, error -22
  699. [ 3.643625] UBI error: cannot attach mtd4
  700. [ 3.648097] /dev/root: Can't open blockdev
  701. [ 3.652211] VFS: Cannot open root device "(null)" or unknown-block(0,0): error -6
  702. [ 3.659739] Please append a correct "root=" boot option; here are the available partitions:
  703. [ 3.668123] 1f00 512 mtdblock0
  704. [ 3.668125] (driver?)
  705. [ 3.674675] 1f01 1536 mtdblock1
  706. [ 3.674677] (driver?)
  707. [ 3.681238] 1f02 129024 mtdblock2
  708. [ 3.681241] (driver?)
  709. [ 3.687795] 1f03 4095 mtdblock3
  710. [ 3.687798] (driver?)
  711. [ 3.694345] 1f04 124928 mtdblock4
  712. [ 3.694347] (driver?)
  713. [ 3.700908] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
  714. [ 3.709198] CPU0: stopping
  715. [ 3.711912] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 5.10.161 #0
  716. [ 3.718017] Hardware name: BCM5301X
  717. [ 3.721516] Function entered at [<c0108dc0>] from [<c0104fd0>]
  718. [ 3.727358] Function entered at [<c0104fd0>] from [<c0416a60>]
  719. [ 3.733199] Function entered at [<c0416a60>] from [<c01072d8>]
  720. [ 3.739039] Function entered at [<c01072d8>] from [<c0107338>]
  721. [ 3.744878] Function entered at [<c0107338>] from [<c0169704>]
  722. [ 3.750719] Function entered at [<c0169704>] from [<c042fa20>]
  723. [ 3.756561] Function entered at [<c042fa20>] from [<c0100b4c>]
  724. [ 3.762401] Exception stack(0xc0a01f48 to 0xc0a01f90)
  725. [ 3.767459] 1f40: 0001cdd6 00000000 0001cdd8 c010faa0 c0a00000 00000000
  726. [ 3.775649] 1f60: c0a04f14 c0a04f54 c0a8f020 c0933a34 10c5387d 00000000 00000000 c0a01f98
  727. [ 3.783839] 1f80: c01026f4 c01026f8 60000013 ffffffff
  728. [ 3.788896] Function entered at [<c0100b4c>] from [<c01026f8>]
  729. [ 3.794735] Function entered at [<c01026f8>] from [<c01492c0>]
  730. [ 3.800576] Function entered at [<c01492c0>] from [<c01495d8>]
  731. [ 3.806416] Function entered at [<c01495d8>] from [<c0900f0c>]
  732. [ 3.812257] Function entered at [<c0900f0c>] from [<00000000>]
  733. [ 3.818102] Rebooting in 1 seconds..
  734. Digital core power voltage set to 1.05V
  735. Decompressing...done
  736. Digital core power voltage set to 1.05V
  737.  
  738. SHMOO VER 1.13
  739.  
  740. PKID07DC06011801080000000000001A103F01000000
  741.  
  742. S300001DF
  743. 00001470
  744.  
  745.  
  746. RDLYW0 00000004
  747.  
  748. RDENW0 00000036
  749.  
  750. RDQSW0
  751.  
  752. 0000000000111111111122222222223333333333444444444455555555556666
  753. 0123456789012345678901234567890123456789012345678901234567890123
  754. 00 -----+++++++++++++++++++++++++X++++++++++++++++++++++++---------
  755. 01 -----------+++++++++++++++++++++++++X++++++++++++++++++++++++---
  756. 02 ------------++++++++++++++++++++++++++X+++++++++++++++++++++++--
  757. 03 ---------+++++++++++++++++++++++++X+++++++++++++++++++++++++----
  758. 04 ---------+++++++++++++++++++++X+++++++++++++++++++++------------
  759. 05 --------+++++++++++++++++++++++X++++++++++++++++++++++----------
  760. 06 -------++++++++++++++++++++++++X+++++++++++++++++++++++---------
  761. 07 --------+++++++++++++++++++++++X++++++++++++++++++++++----------
  762. 08 ----+++++++++++++++++++++++++X++++++++++++++++++++++++----------
  763. 09 -------++++++++++++++++++++++++X++++++++++++++++++++++++--------
  764. 10 ----++++++++++++++++++++++++++X+++++++++++++++++++++++++--------
  765. 11 ----++++++++++++++++++++++++X+++++++++++++++++++++++------------
  766. 12 ---++++++++++++++++++++++++X++++++++++++++++++++++++------------
  767. 13 ++++++++++++++++++++++++X+++++++++++++++++++++++----------------
  768. 14 ----++++++++++++++++++++++++X++++++++++++++++++++++++-----------
  769. 15 --++++++++++++++++++++++++X+++++++++++++++++++++++--------------
  770.  
  771.  
  772. PW0
  773.  
  774. 0000000000111111111122222222223333333333444444444455555555556666
  775. 0123456789012345678901234567890123456789012345678901234567890123
  776. 00 ---++++++++++++++++++++++++++X+++++++++++++++++++++++++---------
  777. 01 ---------++++++++++++++++++++++++++X+++++++++++++++++++++++++---
  778. 02 -----------++++++++++++++++++++++++++X++++++++++++++++++++++++--
  779. 03 -------++++++++++++++++++++++++++X++++++++++++++++++++++++++----
  780. 04 -----+++++++++++++++++++++++X++++++++++++++++++++++-------------
  781. 05 ------++++++++++++++++++++++++X+++++++++++++++++++++++----------
  782. 06 -----+++++++++++++++++++++++++X++++++++++++++++++++++++---------
  783. 07 -------+++++++++++++++++++++++X+++++++++++++++++++++++----------
  784. 08 --++++++++++++++++++++++++++X+++++++++++++++++++++++++----------
  785. 09 ----+-+++++++++++++++++++++++++X++++++++++++++++++++++++--------
  786. 10 --+++++++++++++++++++++++++++X++++++++++++++++++++++++++--------
  787. 11 --+++++++++++++++++++++++++X++++++++++++++++++++++++------------
  788. 12 --+++++++++++++++++++++++++X++++++++++++++++++++++++------------
  789. 13 +++++++++++++++++++++++X+++++++++++++++++++++++-----------------
  790. 14 -++++++++++++++++++++++++++X+++++++++++++++++++++++++-----------
  791. 15 -++++++++++++++++++++++++X++++++++++++++++++++++++--------------
  792.  
  793.  
  794. NW0
  795.  
  796. 0000000000111111111122222222223333333333444444444455555555556666
  797. 0123456789012345678901234567890123456789012345678901234567890123
  798. 00 ------++++++++++++++++++++++++++X+++++++++++++++++++++++++------
  799. 01 ------------++++++++++++++++++++++++++X+++++++++++++++++++++++--
  800. 02 ------------++++++++++++++++++++++++++X++++++++++++++++++++++++-
  801. 03 ---------++++++++++++++++++++++++++X+++++++++++++++++++++++++---
  802. 04 --------+++++++++++++++++++++++X+++++++++++++++++++++++---------
  803. 05 -------++++++++++++++++++++++++X++++++++++++++++++++++++--------
  804. 06 -------++++++++++++++++++++++++++X+++++++++++++++++++++++++-----
  805. 07 --------+++++++++++++++++++++++X+++++++++++++++++++++++---------
  806. 08 ----++++++++++++++++++++++++++X++++++++++++++++++++++++++-------
  807. 09 -------+++++++++++++++++++++++++++X++++++++++++++++++++++++++---
  808. 10 ----+++++++++++++++++++++++++++X++++++++++++++++++++++++++------
  809. 11 ----+++++++++++++++++++++++++X+++++++++++++++++++++++++---------
  810. 12 ----++++++++++++++++++++++++X++++++++++++++++++++++++-----------
  811. 13 +-+++++++++++++++++++++++++X++++++++++++++++++++++++------------
  812. 14 ----+++++++++++++++++++++++++X+++++++++++++++++++++++++---------
  813. 15 --+++++++++++++++++++++++++X+++++++++++++++++++++++++-----------
  814.  
  815.  
  816. WRDQW0
  817.  
  818. 0000000000111111111122222222223333333333444444444455555555556666
  819. 0123456789012345678901234567890123456789012345678901234567890123
  820. 00 ++++++++++++++++++++++X++++++++++++++++++++++---------+++++++++-
  821. 01 ++++++++++++++++++++++++X++++++++++++++++++++++++------++++++++-
  822. 02 +++++++++++++++++++++++++X++++++++++++++++++++++++--------+++++-
  823. 03 ++++++++++++++++++++++++X++++++++++++++++++++++++------++++++++-
  824. 04 ++++++++++++++++++++++X+++++++++++++++++++++-----------++++++++-
  825. 05 ++++++++++++++++++++++X++++++++++++++++++++++----------++++++++-
  826. 06 +++++++++++++++++++++++X+++++++++++++++++++++++--------++++++++-
  827. 07 +++++++++++++++++++++++X+++++++++++++++++++++++---------+++++++-
  828. 08 ++++++++++++++++++++++X++++++++++++++++++++++----------++++++++-
  829. 09 +++++++++++++++++++++++X+++++++++++++++++++++++--------++++++++-
  830. 10 +++++++++++++++++++++++X+++++++++++++++++++++++--------++++++++-
  831. 11 ++++++++++++++++++++++X++++++++++++++++++++++----------++++++++-
  832. 12 +++++++++++++++++++++X+++++++++++++++++++++-----------+++++++++-
  833. 13 +++++++++++++++++++++X++++++++++++++++++++--------------+++++++-
  834. 14 +++++++++++++++++++++X+++++++++++++++++++++------------++++++++-
  835. 15 +++++++++++++++++++++X++++++++++++++++++++-------------++++++++-
  836.  
  837.  
  838. WRDMW0 00000023
  839. WRDMW0 00000021
  840.  
  841.  
  842. ADDR
  843.  
  844. 0000000000111111111122222222223333333333444444444455555555556666
  845. 0123456789012345678901234567890123456789012345678901234567890123
  846. 00 ++++++++++++++++++++S++++++++++X++++++++++++++++++++++++++++++++
  847.  
  848. Decompressing...done
  849.  
  850.  
  851. CFE version 7.14.131.1608 (r589038) based on BBP 1.0.37 for BCM947XX (32bit,SP,)
  852. Build Date: ? 11? 17 16:33:56 CST 2015 (ham@xpdev)
  853. Copyright (C) 2000-2008 Broadcom Corporation.
  854.  
  855. Init Arena
  856. Init Devs.
  857. Boot partition size = 262144(0x40000)
  858. DDR Clock: 800 MHz
  859. Info: DDR frequency set from clkfreq=1400,*800*
  860. et1: Broadcom BCM47XX 10/100/1000 Mbps Ethernet Controller 7.14.131.1608 (r589038)
  861. CPU type 0x0: 1400MHz
  862. Tot mem: 524288 KBytes
  863.  
  864. CFE mem: 0x00F00000 - 0x017ABEC8 (9092808)
  865. Data: 0x00F5401C - 0x00F549C4 (2472)
  866. BSS: 0x00F549D0 - 0x00FA9EC8 (349432)
  867. Heap: 0x00FA9EC8 - 0x017A9EC8 (8388608)
  868. Stack: 0x017A9EC8 - 0x017ABEC8 (8192)
  869. Text: 0x00F00000 - 0x00F4A1E0 (303584)
  870.  
  871. rtl8354mb initialized(0)(retry 0)
  872. rtk port_phyEnableAll ok
  873. rtk port_macForceLink_set ext_Port1 ok
  874. get ok, chk 0x1311:1016(0x1016), 0x1305:c010(b4~b7:0x1)
  875. Device eth0: hwaddr A8-5E-45-35-01-10, ipaddr 192.168.1.1, mask 255.255.255.0
  876. gateway not set, nameserver not set
  877. Null Rescue Flag.
  878. boot the image...
  879. go load
  880. Loader:raw Filesys:tftp Dev:eth0 File:: Options:(null)
  881. Loading: TFTP Server.
  882. ..tftp retry wait 0
  883. Failed.
  884. Could not load :: Timeout occured
  885. Loader:raw Filesys:raw Dev:nflash0.os File: Options:(null)
  886. Loading: ... 2584150 bytes read
  887. Entry at 0x00008000
  888. Closing network.
  889. Starting program at 0x00008000
  890. C:0x00008100-0x0027EE60->0x00A8F600-0x00D06360
  891. Uncompressing Linux... done, booting the kernel.
  892. [ 0.000000] Booting Linux on physical CPU 0x0
  893. [ 0.000000] Linux version 5.10.161 (builder@buildhost) (arm-openwrt-linux-muslgnueabi-gcc (OpenWrt GCC 11.2.0 r20028-43d71ad93e) 11.2.0, GNU ld (GNU Binutils) 2.37) #0 SMP Tue Jan 3 00:24:21 2023
  894. [ 0.000000] CPU: ARMv7 Processor [413fc090] revision 0 (ARMv7), cr=10c5387d
  895. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  896. [ 0.000000] OF: fdt: Machine model: Asus RT-AC88U
  897. [ 0.000000] earlycon: ns16550 at MMIO 0x18000300 (options '115200n8')
  898. [ 0.000000] printk: bootconsole [ns16550] enabled
  899. [ 0.000000] Memory policy: Data cache writealloc
  900. [ 0.000000] Hit pending asynchronous external abort (FSR=0x00001c06) during first unmask, this is most likely caused by a firmware/bootloader bug.
  901. [ 0.000000] Zone ranges:
  902. [ 0.000000] Normal [mem 0x0000000000000000-0x0000000007ffffff]
  903. [ 0.000000] HighMem [mem 0x0000000008000000-0x000000009fffffff]
  904. [ 0.000000] Movable zone start for each node
  905. [ 0.000000] Early memory node ranges
  906. [ 0.000000] node 0: [mem 0x0000000000000000-0x0000000007ffffff]
  907. [ 0.000000] node 0: [mem 0x0000000088000000-0x000000009fffffff]
  908. [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000009fffffff]
  909. [ 0.000000] percpu: Embedded 14 pages/cpu s27596 r8192 d21556 u57344
  910. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 130784
  911. [ 0.000000] Kernel command line: earlycon
  912. [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes, linear)
  913. [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes, linear)
  914. [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  915. [ 0.000000] Memory: 509280K/524288K available (6212K kernel code, 570K rwdata, 816K rodata, 1024K init, 295K bss, 15008K reserved, 0K cma-reserved, 393216K highmem)
  916. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
  917. [ 0.000000] rcu: Hierarchical RCU implementation.
  918. [ 0.000000] Tracing variant of Tasks RCU enabled.
  919. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
  920. [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
  921. [ 0.000000] L2C: DT/platform modifies aux control register: 0x0a130000 -> 0x3a530000
  922. [ 0.000000] L2C-310 enabling early BRESP for Cortex-A9
  923. [ 0.000000] L2C-310 full line of zeros enabled for Cortex-A9
  924. [ 0.000000] L2C-310 ID prefetch enabled, offset 1 lines
  925. [ 0.000000] L2C-310 dynamic clock gating enabled, standby mode enabled
  926. [ 0.000000] L2C-310 cache controller enabled, 16 ways, 256 kB
  927. [ 0.000000] L2C-310: CACHE_ID 0x410000c8, AUX_CTRL 0x7e530001
  928. [ 0.000009] sched_clock: 64 bits at 700MHz, resolution 1ns, wraps every 4398046511103ns
  929. [ 0.008085] clocksource: arm_global_timer: mask: 0xffffffffffffffff max_cycles: 0xa17102bcf3, max_idle_ns: 440795224838 ns
  930. [ 0.019234] Switching to timer-based delay loop, resolution 1ns
  931. [ 0.025389] Calibrating delay loop (skipped), value calculated using timer frequency.. 1400.00 BogoMIPS (lpj=7000000)
  932. [ 0.036109] pid_max: default: 32768 minimum: 301
  933. [ 0.040836] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
  934. [ 0.048215] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
  935. [ 0.056557] CPU: Testing write buffer coherency: ok
  936. [ 0.061490] CPU0: Spectre v2: using BPIALL workaround
  937. [ 0.066798] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  938. [ 0.072977] Setting up static identity map for 0x100000 - 0x10003c
  939. [ 0.079338] rcu: Hierarchical SRCU implementation.
  940. [ 0.084328] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build
  941. [ 0.092265] smp: Bringing up secondary CPUs ...
  942. [ 0.097438] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  943. [ 0.097446] CPU1: Spectre v2: using BPIALL workaround
  944. [ 0.108329] smp: Brought up 1 node, 2 CPUs
  945. [ 0.112451] SMP: Total of 2 processors activated (2800.00 BogoMIPS).
  946. [ 0.118855] CPU: WARNING: CPU(s) started in wrong/inconsistent modes (primary CPU mode 0x13)
  947. [ 0.127355] CPU: This may indicate a broken bootloader or firmware.
  948. [ 0.135785] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  949. [ 0.145733] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
  950. [ 0.152746] pinctrl core: initialized pinctrl subsystem
  951. [ 0.158688] NET: Registered protocol family 16
  952. [ 0.163677] DMA: preallocated 256 KiB pool for atomic coherent allocations
  953. [ 0.171199] thermal_sys: Registered thermal governor 'step_wise'
  954. [ 0.196445] clocksource: Switched to clocksource arm_global_timer
  955. [ 0.209386] NET: Registered protocol family 2
  956. [ 0.213958] IP idents hash table entries: 2048 (order: 2, 16384 bytes, linear)
  957. [ 0.221770] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
  958. [ 0.230289] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear)
  959. [ 0.238100] TCP bind hash table entries: 1024 (order: 1, 8192 bytes, linear)
  960. [ 0.245195] TCP: Hash tables configured (established 1024 bind 1024)
  961. [ 0.251695] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
  962. [ 0.258340] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
  963. [ 0.265539] NET: Registered protocol family 1
  964. [ 0.269946] PCI: CLS 0 bytes, default 64
  965. [ 0.275651] workingset: timestamp_bits=14 max_order=17 bucket_order=3
  966. [ 0.284127] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  967. [ 0.290050] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
  968. [ 0.300531] bounce: pool size: 64 pages
  969. [ 0.304421] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
  970. [ 0.313258] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
  971. [ 0.321132] printk: console [ttyS0] disabled
  972. [ 0.325578] 18000300.serial: ttyS0 at MMIO 0x18000300 (irq = 26, base_baud = 7812500) is a 16550
  973. [ 0.334466] printk: console [ttyS0] enabled
  974. [ 0.334466] printk: console [ttyS0] enabled
  975. [ 0.342903] printk: bootconsole [ns16550] disabled
  976. [ 0.342903] printk: bootconsole [ns16550] disabled
  977. [ 0.353446] bcm2835-rng 18004000.rng: hwrng registered
  978. [ 1.000967] random: crng init done
  979. [ 1.005317] nand: device found, Manufacturer ID: 0xc2, Chip ID: 0xf1
  980. [ 1.011740] nand: Macronix MX30LF1G18AC
  981. [ 1.015587] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
  982. [ 1.023196] iproc_nand 18028000.nand-controller: detected 128MiB total, 128KiB blocks, 2KiB pages, 16B OOB, 8-bit, BCH-8
  983. [ 1.034199] Scanning device for bad blocks
  984. [ 1.626902] 3 fixed-partitions partitions found on MTD device brcmnand.0
  985. [ 1.633958] Creating 3 MTD partitions on "brcmnand.0":
  986. [ 1.639138] 0x000000000000-0x000000080000 : "boot"
  987. [ 1.644438] 0x000000080000-0x000000200000 : "nvram"
  988. [ 1.649821] 0x000000200000-0x000008000000 : "firmware"
  989. [ 1.656353] 2 trx partitions found on MTD device firmware
  990. [ 1.661809] Creating 2 MTD partitions on "firmware":
  991. [ 1.666797] 0x00000000001c-0x000000400000 : "linux"
  992. [ 1.671687] mtd: partition "linux" doesn't start on an erase/write block boundary -- force read-only
  993. [ 1.681374] 0x000000400000-0x000007e00000 : "ubi"
  994. [ 1.688597] bcm_iproc 18029200.spi: using bspi-mspi mode
  995. [ 1.695796] iproc-mdio 18003000.mdio: Broadcom iProc MDIO bus registered
  996. [ 1.704007] b53-srab-switch 18007000.ethernet-switch: found switch: BCM53012, rev 0
  997. [ 1.711878] bgmac_bcma: Broadcom 47xx GBit MAC driver loaded
  998. [ 1.717956] bcma-host-soc 18000000.axi: bus0: Found chip with id 53030, rev 0x00 and package 0x00
  999. [ 1.726931] bcma-host-soc 18000000.axi: bus0: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x2A, class 0x0)
  1000. [ 1.737509] bcma-host-soc 18000000.axi: bus0: Core 1 found: Chipcommon B (manuf 0x4BF, id 0x50B, rev 0x05, class 0x0)
  1001. [ 1.748242] bcma-host-soc 18000000.axi: bus0: Core 2 found: DMA (manuf 0x4BF, id 0x502, rev 0x04, class 0x0)
  1002. [ 1.758213] bcma-host-soc 18000000.axi: bus0: Core 3 found: GBit MAC (manuf 0x4BF, id 0x82D, rev 0x07, class 0x0)
  1003. [ 1.768622] bcma-host-soc 18000000.axi: bus0: Core 4 found: GBit MAC (manuf 0x4BF, id 0x82D, rev 0x07, class 0x0)
  1004. [ 1.779022] bcma-host-soc 18000000.axi: bus0: Core 5 found: GBit MAC (manuf 0x4BF, id 0x82D, rev 0x07, class 0x0)
  1005. [ 1.789418] bcma-host-soc 18000000.axi: bus0: Core 6 found: GBit MAC (manuf 0x4BF, id 0x82D, rev 0x07, class 0x0)
  1006. [ 1.799782] bcma-host-soc 18000000.axi: bus0: Core 7 found: PCIe Gen 2 (manuf 0x4BF, id 0x501, rev 0x07, class 0x0)
  1007. [ 1.810306] bcma-host-soc 18000000.axi: bus0: Core 8 found: PCIe Gen 2 (manuf 0x4BF, id 0x501, rev 0x07, class 0x0)
  1008. [ 1.820837] bcma-host-soc 18000000.axi: bus0: Core 9 found: PCIe Gen 2 (manuf 0x4BF, id 0x501, rev 0x07, class 0x0)
  1009. [ 1.831392] bcma-host-soc 18000000.axi: bus0: Core 10 found: ARM Cortex A9 core (ihost) (manuf 0x4BF, id 0x510, rev 0x07, class 0x0)
  1010. [ 1.843421] bcma-host-soc 18000000.axi: bus0: Core 11 found: USB 2.0 (manuf 0x4BF, id 0x504, rev 0x07, class 0x0)
  1011. [ 1.853798] bcma-host-soc 18000000.axi: bus0: Core 12 found: USB 3.0 (manuf 0x4BF, id 0x505, rev 0x07, class 0x0)
  1012. [ 1.864182] bcma-host-soc 18000000.axi: bus0: Core 13 found: SDIO3 (manuf 0x4BF, id 0x503, rev 0x01, class 0x0)
  1013. [ 1.874392] bcma-host-soc 18000000.axi: bus0: Core 14 found: I2S (manuf 0x4BF, id 0x834, rev 0x03, class 0x0)
  1014. [ 1.884421] bcma-host-soc 18000000.axi: bus0: Core 15 found: ARM Cortex A9 JTAG (manuf 0x4BF, id 0x506, rev 0x01, class 0x0)
  1015. [ 1.895764] bcma-host-soc 18000000.axi: bus0: Core 16 found: Denali DDR2/DDR3 memory controller (manuf 0x4BF, id 0x507, rev 0x01, class 0x0)
  1016. [ 1.908494] bcma-host-soc 18000000.axi: bus0: Core 17 found: ROM (manuf 0x4BF, id 0x508, rev 0x08, class 0x0)
  1017. [ 1.918541] bcma-host-soc 18000000.axi: bus0: Core 18 found: NAND flash controller (manuf 0x4BF, id 0x509, rev 0x01, class 0x0)
  1018. [ 1.930145] bcma-host-soc 18000000.axi: bus0: Core 19 found: SPI flash controller (manuf 0x4BF, id 0x50A, rev 0x01, class 0x0)
  1019. [ 1.941584] bcma-host-soc 18000000.axi: bus0: Flash type not supported
  1020. [ 1.959352] bgmac_bcma bcma0:3: Found PHY addr: 0
  1021. [ 1.964083] bgmac_bcma bcma0:3: Support for Roboswitch not implemented
  1022. [ 1.970644] bgmac_bcma bcma0:3: Invalid MAC addr: 00:00:00:00:00:00
  1023. [ 1.976942] bgmac_bcma bcma0:3: Using random MAC: 46:92:08:7e:9b:74
  1024. [ 1.983953] b53-srab-switch b53-srab-switch: invalid resource
  1025. [ 1.989755] b53-srab-switch: probe of b53-srab-switch failed with error -22
  1026. [ 1.997552] bgmac_bcma bcma0:4: Found PHY addr: 30 (NOREGS)
  1027. [ 2.003157] bgmac_bcma bcma0:4: Support for Roboswitch not implemented
  1028. [ 2.010985] bgmac_bcma bcma0:5: Found PHY addr: 0
  1029. [ 2.015717] bgmac_bcma bcma0:5: Support for Roboswitch not implemented
  1030. [ 2.022298] bgmac_bcma bcma0:5: Invalid MAC addr: 00:00:00:00:00:00
  1031. [ 2.028610] bgmac_bcma bcma0:5: Using random MAC: f6:59:c7:6e:bc:58
  1032. [ 2.036192] bgmac_bcma bcma0:6: Unsupported core_unit 3
  1033. [ 2.041531] bgmac_bcma: probe of bcma0:6 failed with error -524
  1034. [ 2.047607] pcie_iproc_bcma bcma0:7: host bridge /axi@18000000/pcie@12000 ranges:
  1035. [ 2.055126] pcie_iproc_bcma bcma0:7: No bus range found for /axi@18000000/pcie@12000, using [bus 00-ff]
  1036. [ 2.064739] OF: /axi@18000000/pcie@12000: Missing device_type
  1037. [ 2.070502] pcie_iproc_bcma bcma0:7: non-prefetchable memory resource required
  1038. [ 2.206363] pcie_iproc_bcma bcma0:7: link: UP
  1039. [ 2.210838] pcie_iproc_bcma bcma0:7: PCI host bridge to bus 0000:00
  1040. [ 2.217146] pci_bus 0000:00: root bus resource [bus 00-ff]
  1041. [ 2.222651] pci_bus 0000:00: root bus resource [mem 0x08000000-0x0fffffff]
  1042. [ 2.229575] pci 0000:00:00.0: [14e4:d612] type 01 class 0x060400
  1043. [ 2.235596] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
  1044. [ 2.245319] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
  1045. [ 2.252225] PCI: bus0: Fast back to back transfers disabled
  1046. [ 2.257831] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
  1047. [ 2.265981] pci 0000:01:00.0: [14e4:4365] type 00 class 0x028000
  1048. [ 2.272028] pci_bus 0000:01: 2-byte config write to 0000:01:00.0 offset 0x4 may corrupt adjacent RW1C bits
  1049. [ 2.281731] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00007fff 64bit]
  1050. [ 2.288542] pci 0000:01:00.0: reg 0x18: [mem 0x00000000-0x007fffff 64bit]
  1051. [ 2.295352] pci 0000:01:00.0: reg 0x20: [mem 0x00000000-0x000fffff 64bit pref]
  1052. [ 2.302677] pci 0000:01:00.0: supports D1 D2
  1053. [ 2.307734] PCI: bus1: Fast back to back transfers disabled
  1054. [ 2.313326] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
  1055. [ 2.319984] pci 0000:00:00.0: BAR 8: assigned [mem 0x08000000-0x08bfffff]
  1056. [ 2.326799] pci 0000:00:00.0: BAR 9: assigned [mem 0x08c00000-0x08cfffff 64bit pref]
  1057. [ 2.334562] pci 0000:01:00.0: BAR 2: assigned [mem 0x08000000-0x087fffff 64bit]
  1058. [ 2.341901] pci 0000:01:00.0: BAR 4: assigned [mem 0x08c00000-0x08cfffff 64bit pref]
  1059. [ 2.349672] pci 0000:01:00.0: BAR 0: assigned [mem 0x08800000-0x08807fff 64bit]
  1060. [ 2.357008] pci 0000:00:00.0: PCI bridge to [bus 01]
  1061. [ 2.361985] pci 0000:00:00.0: bridge window [mem 0x08000000-0x08bfffff]
  1062. [ 2.368795] pci 0000:00:00.0: bridge window [mem 0x08c00000-0x08cfffff 64bit pref]
  1063. [ 2.376747] pcie_iproc_bcma bcma0:8: host bridge /axi@18000000/pcie@13000 ranges:
  1064. [ 2.384267] pcie_iproc_bcma bcma0:8: No bus range found for /axi@18000000/pcie@13000, using [bus 00-ff]
  1065. [ 2.393883] pcie_iproc_bcma bcma0:8: non-prefetchable memory resource required
  1066. [ 2.516357] pcie_iproc_bcma bcma0:8: link: UP
  1067. [ 2.520826] pcie_iproc_bcma bcma0:8: PCI host bridge to bus 0001:00
  1068. [ 2.527137] pci_bus 0001:00: root bus resource [bus 00-ff]
  1069. [ 2.532635] pci_bus 0001:00: root bus resource [mem 0x20000000-0x27ffffff]
  1070. [ 2.539558] pci 0001:00:00.0: [14e4:d612] type 01 class 0x060400
  1071. [ 2.545580] pci_bus 0001:00: 2-byte config write to 0001:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
  1072. [ 2.555301] pci 0001:00:00.0: PME# supported from D0 D3hot D3cold
  1073. [ 2.562194] PCI: bus0: Fast back to back transfers disabled
  1074. [ 2.567796] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
  1075. [ 2.575949] pci 0001:01:00.0: [14e4:4365] type 00 class 0x028000
  1076. [ 2.582003] pci_bus 0001:01: 2-byte config write to 0001:01:00.0 offset 0x4 may corrupt adjacent RW1C bits
  1077. [ 2.591706] pci 0001:01:00.0: reg 0x10: [mem 0x00000000-0x00007fff 64bit]
  1078. [ 2.598519] pci 0001:01:00.0: reg 0x18: [mem 0x00000000-0x007fffff 64bit]
  1079. [ 2.605329] pci 0001:01:00.0: reg 0x20: [mem 0x00000000-0x000fffff 64bit pref]
  1080. [ 2.612654] pci 0001:01:00.0: supports D1 D2
  1081. [ 2.617705] PCI: bus1: Fast back to back transfers disabled
  1082. [ 2.623303] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 01
  1083. [ 2.629960] pci 0001:00:00.0: BAR 8: assigned [mem 0x20000000-0x20bfffff]
  1084. [ 2.636774] pci 0001:00:00.0: BAR 9: assigned [mem 0x20c00000-0x20cfffff 64bit pref]
  1085. [ 2.644537] pci 0001:01:00.0: BAR 2: assigned [mem 0x20000000-0x207fffff 64bit]
  1086. [ 2.651878] pci 0001:01:00.0: BAR 4: assigned [mem 0x20c00000-0x20cfffff 64bit pref]
  1087. [ 2.659647] pci 0001:01:00.0: BAR 0: assigned [mem 0x20800000-0x20807fff 64bit]
  1088. [ 2.666984] pci 0001:00:00.0: PCI bridge to [bus 01]
  1089. [ 2.671960] pci 0001:00:00.0: bridge window [mem 0x20000000-0x20bfffff]
  1090. [ 2.678771] pci 0001:00:00.0: bridge window [mem 0x20c00000-0x20cfffff 64bit pref]
  1091. [ 2.686712] pcie_iproc_bcma bcma0:9: host bridge /axi@18000000/pcie@14000 ranges:
  1092. [ 2.694225] pcie_iproc_bcma bcma0:9: No bus range found for /axi@18000000/pcie@14000, using [bus 00-ff]
  1093. [ 2.703840] pcie_iproc_bcma bcma0:9: non-prefetchable memory resource required
  1094. [ 2.836357] pcie_iproc_bcma bcma0:9: PHY or data link is INACTIVE!
  1095. [ 2.842557] pcie_iproc_bcma bcma0:9: no PCIe EP device detected
  1096. [ 2.849306] bcm47xx-wdt bcm47xx-wdt.0: BCM47xx Watchdog Timer enabled (30 seconds, Software Timer)
  1097. [ 2.858370] bcma-host-soc 18000000.axi: bus0: Bus registered
  1098. [ 2.864963] NET: Registered protocol family 10
  1099. [ 2.870356] Segment Routing with IPv6
  1100. [ 2.874083] NET: Registered protocol family 17
  1101. [ 2.878608] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
  1102. [ 2.891779] 8021q: 802.1Q VLAN Support v1.8
  1103. [ 2.896015] Registering SWP/SWPB emulation handler
  1104. [ 2.903681] b53-srab-switch 18007000.ethernet-switch: found switch: BCM53012, rev 0
  1105. [ 3.030315] b53-srab-switch 18007000.ethernet-switch lan4 (uninitialized): PHY [dsa-0.0:00] driver [Generic PHY] (irq=POLL)
  1106. [ 3.042701] b53-srab-switch 18007000.ethernet-switch lan3 (uninitialized): PHY [dsa-0.0:01] driver [Generic PHY] (irq=POLL)
  1107. [ 3.055061] b53-srab-switch 18007000.ethernet-switch lan2 (uninitialized): PHY [dsa-0.0:02] driver [Generic PHY] (irq=POLL)
  1108. [ 3.067465] b53-srab-switch 18007000.ethernet-switch lan1 (uninitialized): PHY [dsa-0.0:03] driver [Generic PHY] (irq=POLL)
  1109. [ 3.079927] b53-srab-switch 18007000.ethernet-switch wan (uninitialized): PHY [dsa-0.0:04] driver [Generic PHY] (irq=POLL)
  1110. [ 3.092492] b53-srab-switch 18007000.ethernet-switch: Using legacy PHYLIB callbacks. Please migrate to PHYLINK!
  1111. [ 3.103122] b53-srab-switch 18007000.ethernet-switch: Using legacy PHYLIB callbacks. Please migrate to PHYLINK!
  1112. [ 3.114067] DSA: tree 0 setup
  1113. [ 3.117361] UBI: auto-attach mtd4
  1114. [ 3.120698] ubi0: attaching mtd4
  1115. [ 3.140464] ubi0 error: 0xc04f0b3c: PEB 0 contains corrupted VID header, and the data does not contain all 0xFF
  1116. [ 3.150602] ubi0 error: 0xc04f0b4c: this may be a non-UBI PEB or a severe VID header corruption which requires manual inspection
  1117. [ 3.162223] Volume identifier header dump:
  1118. [ 3.166327] magic 6d6f6465
  1119. [ 3.169474] version 61
  1120. [ 3.172097] vol_type 48
  1121. [ 3.174717] copy_flag 0
  1122. [ 3.177253] compat 49
  1123. [ 3.179879] vol_id 980580455
  1124. [ 3.183108] lnum 1634299507
  1125. [ 3.186427] data_size 1919249518
  1126. [ 3.189749] used_ebs 1633843568
  1127. [ 3.193065] data_pad 1630616881
  1128. [ 3.196385] sqnum 7958763684828050021
  1129. [ 3.200489] hdr_crc 3a747869
  1130. [ 3.203632] Volume identifier header hexdump:
  1131. [ 3.208014] hexdump of PEB 0 offset 4096, length 126976
  1132. [ 3.606776] ubi0: scanning is finished
  1133. [ 3.610541] ubi0 error: 0xc04f0e80: 1 PEBs are corrupted and preserved
  1134. [ 3.617088] Corrupted PEBs are: 0
  1135. [ 3.620460] ubi0 error: 0xc04e0ee4: the layout volume was not found
  1136. [ 3.626873] ubi0 error: 0xc04e4700: failed to attach mtd4, error -22
  1137. [ 3.633256] UBI error: cannot attach mtd4
  1138. [ 3.637736] /dev/root: Can't open blockdev
  1139. [ 3.641848] VFS: Cannot open root device "(null)" or unknown-block(0,0): error -6
  1140. [ 3.649376] Please append a correct "root=" boot option; here are the available partitions:
  1141. [ 3.657762] 1f00 512 mtdblock0
  1142. [ 3.657764] (driver?)
  1143. [ 3.664312] 1f01 1536 mtdblock1
  1144. [ 3.664315] (driver?)
  1145. [ 3.670876] 1f02 129024 mtdblock2
  1146. [ 3.670878] (driver?)
  1147. [ 3.677433] 1f03 4095 mtdblock3
  1148. [ 3.677435] (driver?)
  1149. [ 3.683983] 1f04 124928 mtdblock4
  1150. [ 3.683985] (driver?)
  1151. [ 3.690545] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
  1152. [ 3.698826] CPU0: stopping
  1153. [ 3.701540] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 5.10.161 #0
  1154. [ 3.707646] Hardware name: BCM5301X
  1155. [ 3.711145] Function entered at [<c0108dc0>] from [<c0104fd0>]
  1156. [ 3.716987] Function entered at [<c0104fd0>] from [<c0416a60>]
  1157. [ 3.722828] Function entered at [<c0416a60>] from [<c01072d8>]
  1158. [ 3.728667] Function entered at [<c01072d8>] from [<c0107338>]
  1159. [ 3.734507] Function entered at [<c0107338>] from [<c0169704>]
  1160. [ 3.740349] Function entered at [<c0169704>] from [<c042fa20>]
  1161. [ 3.746190] Function entered at [<c042fa20>] from [<c0100b4c>]
  1162. [ 3.752029] Exception stack(0xc0a01f48 to 0xc0a01f90)
  1163. [ 3.757088] 1f40: 0001cd1e 00000000 0001cd20 c010faa0 c0a00000 00000000
  1164. [ 3.765287] 1f60: c0a04f14 c0a04f54 c0a8f020 c0933a34 10c5387d 00000000 00000000 c0a01f98
  1165. [ 3.773476] 1f80: c01026f4 c01026f8 60000013 ffffffff
  1166. [ 3.778533] Function entered at [<c0100b4c>] from [<c01026f8>]
  1167. [ 3.784373] Function entered at [<c01026f8>] from [<c01492c0>]
  1168. [ 3.790214] Function entered at [<c01492c0>] from [<c01495d8>]
  1169. [ 3.796053] Function entered at [<c01495d8>] from [<c0900f0c>]
  1170. [ 3.801895] Function entered at [<c0900f0c>] from [<00000000>]
  1171. [ 3.807742] Rebooting in 1 seconds..
  1172. Digital core power voltage set to 1.05V
  1173. Decompressing...done
  1174. Digital core power voltage set to 1.05V
  1175.  
  1176. SHMOO VER 1.13
  1177.  
  1178. PKID07DC06011801080000000000001A103F01000000
  1179.  
  1180. S300001DB
  1181. 00001480
  1182.  
  1183.  
  1184. RDLYW0 00000004
  1185.  
  1186. RDENW0 00000036
  1187.  
  1188. RDQSW0
  1189.  
  1190. 0000000000111111111122222222223333333333444444444455555555556666
  1191. 0123456789012345678901234567890123456789012345678901234567890123
  1192. 00 -----+++++++++++++++++++++++++X++++++++++++++++++++++++---------
  1193. 01 ------------++++++++++++++++++++++++X++++++++++++++++++++++++---
  1194. 02 ------------++++++++++++++++++++++++++X+++++++++++++++++++++++--
  1195. 03 ---------+++++++++++++++++++++++++X+++++++++++++++++++++++++----
  1196. 04 --------++++++++++++++++++++++X+++++++++++++++++++++------------
  1197. 05 ------++++++++++++++++++++++++X+++++++++++++++++++++++----------
  1198. 06 -------++++++++++++++++++++++++X+++++++++++++++++++++++---------
  1199. 07 --------+++++++++++++++++++++++X++++++++++++++++++++++----------
  1200. 08 ----+++++++++++++++++++++++++X++++++++++++++++++++++++----------
  1201. 09 --------++++++++++++++++++++++++X+++++++++++++++++++++++--------
  1202. 10 ----++++++++++++++++++++++++++X+++++++++++++++++++++++++--------
  1203. 11 -----+++++++++++++++++++++++X+++++++++++++++++++++++------------
  1204. 12 ----++++++++++++++++++++++++X+++++++++++++++++++++++------------
  1205. 13 -+++++++++++++++++++++++X+++++++++++++++++++++++----------------
  1206. 14 ----++++++++++++++++++++++++X++++++++++++++++++++++++-----------
  1207. 15 -++++++++++++++++++++++++X++++++++++++++++++++++++--------------
  1208.  
  1209.  
  1210. PW0
  1211.  
  1212. 0000000000111111111122222222223333333333444444444455555555556666
  1213. 0123456789012345678901234567890123456789012345678901234567890123
  1214. 00 ---++++++++++++++++++++++++++X+++++++++++++++++++++++++---------
  1215. 01 ---------++++++++++++++++++++++++++X+++++++++++++++++++++++++---
  1216. 02 -----------++++++++++++++++++++++++++X++++++++++++++++++++++++--
  1217. 03 ------+++++++++++++++++++++++++++X++++++++++++++++++++++++++----
  1218. 04 -----+++++++++++++++++++++++X+++++++++++++++++++++++------------
  1219. 05 ------++++++++++++++++++++++++X+++++++++++++++++++++++----------
  1220. 06 -----++++++++++++++++++++++++X++++++++++++++++++++++++----------
  1221. 07 -------+++++++++++++++++++++++X+++++++++++++++++++++++----------
  1222. 08 --++++++++++++++++++++++++++X+++++++++++++++++++++++++----------
  1223. 09 ------+++++++++++++++++++++++++X++++++++++++++++++++++++--------
  1224. 10 --+++++++++++++++++++++++++++X++++++++++++++++++++++++++--------
  1225. 11 --+++++++++++++++++++++++++X++++++++++++++++++++++++------------
  1226. 12 ++++++++++++++++++++++++++X+++++++++++++++++++++++++------------
  1227. 13 +++++++++++++++++++++++X+++++++++++++++++++++++-----------------
  1228. 14 -++++++++++++++++++++++++++X+++++++++++++++++++++++++-----------
  1229. 15 -++++++++++++++++++++++++X+++++++++++++++++++++++---------------
  1230.  
  1231.  
  1232. NW0
  1233.  
  1234. 0000000000111111111122222222223333333333444444444455555555556666
  1235. 0123456789012345678901234567890123456789012345678901234567890123
  1236. 00 -----++++++++++++++++++++++++++X+++++++++++++++++++++++++-------
  1237. 01 ------------++++++++++++++++++++++++++X++++++++++++++++++++++++-
  1238. 02 -----------++++++++++++++++++++++++++X+++++++++++++++++++++++++-
  1239. 03 ---------++++++++++++++++++++++++++X+++++++++++++++++++++++++---
  1240. 04 --------+++++++++++++++++++++++X+++++++++++++++++++++++---------
  1241. 05 -------++++++++++++++++++++++++X++++++++++++++++++++++++--------
  1242. 06 -------+++++++++++++++++++++++++X+++++++++++++++++++++++++------
  1243. 07 --------+++++++++++++++++++++++X+++++++++++++++++++++++---------
  1244. 08 ----++++++++++++++++++++++++++X+++++++++++++++++++++++++--------
  1245. 09 ---------+++++++++++++++++++++++++X+++++++++++++++++++++++++----
  1246. 10 ----+++++++++++++++++++++++++++X++++++++++++++++++++++++++------
  1247. 11 -----+++++++++++++++++++++++++X+++++++++++++++++++++++++--------
  1248. 12 ----++++++++++++++++++++++++X++++++++++++++++++++++++-----------
  1249. 13 -+++++++++++++++++++++++++X+++++++++++++++++++++++++------------
  1250. 14 ----+++++++++++++++++++++++++X+++++++++++++++++++++++++---------
  1251. 15 ---++++++++++++++++++++++++X++++++++++++++++++++++++------------
  1252.  
  1253.  
  1254. WRDQW0
  1255.  
  1256. 0000000000111111111122222222223333333333444444444455555555556666
  1257. 0123456789012345678901234567890123456789012345678901234567890123
  1258. 00 ++++++++++++++++++++++X+++++++++++++++++++++----------+++++++++-
  1259. 01 ++++++++++++++++++++++++X+++++++++++++++++++++++-------++++++++-
  1260. 02 +++++++++++++++++++++++++X+++++++++++++++++++++++++------++++++-
  1261. 03 ++++++++++++++++++++++++X+++++++++++++++++++++++-------++++++++-
  1262. 04 ++++++++++++++++++++++X++++++++++++++++++++++----------++++++++-
  1263. 05 ++++++++++++++++++++++X++++++++++++++++++++++----------++++++++-
  1264. 06 +++++++++++++++++++++++X+++++++++++++++++++++++--------++++++++-
  1265. 07 +++++++++++++++++++++++X+++++++++++++++++++++++--------++++++++-
  1266. 08 ++++++++++++++++++++++X++++++++++++++++++++++----------++++++++-
  1267. 09 +++++++++++++++++++++++X+++++++++++++++++++++++--------++++++++-
  1268. 10 +++++++++++++++++++++++X+++++++++++++++++++++++--------++++++++-
  1269. 11 +++++++++++++++++++++X+++++++++++++++++++++------------++++++++-
  1270. 12 +++++++++++++++++++++X+++++++++++++++++++++-----------+++++++++-
  1271. 13 ++++++++++++++++++++X++++++++++++++++++++---------------+++++++-
  1272. 14 +++++++++++++++++++++X+++++++++++++++++++++------------++++++++-
  1273. 15 ++++++++++++++++++++X++++++++++++++++++++--------------++++++++-
  1274.  
  1275.  
  1276. WRDMW0 00000023
  1277. WRDMW0 00000021
  1278.  
  1279.  
  1280. ADDR
  1281.  
  1282. 0000000000111111111122222222223333333333444444444455555555556666
  1283. 0123456789012345678901234567890123456789012345678901234567890123
  1284. 00 ++++++++++++++++++++S++++++++++X++++++++++++++++++++++++++++++++
  1285.  
  1286. Decompressing...done
  1287.  
  1288.  
  1289. CFE version 7.14.131.1608 (r589038) based on BBP 1.0.37 for BCM947XX (32bit,SP,)
  1290. Build Date: ? 11? 17 16:33:56 CST 2015 (ham@xpdev)
  1291. Copyright (C) 2000-2008 Broadcom Corporation.
  1292.  
  1293. Init Arena
  1294. Init Devs.
  1295. Boot partition size = 262144(0x40000)
  1296. DDR Clock: 800 MHz
  1297. Info: DDR frequency set from clkfreq=1400,*800*
  1298. et1: Broadcom BCM47XX 10/100/1000 Mbps Ethernet Controller 7.14.131.1608 (r589038)
  1299. CPU type 0x0: 1400MHz
  1300. Tot mem: 524288 KBytes
  1301.  
  1302. CFE mem: 0x00F00000 - 0x017ABEC8 (9092808)
  1303. Data: 0x00F5401C - 0x00F549C4 (2472)
  1304. BSS: 0x00F549D0 - 0x00FA9EC8 (349432)
  1305. Heap: 0x00FA9EC8 - 0x017A9EC8 (8388608)
  1306. Stack: 0x017A9EC8 - 0x017ABEC8 (8192)
  1307. Text: 0x00F00000 - 0x00F4A1E0 (303584)
  1308.  
  1309. rtl8354mb initialized(0)(retry 0)
  1310. rtk port_phyEnableAll ok
  1311. rtk port_macForceLink_set ext_Port1 ok
  1312. get ok, chk 0x1311:1016(0x1016), 0x1305:c010(b4~b7:0x1)
  1313. Device eth0: hwaddr A8-5E-45-35-01-10, ipaddr 192.168.1.1, mask 255.255.255.0
  1314. gateway not set, nameserver not set
  1315. Null Rescue Flag.
  1316. boot the image...
  1317. go load
  1318. Loader:raw Filesys:tftp Dev:eth0 File:: Options:(null)
  1319. Loading: TFTP Server.
  1320. ..tftp retry wait 0
  1321. Failed.
  1322. Could not load :: Timeout occured
  1323. Loader:raw Filesys:raw Dev:nflash0.os File: Options:(null)
  1324. Loading: ... 2584150 bytes read
  1325. Entry at 0x00008000
  1326. Closing network.
  1327. Starting program at 0x00008000
  1328. C:0x00008100-0x0027EE60->0x00A8F600-0x00D06360
  1329. Uncompressing Linux... done, booting the kernel.
  1330. [ 0.000000] Booting Linux on physical CPU 0x0
  1331. [ 0.000000] Linux version 5.10.161 (builder@buildhost) (arm-openwrt-linux-muslgnueabi-gcc (OpenWrt GCC 11.2.0 r20028-43d71ad93e) 11.2.0, GNU ld (GNU Binutils) 2.37) #0 SMP Tue Jan 3 00:24:21 2023
  1332. [ 0.000000] CPU: ARMv7 Processor [413fc090] revision 0 (ARMv7), cr=10c5387d
  1333. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  1334. [ 0.000000] OF: fdt: Machine model: Asus RT-AC88U
  1335. [ 0.000000] earlycon: ns16550 at MMIO 0x18000300 (options '115200n8')
  1336. [ 0.000000] printk: bootconsole [ns16550] enabled
  1337. [ 0.000000] Memory policy: Data cache writealloc
  1338. [ 0.000000] Hit pending asynchronous external abort (FSR=0x00001c06) during first unmask, this is most likely caused by a firmware/bootloader bug.
  1339. [ 0.000000] Zone ranges:
  1340. [ 0.000000] Normal [mem 0x0000000000000000-0x0000000007ffffff]
  1341. [ 0.000000] HighMem [mem 0x0000000008000000-0x000000009fffffff]
  1342. [ 0.000000] Movable zone start for each node
  1343. [ 0.000000] Early memory node ranges
  1344. [ 0.000000] node 0: [mem 0x0000000000000000-0x0000000007ffffff]
  1345. [ 0.000000] node 0: [mem 0x0000000088000000-0x000000009fffffff]
  1346. [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000009fffffff]
  1347. [ 0.000000] percpu: Embedded 14 pages/cpu s27596 r8192 d21556 u57344
  1348. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 130784
  1349. [ 0.000000] Kernel command line: earlycon
  1350. [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes, linear)
  1351. [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes, linear)
  1352. [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  1353. [ 0.000000] Memory: 509280K/524288K available (6212K kernel code, 570K rwdata, 816K rodata, 1024K init, 295K bss, 15008K reserved, 0K cma-reserved, 393216K highmem)
  1354. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
  1355. [ 0.000000] rcu: Hierarchical RCU implementation.
  1356. [ 0.000000] Tracing variant of Tasks RCU enabled.
  1357. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
  1358. [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
  1359. [ 0.000000] L2C: DT/platform modifies aux control register: 0x0a130000 -> 0x3a530000
  1360. [ 0.000000] L2C-310 enabling early BRESP for Cortex-A9
  1361. [ 0.000000] L2C-310 full line of zeros enabled for Cortex-A9
  1362. [ 0.000000] L2C-310 ID prefetch enabled, offset 1 lines
  1363. [ 0.000000] L2C-310 dynamic clock gating enabled, standby mode enabled
  1364. [ 0.000000] L2C-310 cache controller enabled, 16 ways, 256 kB
  1365. [ 0.000000] L2C-310: CACHE_ID 0x410000c8, AUX_CTRL 0x7e530001
  1366. [ 0.000009] sched_clock: 64 bits at 700MHz, resolution 1ns, wraps every 4398046511103ns
  1367. [ 0.008039] clocksource: arm_global_timer: mask: 0xffffffffffffffff max_cycles: 0xa17102bcf3, max_idle_ns: 440795224838 ns
  1368. [ 0.019143] Switching to timer-based delay loop, resolution 1ns
  1369. [ 0.025290] Calibrating delay loop (skipped), value calculated using timer frequency.. 1400.00 BogoMIPS (lpj=7000000)
  1370. [ 0.035992] pid_max: default: 32768 minimum: 301
  1371. [ 0.040712] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
  1372. [ 0.048091] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
  1373. [ 0.056409] CPU: Testing write buffer coherency: ok
  1374. [ 0.061356] CPU0: Spectre v2: using BPIALL workaround
  1375. [ 0.066684] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  1376. [ 0.072827] Setting up static identity map for 0x100000 - 0x10003c
  1377. [ 0.079187] rcu: Hierarchical SRCU implementation.
  1378. [ 0.084157] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build
  1379. [ 0.092071] smp: Bringing up secondary CPUs ...
  1380. [ 0.097274] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  1381. [ 0.097281] CPU1: Spectre v2: using BPIALL workaround
  1382. [ 0.108125] smp: Brought up 1 node, 2 CPUs
  1383. [ 0.112265] SMP: Total of 2 processors activated (2800.00 BogoMIPS).
  1384. [ 0.118670] CPU: WARNING: CPU(s) started in wrong/inconsistent modes (primary CPU mode 0x13)
  1385. [ 0.127186] CPU: This may indicate a broken bootloader or firmware.
  1386. [ 0.135626] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  1387. [ 0.145548] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
  1388. [ 0.152525] pinctrl core: initialized pinctrl subsystem
  1389. [ 0.158463] NET: Registered protocol family 16
  1390. [ 0.163424] DMA: preallocated 256 KiB pool for atomic coherent allocations
  1391. [ 0.170952] thermal_sys: Registered thermal governor 'step_wise'
  1392. [ 0.196415] clocksource: Switched to clocksource arm_global_timer
  1393. [ 0.209397] NET: Registered protocol family 2
  1394. [ 0.213977] IP idents hash table entries: 2048 (order: 2, 16384 bytes, linear)
  1395. [ 0.221762] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
  1396. [ 0.230286] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear)
  1397. [ 0.238098] TCP bind hash table entries: 1024 (order: 1, 8192 bytes, linear)
  1398. [ 0.245183] TCP: Hash tables configured (established 1024 bind 1024)
  1399. [ 0.251692] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
  1400. [ 0.258318] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
  1401. [ 0.265512] NET: Registered protocol family 1
  1402. [ 0.269934] PCI: CLS 0 bytes, default 64
  1403. [ 0.275649] workingset: timestamp_bits=14 max_order=17 bucket_order=3
  1404. [ 0.284108] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  1405. [ 0.290021] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
  1406. [ 0.300446] bounce: pool size: 64 pages
  1407. [ 0.304369] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
  1408. [ 0.313186] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
  1409. [ 0.321065] printk: console [ttyS0] disabled
  1410. [ 0.325523] 18000300.serial: ttyS0 at MMIO 0x18000300 (irq = 26, base_baud = 7812500) is a 16550
  1411. [ 0.334471] printk: console [ttyS0] enabled
  1412. [ 0.334471] printk: console [ttyS0] enabled
  1413. [ 0.342892] printk: bootconsole [ns16550] disabled
  1414. [ 0.342892] printk: bootconsole [ns16550] disabled
  1415. [ 0.353417] bcm2835-rng 18004000.rng: hwrng registered
  1416. [ 1.000420] random: crng init done
  1417. [ 1.004751] nand: device found, Manufacturer ID: 0xc2, Chip ID: 0xf1
  1418. [ 1.011168] nand: Macronix MX30LF1G18AC
  1419. [ 1.015011] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
  1420. [ 1.022629] iproc_nand 18028000.nand-controller: detected 128MiB total, 128KiB blocks, 2KiB pages, 16B OOB, 8-bit, BCH-8
  1421. [ 1.033622] Scanning device for bad blocks
  1422. [ 1.626235] 3 fixed-partitions partitions found on MTD device brcmnand.0
  1423. [ 1.633275] Creating 3 MTD partitions on "brcmnand.0":
  1424. [ 1.638457] 0x000000000000-0x000000080000 : "boot"
  1425. [ 1.643727] 0x000000080000-0x000000200000 : "nvram"
  1426. [ 1.649069] 0x000000200000-0x000008000000 : "firmware"
  1427. [ 1.655568] 2 trx partitions found on MTD device firmware
  1428. [ 1.661004] Creating 2 MTD partitions on "firmware":
  1429. [ 1.665986] 0x00000000001c-0x000000400000 : "linux"
  1430. [ 1.670879] mtd: partition "linux" doesn't start on an erase/write block boundary -- force read-only
  1431. [ 1.680534] 0x000000400000-0x000007e00000 : "ubi"
  1432. [ 1.687734] bcm_iproc 18029200.spi: using bspi-mspi mode
  1433. [ 1.694932] iproc-mdio 18003000.mdio: Broadcom iProc MDIO bus registered
  1434. [ 1.703159] b53-srab-switch 18007000.ethernet-switch: found switch: BCM53012, rev 0
  1435. [ 1.711025] bgmac_bcma: Broadcom 47xx GBit MAC driver loaded
  1436. [ 1.717113] bcma-host-soc 18000000.axi: bus0: Found chip with id 53030, rev 0x00 and package 0x00
  1437. [ 1.726080] bcma-host-soc 18000000.axi: bus0: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x2A, class 0x0)
  1438. [ 1.736662] bcma-host-soc 18000000.axi: bus0: Core 1 found: Chipcommon B (manuf 0x4BF, id 0x50B, rev 0x05, class 0x0)
  1439. [ 1.747396] bcma-host-soc 18000000.axi: bus0: Core 2 found: DMA (manuf 0x4BF, id 0x502, rev 0x04, class 0x0)
  1440. [ 1.757369] bcma-host-soc 18000000.axi: bus0: Core 3 found: GBit MAC (manuf 0x4BF, id 0x82D, rev 0x07, class 0x0)
  1441. [ 1.767775] bcma-host-soc 18000000.axi: bus0: Core 4 found: GBit MAC (manuf 0x4BF, id 0x82D, rev 0x07, class 0x0)
  1442. [ 1.778167] bcma-host-soc 18000000.axi: bus0: Core 5 found: GBit MAC (manuf 0x4BF, id 0x82D, rev 0x07, class 0x0)
  1443. [ 1.788556] bcma-host-soc 18000000.axi: bus0: Core 6 found: GBit MAC (manuf 0x4BF, id 0x82D, rev 0x07, class 0x0)
  1444. [ 1.798907] bcma-host-soc 18000000.axi: bus0: Core 7 found: PCIe Gen 2 (manuf 0x4BF, id 0x501, rev 0x07, class 0x0)
  1445. [ 1.809432] bcma-host-soc 18000000.axi: bus0: Core 8 found: PCIe Gen 2 (manuf 0x4BF, id 0x501, rev 0x07, class 0x0)
  1446. [ 1.819973] bcma-host-soc 18000000.axi: bus0: Core 9 found: PCIe Gen 2 (manuf 0x4BF, id 0x501, rev 0x07, class 0x0)
  1447. [ 1.830537] bcma-host-soc 18000000.axi: bus0: Core 10 found: ARM Cortex A9 core (ihost) (manuf 0x4BF, id 0x510, rev 0x07, class 0x0)
  1448. [ 1.842566] bcma-host-soc 18000000.axi: bus0: Core 11 found: USB 2.0 (manuf 0x4BF, id 0x504, rev 0x07, class 0x0)
  1449. [ 1.852941] bcma-host-soc 18000000.axi: bus0: Core 12 found: USB 3.0 (manuf 0x4BF, id 0x505, rev 0x07, class 0x0)
  1450. [ 1.863328] bcma-host-soc 18000000.axi: bus0: Core 13 found: SDIO3 (manuf 0x4BF, id 0x503, rev 0x01, class 0x0)
  1451. [ 1.873535] bcma-host-soc 18000000.axi: bus0: Core 14 found: I2S (manuf 0x4BF, id 0x834, rev 0x03, class 0x0)
  1452. [ 1.883565] bcma-host-soc 18000000.axi: bus0: Core 15 found: ARM Cortex A9 JTAG (manuf 0x4BF, id 0x506, rev 0x01, class 0x0)
  1453. [ 1.894897] bcma-host-soc 18000000.axi: bus0: Core 16 found: Denali DDR2/DDR3 memory controller (manuf 0x4BF, id 0x507, rev 0x01, class 0x0)
  1454. [ 1.907620] bcma-host-soc 18000000.axi: bus0: Core 17 found: ROM (manuf 0x4BF, id 0x508, rev 0x08, class 0x0)
  1455. [ 1.917668] bcma-host-soc 18000000.axi: bus0: Core 18 found: NAND flash controller (manuf 0x4BF, id 0x509, rev 0x01, class 0x0)
  1456. [ 1.929272] bcma-host-soc 18000000.axi: bus0: Core 19 found: SPI flash controller (manuf 0x4BF, id 0x50A, rev 0x01, class 0x0)
  1457. [ 1.940712] bcma-host-soc 18000000.axi: bus0: Flash type not supported
  1458. [ 1.958500] bgmac_bcma bcma0:3: Found PHY addr: 0
  1459. [ 1.963237] bgmac_bcma bcma0:3: Support for Roboswitch not implemented
  1460. [ 1.969798] bgmac_bcma bcma0:3: Invalid MAC addr: 00:00:00:00:00:00
  1461. [ 1.976084] bgmac_bcma bcma0:3: Using random MAC: 6a:a5:82:23:8e:ab
  1462. [ 1.983135] b53-srab-switch b53-srab-switch: invalid resource
  1463. [ 1.988944] b53-srab-switch: probe of b53-srab-switch failed with error -22
  1464. [ 1.996677] bgmac_bcma bcma0:4: Found PHY addr: 30 (NOREGS)
  1465. [ 2.002283] bgmac_bcma bcma0:4: Support for Roboswitch not implemented
  1466. [ 2.010130] bgmac_bcma bcma0:5: Found PHY addr: 0
  1467. [ 2.014861] bgmac_bcma bcma0:5: Support for Roboswitch not implemented
  1468. [ 2.021443] bgmac_bcma bcma0:5: Invalid MAC addr: 00:00:00:00:00:00
  1469. [ 2.027757] bgmac_bcma bcma0:5: Using random MAC: a2:e6:1a:a9:94:7c
  1470. [ 2.035341] bgmac_bcma bcma0:6: Unsupported core_unit 3
  1471. [ 2.040667] bgmac_bcma: probe of bcma0:6 failed with error -524
  1472. [ 2.046739] pcie_iproc_bcma bcma0:7: host bridge /axi@18000000/pcie@12000 ranges:
  1473. [ 2.054250] pcie_iproc_bcma bcma0:7: No bus range found for /axi@18000000/pcie@12000, using [bus 00-ff]
  1474. [ 2.063867] OF: /axi@18000000/pcie@12000: Missing device_type
  1475. [ 2.069638] pcie_iproc_bcma bcma0:7: non-prefetchable memory resource required
  1476. [ 2.196175] pcie_iproc_bcma bcma0:7: link: UP
  1477. [ 2.200652] pcie_iproc_bcma bcma0:7: PCI host bridge to bus 0000:00
  1478. [ 2.206959] pci_bus 0000:00: root bus resource [bus 00-ff]
  1479. [ 2.212464] pci_bus 0000:00: root bus resource [mem 0x08000000-0x0fffffff]
  1480. [ 2.219389] pci 0000:00:00.0: [14e4:d612] type 01 class 0x060400
  1481. [ 2.225410] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
  1482. [ 2.235132] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
  1483. [ 2.242040] PCI: bus0: Fast back to back transfers disabled
  1484. [ 2.247646] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
  1485. [ 2.255799] pci 0000:01:00.0: [14e4:4365] type 00 class 0x028000
  1486. [ 2.261846] pci_bus 0000:01: 2-byte config write to 0000:01:00.0 offset 0x4 may corrupt adjacent RW1C bits
  1487. [ 2.271544] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00007fff 64bit]
  1488. [ 2.278356] pci 0000:01:00.0: reg 0x18: [mem 0x00000000-0x007fffff 64bit]
  1489. [ 2.285167] pci 0000:01:00.0: reg 0x20: [mem 0x00000000-0x000fffff 64bit pref]
  1490. [ 2.292492] pci 0000:01:00.0: supports D1 D2
  1491. [ 2.297547] PCI: bus1: Fast back to back transfers disabled
  1492. [ 2.303140] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
  1493. [ 2.309798] pci 0000:00:00.0: BAR 8: assigned [mem 0x08000000-0x08bfffff]
  1494. [ 2.316620] pci 0000:00:00.0: BAR 9: assigned [mem 0x08c00000-0x08cfffff 64bit pref]
  1495. [ 2.324383] pci 0000:01:00.0: BAR 2: assigned [mem 0x08000000-0x087fffff 64bit]
  1496. [ 2.331724] pci 0000:01:00.0: BAR 4: assigned [mem 0x08c00000-0x08cfffff 64bit pref]
  1497. [ 2.339494] pci 0000:01:00.0: BAR 0: assigned [mem 0x08800000-0x08807fff 64bit]
  1498. [ 2.346830] pci 0000:00:00.0: PCI bridge to [bus 01]
  1499. [ 2.351807] pci 0000:00:00.0: bridge window [mem 0x08000000-0x08bfffff]
  1500. [ 2.358616] pci 0000:00:00.0: bridge window [mem 0x08c00000-0x08cfffff 64bit pref]
  1501. [ 2.366568] pcie_iproc_bcma bcma0:8: host bridge /axi@18000000/pcie@13000 ranges:
  1502. [ 2.374088] pcie_iproc_bcma bcma0:8: No bus range found for /axi@18000000/pcie@13000, using [bus 00-ff]
  1503. [ 2.383706] pcie_iproc_bcma bcma0:8: non-prefetchable memory resource required
  1504. [ 2.516169] pcie_iproc_bcma bcma0:8: link: UP
  1505. [ 2.520638] pcie_iproc_bcma bcma0:8: PCI host bridge to bus 0001:00
  1506. [ 2.526941] pci_bus 0001:00: root bus resource [bus 00-ff]
  1507. [ 2.532441] pci_bus 0001:00: root bus resource [mem 0x20000000-0x27ffffff]
  1508. [ 2.539365] pci 0001:00:00.0: [14e4:d612] type 01 class 0x060400
  1509. [ 2.545385] pci_bus 0001:00: 2-byte config write to 0001:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
  1510. [ 2.555109] pci 0001:00:00.0: PME# supported from D0 D3hot D3cold
  1511. [ 2.562007] PCI: bus0: Fast back to back transfers disabled
  1512. [ 2.567611] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
  1513. [ 2.575754] pci 0001:01:00.0: [14e4:4365] type 00 class 0x028000
  1514. [ 2.581797] pci_bus 0001:01: 2-byte config write to 0001:01:00.0 offset 0x4 may corrupt adjacent RW1C bits
  1515. [ 2.591502] pci 0001:01:00.0: reg 0x10: [mem 0x00000000-0x00007fff 64bit]
  1516. [ 2.598315] pci 0001:01:00.0: reg 0x18: [mem 0x00000000-0x007fffff 64bit]
  1517. [ 2.605126] pci 0001:01:00.0: reg 0x20: [mem 0x00000000-0x000fffff 64bit pref]
  1518. [ 2.612449] pci 0001:01:00.0: supports D1 D2
  1519. [ 2.617502] PCI: bus1: Fast back to back transfers disabled
  1520. [ 2.623100] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 01
  1521. [ 2.629765] pci 0001:00:00.0: BAR 8: assigned [mem 0x20000000-0x20bfffff]
  1522. [ 2.636582] pci 0001:00:00.0: BAR 9: assigned [mem 0x20c00000-0x20cfffff 64bit pref]
  1523. [ 2.644343] pci 0001:01:00.0: BAR 2: assigned [mem 0x20000000-0x207fffff 64bit]
  1524. [ 2.651684] pci 0001:01:00.0: BAR 4: assigned [mem 0x20c00000-0x20cfffff 64bit pref]
  1525. [ 2.659454] pci 0001:01:00.0: BAR 0: assigned [mem 0x20800000-0x20807fff 64bit]
  1526. [ 2.666789] pci 0001:00:00.0: PCI bridge to [bus 01]
  1527. [ 2.671765] pci 0001:00:00.0: bridge window [mem 0x20000000-0x20bfffff]
  1528. [ 2.678567] pci 0001:00:00.0: bridge window [mem 0x20c00000-0x20cfffff 64bit pref]
  1529. [ 2.686508] pcie_iproc_bcma bcma0:9: host bridge /axi@18000000/pcie@14000 ranges:
  1530. [ 2.694022] pcie_iproc_bcma bcma0:9: No bus range found for /axi@18000000/pcie@14000, using [bus 00-ff]
  1531. [ 2.703638] pcie_iproc_bcma bcma0:9: non-prefetchable memory resource required
  1532. [ 2.836169] pcie_iproc_bcma bcma0:9: PHY or data link is INACTIVE!
  1533. [ 2.842363] pcie_iproc_bcma bcma0:9: no PCIe EP device detected
  1534. [ 2.849121] bcm47xx-wdt bcm47xx-wdt.0: BCM47xx Watchdog Timer enabled (30 seconds, Software Timer)
  1535. [ 2.858184] bcma-host-soc 18000000.axi: bus0: Bus registered
  1536. [ 2.864776] NET: Registered protocol family 10
  1537. [ 2.870181] Segment Routing with IPv6
  1538. [ 2.873910] NET: Registered protocol family 17
  1539. [ 2.878446] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
  1540. [ 2.891635] 8021q: 802.1Q VLAN Support v1.8
  1541. [ 2.895871] Registering SWP/SWPB emulation handler
  1542. [ 2.903562] b53-srab-switch 18007000.ethernet-switch: found switch: BCM53012, rev 0
  1543. [ 3.030028] b53-srab-switch 18007000.ethernet-switch lan4 (uninitialized): PHY [dsa-0.0:00] driver [Generic PHY] (irq=POLL)
  1544. [ 3.042467] b53-srab-switch 18007000.ethernet-switch lan3 (uninitialized): PHY [dsa-0.0:01] driver [Generic PHY] (irq=POLL)
  1545. [ 3.054901] b53-srab-switch 18007000.ethernet-switch lan2 (uninitialized): PHY [dsa-0.0:02] driver [Generic PHY] (irq=POLL)
  1546. [ 3.067348] b53-srab-switch 18007000.ethernet-switch lan1 (uninitialized): PHY [dsa-0.0:03] driver [Generic PHY] (irq=POLL)
  1547. [ 3.079738] b53-srab-switch 18007000.ethernet-switch wan (uninitialized): PHY [dsa-0.0:04] driver [Generic PHY] (irq=POLL)
  1548. [ 3.091910] b53-srab-switch 18007000.ethernet-switch: Using legacy PHYLIB callbacks. Please migrate to PHYLINK!
  1549. [ 3.102521] b53-srab-switch 18007000.ethernet-switch: Using legacy PHYLIB callbacks. Please migrate to PHYLINK!
  1550. [ 3.113473] DSA: tree 0 setup
  1551. [ 3.116774] UBI: auto-attach mtd4
  1552. [ 3.120114] ubi0: attaching mtd4
  1553. [ 3.140131] ubi0 error: 0xc04f0b3c: PEB 0 contains corrupted VID header, and the data does not contain all 0xFF
  1554. [ 3.150274] ubi0 error: 0xc04f0b4c: this may be a non-UBI PEB or a severe VID header corruption which requires manual inspection
  1555. [ 3.161866] Volume identifier header dump:
  1556. [ 3.165967] magic 6d6f6465
  1557. [ 3.169119] version 61
  1558. [ 3.171737] vol_type 48
  1559. [ 3.174357] copy_flag 0
  1560. [ 3.176895] compat 49
  1561. [ 3.179518] vol_id 980580455
  1562. [ 3.182748] lnum 1634299507
  1563. [ 3.186064] data_size 1919249518
  1564. [ 3.189386] used_ebs 1633843568
  1565. [ 3.192705] data_pad 1630616881
  1566. [ 3.196021] sqnum 7958763684828050021
  1567. [ 3.200130] hdr_crc 3a747869
  1568. [ 3.203271] Volume identifier header hexdump:
  1569. [ 3.207656] hexdump of PEB 0 offset 4096, length 126976
  1570. [ 3.606534] ubi0: scanning is finished
  1571. [ 3.610303] ubi0 error: 0xc04f0e80: 1 PEBs are corrupted and preserved
  1572. [ 3.616852] Corrupted PEBs are: 0
  1573. [ 3.620223] ubi0 error: 0xc04e0ee4: the layout volume was not found
  1574. [ 3.626632] ubi0 error: 0xc04e4700: failed to attach mtd4, error -22
  1575. [ 3.633018] UBI error: cannot attach mtd4
  1576. [ 3.637497] /dev/root: Can't open blockdev
  1577. [ 3.641610] VFS: Cannot open root device "(null)" or unknown-block(0,0): error -6
  1578. [ 3.649138] Please append a correct "root=" boot option; here are the available partitions:
  1579. [ 3.657523] 1f00 512 mtdblock0
  1580. [ 3.657526] (driver?)
  1581. [ 3.664074] 1f01 1536 mtdblock1
  1582. [ 3.664076] (driver?)
  1583. [ 3.670628] 1f02 129024 mtdblock2
  1584. [ 3.670631] (driver?)
  1585. [ 3.677192] 1f03 4095 mtdblock3
  1586. [ 3.677195] (driver?)
  1587. [ 3.683745] 1f04 124928 mtdblock4
  1588. [ 3.683747] (driver?)
  1589. [ 3.690298] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
  1590. [ 3.698589] CPU0: stopping
  1591. [ 3.701303] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 5.10.161 #0
  1592. [ 3.707408] Hardware name: BCM5301X
  1593. [ 3.710908] Function entered at [<c0108dc0>] from [<c0104fd0>]
  1594. [ 3.716749] Function entered at [<c0104fd0>] from [<c0416a60>]
  1595. [ 3.722590] Function entered at [<c0416a60>] from [<c01072d8>]
  1596. [ 3.728429] Function entered at [<c01072d8>] from [<c0107338>]
  1597. [ 3.734270] Function entered at [<c0107338>] from [<c0169704>]
  1598. [ 3.740111] Function entered at [<c0169704>] from [<c042fa20>]
  1599. [ 3.745952] Function entered at [<c042fa20>] from [<c0100b4c>]
  1600. [ 3.751790] Exception stack(0xc0a01f48 to 0xc0a01f90)
  1601. [ 3.756850] 1f40: 0001c3d6 00000000 0001c3d8 c010faa0 c0a00000 00000000
  1602. [ 3.765040] 1f60: c0a04f14 c0a04f54 c0a8f020 c0933a34 10c5387d 00000000 00000000 c0a01f98
  1603. [ 3.773229] 1f80: c01026f4 c01026f8 60000013 ffffffff
  1604. [ 3.778287] Function entered at [<c0100b4c>] from [<c01026f8>]
  1605. [ 3.784126] Function entered at [<c01026f8>] from [<c01492c0>]
  1606. [ 3.789966] Function entered at [<c01492c0>] from [<c01495d8>]
  1607. [ 3.795807] Function entered at [<c01495d8>] from [<c0900f0c>]
  1608. [ 3.801647] Function entered at [<c0900f0c>] from [<00000000>]
  1609. [ 3.807495] Rebooting in 1 seconds..
  1610. Digital core power voltage set to 1.05V
  1611. Decompressing...done
  1612. Digital core power voltage set to 1.05V
  1613.  
  1614. SHMOO VER 1.13
  1615.  
  1616. PKID07DC06011801080000000000001A103F01000000
  1617.  
  1618. S300001DB
  1619. 00001480
  1620.  
  1621.  
  1622. RDLYW0 00000004
  1623.  
  1624. RDENW0 00000035
  1625.  
  1626. RDQSW0
  1627.  
  1628. 0000000000111111111122222222223333333333444444444455555555556666
  1629. 0123456789012345678901234567890123456789012345678901234567890123
  1630. 00 ------+++++++++++++++++++++++++X+++++++++++++++++++++++++-------
  1631. 01 -------------+++++++++++++++++++++++++X++++++++++++++++++++++++-
  1632. 02 -------------+++++++++++++++++++++++++X+++++++++++++++++++++++++
  1633. 03 -----------++++++++++++++++++++++++++X++++++++++++++++++++++++--
  1634. 04 -----------+++++++++++++++++++++X+++++++++++++++++++++----------
  1635. 05 ---------+++++++++++++++++++++++X+++++++++++++++++++++++--------
  1636. 06 ---------++++++++++++++++++++++++X+++++++++++++++++++++++-------
  1637. 07 ----------+++++++++++++++++++++++X++++++++++++++++++++++--------
  1638. 08 ------+++++++++++++++++++++++++X++++++++++++++++++++++++--------
  1639. 09 ---------++++++++++++++++++++++++X++++++++++++++++++++++++------
  1640. 10 ------++++++++++++++++++++++++++X+++++++++++++++++++++++++------
  1641. 11 ------++++++++++++++++++++++++X+++++++++++++++++++++++----------
  1642. 12 ------+++++++++++++++++++++++X+++++++++++++++++++++++-----------
  1643. 13 ---+++++++++++++++++++++++X++++++++++++++++++++++---------------
  1644. 14 -----+++++++++++++++++++++++++X++++++++++++++++++++++++---------
  1645. 15 ----++++++++++++++++++++++++X+++++++++++++++++++++++------------
  1646.  
  1647.  
  1648. PW0
  1649.  
  1650. 0000000000111111111122222222223333333333444444444455555555556666
  1651. 0123456789012345678901234567890123456789012345678901234567890123
  1652. 00 -----++++++++++++++++++++++++++X+++++++++++++++++++++++++-------
  1653. 01 -----------++++++++++++++++++++++++++X+++++++++++++++++++++++++-
  1654. 02 -------------+++++++++++++++++++++++++X+++++++++++++++++++++++++
  1655. 03 --------++++++++++++++++++++++++++++X+++++++++++++++++++++++++--
  1656. 04 -------+++++++++++++++++++++++X+++++++++++++++++++++++----------
  1657. 05 --------++++++++++++++++++++++++X+++++++++++++++++++++++--------
  1658. 06 -------+++++++++++++++++++++++++X++++++++++++++++++++++++-------
  1659. 07 ---------+++++++++++++++++++++++X+++++++++++++++++++++++--------
  1660. 08 ----++++++++++++++++++++++++++X+++++++++++++++++++++++++--------
  1661. 09 -------+++++++++++++++++++++++++X++++++++++++++++++++++++-------
  1662. 10 ---+++++++++++++++++++++++++++X+++++++++++++++++++++++++++------
  1663. 11 ----+++++++++++++++++++++++++X++++++++++++++++++++++++----------
  1664. 12 ---+++++++++++++++++++++++++X++++++++++++++++++++++++-----------
  1665. 13 -++++++++++++++++++++++++X+++++++++++++++++++++++---------------
  1666. 14 --++++++++++++++++++++++++++X++++++++++++++++++++++++++---------
  1667. 15 --++++++++++++++++++++++++X++++++++++++++++++++++++-------------
  1668.  
  1669.  
  1670. NW0
  1671.  
  1672. 0000000000111111111122222222223333333333444444444455555555556666
  1673. 0123456789012345678901234567890123456789012345678901234567890123
  1674. 00 ------+++++++++++++++++++++++++++X++++++++++++++++++++++++++----
  1675. 01 -------------+++++++++++++++++++++++++X+++++++++++++++++++++++++
  1676. 02 --------------+++++++++++++++++++++++++X++++++++++++++++++++++++
  1677. 03 -----------++++++++++++++++++++++++++X+++++++++++++++++++++++++-
  1678. 04 -----------+++++++++++++++++++++++X++++++++++++++++++++++-------
  1679. 05 ---------++++++++++++++++++++++++X++++++++++++++++++++++++------
  1680. 06 ---------+++++++++++++++++++++++++X+++++++++++++++++++++++++----
  1681. 07 ----------+++++++++++++++++++++++X+++++++++++++++++++++++-------
  1682. 08 ------++++++++++++++++++++++++++X+++++++++++++++++++++++++------
  1683. 09 ----------+++++++++++++++++++++++++++X++++++++++++++++++++++++--
  1684. 10 ------+++++++++++++++++++++++++++X++++++++++++++++++++++++++----
  1685. 11 -------+++++++++++++++++++++++++X++++++++++++++++++++++++-------
  1686. 12 ------++++++++++++++++++++++++X++++++++++++++++++++++++---------
  1687. 13 ---+++++++++++++++++++++++++X+++++++++++++++++++++++++----------
  1688. 14 ------+++++++++++++++++++++++++X+++++++++++++++++++++++++-------
  1689. 15 ----+++++++++++++++++++++++++X+++++++++++++++++++++++++---------
  1690.  
  1691.  
  1692. WRDQW0
  1693.  
  1694. 0000000000111111111122222222223333333333444444444455555555556666
  1695. 0123456789012345678901234567890123456789012345678901234567890123
  1696. 00 ++++++++++++++++++++++X+++++++++++++++++++++-----------++++++++-
  1697. 01 ++++++++++++++++++++++++X++++++++++++++++++++++++------++++++++-
  1698. 02 +++++++++++++++++++++++++X++++++++++++++++++++++++-------++++++-
  1699. 03 ++++++++++++++++++++++++X+++++++++++++++++++++++-------++++++++-
  1700. 04 ++++++++++++++++++++++X++++++++++++++++++++++----------++++++++-
  1701. 05 ++++++++++++++++++++++X++++++++++++++++++++++----------++++++++-
  1702. 06 +++++++++++++++++++++++X+++++++++++++++++++++++--------++++++++-
  1703. 07 +++++++++++++++++++++++X+++++++++++++++++++++++--------++++++++-
  1704. 08 ++++++++++++++++++++++X++++++++++++++++++++++----------++++++++-
  1705. 09 +++++++++++++++++++++++X+++++++++++++++++++++++---------+++++++-
  1706. 10 ++++++++++++++++++++++++X+++++++++++++++++++++++-------++++++++-
  1707. 11 ++++++++++++++++++++++X+++++++++++++++++++++-----------++++++++-
  1708. 12 +++++++++++++++++++++X++++++++++++++++++++-------------++++++++-
  1709. 13 +++++++++++++++++++++X++++++++++++++++++++--------------+++++++-
  1710. 14 +++++++++++++++++++++X+++++++++++++++++++++------------++++++++-
  1711. 15 +++++++++++++++++++++X++++++++++++++++++++-------------++++++++-
  1712.  
  1713.  
  1714. WRDMW0 00000023
  1715. WRDMW0 00000021
  1716.  
  1717.  
  1718. ADDR
  1719.  
  1720. 0000000000111111111122222222223333333333444444444455555555556666
  1721. 0123456789012345678901234567890123456789012345678901234567890123
  1722. 00 ++++++++++++++++++++S++++++++++X++++++++++++++++++++++++++++++++
  1723.  
  1724. Decompressing...done
  1725.  
  1726.  
  1727. CFE version 7.14.131.1608 (r589038) based on BBP 1.0.37 for BCM947XX (32bit,SP,)
  1728. Build Date: ? 11? 17 16:33:56 CST 2015 (ham@xpdev)
  1729. Copyright (C) 2000-2008 Broadcom Corporation.
  1730.  
  1731. Init Arena
  1732. Init Devs.
  1733. Boot partition size = 262144(0x40000)
  1734. DDR Clock: 800 MHz
  1735. Info: DDR frequency set from clkfreq=1400,*800*
  1736. et1: Broadcom BCM47XX 10/100/1000 Mbps Ethernet Controller 7.14.131.1608 (r589038)
  1737. CPU type 0x0: 1400MHz
  1738. Tot mem: 524288 KBytes
  1739.  
  1740. CFE mem: 0x00F00000 - 0x017ABEC8 (9092808)
  1741. Data: 0x00F5401C - 0x00F549C4 (2472)
  1742. BSS: 0x00F549D0 - 0x00FA9EC8 (349432)
  1743. Heap: 0x00FA9EC8 - 0x017A9EC8 (8388608)
  1744. Stack: 0x017A9EC8 - 0x017ABEC8 (8192)
  1745. Text: 0x00F00000 - 0x00F4A1E0 (303584)
  1746.  
  1747. rtl8354mb initialized(0)(retry 0)
  1748. rtk port_phyEnableAll ok
  1749. rtk port_macForceLink_set ext_Port1 ok
  1750. get ok, chk 0x1311:1016(0x1016), 0x1305:c010(b4~b7:0x1)
  1751. Device eth0: hwaddr A8-5E-45-35-01-10, ipaddr 192.168.1.1, mask 255.255.255.0
  1752. gateway not set, nameserver not set
  1753. Null Rescue Flag.
  1754. boot the image...
  1755. go load
  1756. Loader:raw Filesys:tftp Dev:eth0 File:: Options:(null)
  1757. Loading: TFTP Server.
  1758. ..tftp retry wait 0
  1759. Failed.
  1760. Could not load :: Timeout occured
  1761. Loader:raw Filesys:raw Dev:nflash0.os File: Options:(null)
  1762. Loading: ... 2584150 bytes read
  1763. Entry at 0x00008000
  1764. Closing network.
  1765. Starting program at 0x00008000
  1766. C:0x00008100-0x0027EE60->0x00A8F600-0x00D06360
  1767. Uncompressing Linux... done, booting the kernel.
  1768. [ 0.000000] Booting Linux on physical CPU 0x0
  1769. [ 0.000000] Linux version 5.10.161 (builder@buildhost) (arm-openwrt-linux-muslgnueabi-gcc (OpenWrt GCC 11.2.0 r20028-43d71ad93e) 11.2.0, GNU ld (GNU Binutils) 2.37) #0 SMP Tue Jan 3 00:24:21 2023
  1770. [ 0.000000] CPU: ARMv7 Processor [413fc090] revision 0 (ARMv7), cr=10c5387d
  1771. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  1772. [ 0.000000] OF: fdt: Machine model: Asus RT-AC88U
  1773. [ 0.000000] earlycon: ns16550 at MMIO 0x18000300 (options '115200n8')
  1774. [ 0.000000] printk: bootconsole [ns16550] enabled
  1775. [ 0.000000] Memory policy: Data cache writealloc
  1776. [ 0.000000] Hit pending asynchronous external abort (FSR=0x00001c06) during first unmask, this is most likely caused by a firmware/bootloader bug.
  1777. [ 0.000000] Zone ranges:
  1778. [ 0.000000] Normal [mem 0x0000000000000000-0x0000000007ffffff]
  1779. [ 0.000000] HighMem [mem 0x0000000008000000-0x000000009fffffff]
  1780. [ 0.000000] Movable zone start for each node
  1781. [ 0.000000] Early memory node ranges
  1782. [ 0.000000] node 0: [mem 0x0000000000000000-0x0000000007ffffff]
  1783. [ 0.000000] node 0: [mem 0x0000000088000000-0x000000009fffffff]
  1784. [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000009fffffff]
  1785. [ 0.000000] percpu: Embedded 14 pages/cpu s27596 r8192 d21556 u57344
  1786. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 130784
  1787. [ 0.000000] Kernel command line: earlycon
  1788. [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes, linear)
  1789. [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes, linear)
  1790. [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  1791. [ 0.000000] Memory: 509280K/524288K available (6212K kernel code, 570K rwdata, 816K rodata, 1024K init, 295K bss, 15008K reserved, 0K cma-reserved, 393216K highmem)
  1792. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
  1793. [ 0.000000] rcu: Hierarchical RCU implementation.
  1794. [ 0.000000] Tracing variant of Tasks RCU enabled.
  1795. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
  1796. [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
  1797. [ 0.000000] L2C: DT/platform modifies aux control register: 0x0a130000 -> 0x3a530000
  1798. [ 0.000000] L2C-310 enabling early BRESP for Cortex-A9
  1799. [ 0.000000] L2C-310 full line of zeros enabled for Cortex-A9
  1800. [ 0.000000] L2C-310 ID prefetch enabled, offset 1 lines
  1801. [ 0.000000] L2C-310 dynamic clock gating enabled, standby mode enabled
  1802. [ 0.000000] L2C-310 cache controller enabled, 16 ways, 256 kB
  1803. [ 0.000000] L2C-310: CACHE_ID 0x410000c8, AUX_CTRL 0x7e530001
  1804. [ 0.000010] sched_clock: 64 bits at 700MHz, resolution 1ns, wraps every 4398046511103ns
  1805. [ 0.008084] clocksource: arm_global_timer: mask: 0xffffffffffffffff max_cycles: 0xa17102bcf3, max_idle_ns: 440795224838 ns
  1806. [ 0.019224] Switching to timer-based delay loop, resolution 1ns
  1807. [ 0.025380] Calibrating delay loop (skipped), value calculated using timer frequency.. 1400.00 BogoMIPS (lpj=7000000)
  1808. [ 0.036081] pid_max: default: 32768 minimum: 301
  1809. [ 0.040817] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
  1810. [ 0.048169] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
  1811. [ 0.056525] CPU: Testing write buffer coherency: ok
  1812. [ 0.061480] CPU0: Spectre v2: using BPIALL workaround
  1813. [ 0.066806] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  1814. [ 0.072965] Setting up static identity map for 0x100000 - 0x10003c
  1815. [ 0.079334] rcu: Hierarchical SRCU implementation.
  1816. [ 0.084311] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build
  1817. [ 0.092165] smp: Bringing up secondary CPUs ...
  1818. [ 0.097343] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  1819. [ 0.097350] CPU1: Spectre v2: using BPIALL workaround
  1820. [ 0.108241] smp: Brought up 1 node, 2 CPUs
  1821. [ 0.112354] SMP: Total of 2 processors activated (2800.00 BogoMIPS).
  1822. [ 0.118760] CPU: WARNING: CPU(s) started in wrong/inconsistent modes (primary CPU mode 0x13)
  1823. [ 0.127240] CPU: This may indicate a broken bootloader or firmware.
  1824. [ 0.135671] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  1825. [ 0.145619] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
  1826. [ 0.152606] pinctrl core: initialized pinctrl subsystem
  1827. [ 0.158557] NET: Registered protocol family 16
  1828. [ 0.163512] DMA: preallocated 256 KiB pool for atomic coherent allocations
  1829. [ 0.170998] thermal_sys: Registered thermal governor 'step_wise'
  1830. [ 0.196495] clocksource: Switched to clocksource arm_global_timer
  1831. [ 0.209484] NET: Registered protocol family 2
  1832. [ 0.214055] IP idents hash table entries: 2048 (order: 2, 16384 bytes, linear)
  1833. [ 0.221821] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
  1834. [ 0.230321] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear)
  1835. [ 0.238101] TCP bind hash table entries: 1024 (order: 1, 8192 bytes, linear)
  1836. [ 0.245237] TCP: Hash tables configured (established 1024 bind 1024)
  1837. [ 0.251720] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
  1838. [ 0.258355] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
  1839. [ 0.265560] NET: Registered protocol family 1
  1840. [ 0.269979] PCI: CLS 0 bytes, default 64
  1841. [ 0.275689] workingset: timestamp_bits=14 max_order=17 bucket_order=3
  1842. [ 0.284149] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  1843. [ 0.290108] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
  1844. [ 0.300563] bounce: pool size: 64 pages
  1845. [ 0.304485] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
  1846. [ 0.313298] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
  1847. [ 0.321134] printk: console [ttyS0] disabled
  1848. [ 0.325569] 18000300.serial: ttyS0 at MMIO 0x18000300 (irq = 26, base_baud = 7812500) is a 16550
  1849. [ 0.334447] printk: console [ttyS0] enabled
  1850. [ 0.334447] printk: console [ttyS0] enabled
  1851. [ 0.342875] printk: bootconsole [ns16550] disabled
  1852. [ 0.342875] printk: bootconsole [ns16550] disabled
  1853. [ 0.353434] bcm2835-rng 18004000.rng: hwrng registered
  1854. [ 0.998125] random: crng init done
  1855. [ 1.002454] nand: device found, Manufacturer ID: 0xc2, Chip ID: 0xf1
  1856. [ 1.008874] nand: Macronix MX30LF1G18AC
  1857. [ 1.012715] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
  1858. [ 1.020332] iproc_nand 18028000.nand-controller: detected 128MiB total, 128KiB blocks, 2KiB pages, 16B OOB, 8-bit, BCH-8
  1859. [ 1.031323] Scanning device for bad blocks
  1860. [ 1.623821] 3 fixed-partitions partitions found on MTD device brcmnand.0
  1861. [ 1.630873] Creating 3 MTD partitions on "brcmnand.0":
  1862. [ 1.636029] 0x000000000000-0x000000080000 : "boot"
  1863. [ 1.641303] 0x000000080000-0x000000200000 : "nvram"
  1864. [ 1.646671] 0x000000200000-0x000008000000 : "firmware"
  1865. [ 1.653167] 2 trx partitions found on MTD device firmware
  1866. [ 1.658604] Creating 2 MTD partitions on "firmware":
  1867. [ 1.663585] 0x00000000001c-0x000000400000 : "linux"
  1868. [ 1.668478] mtd: partition "linux" doesn't start on an erase/write block boundary -- force read-only
  1869. [ 1.678156] 0x000000400000-0x000007e00000 : "ubi"
  1870. [ 1.685314] bcm_iproc 18029200.spi: using bspi-mspi mode
  1871. [ 1.692545] iproc-mdio 18003000.mdio: Broadcom iProc MDIO bus registered
  1872. [ 1.700736] b53-srab-switch 18007000.ethernet-switch: found switch: BCM53012, rev 0
  1873. [ 1.708648] bgmac_bcma: Broadcom 47xx GBit MAC driver loaded
  1874. [ 1.714724] bcma-host-soc 18000000.axi: bus0: Found chip with id 53030, rev 0x00 and package 0x00
  1875. [ 1.723719] bcma-host-soc 18000000.axi: bus0: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x2A, class 0x0)
  1876. [ 1.734308] bcma-host-soc 18000000.axi: bus0: Core 1 found: Chipcommon B (manuf 0x4BF, id 0x50B, rev 0x05, class 0x0)
  1877. [ 1.745050] bcma-host-soc 18000000.axi: bus0: Core 2 found: DMA (manuf 0x4BF, id 0x502, rev 0x04, class 0x0)
  1878. [ 1.755023] bcma-host-soc 18000000.axi: bus0: Core 3 found: GBit MAC (manuf 0x4BF, id 0x82D, rev 0x07, class 0x0)
  1879. [ 1.765426] bcma-host-soc 18000000.axi: bus0: Core 4 found: GBit MAC (manuf 0x4BF, id 0x82D, rev 0x07, class 0x0)
  1880. [ 1.775819] bcma-host-soc 18000000.axi: bus0: Core 5 found: GBit MAC (manuf 0x4BF, id 0x82D, rev 0x07, class 0x0)
  1881. [ 1.786215] bcma-host-soc 18000000.axi: bus0: Core 6 found: GBit MAC (manuf 0x4BF, id 0x82D, rev 0x07, class 0x0)
  1882. [ 1.796567] bcma-host-soc 18000000.axi: bus0: Core 7 found: PCIe Gen 2 (manuf 0x4BF, id 0x501, rev 0x07, class 0x0)
  1883. [ 1.807094] bcma-host-soc 18000000.axi: bus0: Core 8 found: PCIe Gen 2 (manuf 0x4BF, id 0x501, rev 0x07, class 0x0)
  1884. [ 1.817639] bcma-host-soc 18000000.axi: bus0: Core 9 found: PCIe Gen 2 (manuf 0x4BF, id 0x501, rev 0x07, class 0x0)
  1885. [ 1.828197] bcma-host-soc 18000000.axi: bus0: Core 10 found: ARM Cortex A9 core (ihost) (manuf 0x4BF, id 0x510, rev 0x07, class 0x0)
  1886. [ 1.840227] bcma-host-soc 18000000.axi: bus0: Core 11 found: USB 2.0 (manuf 0x4BF, id 0x504, rev 0x07, class 0x0)
  1887. [ 1.850600] bcma-host-soc 18000000.axi: bus0: Core 12 found: USB 3.0 (manuf 0x4BF, id 0x505, rev 0x07, class 0x0)
  1888. [ 1.860988] bcma-host-soc 18000000.axi: bus0: Core 13 found: SDIO3 (manuf 0x4BF, id 0x503, rev 0x01, class 0x0)
  1889. [ 1.871197] bcma-host-soc 18000000.axi: bus0: Core 14 found: I2S (manuf 0x4BF, id 0x834, rev 0x03, class 0x0)
  1890. [ 1.881228] bcma-host-soc 18000000.axi: bus0: Core 15 found: ARM Cortex A9 JTAG (manuf 0x4BF, id 0x506, rev 0x01, class 0x0)
  1891. [ 1.892566] bcma-host-soc 18000000.axi: bus0: Core 16 found: Denali DDR2/DDR3 memory controller (manuf 0x4BF, id 0x507, rev 0x01, class 0x0)
  1892. [ 1.905289] bcma-host-soc 18000000.axi: bus0: Core 17 found: ROM (manuf 0x4BF, id 0x508, rev 0x08, class 0x0)
  1893. [ 1.915332] bcma-host-soc 18000000.axi: bus0: Core 18 found: NAND flash controller (manuf 0x4BF, id 0x509, rev 0x01, class 0x0)
  1894. [ 1.926937] bcma-host-soc 18000000.axi: bus0: Core 19 found: SPI flash controller (manuf 0x4BF, id 0x50A, rev 0x01, class 0x0)
  1895. [ 1.938372] bcma-host-soc 18000000.axi: bus0: Flash type not supported
  1896. [ 1.956122] bgmac_bcma bcma0:3: Found PHY addr: 0
  1897. [ 1.960882] bgmac_bcma bcma0:3: Support for Roboswitch not implemented
  1898. [ 1.967442] bgmac_bcma bcma0:3: Invalid MAC addr: 00:00:00:00:00:00
  1899. [ 1.973727] bgmac_bcma bcma0:3: Using random MAC: 3e:29:5b:69:be:28
  1900. [ 1.980766] b53-srab-switch b53-srab-switch: invalid resource
  1901. [ 1.986573] b53-srab-switch: probe of b53-srab-switch failed with error -22
  1902. [ 1.994315] bgmac_bcma bcma0:4: Found PHY addr: 30 (NOREGS)
  1903. [ 1.999948] bgmac_bcma bcma0:4: Support for Roboswitch not implemented
  1904. [ 2.007788] bgmac_bcma bcma0:5: Found PHY addr: 0
  1905. [ 2.012521] bgmac_bcma bcma0:5: Support for Roboswitch not implemented
  1906. [ 2.019105] bgmac_bcma bcma0:5: Invalid MAC addr: 00:00:00:00:00:00
  1907. [ 2.025394] bgmac_bcma bcma0:5: Using random MAC: 1e:b5:29:2f:5b:29
  1908. [ 2.032973] bgmac_bcma bcma0:6: Unsupported core_unit 3
  1909. [ 2.038300] bgmac_bcma: probe of bcma0:6 failed with error -524
  1910. [ 2.044336] pcie_iproc_bcma bcma0:7: host bridge /axi@18000000/pcie@12000 ranges:
  1911. [ 2.051898] pcie_iproc_bcma bcma0:7: No bus range found for /axi@18000000/pcie@12000, using [bus 00-ff]
  1912. [ 2.061512] OF: /axi@18000000/pcie@12000: Missing device_type
  1913. [ 2.067282] pcie_iproc_bcma bcma0:7: non-prefetchable memory resource required
  1914. [ 2.186254] pcie_iproc_bcma bcma0:7: link: UP
  1915. [ 2.190731] pcie_iproc_bcma bcma0:7: PCI host bridge to bus 0000:00
  1916. [ 2.197039] pci_bus 0000:00: root bus resource [bus 00-ff]
  1917. [ 2.202544] pci_bus 0000:00: root bus resource [mem 0x08000000-0x0fffffff]
  1918. [ 2.209469] pci 0000:00:00.0: [14e4:d612] type 01 class 0x060400
  1919. [ 2.215489] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
  1920. [ 2.225218] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
  1921. [ 2.232147] PCI: bus0: Fast back to back transfers disabled
  1922. [ 2.237751] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
  1923. [ 2.245900] pci 0000:01:00.0: [14e4:4365] type 00 class 0x028000
  1924. [ 2.251946] pci_bus 0000:01: 2-byte config write to 0000:01:00.0 offset 0x4 may corrupt adjacent RW1C bits
  1925. [ 2.261650] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00007fff 64bit]
  1926. [ 2.268462] pci 0000:01:00.0: reg 0x18: [mem 0x00000000-0x007fffff 64bit]
  1927. [ 2.275271] pci 0000:01:00.0: reg 0x20: [mem 0x00000000-0x000fffff 64bit pref]
  1928. [ 2.282597] pci 0000:01:00.0: supports D1 D2
  1929. [ 2.287661] PCI: bus1: Fast back to back transfers disabled
  1930. [ 2.293253] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
  1931. [ 2.299915] pci 0000:00:00.0: BAR 8: assigned [mem 0x08000000-0x08bfffff]
  1932. [ 2.306735] pci 0000:00:00.0: BAR 9: assigned [mem 0x08c00000-0x08cfffff 64bit pref]
  1933. [ 2.314497] pci 0000:01:00.0: BAR 2: assigned [mem 0x08000000-0x087fffff 64bit]
  1934. [ 2.321838] pci 0000:01:00.0: BAR 4: assigned [mem 0x08c00000-0x08cfffff 64bit pref]
  1935. [ 2.329608] pci 0000:01:00.0: BAR 0: assigned [mem 0x08800000-0x08807fff 64bit]
  1936. [ 2.336944] pci 0000:00:00.0: PCI bridge to [bus 01]
  1937. [ 2.341921] pci 0000:00:00.0: bridge window [mem 0x08000000-0x08bfffff]
  1938. [ 2.348732] pci 0000:00:00.0: bridge window [mem 0x08c00000-0x08cfffff 64bit pref]
  1939. [ 2.356684] pcie_iproc_bcma bcma0:8: host bridge /axi@18000000/pcie@13000 ranges:
  1940. [ 2.364201] pcie_iproc_bcma bcma0:8: No bus range found for /axi@18000000/pcie@13000, using [bus 00-ff]
  1941. [ 2.373820] pcie_iproc_bcma bcma0:8: non-prefetchable memory resource required
  1942. [ 2.496251] pcie_iproc_bcma bcma0:8: link: UP
  1943. [ 2.500713] pcie_iproc_bcma bcma0:8: PCI host bridge to bus 0001:00
  1944. [ 2.507020] pci_bus 0001:00: root bus resource [bus 00-ff]
  1945. [ 2.512519] pci_bus 0001:00: root bus resource [mem 0x20000000-0x27ffffff]
  1946. [ 2.519442] pci 0001:00:00.0: [14e4:d612] type 01 class 0x060400
  1947. [ 2.525464] pci_bus 0001:00: 2-byte config write to 0001:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
  1948. [ 2.535187] pci 0001:00:00.0: PME# supported from D0 D3hot D3cold
  1949. [ 2.542080] PCI: bus0: Fast back to back transfers disabled
  1950. [ 2.547693] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
  1951. [ 2.555839] pci 0001:01:00.0: [14e4:4365] type 00 class 0x028000
  1952. [ 2.561886] pci_bus 0001:01: 2-byte config write to 0001:01:00.0 offset 0x4 may corrupt adjacent RW1C bits
  1953. [ 2.571589] pci 0001:01:00.0: reg 0x10: [mem 0x00000000-0x00007fff 64bit]
  1954. [ 2.578402] pci 0001:01:00.0: reg 0x18: [mem 0x00000000-0x007fffff 64bit]
  1955. [ 2.585212] pci 0001:01:00.0: reg 0x20: [mem 0x00000000-0x000fffff 64bit pref]
  1956. [ 2.592536] pci 0001:01:00.0: supports D1 D2
  1957. [ 2.597598] PCI: bus1: Fast back to back transfers disabled
  1958. [ 2.603195] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 01
  1959. [ 2.609854] pci 0001:00:00.0: BAR 8: assigned [mem 0x20000000-0x20bfffff]
  1960. [ 2.616675] pci 0001:00:00.0: BAR 9: assigned [mem 0x20c00000-0x20cfffff 64bit pref]
  1961. [ 2.624447] pci 0001:01:00.0: BAR 2: assigned [mem 0x20000000-0x207fffff 64bit]
  1962. [ 2.631789] pci 0001:01:00.0: BAR 4: assigned [mem 0x20c00000-0x20cfffff 64bit pref]
  1963. [ 2.639567] pci 0001:01:00.0: BAR 0: assigned [mem 0x20800000-0x20807fff 64bit]
  1964. [ 2.646904] pci 0001:00:00.0: PCI bridge to [bus 01]
  1965. [ 2.651880] pci 0001:00:00.0: bridge window [mem 0x20000000-0x20bfffff]
  1966. [ 2.658689] pci 0001:00:00.0: bridge window [mem 0x20c00000-0x20cfffff 64bit pref]
  1967. [ 2.666629] pcie_iproc_bcma bcma0:9: host bridge /axi@18000000/pcie@14000 ranges:
  1968. [ 2.674144] pcie_iproc_bcma bcma0:9: No bus range found for /axi@18000000/pcie@14000, using [bus 00-ff]
  1969. [ 2.683759] pcie_iproc_bcma bcma0:9: non-prefetchable memory resource required
  1970. [ 2.806251] pcie_iproc_bcma bcma0:9: PHY or data link is INACTIVE!
  1971. [ 2.812449] pcie_iproc_bcma bcma0:9: no PCIe EP device detected
  1972. [ 2.819202] bcm47xx-wdt bcm47xx-wdt.0: BCM47xx Watchdog Timer enabled (30 seconds, Software Timer)
  1973. [ 2.828260] bcma-host-soc 18000000.axi: bus0: Bus registered
  1974. [ 2.834848] NET: Registered protocol family 10
  1975. [ 2.840260] Segment Routing with IPv6
  1976. [ 2.843984] NET: Registered protocol family 17
  1977. [ 2.848520] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
  1978. [ 2.861707] 8021q: 802.1Q VLAN Support v1.8
  1979. [ 2.865941] Registering SWP/SWPB emulation handler
  1980. [ 2.873625] b53-srab-switch 18007000.ethernet-switch: found switch: BCM53012, rev 0
  1981. [ 3.000088] b53-srab-switch 18007000.ethernet-switch lan4 (uninitialized): PHY [dsa-0.0:00] driver [Generic PHY] (irq=POLL)
  1982. [ 3.012521] b53-srab-switch 18007000.ethernet-switch lan3 (uninitialized): PHY [dsa-0.0:01] driver [Generic PHY] (irq=POLL)
  1983. [ 3.024949] b53-srab-switch 18007000.ethernet-switch lan2 (uninitialized): PHY [dsa-0.0:02] driver [Generic PHY] (irq=POLL)
  1984. [ 3.037388] b53-srab-switch 18007000.ethernet-switch lan1 (uninitialized): PHY [dsa-0.0:03] driver [Generic PHY] (irq=POLL)
  1985. [ 3.049778] b53-srab-switch 18007000.ethernet-switch wan (uninitialized): PHY [dsa-0.0:04] driver [Generic PHY] (irq=POLL)
  1986. [ 3.061938] b53-srab-switch 18007000.ethernet-switch: Using legacy PHYLIB callbacks. Please migrate to PHYLINK!
  1987. [ 3.072544] b53-srab-switch 18007000.ethernet-switch: Using legacy PHYLIB callbacks. Please migrate to PHYLINK!
  1988. [ 3.083496] DSA: tree 0 setup
  1989. [ 3.086793] UBI: auto-attach mtd4
  1990. [ 3.090131] ubi0: attaching mtd4
  1991. [ 3.207743] irq 30: nobody cared (try booting with the "irqpoll" option)
  1992. [ 3.214466] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 5.10.161 #0
  1993. [ 3.220569] Hardware name: BCM5301X
  1994. [ 3.224067] Function entered at [<c0108dc0>] from [<c0104fd0>]
  1995. [ 3.229910] Function entered at [<c0104fd0>] from [<c0416a60>]
  1996. [ 3.235750] Function entered at [<c0416a60>] from [<c016d510>]
  1997. [ 3.241590] Function entered at [<c016d510>] from [<c016da08>]
  1998. [ 3.247430] Function entered at [<c016da08>] from [<c016a0c4>]
  1999. [ 3.253271] Function entered at [<c016a0c4>] from [<c016e758>]
  2000. [ 3.259110] Function entered at [<c016e758>] from [<c0169704>]
  2001. [ 3.264952] Function entered at [<c0169704>] from [<c042fa20>]
  2002. [ 3.270793] Function entered at [<c042fa20>] from [<c0100b4c>]
  2003. [ 3.276632] Exception stack(0xc1035ae0 to 0xc1035b28)
  2004. [ 3.281692] 5ae0: 00000000 c0942c00 00000000 06014000 00000202 00000000 00000000 00000001
  2005. [ 3.289891] 5b00: c1010000 c1034000 c1035ba8 c1035b30 00355aa7 c1035b30 c011edb4 c0101218
  2006. [ 3.298078] 5b20: 60000113 ffffffff
  2007. [ 3.301569] Function entered at [<c0100b4c>] from [<c0101218>]
  2008. [ 3.307409] Function entered at [<c0101218>] from [<c011edb4>]
  2009. [ 3.313250] Function entered at [<c011edb4>] from [<c0169708>]
  2010. [ 3.319090] Function entered at [<c0169708>] from [<c042fa20>]
  2011. [ 3.324931] Function entered at [<c042fa20>] from [<c0100b4c>]
  2012. [ 3.330770] Exception stack(0xc1035bc8 to 0xc1035c10)
  2013. [ 3.335829] 5bc0: c1326454 c124c570 00000000 00000170 c1328c40 00605c00
  2014. [ 3.344020] 5be0: c124c400 00000002 00000000 00000000 00000000 00000002 00000000 c1035c18
  2015. [ 3.352209] 5c00: c04d71f0 c04d7210 80000013 ffffffff
  2016. [ 3.357266] Function entered at [<c0100b4c>] from [<c04d7210>]
  2017. [ 3.363107] Function entered at [<c04d7210>] from [<c04d74e8>]
  2018. [ 3.368946] Function entered at [<c04d74e8>] from [<c04d77f8>]
  2019. [ 3.374787] Function entered at [<c04d77f8>] from [<c04c933c>]
  2020. [ 3.380627] Function entered at [<c04c933c>] from [<c04b1ea4>]
  2021. [ 3.386468] Function entered at [<c04b1ea4>] from [<c04b1fcc>]
  2022. [ 3.392308] Function entered at [<c04b1fcc>] from [<c04ea384>]
  2023. [ 3.398149] Function entered at [<c04ea384>] from [<c04f0718>]
  2024. [ 3.403989] Function entered at [<c04f0718>] from [<c04e43ec>]
  2025. [ 3.409829] Function entered at [<c04e43ec>] from [<c091b1d4>]
  2026. [ 3.415670] Function entered at [<c091b1d4>] from [<c0101784>]
  2027. [ 3.421510] Function entered at [<c0101784>] from [<c09011b0>]
  2028. [ 3.427351] Function entered at [<c09011b0>] from [<c070b31c>]
  2029. [ 3.433192] Function entered at [<c070b31c>] from [<c0100128>]
  2030. [ 3.439030] Exception stack(0xc1035fb0 to 0xc1035ff8)
  2031. [ 3.444089] 5fa0: 00000000 00000000 00000000 00000000
  2032. [ 3.452280] 5fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  2033. [ 3.460471] 5fe0: 00000000 00000000 00000000 00000000 00000013 00000000
  2034. [ 3.467092] handlers:
  2035. [ 3.469368] [<806895fa>] 0xc04d78e0
  2036. [ 3.472863] Disabling IRQ #30
  2037. [ 3.576263] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2038. [ 3.583676] iproc_nand 18028000.nand-controller: intfc status f0000000
  2039. [ 3.696251] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2040. [ 3.703660] iproc_nand 18028000.nand-controller: intfc status f0000000
  2041. [ 3.816249] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2042. [ 3.823662] iproc_nand 18028000.nand-controller: intfc status f0000000
  2043. [ 3.936247] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2044. [ 3.943655] iproc_nand 18028000.nand-controller: intfc status f0000000
  2045. [ 4.056248] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2046. [ 4.063658] iproc_nand 18028000.nand-controller: intfc status f0000000
  2047. [ 4.176248] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2048. [ 4.183659] iproc_nand 18028000.nand-controller: intfc status f0000000
  2049. [ 4.296247] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2050. [ 4.303662] iproc_nand 18028000.nand-controller: intfc status f0000000
  2051. [ 4.416247] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2052. [ 4.423654] iproc_nand 18028000.nand-controller: intfc status f0000000
  2053. [ 4.536247] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2054. [ 4.543657] iproc_nand 18028000.nand-controller: intfc status f0000000
  2055. [ 4.656247] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2056. [ 4.663658] iproc_nand 18028000.nand-controller: intfc status f0000000
  2057. [ 8.626247] brcmnand_waitfunc: 35 callbacks suppressed
  2058. [ 8.626252] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2059. [ 8.638824] brcmnand_waitfunc: 35 callbacks suppressed
  2060. [ 8.638827] iproc_nand 18028000.nand-controller: intfc status f0000000
  2061. [ 8.756248] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2062. [ 8.763659] iproc_nand 18028000.nand-controller: intfc status f0000000
  2063. [ 8.876247] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2064. [ 8.883662] iproc_nand 18028000.nand-controller: intfc status f0000000
  2065. [ 8.996247] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2066. [ 9.003655] iproc_nand 18028000.nand-controller: intfc status f0000000
  2067. [ 9.116247] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2068. [ 9.123657] iproc_nand 18028000.nand-controller: intfc status f0000000
  2069. [ 9.236246] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2070. [ 9.243659] iproc_nand 18028000.nand-controller: intfc status f0000000
  2071. [ 9.356247] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2072. [ 9.363661] iproc_nand 18028000.nand-controller: intfc status f0000000
  2073. [ 9.476246] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2074. [ 9.483654] iproc_nand 18028000.nand-controller: intfc status f0000000
  2075. [ 9.596246] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2076. [ 9.603657] iproc_nand 18028000.nand-controller: intfc status f0000000
  2077. [ 9.716246] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2078. [ 9.723659] iproc_nand 18028000.nand-controller: intfc status f0000000
  2079. [ 13.686244] brcmnand_waitfunc: 35 callbacks suppressed
  2080. [ 13.686250] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2081. [ 13.698822] brcmnand_waitfunc: 35 callbacks suppressed
  2082. [ 13.698826] iproc_nand 18028000.nand-controller: intfc status f0000000
  2083. [ 13.816247] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2084. [ 13.823659] iproc_nand 18028000.nand-controller: intfc status f0000000
  2085. [ 13.936246] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2086. [ 13.943653] iproc_nand 18028000.nand-controller: intfc status f0000000
  2087. [ 14.056246] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2088. [ 14.063655] iproc_nand 18028000.nand-controller: intfc status f0000000
  2089. [ 14.176245] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2090. [ 14.183657] iproc_nand 18028000.nand-controller: intfc status f0000000
  2091. [ 14.296246] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2092. [ 14.303659] iproc_nand 18028000.nand-controller: intfc status f0000000
  2093. [ 14.416245] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2094. [ 14.423652] iproc_nand 18028000.nand-controller: intfc status f0000000
  2095. [ 14.536246] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2096. [ 14.543654] iproc_nand 18028000.nand-controller: intfc status f0000000
  2097. [ 14.656245] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2098. [ 14.663657] iproc_nand 18028000.nand-controller: intfc status f0000000
  2099. [ 14.776245] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2100. [ 14.783658] iproc_nand 18028000.nand-controller: intfc status f0000000
  2101. [ 18.746246] brcmnand_waitfunc: 35 callbacks suppressed
  2102. [ 18.746251] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2103. [ 18.758823] brcmnand_waitfunc: 35 callbacks suppressed
  2104. [ 18.758826] iproc_nand 18028000.nand-controller: intfc status f0000000
  2105. [ 18.876246] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2106. [ 18.883660] iproc_nand 18028000.nand-controller: intfc status f0000000
  2107. [ 18.996246] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2108. [ 19.003653] iproc_nand 18028000.nand-controller: intfc status f0000000
  2109. [ 19.116245] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2110. [ 19.123656] iproc_nand 18028000.nand-controller: intfc status f0000000
  2111. [ 19.236245] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2112. [ 19.243657] iproc_nand 18028000.nand-controller: intfc status f0000000
  2113. [ 19.356245] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2114. [ 19.363659] iproc_nand 18028000.nand-controller: intfc status f0000000
  2115. [ 19.476245] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2116. [ 19.483652] iproc_nand 18028000.nand-controller: intfc status f0000000
  2117. [ 19.596246] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2118. [ 19.603654] iproc_nand 18028000.nand-controller: intfc status f0000000
  2119. [ 19.716245] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2120. [ 19.723656] iproc_nand 18028000.nand-controller: intfc status f0000000
  2121. [ 19.836244] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2122. [ 19.843658] iproc_nand 18028000.nand-controller: intfc status f0000000
  2123. [ 23.806244] brcmnand_waitfunc: 35 callbacks suppressed
  2124. [ 23.806248] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2125. [ 23.818813] brcmnand_waitfunc: 35 callbacks suppressed
  2126. [ 23.818816] iproc_nand 18028000.nand-controller: intfc status f0000000
  2127. [ 23.936245] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2128. [ 23.943660] iproc_nand 18028000.nand-controller: intfc status f0000000
  2129. [ 24.056245] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2130. [ 24.063653] iproc_nand 18028000.nand-controller: intfc status f0000000
  2131. [ 24.176244] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2132. [ 24.183655] iproc_nand 18028000.nand-controller: intfc status f0000000
  2133. [ 24.296245] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2134. [ 24.303657] iproc_nand 18028000.nand-controller: intfc status f0000000
  2135. [ 24.416244] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2136. [ 24.423659] iproc_nand 18028000.nand-controller: intfc status f0000000
  2137. [ 24.536244] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2138. [ 24.543653] iproc_nand 18028000.nand-controller: intfc status f0000000
  2139. [ 24.656244] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2140. [ 24.663655] iproc_nand 18028000.nand-controller: intfc status f0000000
  2141. [ 24.776244] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2142. [ 24.783656] iproc_nand 18028000.nand-controller: intfc status f0000000
  2143. [ 24.896244] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2144. [ 24.903658] iproc_nand 18028000.nand-controller: intfc status f0000000
  2145. [ 26.996263] ubi0 error: 0xc04f0b3c: PEB 0 contains corrupted VID header, and the data does not contain all 0xFF
  2146. [ 27.006385] ubi0 error: 0xc04f0b4c: this may be a non-UBI PEB or a severe VID header corruption which requires manual inspection
  2147. [ 27.017978] Volume identifier header dump:
  2148. [ 27.022080] magic 6d6f6465
  2149. [ 27.025222] version 61
  2150. [ 27.027847] vol_type 48
  2151. [ 27.030470] copy_flag 0
  2152. [ 27.033003] compat 49
  2153. [ 27.035624] vol_id 980580455
  2154. [ 27.038858] lnum 1634299507
  2155. [ 27.042177] data_size 1919249518
  2156. [ 27.045493] used_ebs 1633843568
  2157. [ 27.048815] data_pad 1630616881
  2158. [ 27.052135] sqnum 7958763684828050021
  2159. [ 27.056242] hdr_crc 3a747869
  2160. [ 27.059384] Volume identifier header hexdump:
  2161. [ 27.063758] hexdump of PEB 0 offset 4096, length 126976
  2162. [ 28.836254] brcmnand_waitfunc: 34 callbacks suppressed
  2163. [ 28.836265] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2164. [ 28.848839] brcmnand_waitfunc: 34 callbacks suppressed
  2165. [ 28.848843] iproc_nand 18028000.nand-controller: intfc status f0000000
  2166. [ 28.966247] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2167. [ 28.973658] iproc_nand 18028000.nand-controller: intfc status f0000000
  2168. [ 29.086244] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2169. [ 29.093660] iproc_nand 18028000.nand-controller: intfc status f0000000
  2170. [ 29.206248] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2171. [ 29.213662] iproc_nand 18028000.nand-controller: intfc status f0000000
  2172. [ 29.326245] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2173. [ 29.333655] iproc_nand 18028000.nand-controller: intfc status f0000000
  2174. [ 29.446245] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2175. [ 29.453656] iproc_nand 18028000.nand-controller: intfc status f0000000
  2176. [ 29.566244] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2177. [ 29.573659] iproc_nand 18028000.nand-controller: intfc status f0000000
  2178. [ 29.686245] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2179. [ 29.693652] iproc_nand 18028000.nand-controller: intfc status f0000000
  2180. [ 29.806244] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2181. [ 29.813654] iproc_nand 18028000.nand-controller: intfc status f0000000
  2182. [ 29.926245] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2183. [ 29.933657] iproc_nand 18028000.nand-controller: intfc status f0000000
  2184. [ 33.896242] brcmnand_waitfunc: 35 callbacks suppressed
  2185. [ 33.896247] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2186. [ 33.908805] brcmnand_waitfunc: 35 callbacks suppressed
  2187. [ 33.908809] iproc_nand 18028000.nand-controller: intfc status f0000000
  2188. [ 34.026244] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2189. [ 34.033657] iproc_nand 18028000.nand-controller: intfc status f0000000
  2190. [ 34.146243] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2191. [ 34.153651] iproc_nand 18028000.nand-controller: intfc status f0000000
  2192. [ 34.266247] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2193. [ 34.273662] iproc_nand 18028000.nand-controller: intfc status f0000000
  2194. [ 34.386245] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2195. [ 34.393656] iproc_nand 18028000.nand-controller: intfc status f0000000
  2196. [ 34.506244] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2197. [ 34.513658] iproc_nand 18028000.nand-controller: intfc status f0000000
  2198. [ 34.626244] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2199. [ 34.633660] iproc_nand 18028000.nand-controller: intfc status f0000000
  2200. [ 34.746243] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2201. [ 34.753652] iproc_nand 18028000.nand-controller: intfc status f0000000
  2202. [ 34.866244] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2203. [ 34.873654] iproc_nand 18028000.nand-controller: intfc status f0000000
  2204. [ 34.986243] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2205. [ 34.993657] iproc_nand 18028000.nand-controller: intfc status f0000000
  2206. [ 38.956242] brcmnand_waitfunc: 35 callbacks suppressed
  2207. [ 38.956247] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2208. [ 38.968805] brcmnand_waitfunc: 35 callbacks suppressed
  2209. [ 38.968809] iproc_nand 18028000.nand-controller: intfc status f0000000
  2210. [ 39.086243] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2211. [ 39.093658] iproc_nand 18028000.nand-controller: intfc status f0000000
  2212. [ 39.206243] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2213. [ 39.213650] iproc_nand 18028000.nand-controller: intfc status f0000000
  2214. [ 39.326246] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2215. [ 39.333662] iproc_nand 18028000.nand-controller: intfc status f0000000
  2216. [ 39.446243] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2217. [ 39.453655] iproc_nand 18028000.nand-controller: intfc status f0000000
  2218. [ 39.566243] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2219. [ 39.573657] iproc_nand 18028000.nand-controller: intfc status f0000000
  2220. [ 39.686242] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2221. [ 39.693651] iproc_nand 18028000.nand-controller: intfc status f0000000
  2222. [ 39.806243] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2223. [ 39.813653] iproc_nand 18028000.nand-controller: intfc status f0000000
  2224. [ 39.926243] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2225. [ 39.933655] iproc_nand 18028000.nand-controller: intfc status f0000000
  2226. [ 40.046242] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2227. [ 40.053656] iproc_nand 18028000.nand-controller: intfc status f0000000
  2228. [ 44.016241] brcmnand_waitfunc: 35 callbacks suppressed
  2229. [ 44.016245] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2230. [ 44.028807] brcmnand_waitfunc: 35 callbacks suppressed
  2231. [ 44.028810] iproc_nand 18028000.nand-controller: intfc status f0000000
  2232. [ 44.146242] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2233. [ 44.153658] iproc_nand 18028000.nand-controller: intfc status f0000000
  2234. [ 44.266243] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2235. [ 44.273651] iproc_nand 18028000.nand-controller: intfc status f0000000
  2236. [ 44.386247] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2237. [ 44.393662] iproc_nand 18028000.nand-controller: intfc status f0000000
  2238. [ 44.506243] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2239. [ 44.513655] iproc_nand 18028000.nand-controller: intfc status f0000000
  2240. [ 44.626243] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2241. [ 44.633657] iproc_nand 18028000.nand-controller: intfc status f0000000
  2242. [ 44.746242] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2243. [ 44.753651] iproc_nand 18028000.nand-controller: intfc status f0000000
  2244. [ 44.866242] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2245. [ 44.873653] iproc_nand 18028000.nand-controller: intfc status f0000000
  2246. [ 44.986242] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2247. [ 44.993654] iproc_nand 18028000.nand-controller: intfc status f0000000
  2248. [ 45.106242] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2249. [ 45.113657] iproc_nand 18028000.nand-controller: intfc status f0000000
  2250. [ 49.076240] brcmnand_waitfunc: 35 callbacks suppressed
  2251. [ 49.076244] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2252. [ 49.088805] brcmnand_waitfunc: 35 callbacks suppressed
  2253. [ 49.088810] iproc_nand 18028000.nand-controller: intfc status f0000000
  2254. [ 49.206242] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2255. [ 49.213649] iproc_nand 18028000.nand-controller: intfc status f0000000
  2256. [ 49.326241] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2257. [ 49.333651] iproc_nand 18028000.nand-controller: intfc status f0000000
  2258. [ 49.446245] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2259. [ 49.453653] iproc_nand 18028000.nand-controller: intfc status f0000000
  2260. [ 49.566242] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2261. [ 49.573656] iproc_nand 18028000.nand-controller: intfc status f0000000
  2262. [ 49.686242] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2263. [ 49.693657] iproc_nand 18028000.nand-controller: intfc status f0000000
  2264. [ 49.806242] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2265. [ 49.813650] iproc_nand 18028000.nand-controller: intfc status f0000000
  2266. [ 49.926241] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2267. [ 49.933653] iproc_nand 18028000.nand-controller: intfc status f0000000
  2268. [ 50.046241] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2269. [ 50.053654] iproc_nand 18028000.nand-controller: intfc status f0000000
  2270. [ 50.166243] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2271. [ 50.173656] iproc_nand 18028000.nand-controller: intfc status f0000000
  2272. [ 54.136240] brcmnand_waitfunc: 35 callbacks suppressed
  2273. [ 54.136244] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2274. [ 54.148806] brcmnand_waitfunc: 35 callbacks suppressed
  2275. [ 54.148810] iproc_nand 18028000.nand-controller: intfc status f0000000
  2276. [ 54.266241] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2277. [ 54.273649] iproc_nand 18028000.nand-controller: intfc status f0000000
  2278. [ 54.386241] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2279. [ 54.393652] iproc_nand 18028000.nand-controller: intfc status f0000000
  2280. [ 54.506244] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2281. [ 54.513653] iproc_nand 18028000.nand-controller: intfc status f0000000
  2282. [ 54.626241] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2283. [ 54.633656] iproc_nand 18028000.nand-controller: intfc status f0000000
  2284. [ 54.746241] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2285. [ 54.753648] iproc_nand 18028000.nand-controller: intfc status f0000000
  2286. [ 54.866241] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2287. [ 54.873650] iproc_nand 18028000.nand-controller: intfc status f0000000
  2288. [ 54.986241] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2289. [ 54.993653] iproc_nand 18028000.nand-controller: intfc status f0000000
  2290. [ 55.106241] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2291. [ 55.113654] iproc_nand 18028000.nand-controller: intfc status f0000000
  2292. [ 55.226241] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2293. [ 55.233647] iproc_nand 18028000.nand-controller: intfc status f0000000
  2294. [ 59.196239] brcmnand_waitfunc: 35 callbacks suppressed
  2295. [ 59.196244] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2296. [ 59.208806] brcmnand_waitfunc: 35 callbacks suppressed
  2297. [ 59.208810] iproc_nand 18028000.nand-controller: intfc status f0000000
  2298. [ 59.326240] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2299. [ 59.333649] iproc_nand 18028000.nand-controller: intfc status f0000000
  2300. [ 59.446240] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2301. [ 59.453651] iproc_nand 18028000.nand-controller: intfc status f0000000
  2302. [ 59.566244] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2303. [ 59.573654] iproc_nand 18028000.nand-controller: intfc status f0000000
  2304. [ 59.686240] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2305. [ 59.693656] iproc_nand 18028000.nand-controller: intfc status f0000000
  2306. [ 59.806240] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2307. [ 59.813648] iproc_nand 18028000.nand-controller: intfc status f0000000
  2308. [ 59.926246] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2309. [ 59.933659] iproc_nand 18028000.nand-controller: intfc status f0000000
  2310. [ 60.046240] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2311. [ 60.053652] iproc_nand 18028000.nand-controller: intfc status f0000000
  2312. [ 60.166240] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2313. [ 60.173654] iproc_nand 18028000.nand-controller: intfc status f0000000
  2314. [ 60.286240] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2315. [ 60.293648] iproc_nand 18028000.nand-controller: intfc status f0000000
  2316. [ 64.256239] brcmnand_waitfunc: 35 callbacks suppressed
  2317. [ 64.256243] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2318. [ 64.268806] brcmnand_waitfunc: 35 callbacks suppressed
  2319. [ 64.268810] iproc_nand 18028000.nand-controller: intfc status f0000000
  2320. [ 64.386239] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2321. [ 64.393649] iproc_nand 18028000.nand-controller: intfc status f0000000
  2322. [ 64.506244] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2323. [ 64.513660] iproc_nand 18028000.nand-controller: intfc status f0000000
  2324. [ 64.626243] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2325. [ 64.633653] iproc_nand 18028000.nand-controller: intfc status f0000000
  2326. [ 64.746240] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2327. [ 64.753655] iproc_nand 18028000.nand-controller: intfc status f0000000
  2328. [ 64.866240] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2329. [ 64.873649] iproc_nand 18028000.nand-controller: intfc status f0000000
  2330. [ 64.986239] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2331. [ 64.993650] iproc_nand 18028000.nand-controller: intfc status f0000000
  2332. [ 65.106239] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2333. [ 65.113652] iproc_nand 18028000.nand-controller: intfc status f0000000
  2334. [ 65.226239] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2335. [ 65.233655] iproc_nand 18028000.nand-controller: intfc status f0000000
  2336. [ 65.346240] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2337. [ 65.353648] iproc_nand 18028000.nand-controller: intfc status f0000000
  2338. [ 69.316238] brcmnand_waitfunc: 35 callbacks suppressed
  2339. [ 69.316242] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2340. [ 69.328806] brcmnand_waitfunc: 35 callbacks suppressed
  2341. [ 69.328810] iproc_nand 18028000.nand-controller: intfc status f0000000
  2342. [ 69.446239] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2343. [ 69.453649] iproc_nand 18028000.nand-controller: intfc status f0000000
  2344. [ 69.566239] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2345. [ 69.573651] iproc_nand 18028000.nand-controller: intfc status f0000000
  2346. [ 69.686242] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2347. [ 69.693653] iproc_nand 18028000.nand-controller: intfc status f0000000
  2348. [ 69.806239] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2349. [ 69.813647] iproc_nand 18028000.nand-controller: intfc status f0000000
  2350. [ 69.926239] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2351. [ 69.933649] iproc_nand 18028000.nand-controller: intfc status f0000000
  2352. [ 70.046239] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2353. [ 70.053651] iproc_nand 18028000.nand-controller: intfc status f0000000
  2354. [ 70.166239] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2355. [ 70.173653] iproc_nand 18028000.nand-controller: intfc status f0000000
  2356. [ 70.286239] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2357. [ 70.293646] iproc_nand 18028000.nand-controller: intfc status f0000000
  2358. [ 70.406239] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2359. [ 70.413648] iproc_nand 18028000.nand-controller: intfc status f0000000
  2360. [ 74.376237] brcmnand_waitfunc: 35 callbacks suppressed
  2361. [ 74.376241] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2362. [ 74.388806] brcmnand_waitfunc: 35 callbacks suppressed
  2363. [ 74.388810] iproc_nand 18028000.nand-controller: intfc status f0000000
  2364. [ 74.506239] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2365. [ 74.513649] iproc_nand 18028000.nand-controller: intfc status f0000000
  2366. [ 74.626238] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2367. [ 74.633652] iproc_nand 18028000.nand-controller: intfc status f0000000
  2368. [ 74.746241] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2369. [ 74.753654] iproc_nand 18028000.nand-controller: intfc status f0000000
  2370. [ 74.866239] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2371. [ 74.873647] iproc_nand 18028000.nand-controller: intfc status f0000000
  2372. [ 74.986238] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2373. [ 74.993649] iproc_nand 18028000.nand-controller: intfc status f0000000
  2374. [ 75.106238] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2375. [ 75.113651] iproc_nand 18028000.nand-controller: intfc status f0000000
  2376. [ 75.226243] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2377. [ 75.233652] iproc_nand 18028000.nand-controller: intfc status f0000000
  2378. [ 75.346239] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2379. [ 75.353646] iproc_nand 18028000.nand-controller: intfc status f0000000
  2380. [ 75.466238] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2381. [ 75.473649] iproc_nand 18028000.nand-controller: intfc status f0000000
  2382. [ 79.436237] brcmnand_waitfunc: 35 callbacks suppressed
  2383. [ 79.436241] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2384. [ 79.448805] brcmnand_waitfunc: 35 callbacks suppressed
  2385. [ 79.448809] iproc_nand 18028000.nand-controller: intfc status f0000000
  2386. [ 79.566238] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2387. [ 79.573650] iproc_nand 18028000.nand-controller: intfc status f0000000
  2388. [ 79.686238] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2389. [ 79.693651] iproc_nand 18028000.nand-controller: intfc status f0000000
  2390. [ 79.806241] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2391. [ 79.813653] iproc_nand 18028000.nand-controller: intfc status f0000000
  2392. [ 79.926238] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2393. [ 79.933646] iproc_nand 18028000.nand-controller: intfc status f0000000
  2394. [ 80.046237] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2395. [ 80.053648] iproc_nand 18028000.nand-controller: intfc status f0000000
  2396. [ 80.166238] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2397. [ 80.173651] iproc_nand 18028000.nand-controller: intfc status f0000000
  2398. [ 80.286238] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2399. [ 80.293654] iproc_nand 18028000.nand-controller: intfc status f0000000
  2400. [ 80.406238] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2401. [ 80.413647] iproc_nand 18028000.nand-controller: intfc status f0000000
  2402. [ 80.526237] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2403. [ 80.533648] iproc_nand 18028000.nand-controller: intfc status f0000000
  2404. [ 84.496236] brcmnand_waitfunc: 35 callbacks suppressed
  2405. [ 84.496240] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2406. [ 84.508807] brcmnand_waitfunc: 35 callbacks suppressed
  2407. [ 84.508811] iproc_nand 18028000.nand-controller: intfc status f0000000
  2408. [ 84.626237] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2409. [ 84.633650] iproc_nand 18028000.nand-controller: intfc status f0000000
  2410. [ 84.746238] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2411. [ 84.753651] iproc_nand 18028000.nand-controller: intfc status f0000000
  2412. [ 84.866241] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2413. [ 84.873653] iproc_nand 18028000.nand-controller: intfc status f0000000
  2414. [ 84.986237] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2415. [ 84.993646] iproc_nand 18028000.nand-controller: intfc status f0000000
  2416. [ 85.106237] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2417. [ 85.113649] iproc_nand 18028000.nand-controller: intfc status f0000000
  2418. [ 85.226237] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2419. [ 85.233650] iproc_nand 18028000.nand-controller: intfc status f0000000
  2420. [ 85.346237] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2421. [ 85.353644] iproc_nand 18028000.nand-controller: intfc status f0000000
  2422. [ 85.466236] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2423. [ 85.473646] iproc_nand 18028000.nand-controller: intfc status f0000000
  2424. [ 85.586237] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2425. [ 85.593648] iproc_nand 18028000.nand-controller: intfc status f0000000
  2426. [ 89.556235] brcmnand_waitfunc: 35 callbacks suppressed
  2427. [ 89.556239] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2428. [ 89.568798] brcmnand_waitfunc: 35 callbacks suppressed
  2429. [ 89.568801] iproc_nand 18028000.nand-controller: intfc status f0000000
  2430. [ 89.686237] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2431. [ 89.693650] iproc_nand 18028000.nand-controller: intfc status f0000000
  2432. [ 89.806236] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2433. [ 89.813651] iproc_nand 18028000.nand-controller: intfc status f0000000
  2434. [ 89.926240] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2435. [ 89.933654] iproc_nand 18028000.nand-controller: intfc status f0000000
  2436. [ 90.046236] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2437. [ 90.053647] iproc_nand 18028000.nand-controller: intfc status f0000000
  2438. [ 90.166237] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2439. [ 90.173649] iproc_nand 18028000.nand-controller: intfc status f0000000
  2440. [ 90.286237] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2441. [ 90.293650] iproc_nand 18028000.nand-controller: intfc status f0000000
  2442. [ 90.406237] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2443. [ 90.413644] iproc_nand 18028000.nand-controller: intfc status f0000000
  2444. [ 90.526242] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2445. [ 90.533654] iproc_nand 18028000.nand-controller: intfc status f0000000
  2446. [ 90.646237] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2447. [ 90.653648] iproc_nand 18028000.nand-controller: intfc status f0000000
  2448. [ 94.616235] brcmnand_waitfunc: 35 callbacks suppressed
  2449. [ 94.616239] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2450. [ 94.628796] brcmnand_waitfunc: 35 callbacks suppressed
  2451. [ 94.628800] iproc_nand 18028000.nand-controller: intfc status f0000000
  2452. [ 94.746236] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2453. [ 94.753649] iproc_nand 18028000.nand-controller: intfc status f0000000
  2454. [ 94.866235] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2455. [ 94.873643] iproc_nand 18028000.nand-controller: intfc status f0000000
  2456. [ 94.986239] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2457. [ 94.993653] iproc_nand 18028000.nand-controller: intfc status f0000000
  2458. [ 95.106237] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2459. [ 95.113647] iproc_nand 18028000.nand-controller: intfc status f0000000
  2460. [ 95.226236] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2461. [ 95.233649] iproc_nand 18028000.nand-controller: intfc status f0000000
  2462. [ 95.346236] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2463. [ 95.353651] iproc_nand 18028000.nand-controller: intfc status f0000000
  2464. [ 95.466236] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2465. [ 95.473644] iproc_nand 18028000.nand-controller: intfc status f0000000
  2466. [ 95.586236] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2467. [ 95.593647] iproc_nand 18028000.nand-controller: intfc status f0000000
  2468. [ 95.706236] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2469. [ 95.713648] iproc_nand 18028000.nand-controller: intfc status f0000000
  2470. [ 99.676234] brcmnand_waitfunc: 35 callbacks suppressed
  2471. [ 99.676238] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2472. [ 99.688797] brcmnand_waitfunc: 35 callbacks suppressed
  2473. [ 99.688801] iproc_nand 18028000.nand-controller: intfc status f0000000
  2474. [ 99.806235] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2475. [ 99.813649] iproc_nand 18028000.nand-controller: intfc status f0000000
  2476. [ 99.926235] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2477. [ 99.933643] iproc_nand 18028000.nand-controller: intfc status f0000000
  2478. [ 100.046238] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2479. [ 100.053654] iproc_nand 18028000.nand-controller: intfc status f0000000
  2480. [ 100.166235] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2481. [ 100.173646] iproc_nand 18028000.nand-controller: intfc status f0000000
  2482. [ 100.286235] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2483. [ 100.293648] iproc_nand 18028000.nand-controller: intfc status f0000000
  2484. [ 100.406235] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2485. [ 100.413642] iproc_nand 18028000.nand-controller: intfc status f0000000
  2486. [ 100.526235] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2487. [ 100.533645] iproc_nand 18028000.nand-controller: intfc status f0000000
  2488. [ 100.646235] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2489. [ 100.653646] iproc_nand 18028000.nand-controller: intfc status f0000000
  2490. [ 100.766235] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2491. [ 100.773648] iproc_nand 18028000.nand-controller: intfc status f0000000
  2492. [ 104.736233] brcmnand_waitfunc: 35 callbacks suppressed
  2493. [ 104.736237] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2494. [ 104.748797] brcmnand_waitfunc: 35 callbacks suppressed
  2495. [ 104.748801] iproc_nand 18028000.nand-controller: intfc status f0000000
  2496. [ 104.866234] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2497. [ 104.873649] iproc_nand 18028000.nand-controller: intfc status f0000000
  2498. [ 104.986234] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2499. [ 104.993643] iproc_nand 18028000.nand-controller: intfc status f0000000
  2500. [ 105.106238] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2501. [ 105.113645] iproc_nand 18028000.nand-controller: intfc status f0000000
  2502. [ 105.226235] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2503. [ 105.233647] iproc_nand 18028000.nand-controller: intfc status f0000000
  2504. [ 105.346234] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2505. [ 105.353649] iproc_nand 18028000.nand-controller: intfc status f0000000
  2506. [ 105.466235] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2507. [ 105.473642] iproc_nand 18028000.nand-controller: intfc status f0000000
  2508. [ 105.586234] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2509. [ 105.593644] iproc_nand 18028000.nand-controller: intfc status f0000000
  2510. [ 105.706234] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2511. [ 105.713646] iproc_nand 18028000.nand-controller: intfc status f0000000
  2512. [ 105.826239] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2513. [ 105.833649] iproc_nand 18028000.nand-controller: intfc status f0000000
  2514. [ 109.796232] brcmnand_waitfunc: 35 callbacks suppressed
  2515. [ 109.796236] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2516. [ 109.808798] brcmnand_waitfunc: 35 callbacks suppressed
  2517. [ 109.808802] iproc_nand 18028000.nand-controller: intfc status f0000000
  2518. [ 109.926234] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2519. [ 109.933649] iproc_nand 18028000.nand-controller: intfc status f0000000
  2520. [ 110.046234] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2521. [ 110.053643] iproc_nand 18028000.nand-controller: intfc status f0000000
  2522. [ 110.166237] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2523. [ 110.173645] iproc_nand 18028000.nand-controller: intfc status f0000000
  2524. [ 110.286234] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2525. [ 110.293648] iproc_nand 18028000.nand-controller: intfc status f0000000
  2526. [ 110.406234] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2527. [ 110.413649] iproc_nand 18028000.nand-controller: intfc status f0000000
  2528. [ 110.526234] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2529. [ 110.533642] iproc_nand 18028000.nand-controller: intfc status f0000000
  2530. [ 110.646234] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2531. [ 110.653644] iproc_nand 18028000.nand-controller: intfc status f0000000
  2532. [ 110.766234] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2533. [ 110.773647] iproc_nand 18028000.nand-controller: intfc status f0000000
  2534. [ 110.886234] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2535. [ 110.893648] iproc_nand 18028000.nand-controller: intfc status f0000000
  2536. [ 114.856232] brcmnand_waitfunc: 35 callbacks suppressed
  2537. [ 114.856236] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2538. [ 114.868797] brcmnand_waitfunc: 35 callbacks suppressed
  2539. [ 114.868801] iproc_nand 18028000.nand-controller: intfc status f0000000
  2540. [ 114.986233] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2541. [ 114.993640] iproc_nand 18028000.nand-controller: intfc status f0000000
  2542. [ 115.106233] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2543. [ 115.113643] iproc_nand 18028000.nand-controller: intfc status f0000000
  2544. [ 115.226236] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2545. [ 115.233645] iproc_nand 18028000.nand-controller: intfc status f0000000
  2546. [ 115.346234] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2547. [ 115.353647] iproc_nand 18028000.nand-controller: intfc status f0000000
  2548. [ 115.466233] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2549. [ 115.473640] iproc_nand 18028000.nand-controller: intfc status f0000000
  2550. [ 115.586233] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2551. [ 115.593643] iproc_nand 18028000.nand-controller: intfc status f0000000
  2552. [ 115.706233] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2553. [ 115.713645] iproc_nand 18028000.nand-controller: intfc status f0000000
  2554. [ 115.826233] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2555. [ 115.833646] iproc_nand 18028000.nand-controller: intfc status f0000000
  2556. [ 115.946233] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2557. [ 115.953649] iproc_nand 18028000.nand-controller: intfc status f0000000
  2558. [ 119.916231] brcmnand_waitfunc: 35 callbacks suppressed
  2559. [ 119.916235] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2560. [ 119.928797] brcmnand_waitfunc: 35 callbacks suppressed
  2561. [ 119.928801] iproc_nand 18028000.nand-controller: intfc status f0000000
  2562. [ 120.046233] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2563. [ 120.053641] iproc_nand 18028000.nand-controller: intfc status f0000000
  2564. [ 120.166232] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2565. [ 120.173643] iproc_nand 18028000.nand-controller: intfc status f0000000
  2566. [ 120.286236] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2567. [ 120.293645] iproc_nand 18028000.nand-controller: intfc status f0000000
  2568. [ 120.406233] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2569. [ 120.413647] iproc_nand 18028000.nand-controller: intfc status f0000000
  2570. [ 120.526233] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2571. [ 120.533641] iproc_nand 18028000.nand-controller: intfc status f0000000
  2572. [ 120.646233] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2573. [ 120.653642] iproc_nand 18028000.nand-controller: intfc status f0000000
  2574. [ 120.766233] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2575. [ 120.773644] iproc_nand 18028000.nand-controller: intfc status f0000000
  2576. [ 120.886232] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2577. [ 120.893647] iproc_nand 18028000.nand-controller: intfc status f0000000
  2578. [ 121.006232] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2579. [ 121.013639] iproc_nand 18028000.nand-controller: intfc status f0000000
  2580. [ 124.976230] brcmnand_waitfunc: 35 callbacks suppressed
  2581. [ 124.976235] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2582. [ 124.988797] brcmnand_waitfunc: 35 callbacks suppressed
  2583. [ 124.988801] iproc_nand 18028000.nand-controller: intfc status f0000000
  2584. [ 125.106232] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2585. [ 125.113641] iproc_nand 18028000.nand-controller: intfc status f0000000
  2586. [ 125.226232] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2587. [ 125.233643] iproc_nand 18028000.nand-controller: intfc status f0000000
  2588. [ 125.346236] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2589. [ 125.353645] iproc_nand 18028000.nand-controller: intfc status f0000000
  2590. [ 125.466232] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2591. [ 125.473647] iproc_nand 18028000.nand-controller: intfc status f0000000
  2592. [ 125.586232] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2593. [ 125.593641] iproc_nand 18028000.nand-controller: intfc status f0000000
  2594. [ 125.706232] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2595. [ 125.713642] iproc_nand 18028000.nand-controller: intfc status f0000000
  2596. [ 125.826232] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2597. [ 125.833645] iproc_nand 18028000.nand-controller: intfc status f0000000
  2598. [ 125.946238] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2599. [ 125.953647] iproc_nand 18028000.nand-controller: intfc status f0000000
  2600. [ 126.066232] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2601. [ 126.073640] iproc_nand 18028000.nand-controller: intfc status f0000000
  2602. [ 130.036230] brcmnand_waitfunc: 35 callbacks suppressed
  2603. [ 130.036235] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2604. [ 130.048798] brcmnand_waitfunc: 35 callbacks suppressed
  2605. [ 130.048802] iproc_nand 18028000.nand-controller: intfc status f0000000
  2606. [ 130.166232] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2607. [ 130.173641] iproc_nand 18028000.nand-controller: intfc status f0000000
  2608. [ 130.286231] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2609. [ 130.293643] iproc_nand 18028000.nand-controller: intfc status f0000000
  2610. [ 130.406235] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2611. [ 130.413644] iproc_nand 18028000.nand-controller: intfc status f0000000
  2612. [ 130.526232] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2613. [ 130.533648] iproc_nand 18028000.nand-controller: intfc status f0000000
  2614. [ 130.646232] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2615. [ 130.653641] iproc_nand 18028000.nand-controller: intfc status f0000000
  2616. [ 130.766232] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2617. [ 130.773642] iproc_nand 18028000.nand-controller: intfc status f0000000
  2618. [ 130.886232] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2619. [ 130.893644] iproc_nand 18028000.nand-controller: intfc status f0000000
  2620. [ 131.006232] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2621. [ 131.013646] iproc_nand 18028000.nand-controller: intfc status f0000000
  2622. [ 131.126231] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2623. [ 131.133639] iproc_nand 18028000.nand-controller: intfc status f0000000
  2624. [ 135.096229] brcmnand_waitfunc: 35 callbacks suppressed
  2625. [ 135.096234] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2626. [ 135.108798] brcmnand_waitfunc: 35 callbacks suppressed
  2627. [ 135.108801] iproc_nand 18028000.nand-controller: intfc status f0000000
  2628. [ 135.226231] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2629. [ 135.233640] iproc_nand 18028000.nand-controller: intfc status f0000000
  2630. [ 135.346231] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2631. [ 135.353643] iproc_nand 18028000.nand-controller: intfc status f0000000
  2632. [ 135.466234] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2633. [ 135.473646] iproc_nand 18028000.nand-controller: intfc status f0000000
  2634. [ 135.586231] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2635. [ 135.593639] iproc_nand 18028000.nand-controller: intfc status f0000000
  2636. [ 135.706230] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2637. [ 135.713640] iproc_nand 18028000.nand-controller: intfc status f0000000
  2638. [ 135.826231] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2639. [ 135.833643] iproc_nand 18028000.nand-controller: intfc status f0000000
  2640. [ 135.946230] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2641. [ 135.953645] iproc_nand 18028000.nand-controller: intfc status f0000000
  2642. [ 136.066231] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2643. [ 136.073638] iproc_nand 18028000.nand-controller: intfc status f0000000
  2644. [ 136.186230] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2645. [ 136.193640] iproc_nand 18028000.nand-controller: intfc status f0000000
  2646. [ 140.156229] brcmnand_waitfunc: 35 callbacks suppressed
  2647. [ 140.156233] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2648. [ 140.168797] brcmnand_waitfunc: 35 callbacks suppressed
  2649. [ 140.168801] iproc_nand 18028000.nand-controller: intfc status f0000000
  2650. [ 140.286230] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2651. [ 140.293641] iproc_nand 18028000.nand-controller: intfc status f0000000
  2652. [ 140.406230] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2653. [ 140.413643] iproc_nand 18028000.nand-controller: intfc status f0000000
  2654. [ 140.526233] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2655. [ 140.533645] iproc_nand 18028000.nand-controller: intfc status f0000000
  2656. [ 140.646230] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2657. [ 140.653638] iproc_nand 18028000.nand-controller: intfc status f0000000
  2658. [ 140.766230] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2659. [ 140.773641] iproc_nand 18028000.nand-controller: intfc status f0000000
  2660. [ 140.886230] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2661. [ 140.893642] iproc_nand 18028000.nand-controller: intfc status f0000000
  2662. [ 141.006230] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2663. [ 141.013644] iproc_nand 18028000.nand-controller: intfc status f0000000
  2664. [ 141.126230] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2665. [ 141.133637] iproc_nand 18028000.nand-controller: intfc status f0000000
  2666. [ 141.246230] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2667. [ 141.253640] iproc_nand 18028000.nand-controller: intfc status f0000000
  2668. [ 145.216228] brcmnand_waitfunc: 35 callbacks suppressed
  2669. [ 145.216232] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2670. [ 145.228798] brcmnand_waitfunc: 35 callbacks suppressed
  2671. [ 145.228802] iproc_nand 18028000.nand-controller: intfc status f0000000
  2672. [ 145.346230] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2673. [ 145.353641] iproc_nand 18028000.nand-controller: intfc status f0000000
  2674. [ 145.466229] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2675. [ 145.473643] iproc_nand 18028000.nand-controller: intfc status f0000000
  2676. [ 145.586232] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2677. [ 145.593646] iproc_nand 18028000.nand-controller: intfc status f0000000
  2678. [ 145.706229] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2679. [ 145.713639] iproc_nand 18028000.nand-controller: intfc status f0000000
  2680. [ 145.826230] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2681. [ 145.833641] iproc_nand 18028000.nand-controller: intfc status f0000000
  2682. [ 145.946230] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2683. [ 145.953643] iproc_nand 18028000.nand-controller: intfc status f0000000
  2684. [ 146.066229] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2685. [ 146.073645] iproc_nand 18028000.nand-controller: intfc status f0000000
  2686. [ 146.186229] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2687. [ 146.193637] iproc_nand 18028000.nand-controller: intfc status f0000000
  2688. [ 146.306230] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2689. [ 146.313640] iproc_nand 18028000.nand-controller: intfc status f0000000
  2690. [ 150.276228] brcmnand_waitfunc: 35 callbacks suppressed
  2691. [ 150.276233] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2692. [ 150.288798] brcmnand_waitfunc: 35 callbacks suppressed
  2693. [ 150.288802] iproc_nand 18028000.nand-controller: intfc status f0000000
  2694. [ 150.406229] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2695. [ 150.413642] iproc_nand 18028000.nand-controller: intfc status f0000000
  2696. [ 150.526228] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2697. [ 150.533643] iproc_nand 18028000.nand-controller: intfc status f0000000
  2698. [ 150.646233] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2699. [ 150.653645] iproc_nand 18028000.nand-controller: intfc status f0000000
  2700. [ 150.766229] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2701. [ 150.773639] iproc_nand 18028000.nand-controller: intfc status f0000000
  2702. [ 150.886230] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2703. [ 150.893640] iproc_nand 18028000.nand-controller: intfc status f0000000
  2704. [ 151.006229] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2705. [ 151.013642] iproc_nand 18028000.nand-controller: intfc status f0000000
  2706. [ 151.126229] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2707. [ 151.133636] iproc_nand 18028000.nand-controller: intfc status f0000000
  2708. [ 151.246230] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2709. [ 151.253638] iproc_nand 18028000.nand-controller: intfc status f0000000
  2710. [ 151.366229] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2711. [ 151.373639] iproc_nand 18028000.nand-controller: intfc status f0000000
  2712. [ 155.336227] brcmnand_waitfunc: 35 callbacks suppressed
  2713. [ 155.336231] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2714. [ 155.348797] brcmnand_waitfunc: 35 callbacks suppressed
  2715. [ 155.348801] iproc_nand 18028000.nand-controller: intfc status f0000000
  2716. [ 155.466228] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2717. [ 155.473642] iproc_nand 18028000.nand-controller: intfc status f0000000
  2718. [ 155.586228] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2719. [ 155.593643] iproc_nand 18028000.nand-controller: intfc status f0000000
  2720. [ 155.706232] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2721. [ 155.713645] iproc_nand 18028000.nand-controller: intfc status f0000000
  2722. [ 155.826229] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2723. [ 155.833639] iproc_nand 18028000.nand-controller: intfc status f0000000
  2724. [ 155.946228] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2725. [ 155.953640] iproc_nand 18028000.nand-controller: intfc status f0000000
  2726. [ 156.066228] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2727. [ 156.073643] iproc_nand 18028000.nand-controller: intfc status f0000000
  2728. [ 156.186228] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2729. [ 156.193636] iproc_nand 18028000.nand-controller: intfc status f0000000
  2730. [ 156.306228] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2731. [ 156.313638] iproc_nand 18028000.nand-controller: intfc status f0000000
  2732. [ 156.426228] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2733. [ 156.433640] iproc_nand 18028000.nand-controller: intfc status f0000000
  2734. [ 160.396232] brcmnand_waitfunc: 35 callbacks suppressed
  2735. [ 160.396236] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2736. [ 160.408798] brcmnand_waitfunc: 35 callbacks suppressed
  2737. [ 160.408802] iproc_nand 18028000.nand-controller: intfc status f0000000
  2738. [ 160.526228] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2739. [ 160.533642] iproc_nand 18028000.nand-controller: intfc status f0000000
  2740. [ 160.646227] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2741. [ 160.653635] iproc_nand 18028000.nand-controller: intfc status f0000000
  2742. [ 160.766231] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2743. [ 160.773645] iproc_nand 18028000.nand-controller: intfc status f0000000
  2744. [ 160.886228] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2745. [ 160.893638] iproc_nand 18028000.nand-controller: intfc status f0000000
  2746. [ 161.006227] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2747. [ 161.013641] iproc_nand 18028000.nand-controller: intfc status f0000000
  2748. [ 161.126227] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2749. [ 161.133634] iproc_nand 18028000.nand-controller: intfc status f0000000
  2750. [ 161.246228] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2751. [ 161.253636] iproc_nand 18028000.nand-controller: intfc status f0000000
  2752. [ 161.366228] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2753. [ 161.373639] iproc_nand 18028000.nand-controller: intfc status f0000000
  2754. [ 161.486227] iproc_nand 18028000.nand-controller: timeout waiting for command 0x1
  2755. [ 161.493640] iproc_nand 18028000.nand-controller: intfc status f0000000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement