Advertisement
Guest User

OpenWrt install log

a guest
Oct 15th, 2022
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 49.89 KB | Software | 0 0
  1.  
  2. U-Boot 2009.08-00049-g0ee25dd Meraki MX60 (Jul 27 2012 - 14:59:20)
  3.  
  4. CPU: AMCC PowerPC 4 UNKNOWN (PVR=12c41c83) at 800 MHz (PLB=200, OPB=100, EBC=100 MHz)
  5. Bootstrap Option D - Boot ROM Location NAND wo/ECC 2k page (8 bits), booting from NAND
  6. 32 kB I-Cache 32 kB D-Cache
  7. Board: Buckminster Wireless - Meraki Buckminster Wireless Cloud Managed Router
  8. ============================
  9. BoardID: 0 0
  10. Reset Button Status: 1
  11. ============================
  12. SDR0_PERCLK=0x40000300
  13. I2C: ready
  14. DRAM: 512 MB
  15. NAND: 1024 MiB
  16. I2c read: failed 4
  17. I2c read: failed 4
  18. I2c read: failed 4
  19. Net: ppc_4xx_eth0
  20. Initializing Bluestone Ethernet Port ...
  21. Disabling port 0
  22. Disabling port 1
  23. Disabling port 2
  24. Disabling port 3
  25. ENET Speed is 1000 Mbps - FULL duplex connection (EMAC0)
  26. *** ERROR: ping address not given
  27. RESET is un-pushed
  28.  
  29. Set serverpath and run meraki_netboot to netboot
  30.  
  31. Hit any key to stop autoboot: 1  0
  32. =>
  33. => setenv owrt_load1 ubi read \${meraki_loadaddr} kernel
  34. => setenv owrt_load2 ubi read \${meraki_loadaddr} recovery
  35. => setenv lede_bootkernel bootm \${meraki_loadaddr_kernel} - \${meraki_loadaddr_fdt}
  36. => setenv owrt_bootkernel bootm \${meraki_loadaddr}
  37. => setenv owrt_bootargs setenv bootargs console=ttyS0,\${baudrate} rootfstype=squashfs mtdoops.mtddev=oops
  38. => setenv owrt_boot run meraki_ubi owrt_bootargs\; run owrt_load1 meraki_checkpart lede_bootkernel\; run owrt_load2 owrt_bootkernel
  39. => setenv owrt510_boot run meraki_ubi owrt_bootargs\; run owrt_load1 owrt_bootkernel\; run owrt_load2 owrt_bootkernel
  40. => setenv bootcmd run owrt510_boot
  41. => saveenv
  42. Saving Environment to NAND...
  43. Erasing redundant Nand...
  44.  
  45. Erasing at 0x180000 -- 25% complete.
  46. Erasing at 0x1a0000 -- 50% complete.
  47. Erasing at 0x1c0000 -- 75% complete.
  48. Erasing at 0x1e0000 -- 100% complete.
  49. Writing to redundant Nand... done
  50. => setenv owrt510_boot run meraki_ubi owrt_bootargs\; run owrt_load1 owrt_bootkernel\; run owrt_load2 owrt_bootkernel
  51. => setenv bootcmd run owrt510_boot
  52. => saveenv
  53. Saving Environment to NAND...
  54. Erasing Nand...
  55.  
  56. Erasing at 0x100000 -- 25% complete.
  57. Erasing at 0x120000 -- 50% complete.
  58. Erasing at 0x140000 -- 75% complete.
  59. Erasing at 0x160000 -- 100% complete.
  60. Writing to Nand... done
  61. => printenv
  62. bootdelay=1
  63. baudrate=115200
  64. loads_echo=
  65. preboot=echo;echo Set serverpath and run meraki_netboot to netboot;echo
  66. nload=${netloadmethod} 200000 ${serverpath}u-boot-nand.bin
  67. nupdate=nand erase 0 0x00200000 ;nand write 200000 0 0x00100000
  68. nupd=run nload nupdate
  69. kernel_addr=fc000000
  70. fdt_addr=fc1e0000
  71. ramdisk_addr=fc200000
  72. pciconfighost=1
  73. pcie_mode=RP:RP
  74. pcie=enabled
  75. netdev=eth0
  76. netloadmethod=dhcp
  77. ethact=ppc_4xx_eth0
  78. ethaddr=00:01:73:01:23:41
  79. boardtype=pcie
  80. mtd_addr_r=0x4000000
  81. kernel_size=0x400000
  82. fdt_size=0x25000
  83. meraki_bootargs=setenv bootargs root=/dev/ram console=ttyS0,${baudrate} ubi.mtd=ubi MERAKI_BOARD=buck mtdoops.mtddev=oops ${extra_bootargs}
  84. meraki_bootfile=buck.bin
  85. meraki_bootlinux=bootm ${meraki_loadaddr_kernel} ${meraki_loadaddr_ramdisk} ${meraki_loadaddr_fdt}
  86. meraki_boot=run meraki_ubi meraki_bootargs ; run meraki_load1 meraki_checkpart meraki_bootlinux; run meraki_load2 meraki_checkpart2 meraki_bootlinux
  87. meraki_checkpart=meraki checkpart ${meraki_loadaddr}
  88. meraki_checkpart2=meraki checkpart ${meraki_loadaddr} skiphash
  89. meraki_netboot=run meraki_load_net meraki_bootargs meraki_checkpart2 meraki_bootlinux
  90. meraki_loadaddr=800000
  91. meraki_part_fdt_index=0
  92. meraki_loadaddr_fdt=800400
  93. meraki_loadaddr_kernel=810000
  94. meraki_loadaddr_ramdisk=a00000
  95. meraki_load1=ubi read ${meraki_loadaddr} part1
  96. meraki_load2=ubi read ${meraki_loadaddr} part2
  97. meraki_load_net=${netloadmethod} ${meraki_loadaddr} ${serverpath}${meraki_bootfile}
  98. meraki_ubi=ubi part ubi
  99. meraki_ubifile=buck-ubi.bin
  100. meraki_ubi_loadfile=${netloadmethod} 200000 ${serverpath}${meraki_ubifile}
  101. meraki_ubi_update_nand=nand erase 0x00240000 0x3fdc0000 ; nand write 200000 0x00240000 ${filesize}
  102. meraki_ubi_update=run meraki_ubi_loadfile meraki_ubi_update_nand
  103. meraki_update_part1=run meraki_ubi meraki_load_net meraki_write1
  104. meraki_update_part2=run meraki_ubi meraki_load_net meraki_write2
  105. meraki_write1=ubi write ${meraki_loadaddr} part1 ${filesize}
  106. meraki_write2=ubi write ${meraki_loadaddr} part2 ${filesize}
  107. mtdids=nand0=nand0
  108. mtdparts=mtdparts=nand0:0x00200000@0(firmware),0x00040000@0x00200000(panic),0x3fdc0000@0x00240000(ubi)
  109. serverpath=10.1.30.240:tftpboot/
  110. ipaddr=192.168.1.1
  111. serverip=192.168.1.101
  112. gatewayip=192.168.1.1
  113. netmask=255.255.255.0
  114. factory_cmdline=setenv bootargs root=/dev/ram ramdisk_size=${factory_ramdisk_size} rw ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}:${netdev}:off panic=1 console=ttyS1,${baudrate}
  115. factory_ramdisk_file=uRamdisk
  116. factory_bootfile=uImage
  117. factory_fdt_file=bluestone.dtb
  118. factory_kernel_addr_r=0x400000
  119. factory_fdt_addr_r=0x800000
  120. factory_mtd_addr_r=0x4000000
  121. factory_ramdisk_size=0x200000
  122. factory_boot=tftp ${factory_kernel_addr_r} ${factory_bootfile};tftp ${factory_fdt_addr_r} ${factory_fdt_file};tftp ${factory_mtd_addr_r} ${factory_ramdisk_file};run factory_cmdline;bootm ${factory_kernel_addr_r} ${factory_mtd_addr_r} ${factory_fdt_addr_r}
  123. stdin=serial
  124. stdout=serial
  125. stderr=serial
  126. ver=U-Boot 2009.08-00049-g0ee25dd Meraki MX60 (Jul 27 2012 - 14:59:20)
  127. owrt_load1=ubi read ${meraki_loadaddr} kernel
  128. owrt_load2=ubi read ${meraki_loadaddr} recovery
  129. lede_bootkernel=bootm ${meraki_loadaddr_kernel} - ${meraki_loadaddr_fdt}
  130. owrt_bootkernel=bootm ${meraki_loadaddr}
  131. owrt_bootargs=setenv bootargs console=ttyS0,${baudrate} rootfstype=squashfs mtdoops.mtddev=oops
  132. owrt_boot=run meraki_ubi owrt_bootargs; run owrt_load1 meraki_checkpart lede_bootkernel; run owrt_load2 owrt_bootkernel
  133. owrt510_boot=run meraki_ubi owrt_bootargs; run owrt_load1 owrt_bootkernel; run owrt_load2 owrt_bootkernel
  134. bootcmd=run owrt510_boot
  135.  
  136. Environment size: 3548/131067 bytes
  137. => setenv ipaddr 192.168.1.1
  138. => setenv bootargs console=ttyS0,$baudrate mtdoops.mtddev=oops;
  139. => tftpboot $meraki_loadaddr buck.bin;
  140. Using ppc_4xx_eth0 device
  141. TFTP from server 192.168.1.101; our IP address is 192.168.1.1
  142. Filename 'buck.bin'.
  143. Load address: 0x800000
  144. Loading: #################################################################
  145. #################################################################
  146. #################################################################
  147. #################################################################
  148. #################################################################
  149. #################################################################
  150. #################################################################
  151. #############################################################
  152. done
  153. Bytes transferred = 7561372 (73609c hex)
  154. => bootm $fileaddr
  155. ## Booting kernel from Legacy Image at 00800000 ...
  156. Image Name: initramfs
  157. Created: 2022-09-03 2:55:34 UTC
  158. Image Type: PowerPC Linux Multi-File Image (gzip compressed)
  159. Data Size: 7561308 Bytes = 7.2 MB
  160. Load Address: 00000000
  161. Entry Point: 00000000
  162. Contents:
  163. Image 0: 7540779 Bytes = 7.2 MB
  164. Image 1: 32 Bytes = 0 kB
  165. Image 2: 20480 Bytes = 20 kB
  166. Verifying Checksum ... OK
  167. ## Loading init Ramdisk from multi component Legacy Image at 00800000 ...
  168. ## Flattened Device Tree from multi component Image at 00800000
  169. Booting using the fdt at 0xf3109c
  170. Uncompressing Multi-File Image ... OK
  171. WARNING: legacy format multi component image overwritten
  172. Loading Ramdisk to 1fb57000, end 1fb57020 ... OK
  173. [ 0.000000] Linux version 5.10.138 (builder@buildhost) (powerpc-openwrt-linux-musl-gcc (OpenWrt GCC 11.2.0 r19685-512e76967f) 11.2.0, GNU ld (GNU Binutils) 2.37) #0 Sat Sep 3 02:55:34 2022
  174. [ 0.000000] Found initrd at 0xdfb57000:0xdfb57020
  175. [ 0.000000] Using PowerPC 44x Platform machine description
  176. [ 0.000000] -----------------------------------------------------
  177. [ 0.000000] phys_mem_size = 0x20000000
  178. [ 0.000000] dcache_bsize = 0x20
  179. [ 0.000000] icache_bsize = 0x20
  180. [ 0.000000] cpu_features = 0x0000000000000120
  181. [ 0.000000] possible = 0x0000000040000120
  182. [ 0.000000] always = 0x0000000000000120
  183. [ 0.000000] cpu_user_features = 0x8c008000 0x00000000
  184. [ 0.000000] mmu_features = 0x00000008
  185. [ 0.000000] -----------------------------------------------------
  186. [ 0.000000] Zone ranges:
  187. [ 0.000000] Normal [mem 0x0000000000000000-0x000000001fffffff]
  188. [ 0.000000] Movable zone start for each node
  189. [ 0.000000] Early memory node ranges
  190. [ 0.000000] node 0: [mem 0x0000000000000000-0x000000001fffffff]
  191. [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000001fffffff]
  192. [ 0.000000] MMU: Allocated 1088 bytes of context maps for 255 contexts
  193. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 129920
  194. [ 0.000000] Kernel command line: console=ttyS0,115200 mtdoops.mtddev=oops
  195. [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
  196. [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
  197. [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  198. [ 0.000000] Memory: 506948K/524288K available (6732K kernel code, 660K rwdata, 840K rodata, 3764K init, 229K bss, 17340K reserved, 0K cma-reserved)
  199. [ 0.000000] Kernel virtual memory layout:
  200. [ 0.000000] * 0xffbdf000..0xfffff000 : fixmap
  201. [ 0.000000] * 0xe1000000..0xffbdf000 : vmalloc & ioremap
  202. [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  203. [ 0.000000] NR_IRQS: 512, nr_irqs: 512, preallocated irqs: 16
  204. [ 0.000000] UIC0 (32 IRQ sources) at DCR 0xc0
  205. [ 0.000000] UIC1 (32 IRQ sources) at DCR 0xd0
  206. [ 0.000000] UIC2 (32 IRQ sources) at DCR 0xe0
  207. [ 0.000000] UIC3 (32 IRQ sources) at DCR 0xf0
  208. [ 0.000017] clocksource: timebase: mask: 0xffffffffffffffff max_cycles: 0xb881274fa3, max_idle_ns: 440795210636 ns
  209. [ 0.000032] clocksource: timebase mult[1400000] shift[24] registered
  210. [ 0.000227] pid_max: default: 32768 minimum: 301
  211. [ 0.000387] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
  212. [ 0.000401] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
  213. [ 0.002751] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build
  214. [ 0.005243] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  215. [ 0.005289] futex hash table entries: 256 (order: -1, 3072 bytes, linear)
  216. [ 0.006743] NET: Registered protocol family 16
  217. [ 0.007311] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
  218. [ 0.007825] thermal_sys: Registered thermal governor 'step_wise'
  219. [ 0.008222] 256k L2-cache enabled
  220. [ 0.068371] PCIE0: Checking link...
  221. [ 0.090157] PCIE0: Device detected, waiting for link...
  222. [ 0.090176] PCIE0: link is up !
  223. [ 0.211163] PCI host bridge /plb/pciex@d00000000 (primary) ranges:
  224. [ 0.211204] MEM 0x0000000e00000000..0x0000000e7fffffff -> 0x0000000080000000
  225. [ 0.211224] MEM 0x0000000f00000000..0x0000000f000fffff -> 0x0000000000000000
  226. [ 0.211237] IO 0x0000000f80000000..0x0000000f8000ffff -> 0x0000000000000000
  227. [ 0.211265] 4xx PCI DMA offset set to 0x00000000
  228. [ 0.211271] 4xx PCI DMA window base to 0x0000000000000000
  229. [ 0.211277] DMA window size 0x0000000080000000
  230. [ 0.211305] PCIE0: successfully set as root-complex
  231. [ 0.211988] PCI: Probing PCI hardware
  232. [ 0.212163] PCI host bridge to bus 0000:40
  233. [ 0.212185] pci_bus 0000:40: root bus resource [io 0x0000-0xffff]
  234. [ 0.212199] pci_bus 0000:40: root bus resource [mem 0xe00000000-0xe7fffffff] (bus address [0x80000000-0xffffffff])
  235. [ 0.212212] pci_bus 0000:40: root bus resource [mem 0xf00000000-0xf000fffff] (bus address [0x00000000-0x000fffff])
  236. [ 0.212224] pci_bus 0000:40: root bus resource [bus 40-ff]
  237. [ 0.212238] pci_bus 0000:40: busn_res: [bus 40-ff] end is updated to ff
  238. [ 0.212296] pci 0000:40:00.0: [aaa0:bed0] type 01 class 0x060400
  239. [ 0.212321] pci 0000:40:00.0: reg 0x10: [mem 0x00000000-0x7fffffff pref]
  240. [ 0.212361] PCI: Hiding 4xx host bridge resources 0000:40:00.0
  241. [ 0.213469] pci 0000:41:00.0: [168c:0030] type 00 class 0x028000
  242. [ 0.213506] pci 0000:41:00.0: reg 0x10: [mem 0xf00000000-0xf0001ffff 64bit]
  243. [ 0.213544] pci 0000:41:00.0: reg 0x30: [mem 0xf00000000-0xf0000ffff pref]
  244. [ 0.213638] pci 0000:41:00.0: supports D1
  245. [ 0.213647] pci 0000:41:00.0: PME# supported from D0 D1 D3hot
  246. [ 0.214532] pci 0000:40:00.0: PCI bridge to [bus 41-7f]
  247. [ 0.214553] pci 0000:40:00.0: bridge window [io 0x0000-0x0fff]
  248. [ 0.214565] pci 0000:40:00.0: bridge window [mem 0xf00000000-0xf000fffff]
  249. [ 0.214579] pci 0000:40:00.0: bridge window [mem 0xf00000000-0xf000fffff 64bit pref]
  250. [ 0.214604] pci_bus 0000:40: busn_res: [bus 40-ff] end is updated to 7f
  251. [ 0.214725] pci 0000:40:00.0: disabling bridge window [io 0x0000-0xffffffffffffffff] to [bus 41-7f] (unused)
  252. [ 0.214744] pci 0000:40:00.0: disabling bridge window [mem 0x00000000-0xffffffffffffffff 64bit pref] to [bus 41-7f] (unused)
  253. [ 0.214773] pci 0000:40:00.0: BAR 8: assigned [mem 0xe00000000-0xe000fffff]
  254. [ 0.214791] pci 0000:41:00.0: BAR 0: assigned [mem 0xe00000000-0xe0001ffff 64bit]
  255. [ 0.214811] pci 0000:41:00.0: BAR 6: assigned [mem 0xe00020000-0xe0002ffff pref]
  256. [ 0.214822] pci 0000:40:00.0: PCI bridge to [bus 41-7f]
  257. [ 0.214834] pci 0000:40:00.0: bridge window [mem 0xe00000000-0xe000fffff]
  258. [ 0.214848] pci_bus 0000:40: resource 4 [io 0x0000-0xffff]
  259. [ 0.214858] pci_bus 0000:40: resource 5 [mem 0xe00000000-0xe7fffffff]
  260. [ 0.214868] pci_bus 0000:40: resource 6 [mem 0xf00000000-0xf000fffff]
  261. [ 0.214878] pci_bus 0000:41: resource 1 [mem 0xe00000000-0xe000fffff]
  262. [ 0.234102] SCSI subsystem initialized
  263. [ 0.238906] clocksource: Switched to clocksource timebase
  264. [ 0.239678] NET: Registered protocol family 2
  265. [ 0.239899] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
  266. [ 0.240677] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
  267. [ 0.240729] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear)
  268. [ 0.240781] TCP bind hash table entries: 4096 (order: 2, 16384 bytes, linear)
  269. [ 0.240828] TCP: Hash tables configured (established 4096 bind 4096)
  270. [ 0.240934] UDP hash table entries: 256 (order: 0, 4096 bytes, linear)
  271. [ 0.240958] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear)
  272. [ 0.241144] NET: Registered protocol family 1
  273. [ 0.241220] PCI: CLS 0 bytes, default 32
  274. [ 5.518762] Unpacking initramfs...
  275. [ 5.539659] dw_dmac 4bffd0800.dma: DesignWare DMA Controller, 2 channels
  276. [ 5.545127] workingset: timestamp_bits=14 max_order=17 bucket_order=3
  277. [ 5.548552] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  278. [ 5.716609] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
  279. [ 5.717831] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
  280. [ 5.719353] printk: console [ttyS0] disabled
  281. [ 5.719447] 4ef600400.serial: ttyS0 at MMIO 0x4ef600400 (irq = 34, base_baud = 462962) is a TI16750
  282. [ 6.393496] printk: console [ttyS0] enabled
  283. [ 6.398077] Loading iSCSI transport class v2.0-870.
  284. [ 6.406160] nand: device found, Manufacturer ID: 0xec, Chip ID: 0xd3
  285. [ 6.412548] nand: Samsung NAND 1GiB 3,3V 8-bit
  286. [ 6.416976] nand: 1024 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
  287. [ 6.424626] Scanning device for bad blocks
  288. [ 6.439539] Bad eraseblock 156 at 0x000001380000
  289. [ 6.571057] Bad eraseblock 2215 at 0x0000114e0000
  290. [ 6.651066] Bad eraseblock 3438 at 0x00001adc0000
  291. [ 6.677104] Bad eraseblock 3785 at 0x00001d920000
  292. [ 6.779906] Bad eraseblock 5369 at 0x000029f20000
  293. [ 6.793493] Bad eraseblock 5513 at 0x00002b120000
  294. [ 6.973504] 4 fixed-partitions partitions found on MTD device 4e4000000.ndfc.nand
  295. [ 6.981017] Creating 4 MTD partitions on "4e4000000.ndfc.nand":
  296. [ 6.986919] 0x000000000000-0x000000100000 : "u-boot"
  297. [ 6.992626] 0x000000100000-0x000000200000 : "u-boot-env"
  298. [ 6.999383] 0x000000200000-0x000000240000 : "oops"
  299. [ 7.004788] 0x000000240000-0x000040000000 : "ubi"
  300. [ 7.019696] PPC 4xx OCP EMAC driver, version 3.54
  301. [ 7.024815] MAL v2 /plb/mcmal, 1 TX channels, 1 RX channels
  302. [ 7.030615] RGMII /plb/opb/emac-rgmii@ef601500 initialized with MDIO support
  303. [ 7.037768] TAH /plb/opb/emac-tah@ef601350 initialized
  304. [ 7.043208] /plb/opb/emac-rgmii@ef601500: input 0 in rgmii mode
  305. [ 7.066414] switch0: Atheros AR8327 rev. 4 switch registered on 4ef600c00.ethernet
  306. [ 7.713443] eth0: EMAC-0 /plb/opb/ethernet@ef600c00, MAC 00:01:73:01:23:41
  307. [ 7.720324] eth0: found Atheros AR8216/AR8236/AR8316 PHY (0x00)
  308. [ 7.726433] i2c /dev entries driver
  309. [ 7.730262] ibm-iic 4ef600700.i2c: using standard (100 kHz) mode
  310. [ 7.741186] booke_wdt: powerpc book-e watchdog driver loaded
  311. [ 7.760967] NET: Registered protocol family 10
  312. [ 7.767003] Segment Routing with IPv6
  313. [ 7.770788] NET: Registered protocol family 17
  314. [ 7.775270] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
  315. [ 7.788185] 8021q: 802.1Q VLAN Support v1.8
  316. [ 7.792426] drmem: No dynamic reconfiguration memory found
  317. [ 7.800835] UBI: auto-attach mtd3
  318. [ 7.804156] ubi0: attaching mtd3
  319. [ 9.934597] ubi0: scanning is finished
  320. [ 9.956696] ubi0: attached mtd3 (name "ubi", size 1021 MiB)
  321. [ 9.962305] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 129024 bytes
  322. [ 9.969163] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 512
  323. [ 9.975835] ubi0: VID header offset: 512 (aligned 512), data offset: 2048
  324. [ 9.982606] ubi0: good PEBs: 8168, bad PEBs: 6, corrupted PEBs: 0
  325. [ 9.988673] ubi0: user volume: 5, internal volumes: 1, max. volumes count: 128
  326. [ 9.995869] ubi0: max/mean erase counter: 373/361, WL threshold: 4096, image sequence number: 1064289950
  327. [ 10.005310] ubi0: available PEBs: 0, total reserved PEBs: 8168, PEBs reserved for bad PEB handling: 154
  328. [ 10.014733] ubi0: background thread "ubi_bgt0d" started, PID 344
  329. [ 10.022222] block ubiblock0_3: created from ubi0:3(rootfs)
  330. [ 10.046067] Freeing unused kernel memory: 3764K
  331. [ 10.051142] Run /init as init process
  332. [ 10.470873] init: Console is alive
  333. [ 10.474512] init: - watchdog -
  334. [ 10.486655] kmodloader: loading kernel modules from /etc/modules-boot.d/*
  335. [ 10.499608] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
  336. [ 10.517236] init: - preinit -
  337. [ 10.672577] Atheros AR8216/AR8236/AR8316 4ef600c00.ethernet:00: Port 2 is up
  338. [ 10.679826] Atheros AR8216/AR8236/AR8316 4ef600c00.ethernet:00: Port 5 is up
  339. [ 10.687348] eth0: link is up, 1000 FDX
  340. [ 10.717301] random: procd: uninitialized urandom read (4 bytes read)
  341. Press the [f] key and hit [enter] to enter failsafe mode
  342. Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level
  343. [ 14.840412] procd: - early -
  344. [ 14.843441] procd: - watchdog -
  345. [ 15.415432] procd: - watchdog -
  346. [ 15.418885] procd: - ubus -
  347. [ 15.427227] random: ubusd: uninitialized urandom read (4 bytes read)
  348. [ 15.472158] random: ubusd: uninitialized urandom read (4 bytes read)
  349. [ 15.478873] random: ubusd: uninitialized urandom read (4 bytes read)
  350. [ 15.487708] procd: - init -
  351. Please press Enter to activate this console.
  352. [ 15.915347] kmodloader: loading kernel modules from /etc/modules.d/*
  353. [ 15.964941] Loading modules backported from Linux version v5.15.58-0-g7d8048d4e064
  354. [ 15.972538] Backport generated by backports.git v5.15.58-1-0-g42a95ce7
  355. [ 16.132210] urngd: v1.0.2 started.
  356. [ 16.182379] PPP generic driver version 2.4.2
  357. [ 16.189216] NET: Registered protocol family 24
  358. [ 16.246296] ath9k 0000:41:00.0: enabling device (0000 -> 0002)
  359. [ 16.274777] ieee80211 phy0: Atheros AR9300 Rev:3 mem=0xe5500000, irq=19
  360. [ 16.362386] kmodloader: done loading kernel modules from /etc/modules.d/*
  361. [ 16.463293] random: crng init done
  362. [ 16.466705] random: 22 urandom warning(s) missed due to ratelimiting
  363. [ 34.809631] Atheros AR8216/AR8236/AR8316 4ef600c00.ethernet:00: Port 5 is down
  364. [ 41.103196] eth0: link is up, 1000 FDX
  365. [ 41.140166] br-lan: port 1(eth0.1) entered blocking state
  366. [ 41.145562] br-lan: port 1(eth0.1) entered disabled state
  367. [ 41.151250] device eth0.1 entered promiscuous mode
  368. [ 41.156028] device eth0 entered promiscuous mode
  369. [ 41.235022] br-lan: port 1(eth0.1) entered blocking state
  370. [ 41.240465] br-lan: port 1(eth0.1) entered forwarding state
  371. [ 42.169305] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
  372. [ 47.369466] Atheros AR8216/AR8236/AR8316 4ef600c00.ethernet:00: Port 5 is up
  373.  
  374.  
  375.  
  376. BusyBox v1.35.0 (2022-09-03 02:55:34 UTC) built-in shell (ash)
  377.  
  378. _______ ________ __
  379. | |.-----.-----.-----.| | | |.----.| |_
  380. | - || _ | -__| || | | || _|| _|
  381. |_______|| __|_____|__|__||________||__| |____|
  382. |__| W I R E L E S S F R E E D O M
  383. -----------------------------------------------------
  384. OpenWrt 22.03.0, r19685-512e76967f
  385. -----------------------------------------------------
  386. === WARNING! =====================================
  387. There is no root password defined on this device!
  388. Use the "passwd" command to set up a new password
  389. in order to prevent unauthorized SSH logins.
  390. --------------------------------------------------
  391. root@OpenWrt:/# ip a
  392. 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN qlen 1000
  393. link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  394. inet 127.0.0.1/8 scope host lo
  395. valid_lft forever preferred_lft forever
  396. inet6 ::1/128 scope host
  397. valid_lft forever preferred_lft forever
  398. 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP qlen 1000
  399. link/ether 00:18:0a:3a:3a:ae brd ff:ff:ff:ff:ff:ff
  400. inet6 fe80::218:aff:fe3a:3aae/64 scope link
  401. valid_lft forever preferred_lft forever
  402. 3: wlan0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
  403. link/ether 88:dc:96:20:58:02 brd ff:ff:ff:ff:ff:ff
  404. 4: br-lan: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP qlen 1000
  405. link/ether 00:18:0a:3a:3a:ae brd ff:ff:ff:ff:ff:ff
  406. inet 192.168.1.1/24 brd 192.168.1.255 scope global br-lan
  407. valid_lft forever preferred_lft forever
  408. inet6 fd52:4e2d:c677::1/60 scope global noprefixroute
  409. valid_lft forever preferred_lft forever
  410. inet6 fe80::218:aff:fe3a:3aae/64 scope link
  411. valid_lft forever preferred_lft forever
  412. 5: eth0.1@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-lan state UP qlen 1000
  413. link/ether 00:18:0a:3a:3a:ae brd ff:ff:ff:ff:ff:ff
  414. 6: eth0.2@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP qlen 1000
  415. link/ether 00:18:0a:3a:3a:ae brd ff:ff:ff:ff:ff:ff
  416. inet 10.42.0.144/24 brd 10.42.0.255 scope global eth0.2
  417. valid_lft forever preferred_lft forever
  418. inet6 fe80::218:aff:fe3a:3aae/64 scope link
  419. valid_lft forever preferred_lft forever
  420. root@OpenWrt:/# sysupgrade https://downloads.openwrt.org/releases/22.03.0/targets/apm821xx/nand/openwrt-22.03.0-apm821xx-nand-meraki_mx60-squashfs-sysupgrade.bin
  421. Downloading 'https://downloads.openwrt.org/releases/22.03.0/targets/apm821xx/nand/openwrt-22.03.0-apm821xx-nand-meraki_mx60-squashfs-sysupgrade.bin'
  422. Connecting to 168.119.138.211:443
  423. Writing to '/tmp/sysupgrade.img'
  424.  
  425. /tmp/sysupgrade.img 6% |** | 511k 0:00:14 ETA
  426. /tmp/sysupgrade.img 6% |** | 543k 0:00:26 ETA
  427. /tmp/sysupgrade.img 7% |** | 559k 0:00:38 ETA
  428. /tmp/sysupgrade.img 7% |** | 575k 0:00:50 ETA
  429. /tmp/sysupgrade.img 7% |** | 591k 0:01:00 ETA
  430. /tmp/sysupgrade.img 7% |** | 607k 0:01:10 ETA
  431. /tmp/sysupgrade.img 8% |** | 623k 0:01:20 ETA
  432. /tmp/sysupgrade.img 8% |** | 639k 0:01:29 ETA
  433. /tmp/sysupgrade.img 8% |** | 655k 0:01:37 ETA
  434. /tmp/sysupgrade.img 8% |** | 687k 0:01:43 ETA
  435. /tmp/sysupgrade.img 9% |** | 703k 0:01:50 ETA
  436. /tmp/sysupgrade.img 9% |** | 719k 0:01:57 ETA
  437. /tmp/sysupgrade.img 9% |** | 751k 0:02:01 ETA
  438. /tmp/sysupgrade.img 9% |** | 751k 0:02:10 ETA
  439. /tmp/sysupgrade.img 9% |*** | 767k 0:02:16 ETA
  440. /tmp/sysupgrade.img 10% |*** | 799k 0:02:19 ETA
  441. /tmp/sysupgrade.img 10% |*** | 815k 0:02:24 ETA
  442. /tmp/sysupgrade.img 10% |*** | 831k 0:02:30 ETA
  443. /tmp/sysupgrade.img 10% |*** | 847k 0:02:35 ETA
  444. /tmp/sysupgrade.img 11% |*** | 863k 0:02:39 ETA
  445. /tmp/sysupgrade.img 11% |*** | 879k 0:02:44 ETA
  446. /tmp/sysupgrade.img 11% |*** | 911k 0:02:45 ETA
  447. /tmp/sysupgrade.img 11% |*** | 927k 0:02:49 ETA
  448. /tmp/sysupgrade.img 20% |****** | 1631k 0:01:30 ETA
  449. /tmp/sysupgrade.img 22% |******* | 1775k 0:01:24 ETA
  450. /tmp/sysupgrade.img 23% |******* | 1791k 0:01:26 ETA
  451. /tmp/sysupgrade.img 23% |******* | 1791k 0:01:30 ETA
  452. /tmp/sysupgrade.img 23% |******* | 1807k 0:01:32 ETA
  453. /tmp/sysupgrade.img 23% |******* | 1807k 0:01:35 ETA
  454. /tmp/sysupgrade.img 23% |******* | 1823k 0:01:37 ETA
  455. /tmp/sysupgrade.img 23% |******* | 1823k 0:01:41 ETA
  456. /tmp/sysupgrade.img 39% |************ | 3103k 0:00:48 ETA
  457. /tmp/sysupgrade.img 39% |************ | 3103k 0:00:49 ETA
  458. /tmp/sysupgrade.img 40% |************ | 3119k 0:00:50 ETA
  459. /tmp/sysupgrade.img 40% |************ | 3135k 0:00:51 ETA
  460. /tmp/sysupgrade.img 40% |************ | 3135k 0:00:53 ETA
  461. /tmp/sysupgrade.img 40% |************ | 3151k 0:00:54 ETA
  462. /tmp/sysupgrade.img 40% |************ | 3151k 0:00:55 ETA
  463. /tmp/sysupgrade.img 40% |************ | 3167k 0:00:56 ETA
  464. /tmp/sysupgrade.img 40% |************ | 3183k 0:00:57 ETA
  465. /tmp/sysupgrade.img 40% |************ | 3183k 0:00:59 ETA
  466. /tmp/sysupgrade.img 41% |************ | 3199k 0:01:00 ETA
  467. /tmp/sysupgrade.img 59% |****************** | 4591k 0:00:29 ETA
  468. /tmp/sysupgrade.img 59% |****************** | 4607k 0:00:30 ETA
  469. /tmp/sysupgrade.img 59% |****************** | 4623k 0:00:30 ETA
  470. /tmp/sysupgrade.img 84% |************************** | 6543k 0:00:08 ETA
  471. /tmp/sysupgrade.img 94% |***************************** | 7359k 0:00:02 ETA
  472. /tmp/sysupgrade.img 100% |*******************************| 7770k 0:00:00 ETA
  473. Download completed (7957208 bytes)
  474. Cannot save config while running from ramdisk.
  475. Sat Oct 15 23:52:42 UTC 2022 upgrade: Commencing upgrade. Closing all shell sessions.
  476. Watchdog handover: fd=3
  477. - watchdog -
  478. Watchdog does not have CARDRESET support
  479. Sat Oct 15 23:52:42 UTC 2022 upgrade: Sending TERM to remaining processes ...
  480. Sat Oct 15 23:52:46 UTC 2022 upgrade: Sending KILL to remaining processes ...
  481. [ 157.722854] stage2 (2681): drop_caches: 3
  482. Sat Oct 15 23:52:52 UTC 2022 upgrade: Switching to ramdisk...
  483. Sat Oct 15 23:52:54 UTC 2022 upgrade: Performing system upgrade...
  484. removing ubiblock0_3
  485. [ 160.243343] block ubiblock0_3: released
  486. Volume ID 1, size 31 LEBs (3999744 bytes, 3.8 MiB), LEB size 129024 bytes (126.0 KiB), dynamic, name "kernel", alignment 1
  487. Volume ID 3, size 32 LEBs (4128768 bytes, 3.9 MiB), LEB size 129024 bytes (126.0 KiB), dynamic, name "rootfs", alignment 1
  488. Set volume size to 1014644736
  489. Volume ID 4, size 7864 LEBs (1014644736 bytes, 967.6 MiB), LEB size 129024 bytes (126.0 KiB), dynamic, name "rootfs_data", alignment 1
  490. sysupgrade successful
  491. umount: can't unmount /dev: Resource busy
  492. umount: can't unmount /tmp: Resource busy
  493. [ 162.389511] reboot: Restarting system
  494.  
  495. U-Boot 2009.08-00049-g0ee25dd Meraki MX60 (Jul 27 2012 - 14:59:20)
  496.  
  497. CPU: AMCC PowerPC 4 UNKNOWN (PVR=12c41c83) at 800 MHz (PLB=200, OPB=100, EBC=100 MHz)
  498. Bootstrap Option D - Boot ROM Location NAND wo/ECC 2k page (8 bits), booting from NAND
  499. 32 kB I-Cache 32 kB D-Cache
  500. Board: Buckminster Wireless - Meraki Buckminster Wireless Cloud Managed Router
  501. ============================
  502. BoardID: 0 0
  503. Reset Button Status: 1
  504. ============================
  505. SDR0_PERCLK=0x40000300
  506. I2C: ready
  507. DRAM: 512 MB
  508. NAND: 1024 MiB
  509. I2c read: failed 4
  510. I2c read: failed 4
  511. I2c read: failed 4
  512. Net: ppc_4xx_eth0
  513. Initializing Bluestone Ethernet Port ...
  514. Disabling port 0
  515. Disabling port 1
  516. Disabling port 2
  517. Disabling port 3
  518. ENET Speed is 1000 Mbps - FULL duplex connection (EMAC0)
  519. *** ERROR: ping address not given
  520. RESET is un-pushed
  521.  
  522. Set serverpath and run meraki_netboot to netboot
  523.  
  524. Hit any key to stop autoboot: 1  0
  525. Creating 1 MTD partitions on "nand0":
  526. 0x000000240000-0x000040000000 : "mtd=2"
  527. UBI: attaching mtd1 to ubi0
  528. UBI: physical eraseblock size: 131072 bytes (128 KiB)
  529. UBI: logical eraseblock size: 129024 bytes
  530. UBI: smallest flash I/O unit: 2048
  531. UBI: sub-page size: 512
  532. UBI: VID header offset: 512 (aligned 512)
  533. UBI: data offset: 2048
  534. UBI: attached mtd1 to ubi0
  535. UBI: MTD device name: "mtd=2"
  536. UBI: MTD device size: 1021 MiB
  537. UBI: number of good PEBs: 8168
  538. UBI: number of bad PEBs: 6
  539. UBI: max. allowed volumes: 128
  540. UBI: wear-leveling threshold: 4096
  541. UBI: number of internal volumes: 1
  542. UBI: number of user volumes: 5
  543. UBI: available PEBs: 73
  544. UBI: total number of reserved PEBs: 8095
  545. UBI: number of PEBs reserved for bad PEB handling: 81
  546. UBI: max/mean erase counter: 373/361
  547. Volume kernel found at volume id 1
  548. read 0 bytes from volume 1 to 800000(buf address)
  549. Read [3999744] bytes
  550. ## Booting kernel from Legacy Image at 00800000 ...
  551. Image Name: initramfs
  552. Created: 2022-09-03 2:55:34 UTC
  553. Image Type: PowerPC Linux Multi-File Image (gzip compressed)
  554. Data Size: 3888696 Bytes = 3.7 MB
  555. Load Address: 00000000
  556. Entry Point: 00000000
  557. Contents:
  558. Image 0: 3868166 Bytes = 3.7 MB
  559. Image 1: 32 Bytes = 0 kB
  560. Image 2: 20480 Bytes = 20 kB
  561. Verifying Checksum ... OK
  562. ## Loading init Ramdisk from multi component Legacy Image at 00800000 ...
  563. ## Flattened Device Tree from multi component Image at 00800000
  564. Booting using the fdt at 0xbb0678
  565. Uncompressing Multi-File Image ... OK
  566. WARNING: legacy format multi component image overwritten
  567. Loading Ramdisk to 1fb57000, end 1fb57020 ... OK
  568. [ 0.000000] Linux version 5.10.138 (builder@buildhost) (powerpc-openwrt-linux-musl-gcc (OpenWrt GCC 11.2.0 r19685-512e76967f) 11.2.0, GNU ld (GNU Binutils) 2.37) #0 Sat Sep 3 02:55:34 2022
  569. [ 0.000000] Using PowerPC 44x Platform machine description
  570. [ 0.000000] -----------------------------------------------------
  571. [ 0.000000] phys_mem_size = 0x20000000
  572. [ 0.000000] dcache_bsize = 0x20
  573. [ 0.000000] icache_bsize = 0x20
  574. [ 0.000000] cpu_features = 0x0000000000000120
  575. [ 0.000000] possible = 0x0000000040000120
  576. [ 0.000000] always = 0x0000000000000120
  577. [ 0.000000] cpu_user_features = 0x8c008000 0x00000000
  578. [ 0.000000] mmu_features = 0x00000008
  579. [ 0.000000] -----------------------------------------------------
  580. [ 0.000000] Zone ranges:
  581. [ 0.000000] Normal [mem 0x0000000000000000-0x000000001fffffff]
  582. [ 0.000000] Movable zone start for each node
  583. [ 0.000000] Early memory node ranges
  584. [ 0.000000] node 0: [mem 0x0000000000000000-0x000000001fffffff]
  585. [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000001fffffff]
  586. [ 0.000000] MMU: Allocated 1088 bytes of context maps for 255 contexts
  587. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 129920
  588. [ 0.000000] Kernel command line: console=ttyS0,115200 rootfstype=squashfs mtdoops.mtddev=oops
  589. [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
  590. [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
  591. [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  592. [ 0.000000] Memory: 510532K/524288K available (6732K kernel code, 660K rwdata, 840K rodata, 180K init, 229K bss, 13756K reserved, 0K cma-reserved)
  593. [ 0.000000] Kernel virtual memory layout:
  594. [ 0.000000] * 0xffbdf000..0xfffff000 : fixmap
  595. [ 0.000000] * 0xe1000000..0xffbdf000 : vmalloc & ioremap
  596. [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  597. [ 0.000000] NR_IRQS: 512, nr_irqs: 512, preallocated irqs: 16
  598. [ 0.000000] UIC0 (32 IRQ sources) at DCR 0xc0
  599. [ 0.000000] UIC1 (32 IRQ sources) at DCR 0xd0
  600. [ 0.000000] UIC2 (32 IRQ sources) at DCR 0xe0
  601. [ 0.000000] UIC3 (32 IRQ sources) at DCR 0xf0
  602. [ 0.000016] clocksource: timebase: mask: 0xffffffffffffffff max_cycles: 0xb881274fa3, max_idle_ns: 440795210636 ns
  603. [ 0.000031] clocksource: timebase mult[1400000] shift[24] registered
  604. [ 0.000225] pid_max: default: 32768 minimum: 301
  605. [ 0.000388] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
  606. [ 0.000400] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
  607. [ 0.002762] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build
  608. [ 0.005272] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  609. [ 0.005318] futex hash table entries: 256 (order: -1, 3072 bytes, linear)
  610. [ 0.006777] NET: Registered protocol family 16
  611. [ 0.007362] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
  612. [ 0.007882] thermal_sys: Registered thermal governor 'step_wise'
  613. [ 0.008294] 256k L2-cache enabled
  614. [ 0.068441] PCIE0: Checking link...
  615. [ 0.090157] PCIE0: Device detected, waiting for link...
  616. [ 0.090177] PCIE0: link is up !
  617. [ 0.211158] PCI host bridge /plb/pciex@d00000000 (primary) ranges:
  618. [ 0.211200] MEM 0x0000000e00000000..0x0000000e7fffffff -> 0x0000000080000000
  619. [ 0.211220] MEM 0x0000000f00000000..0x0000000f000fffff -> 0x0000000000000000
  620. [ 0.211233] IO 0x0000000f80000000..0x0000000f8000ffff -> 0x0000000000000000
  621. [ 0.211262] 4xx PCI DMA offset set to 0x00000000
  622. [ 0.211268] 4xx PCI DMA window base to 0x0000000000000000
  623. [ 0.211274] DMA window size 0x0000000080000000
  624. [ 0.211301] PCIE0: successfully set as root-complex
  625. [ 0.211993] PCI: Probing PCI hardware
  626. [ 0.212166] PCI host bridge to bus 0000:40
  627. [ 0.212187] pci_bus 0000:40: root bus resource [io 0x0000-0xffff]
  628. [ 0.212202] pci_bus 0000:40: root bus resource [mem 0xe00000000-0xe7fffffff] (bus address [0x80000000-0xffffffff])
  629. [ 0.212214] pci_bus 0000:40: root bus resource [mem 0xf00000000-0xf000fffff] (bus address [0x00000000-0x000fffff])
  630. [ 0.212227] pci_bus 0000:40: root bus resource [bus 40-ff]
  631. [ 0.212240] pci_bus 0000:40: busn_res: [bus 40-ff] end is updated to ff
  632. [ 0.212299] pci 0000:40:00.0: [aaa0:bed0] type 01 class 0x060400
  633. [ 0.212324] pci 0000:40:00.0: reg 0x10: [mem 0x00000000-0x7fffffff pref]
  634. [ 0.212364] PCI: Hiding 4xx host bridge resources 0000:40:00.0
  635. [ 0.213480] pci 0000:41:00.0: [168c:0030] type 00 class 0x028000
  636. [ 0.213516] pci 0000:41:00.0: reg 0x10: [mem 0xf00000000-0xf0001ffff 64bit]
  637. [ 0.213554] pci 0000:41:00.0: reg 0x30: [mem 0xf00000000-0xf0000ffff pref]
  638. [ 0.213648] pci 0000:41:00.0: supports D1
  639. [ 0.213658] pci 0000:41:00.0: PME# supported from D0 D1 D3hot
  640. [ 0.214543] pci 0000:40:00.0: PCI bridge to [bus 41-7f]
  641. [ 0.214564] pci 0000:40:00.0: bridge window [io 0x0000-0x0fff]
  642. [ 0.214576] pci 0000:40:00.0: bridge window [mem 0xf00000000-0xf000fffff]
  643. [ 0.214590] pci 0000:40:00.0: bridge window [mem 0xf00000000-0xf000fffff 64bit pref]
  644. [ 0.214615] pci_bus 0000:40: busn_res: [bus 40-ff] end is updated to 7f
  645. [ 0.214738] pci 0000:40:00.0: disabling bridge window [io 0x0000-0xffffffffffffffff] to [bus 41-7f] (unused)
  646. [ 0.214758] pci 0000:40:00.0: disabling bridge window [mem 0x00000000-0xffffffffffffffff 64bit pref] to [bus 41-7f] (unused)
  647. [ 0.214787] pci 0000:40:00.0: BAR 8: assigned [mem 0xe00000000-0xe000fffff]
  648. [ 0.214804] pci 0000:41:00.0: BAR 0: assigned [mem 0xe00000000-0xe0001ffff 64bit]
  649. [ 0.214825] pci 0000:41:00.0: BAR 6: assigned [mem 0xe00020000-0xe0002ffff pref]
  650. [ 0.214836] pci 0000:40:00.0: PCI bridge to [bus 41-7f]
  651. [ 0.214848] pci 0000:40:00.0: bridge window [mem 0xe00000000-0xe000fffff]
  652. [ 0.214862] pci_bus 0000:40: resource 4 [io 0x0000-0xffff]
  653. [ 0.214872] pci_bus 0000:40: resource 5 [mem 0xe00000000-0xe7fffffff]
  654. [ 0.214882] pci_bus 0000:40: resource 6 [mem 0xf00000000-0xf000fffff]
  655. [ 0.214893] pci_bus 0000:41: resource 1 [mem 0xe00000000-0xe000fffff]
  656. [ 0.234240] SCSI subsystem initialized
  657. [ 0.239121] clocksource: Switched to clocksource timebase
  658. [ 0.239888] NET: Registered protocol family 2
  659. [ 0.240113] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
  660. [ 0.240904] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
  661. [ 0.240954] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear)
  662. [ 0.241004] TCP bind hash table entries: 4096 (order: 2, 16384 bytes, linear)
  663. [ 0.241049] TCP: Hash tables configured (established 4096 bind 4096)
  664. [ 0.241155] UDP hash table entries: 256 (order: 0, 4096 bytes, linear)
  665. [ 0.241181] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear)
  666. [ 0.241352] NET: Registered protocol family 1
  667. [ 0.241425] PCI: CLS 0 bytes, default 32
  668. [ 0.262011] dw_dmac 4bffd0800.dma: DesignWare DMA Controller, 2 channels
  669. [ 0.269431] workingset: timestamp_bits=14 max_order=17 bucket_order=3
  670. [ 0.272882] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  671. [ 0.442161] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
  672. [ 0.443380] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
  673. [ 0.444863] printk: console [ttyS0] disabled
  674. [ 0.444959] 4ef600400.serial: ttyS0 at MMIO 0x4ef600400 (irq = 34, base_baud = 462962) is a TI16750
  675. [ 1.112582] printk: console [ttyS0] enabled
  676. [ 1.117179] Loading iSCSI transport class v2.0-870.
  677. [ 1.125233] nand: device found, Manufacturer ID: 0xec, Chip ID: 0xd3
  678. [ 1.131624] nand: Samsung NAND 1GiB 3,3V 8-bit
  679. [ 1.136052] nand: 1024 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
  680. [ 1.143703] Scanning device for bad blocks
  681. [ 1.158603] Bad eraseblock 156 at 0x000001380000
  682. [ 1.290134] Bad eraseblock 2215 at 0x0000114e0000
  683. [ 1.370163] Bad eraseblock 3438 at 0x00001adc0000
  684. [ 1.396206] Bad eraseblock 3785 at 0x00001d920000
  685. [ 1.498976] Bad eraseblock 5369 at 0x000029f20000
  686. [ 1.512578] Bad eraseblock 5513 at 0x00002b120000
  687. [ 1.683671] 4 fixed-partitions partitions found on MTD device 4e4000000.ndfc.nand
  688. [ 1.691148] Creating 4 MTD partitions on "4e4000000.ndfc.nand":
  689. [ 1.697050] 0x000000000000-0x000000100000 : "u-boot"
  690. [ 1.702731] 0x000000100000-0x000000200000 : "u-boot-env"
  691. [ 1.709432] 0x000000200000-0x000000240000 : "oops"
  692. [ 1.714850] 0x000000240000-0x000040000000 : "ubi"
  693. [ 1.729746] PPC 4xx OCP EMAC driver, version 3.54
  694. [ 1.734865] MAL v2 /plb/mcmal, 1 TX channels, 1 RX channels
  695. [ 1.740663] RGMII /plb/opb/emac-rgmii@ef601500 initialized with MDIO support
  696. [ 1.747821] TAH /plb/opb/emac-tah@ef601350 initialized
  697. [ 1.753280] /plb/opb/emac-rgmii@ef601500: input 0 in rgmii mode
  698. [ 1.767870] switch0: Atheros AR8327 rev. 4 switch registered on 4ef600c00.ethernet
  699. [ 2.413687] eth0: EMAC-0 /plb/opb/ethernet@ef600c00, MAC 00:01:73:01:23:41
  700. [ 2.420565] eth0: found Atheros AR8216/AR8236/AR8316 PHY (0x00)
  701. [ 2.426677] i2c /dev entries driver
  702. [ 2.430503] ibm-iic 4ef600700.i2c: using standard (100 kHz) mode
  703. [ 2.441397] booke_wdt: powerpc book-e watchdog driver loaded
  704. [ 2.461035] NET: Registered protocol family 10
  705. [ 2.467066] Segment Routing with IPv6
  706. [ 2.470850] NET: Registered protocol family 17
  707. [ 2.475334] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
  708. [ 2.488246] 8021q: 802.1Q VLAN Support v1.8
  709. [ 2.492494] drmem: No dynamic reconfiguration memory found
  710. [ 2.500901] UBI: auto-attach mtd3
  711. [ 2.504223] ubi0: attaching mtd3
  712. [ 4.634062] ubi0: scanning is finished
  713. [ 4.656501] ubi0: attached mtd3 (name "ubi", size 1021 MiB)
  714. [ 4.662116] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 129024 bytes
  715. [ 4.668965] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 512
  716. [ 4.675653] ubi0: VID header offset: 512 (aligned 512), data offset: 2048
  717. [ 4.682416] ubi0: good PEBs: 8168, bad PEBs: 6, corrupted PEBs: 0
  718. [ 4.688483] ubi0: user volume: 5, internal volumes: 1, max. volumes count: 128
  719. [ 4.695678] ubi0: max/mean erase counter: 373/361, WL threshold: 4096, image sequence number: 1064289950
  720. [ 4.705120] ubi0: available PEBs: 0, total reserved PEBs: 8168, PEBs reserved for bad PEB handling: 154
  721. [ 4.714542] ubi0: background thread "ubi_bgt0d" started, PID 344
  722. [ 4.722022] block ubiblock0_3: created from ubi0:3(rootfs)
  723. [ 4.727494] ubiblock: device ubiblock0_3 (rootfs) set to be root filesystem
  724. [ 4.739550] VFS: Mounted root (squashfs filesystem) readonly on device 254:0.
  725. [ 4.747513] Freeing unused kernel memory: 180K
  726. [ 4.752042] Run /sbin/init as init process
  727. [ 5.070126] init: Console is alive
  728. [ 5.073770] init: - watchdog -
  729. [ 5.529503] Atheros AR8216/AR8236/AR8316 4ef600c00.ethernet:00: Port 5 is up
  730. [ 5.686224] kmodloader: loading kernel modules from /etc/modules-boot.d/*
  731. [ 5.737031] usbcore: registered new interface driver usbfs
  732. [ 5.742604] usbcore: registered new interface driver hub
  733. [ 5.747964] usbcore: registered new device driver usb
  734. [ 5.763160] dwc2 4bff80000.usbotg: supply vusb_d not found, using dummy regulator
  735. [ 5.770893] dwc2 4bff80000.usbotg: supply vusb_a not found, using dummy regulator
  736. [ 5.879184] dwc2 4bff80000.usbotg: DWC OTG Controller
  737. [ 5.884261] dwc2 4bff80000.usbotg: new USB bus registered, assigned bus number 1
  738. [ 5.891677] dwc2 4bff80000.usbotg: irq 38, io mem 0x4bff80000
  739. [ 5.898089] hub 1-0:1.0: USB hub found
  740. [ 5.902290] hub 1-0:1.0: 1 port detected
  741. [ 5.914393] usbcore: registered new interface driver usb-storage
  742. [ 5.921602] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
  743. [ 5.931075] init: - preinit -
  744. [ 6.504168] Atheros AR8216/AR8236/AR8316 4ef600c00.ethernet:00: Port 2 is up
  745. [ 6.511906] eth0: link is up, 1000 FDX
  746. [ 6.547900] random: procd: uninitialized urandom read (4 bytes read)
  747. Press the [f] key and hit [enter] to enter failsafe mode
  748. Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level
  749. [ 10.693886] mount_root: loading kmods from internal overlay
  750. [ 10.711943] kmodloader: loading kernel modules from //etc/modules-boot.d/*
  751. [ 10.720149] kmodloader: done loading kernel modules from //etc/modules-boot.d/*
  752. [ 10.829581] UBIFS (ubi0:4): default file-system created
  753. [ 10.835367] UBIFS (ubi0:4): Mounting in unauthenticated mode
  754. [ 10.849278] UBIFS (ubi0:4): background thread "ubifs_bgt0_4" started, PID 458
  755. [ 10.902102] UBIFS (ubi0:4): UBIFS: mounted UBI device 0, volume 4, name "rootfs_data"
  756. [ 10.909942] UBIFS (ubi0:4): LEB size: 129024 bytes (126 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
  757. [ 10.919824] UBIFS (ubi0:4): FS size: 1012322304 bytes (965 MiB, 7846 LEBs), journal size 33546240 bytes (31 MiB, 260 LEBs)
  758. [ 10.930818] UBIFS (ubi0:4): reserved for root: 4952683 bytes (4836 KiB)
  759. [ 10.937411] UBIFS (ubi0:4): media format: w5/r0 (latest is w5/r0), UUID B29EF3BF-3DFA-4AA2-B5F7-D4ABE0B538A3, small LPT model
  760. [ 10.949558] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab
  761. [ 10.956719] block: unable to load configuration (fstab: Entry not found)
  762. [ 10.963582] block: attempting to load /tmp/ubifs_cfg/etc/config/fstab
  763. [ 10.970191] block: unable to load configuration (fstab: Entry not found)
  764. [ 10.976979] block: attempting to load /etc/config/fstab
  765. [ 10.982411] block: unable to load configuration (fstab: Entry not found)
  766. [ 10.989214] block: no usable configuration
  767. [ 10.997257] UBIFS (ubi0:4): un-mount UBI device 0
  768. [ 11.002008] UBIFS (ubi0:4): background thread "ubifs_bgt0_4" stops
  769. [ 11.011976] UBIFS (ubi0:4): Mounting in unauthenticated mode
  770. [ 11.018341] UBIFS (ubi0:4): background thread "ubifs_bgt0_4" started, PID 460
  771. [ 11.078584] UBIFS (ubi0:4): UBIFS: mounted UBI device 0, volume 4, name "rootfs_data"
  772. [ 11.086425] UBIFS (ubi0:4): LEB size: 129024 bytes (126 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
  773. [ 11.096317] UBIFS (ubi0:4): FS size: 1012322304 bytes (965 MiB, 7846 LEBs), journal size 33546240 bytes (31 MiB, 260 LEBs)
  774. [ 11.107318] UBIFS (ubi0:4): reserved for root: 4952683 bytes (4836 KiB)
  775. [ 11.113914] UBIFS (ubi0:4): media format: w5/r0 (latest is w5/r0), UUID B29EF3BF-3DFA-4AA2-B5F7-D4ABE0B538A3, small LPT model
  776. [ 11.160724] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab
  777. [ 11.167836] block: unable to load configuration (fstab: Entry not found)
  778. [ 11.174697] block: attempting to load /tmp/ubifs_cfg/etc/config/fstab
  779. [ 11.181323] block: unable to load configuration (fstab: Entry not found)
  780. [ 11.188106] block: attempting to load /etc/config/fstab
  781. [ 11.193495] block: unable to load configuration (fstab: Entry not found)
  782. [ 11.200310] block: no usable configuration
  783. [ 11.205882] mount_root: overlay filesystem has not been fully initialized yet
  784. [ 11.213587] mount_root: switching to ubifs overlay
  785. [ 11.267801] urandom-seed: Seed file not found (/etc/urandom.seed)
  786. [ 11.315424] procd: - early -
  787. [ 11.318480] procd: - watchdog -
  788. [ 11.907504] procd: - watchdog -
  789. [ 11.911149] procd: - ubus -
  790. [ 11.951605] random: ubusd: uninitialized urandom read (4 bytes read)
  791. [ 11.968001] random: ubusd: uninitialized urandom read (4 bytes read)
  792. [ 11.974779] random: ubusd: uninitialized urandom read (4 bytes read)
  793. [ 11.986919] procd: - init -
  794. Please press Enter to activate this console.
  795. [ 12.598870] kmodloader: loading kernel modules from /etc/modules.d/*
  796. [ 12.707357] Loading modules backported from Linux version v5.15.58-0-g7d8048d4e064
  797. [ 12.714960] Backport generated by backports.git v5.15.58-1-0-g42a95ce7
  798. [ 12.916188] urngd: v1.0.2 started.
  799. [ 13.015819] PPP generic driver version 2.4.2
  800. [ 13.029880] NET: Registered protocol family 24
  801. [ 13.095992] ath9k 0000:41:00.0: enabling device (0000 -> 0002)
  802. [ 13.124485] ieee80211 phy0: Atheros AR9300 Rev:3 mem=0xe5400000, irq=19
  803. [ 13.209027] random: crng init done
  804. [ 13.212486] random: 23 urandom warning(s) missed due to ratelimiting
  805. [ 13.219179] kmodloader: done loading kernel modules from /etc/modules.d/*
  806. [ 45.037215] eth0: link is up, 1000 FDX
  807. [ 45.064632] br-lan: port 1(eth0.1) entered blocking state
  808. [ 45.070234] br-lan: port 1(eth0.1) entered disabled state
  809. [ 45.075906] device eth0.1 entered promiscuous mode
  810. [ 45.080707] device eth0 entered promiscuous mode
  811. [ 45.159276] br-lan: port 1(eth0.1) entered blocking state
  812. [ 45.164675] br-lan: port 1(eth0.1) entered forwarding state
  813. [ 46.111212] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
  814.  
  815.  
  816.  
  817. BusyBox v1.35.0 (2022-09-03 02:55:34 UTC) built-in shell (ash)
  818.  
  819. _______ ________ __
  820. | |.-----.-----.-----.| | | |.----.| |_
  821. | - || _ | -__| || | | || _|| _|
  822. |_______|| __|_____|__|__||________||__| |____|
  823. |__| W I R E L E S S F R E E D O M
  824. -----------------------------------------------------
  825. OpenWrt 22.03.0, r19685-512e76967f
  826. -----------------------------------------------------
  827. === WARNING! =====================================
  828. There is no root password defined on this device!
  829. Use the "passwd" command to set up a new password
  830. in order to prevent unauthorized SSH logins.
  831. --------------------------------------------------
  832. root@OpenWrt:/# ip a
  833. 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN qlen 1000
  834. link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  835. inet 127.0.0.1/8 scope host lo
  836. valid_lft forever preferred_lft forever
  837. inet6 ::1/128 scope host
  838. valid_lft forever preferred_lft forever
  839. 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP qlen 1000
  840. link/ether 00:18:0a:3a:3a:ae brd ff:ff:ff:ff:ff:ff
  841. inet6 fe80::218:aff:fe3a:3aae/64 scope link
  842. valid_lft forever preferred_lft forever
  843. 3: wlan0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
  844. link/ether 88:dc:96:20:58:02 brd ff:ff:ff:ff:ff:ff
  845. 4: br-lan: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP qlen 1000
  846. link/ether 00:18:0a:3a:3a:ae brd ff:ff:ff:ff:ff:ff
  847. inet 192.168.1.1/24 brd 192.168.1.255 scope global br-lan
  848. valid_lft forever preferred_lft forever
  849. inet6 fdbf:1b4f:6bd3::1/60 scope global noprefixroute
  850. valid_lft forever preferred_lft forever
  851. inet6 fe80::218:aff:fe3a:3aae/64 scope link
  852. valid_lft forever preferred_lft forever
  853. 5: eth0.1@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-lan state UP qlen 1000
  854. link/ether 00:18:0a:3a:3a:ae brd ff:ff:ff:ff:ff:ff
  855. 6: eth0.2@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP qlen 1000
  856. link/ether 00:18:0a:3a:3a:ae brd ff:ff:ff:ff:ff:ff
  857. inet 10.42.0.144/24 brd 10.42.0.255 scope global eth0.2
  858. valid_lft forever preferred_lft forever
  859. inet6 fe80::218:aff:fe3a:3aae/64 scope link
  860. valid_lft forever preferred_lft forever
  861. root@OpenWrt:/#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement