diagpope

Hard recovery

May 24th, 2025
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 61.05 KB | None | 0 0
  1. Pre-setup
  2. rm -f /srv/tftp/openwrt-mediatek-mt7622-linksys_e8450-ubi-preloader.bin
  3. wget https://downloads.openwrt.org/releases/22.03.7/targets/mediatek/mt7622/openwrt-22.03.7-mediatek-mt7622-linksys_e8450-ubi-preloader.bin -O /srv/tftp/openwrt-mediatek-mt7622-linksys_e8450-ubi-preloade\
  4. r.bin
  5.  
  6. rm -f /srv/tftp/openwrt-mediatek-mt7622-linksys_e8450-ubi-bl31-uboot.fip
  7. wget https://downloads.openwrt.org/releases/23.05.5/targets/mediatek/mt7622/openwrt-23.05.5-mediatek-mt7622-linksys_e8450-ubi-bl31-uboot.fip -O /srv/tftp/openwrt-mediatek-mt7622-linksys_e8450-ubi-bl31-ub\
  8. oot.fip
  9.  
  10. rm -f openwrt-mediatek-mt7622-linksys_e8450-ubi-initramfs-recovery.itb
  11. wget https://downloads.openwrt.org/releases/23.05.5/targets/mediatek/mt7622/openwrt-23.05.5-mediatek-mt7622-linksys_e8450-ubi-initramfs-recovery.itb -O /srv/tftp/openwrt-mediatek-mt7622-linksys_e8450-ub\
  12. i-initramfs-recovery.itb
  13.  
  14. rm -f /srv/tftp/factory.bin
  15. wget https://github.com/grauerfuchs/owrt_device_support/raw/main/e8450_factory_emergency.bin -O /srv/tftp/factory.bin
  16.  
  17.  
  18. Uboot:
  19.  
  20.  
  21. )úNOTICE: BL31: v2.9(release):OpenWrt v2023-07-24-00ac6db3-2 (mt7622-snand-1ddr)
  22. NOTICE: BL31: Built : 13:38:11, Nov 14 2023
  23.  
  24.  
  25. U-Boot 2023.07.02-OpenWrt-r23630-842932a63d (Nov 14 2023 - 13:38:11 +0000)
  26.  
  27. CPU: MediaTek MT7622
  28. Model: mt7622-linksys-e8450-ubi
  29. DRAM: 512 MiB
  30. Core: 48 devices, 21 uclasses, devicetree: separate
  31. MMC:
  32. Loading Environment from UBI... SPI-NAND: FM35Q1GA (128MB)
  33. Read 126976 bytes from volume ubootenv to 000000005f7bf200
  34. Read 126976 bytes from volume ubootenv2 to 000000005f7de240
  35. OK
  36. In: serial@11002000
  37. Out: serial@11002000
  38. Err: serial@11002000
  39. reset button found
  40. Loading Environment from UBI... UBI partition 'ubi' already selected
  41. Read 126976 bytes from volume ubootenv to 000000005f7bf200
  42. Read 126976 bytes from volume ubootenv2 to 000000005f7de240
  43. OK
  44. Net: eth0: ethernet@1b100000
  45. 78No EFI system partition
  46. No EFI system partition
  47. Failed to persist EFI variables
  48. [?25l ( ( ( OpenWrt ) ) ) U-Boot 2023.07.02-OpenWrt-r24106-10cc5fcd00 (Sep 23 2024 - 12:34:46 +0000)Press UP/DOWN to move, ENTER to select, ESC to quit1. Run default boot command.2. Boot system via TFTP.3. Boot production system from flash.4. Boot recovery system from flash.5. Load production system via TFTP then write to flash.6. Load recovery system via TFTP then write to flash.7. Load BL31+U-Boot FIP via TFTP then write to flash.8. Load BL2 preloader via TFTP then write to flash.9. Reboot.a. Reset all settings to factory defaults.0. U-Boot consoleHit any key to stop autoboot: 3  ( ( ( OpenWrt ) ) ) U-Boot 2023.07.02-OpenWrt-r24106-10cc5fcd00 (Sep 23 2024 - 12:34:46 +0000)Press UP/DOWN to move, ENTER to select, ESC to quit1. Run default boot command.2. Boot system via TFTP.3. Boot production system from flash.4. Boot recovery system from flash.5. Load production system via TFTP then write to flash.6. Load recovery system via TFTP then write to flash.7. Load BL31+U-Boot FIP via TFTP then write to flash.8. Load BL2 preloader via TFTP then write to flash.9. Reboot.a. Reset all settings to factory defaults.0. U-Boot console[?25hMT7622> run boot_tftp_write_bl2
  49. Using ethernet@1b100000 device
  50. TFTP from server 192.168.1.254; our IP address is 192.168.1.1
  51. Filename 'openwrt-mediatek-mt7622-linksys_e8450-ubi-preloader.bin'.
  52. Load address: 0x48000000
  53. Loading: *#####
  54. 9.2 MiB/s
  55. done
  56. Bytes transferred = 67445 (10775 hex)
  57. Erasing 0x00000000 ... 0x0007ffff (4 eraseblock(s))
  58. Writing 131072 byte(s) (64 page(s)) at offset 0x00000000
  59. Writing 131072 byte(s) (64 page(s)) at offset 0x00020000
  60. Writing 131072 byte(s) (64 page(s)) at offset 0x00040000
  61. Writing 131072 byte(s) (64 page(s)) at offset 0x00060000
  62. MT7622> run boot_tftp_write_fip
  63. Using ethernet@1b100000 device
  64. TFTP from server 192.168.1.254; our IP address is 192.168.1.1
  65. Filename 'openwrt-mediatek-mt7622-linksys_e8450-ubi-bl31-uboot.fip'.
  66. Load address: 0x48000000
  67. Loading: *#################################################################
  68. #####
  69. 14.1 MiB/s
  70. done
  71. Bytes transferred = 1020236 (f914c hex)
  72. Erasing 0x00000000 ... 0x0013ffff (10 eraseblock(s))
  73. Writing 1310720 byte(s) (640 page(s)) at offset 0x00000000
  74. MT7622> tftpboot 0x48000000 factory.bin
  75. Using ethernet@1b100000 device
  76. TFTP from server 192.168.1.254; our IP address is 192.168.1.1
  77. Filename 'factory.bin'.
  78. Load address: 0x48000000
  79. Loading: *####################################
  80. 13.9 MiB/s
  81. done
  82. Bytes transferred = 524288 (80000 hex)
  83. MT7622> mw.b 0x4807FFFA 0x7a
  84. MT7622> mw.b 0x4807FFFB 0x8f
  85. MT7622> mw.b 0x4807FFFC 0x05
  86. MT7622> mw.b 0x4807FFFD 0xb4
  87. MT7622> mw.b 0x4807FFFE 0xa6
  88. MT7622> mw.b 0x4807FFFF 0xf6
  89. MT7622> mw.b 0x4807FFF4 0x7a
  90. MT7622> mw.b 0x4807FFF5 0x8f
  91. MT7622> mw.b 0x4807FFF6 0x05
  92. MT7622> mw.b 0x4807FFF7 0xb4
  93. MT7622> mw.b 0x4807FFF8 0xa6
  94. MT7622> mw.b 0x4807FFF9 0xf7
  95. MT7622> mw.b 0x48000004 0x7a
  96. MT7622> mw.b 0x48000005 0x8f
  97. MT7622> mw.b 0x48000006 0x05
  98. MT7622> mw.b 0x48000007 0xb4
  99. MT7622> mw.b 0x48000008 0xa6
  100. MT7622> mw.b 0x48000009 0xf8
  101. MT7622> mw.b 0x48005004 0x7a
  102. MT7622> mw.b 0x48005005 0x8f
  103. MT7622> mw.b 0x48005006 0x05
  104. MT7622> mw.b 0x48005007 0xb4
  105. MT7622> mw.b 0x48005008 0xa6
  106. MT7622> mw.b 0x48005009 0xf9
  107. MT7622> mtd erase factory && mtd write factory 0x48000000 0 0x80000
  108. Erasing 0x00000000 ... 0x000fffff (8 eraseblock(s))
  109. Writing 524288 byte(s) (256 page(s)) at offset 0x00000000
  110. MT7622> ubi detach; mtd erase ubi && ubi part ubi
  111. Erasing 0x00000000 ... 0x07cfffff (1000 eraseblock(s))
  112. MT7622> run boot_tftp_recovery
  113. Using ethernet@1b100000 device
  114. TFTP from server 192.168.1.254; our IP address is 192.168.1.1
  115. Filename 'openwrt-mediatek-mt7622-linksys_e8450-ubi-initramfs-recovery.itb'.
  116. Load address: 0x48000000
  117. Loading: *#################################################################
  118. #################################################################
  119. #################################################################
  120. #################################################################
  121. #################################################################
  122. #################################################################
  123. #################################################################
  124. ###############################################################
  125. 12.5 MiB/s
  126. done
  127. Bytes transferred = 7602176 (740000 hex)
  128.  
  129. ## Checking Image at 48000000 ...
  130. FIT image found
  131. FIT description: ARM64 OpenWrt FIT (Flattened Image Tree)
  132. Image 0 (kernel-1)
  133. Description: ARM64 OpenWrt Linux-5.15.167
  134. Type: Kernel Image
  135. Compression: lzma compressed
  136. Data Start: 0x480000ec
  137. Data Size: 3770659 Bytes = 3.6 MiB
  138. Architecture: AArch64
  139. OS: Linux
  140. Load Address: 0x44000000
  141. Entry Point: 0x44000000
  142. Hash algo: crc32
  143. Hash value: 452dcff6
  144. Hash algo: sha1
  145. Hash value: 16bab394142830d165e6c43bee1d94bde1f320a0
  146. Image 1 (initrd-1)
  147. Description: ARM64 OpenWrt linksys_e8450-ubi initrd
  148. Type: RAMDisk Image
  149. Compression: uncompressed
  150. Data Start: 0x48398b4c
  151. Data Size: 3765336 Bytes = 3.6 MiB
  152. Architecture: AArch64
  153. OS: Linux
  154. Load Address: unavailable
  155. Entry Point: unavailable
  156. Hash algo: crc32
  157. Hash value: 0508f190
  158. Hash algo: sha1
  159. Hash value: 9cd394651e79a8e14c2db938f8f1063cedae73c0
  160. Image 2 (fdt-1)
  161. Description: ARM64 OpenWrt linksys_e8450-ubi device tree blob
  162. Type: Flat Device Tree
  163. Compression: uncompressed
  164. Data Start: 0x487300b4
  165. Data Size: 30610 Bytes = 29.9 KiB
  166. Architecture: AArch64
  167. Hash algo: crc32
  168. Hash value: da1cd03e
  169. Hash algo: sha1
  170. Hash value: b658c77bb8e6d29e886668fe18eec6d6cfd218f9
  171. Default Configuration: 'config-1'
  172. Configuration 0 (config-1)
  173. Description: OpenWrt linksys_e8450-ubi
  174. Kernel: kernel-1
  175. Init Ramdisk: initrd-1
  176. FDT: fdt-1
  177. ## Checking hash(es) for FIT Image at 48000000 ...
  178. Hash(es) for Image 0 (kernel-1): crc32+ sha1+
  179. Hash(es) for Image 1 (initrd-1): crc32+ sha1+
  180. Hash(es) for Image 2 (fdt-1): crc32+ sha1+
  181. UBI partition 'ubi' already selected
  182. Creating dynamic volume recovery of size 7602176
  183. 7602176 bytes written to volume recovery
  184. ## Loading kernel from FIT Image at 48000000 ...
  185. Using 'config-1' configuration
  186. Trying 'kernel-1' kernel subimage
  187. Description: ARM64 OpenWrt Linux-5.15.167
  188. Type: Kernel Image
  189. Compression: lzma compressed
  190. Data Start: 0x480000ec
  191. Data Size: 3770659 Bytes = 3.6 MiB
  192. Architecture: AArch64
  193. OS: Linux
  194. Load Address: 0x44000000
  195. Entry Point: 0x44000000
  196. Hash algo: crc32
  197. Hash value: 452dcff6
  198. Hash algo: sha1
  199. Hash value: 16bab394142830d165e6c43bee1d94bde1f320a0
  200. Verifying Hash Integrity ... crc32+ sha1+ OK
  201. ## Loading ramdisk from FIT Image at 48000000 ...
  202. Using 'config-1' configuration
  203. Trying 'initrd-1' ramdisk subimage
  204. Description: ARM64 OpenWrt linksys_e8450-ubi initrd
  205. Type: RAMDisk Image
  206. Compression: uncompressed
  207. Data Start: 0x48398b4c
  208. Data Size: 3765336 Bytes = 3.6 MiB
  209. Architecture: AArch64
  210. OS: Linux
  211. Load Address: unavailable
  212. Entry Point: unavailable
  213. Hash algo: crc32
  214. Hash value: 0508f190
  215. Hash algo: sha1
  216. Hash value: 9cd394651e79a8e14c2db938f8f1063cedae73c0
  217. Verifying Hash Integrity ... crc32+ sha1+ OK
  218. ## Loading fdt from FIT Image at 48000000 ...
  219. Using 'config-1' configuration
  220. Trying 'fdt-1' fdt subimage
  221. Description: ARM64 OpenWrt linksys_e8450-ubi device tree blob
  222. Type: Flat Device Tree
  223. Compression: uncompressed
  224. Data Start: 0x487300b4
  225. Data Size: 30610 Bytes = 29.9 KiB
  226. Architecture: AArch64
  227. Hash algo: crc32
  228. Hash value: da1cd03e
  229. Hash algo: sha1
  230. Hash value: b658c77bb8e6d29e886668fe18eec6d6cfd218f9
  231. Verifying Hash Integrity ... crc32+ sha1+ OK
  232. Booting using the fdt blob at 0x487300b4
  233. Working FDT set to 487300b4
  234. Uncompressing Kernel Image
  235. Loading Ramdisk to 5e450000, end 5e7e7458 ... OK
  236. Loading Device Tree to 000000005e445000, end 000000005e44f791 ... OK
  237. Working FDT set to 5e445000
  238. Add 'ramoops@42ff0000' node failed: FDT_ERR_EXISTS
  239.  
  240. Starting kernel ...
  241.  
  242. [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
  243. [ 0.000000] Linux version 5.15.167 (builder@buildhost) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 12.3.0 r24106-10cc5fcd00) 12.3.0, GNU ld (GNU Binutils) 2.40.0) #0 SMP Mon Sep 23 12:34:46 2024
  244. [ 0.000000] Machine model: Linksys E8450 (UBI)
  245. [ 0.000000] earlycon: uart8250 at MMIO32 0x0000000011002000 (options '')
  246. [ 0.000000] printk: bootconsole [uart8250] enabled
  247. [ 0.000000] Zone ranges:
  248. [ 0.000000] DMA [mem 0x0000000040000000-0x000000005fffffff]
  249. [ 0.000000] DMA32 empty
  250. [ 0.000000] Normal empty
  251. [ 0.000000] Movable zone start for each node
  252. [ 0.000000] Early memory node ranges
  253. [ 0.000000] node 0: [mem 0x0000000040000000-0x0000000042ffffff]
  254. [ 0.000000] node 0: [mem 0x0000000043000000-0x000000004302ffff]
  255. [ 0.000000] node 0: [mem 0x0000000043030000-0x000000005fffffff]
  256. [ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000005fffffff]
  257. [ 0.000000] psci: probing for conduit method from DT.
  258. [ 0.000000] psci: PSCIv1.1 detected in firmware.
  259. [ 0.000000] psci: Using standard PSCI v0.2 function IDs
  260. [ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
  261. [ 0.000000] psci: SMC Calling Convention v1.4
  262. [ 0.000000] percpu: Embedded 18 pages/cpu s33112 r8192 d32424 u73728
  263. [ 0.000000] pcpu-alloc: s33112 r8192 d32424 u73728 alloc=18*4096
  264. [ 0.000000] pcpu-alloc: [0] 0 [0] 1
  265. [ 0.000000] Detected VIPT I-cache on CPU0
  266. [ 0.000000] CPU features: kernel page table isolation disabled by kernel configuration
  267. [ 0.000000] CPU features: detected: ARM erratum 843419
  268. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 129024
  269. [ 0.000000] Kernel command line: earlycon=uart8250,mmio32,0x11002000 console=ttyS0,115200n1 swiotlb=512
  270. [ 0.000000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
  271. [ 0.000000] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
  272. [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  273. [ 0.000000] Memory: 498368K/524288K available (8384K kernel code, 904K rwdata, 1436K rodata, 448K init, 307K bss, 25920K reserved, 0K cma-reserved)
  274. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
  275. [ 0.000000] rcu: Hierarchical RCU implementation.
  276. [ 0.000000] Tracing variant of Tasks RCU enabled.
  277. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
  278. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  279. [ 0.000000] Root IRQ handler: 0xffffffc008010000
  280. [ 0.000000] GIC: Using split EOI/Deactivate mode
  281. [ 0.000000] arch_timer: cp15 timer(s) running at 12.50MHz (phys).
  282. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2e2049cda, max_idle_ns: 440795202628 ns
  283. [ 0.000000] sched_clock: 56 bits at 12MHz, resolution 80ns, wraps every 4398046511080ns
  284. [ 0.008247] Calibrating delay loop (skipped), value calculated using timer frequency.. 25.00 BogoMIPS (lpj=125000)
  285. [ 0.018645] pid_max: default: 32768 minimum: 301
  286. [ 0.023552] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
  287. [ 0.030899] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
  288. [ 0.040029] rcu: Hierarchical SRCU implementation.
  289. [ 0.045308] smp: Bringing up secondary CPUs ...
  290. [ 0.050209] Detected VIPT I-cache on CPU1
  291. [ 0.050218] CPU features: SANITY CHECK: Unexpected variation in SYS_CNTFRQ_EL0. Boot CPU: 0x00000000bebc20, CPU1: 0x00000000000000
  292. [ 0.050238] CPU features: Unsupported CPU feature variation detected.
  293. [ 0.050266] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
  294. [ 0.050337] smp: Brought up 1 node, 2 CPUs
  295. [ 0.083262] SMP: Total of 2 processors activated.
  296. [ 0.087979] CPU features: detected: 32-bit EL0 Support
  297. [ 0.093135] CPU features: detected: CRC32 instructions
  298. [ 0.098321] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching
  299. [ 0.106765] CPU: All CPU(s) started at EL2
  300. [ 0.110877] alternatives: patching kernel code
  301. [ 0.119800] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  302. [ 0.129702] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
  303. [ 0.136662] pinctrl core: initialized pinctrl subsystem
  304. [ 0.142780] NET: Registered PF_NETLINK/PF_ROUTE protocol family
  305. [ 0.149053] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
  306. [ 0.156185] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
  307. [ 0.163974] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
  308. [ 0.172209] thermal_sys: Registered thermal governor 'fair_share'
  309. [ 0.172213] thermal_sys: Registered thermal governor 'bang_bang'
  310. [ 0.178325] thermal_sys: Registered thermal governor 'step_wise'
  311. [ 0.184355] thermal_sys: Registered thermal governor 'user_space'
  312. [ 0.190582] ASID allocator initialised with 65536 entries
  313. [ 0.202491] pstore: Registered ramoops as persistent store backend
  314. [ 0.208700] ramoops: using 0x10000@0x42ff0000, ecc: 0
  315. [ 0.236626] cryptd: max_cpu_qlen set to 1000
  316. [ 0.243548] SCSI subsystem initialized
  317. [ 0.247498] libata version 3.00 loaded.
  318. [ 0.252585] clocksource: Switched to clocksource arch_sys_counter
  319. [ 0.259329] NET: Registered PF_INET protocol family
  320. [ 0.264361] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
  321. [ 0.272129] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear)
  322. [ 0.280537] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
  323. [ 0.288316] TCP established hash table entries: 4096 (order: 3, 32768 bytes, linear)
  324. [ 0.296120] TCP bind hash table entries: 4096 (order: 4, 65536 bytes, linear)
  325. [ 0.303338] TCP: Hash tables configured (established 4096 bind 4096)
  326. [ 0.309797] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
  327. [ 0.316363] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
  328. [ 0.323506] NET: Registered PF_UNIX/PF_LOCAL protocol family
  329. [ 0.329204] PCI: CLS 0 bytes, default 64
  330. [ 0.333360] Unpacking initramfs...
  331. [ 0.345117] workingset: timestamp_bits=46 max_order=17 bucket_order=0
  332. [ 0.355293] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  333. [ 0.361163] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
  334. [ 0.403000] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
  335. [ 0.411732] mt7622-pinctrl 10211000.pinctrl: invalid group "pwm_ch7_2" for function "pwm"
  336. [ 0.424832] mt-pmic-pwrap 10001000.pwrap: unexpected interrupt int=0x1
  337. [ 0.439512] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
  338. [ 0.447947] printk: console [ttyS0] disabled
  339. [ 0.472448] 11002000.serial: ttyS0 at MMIO 0x11002000 (irq = 125, base_baud = 1562500) is a ST16650V2
  340. [ 0.481785] printk: console [ttyS0] enabled
  341. [ 0.481785] printk: console [ttyS0] enabled
  342. [ 0.490172] printk: bootconsole [uart8250] disabled
  343. [ 0.490172] printk: bootconsole [uart8250] disabled
  344. [ 0.520859] 11004000.serial: ttyS1 at MMIO 0x11004000 (irq = 126, base_baud = 1562500) is a ST16650V2
  345. [ 0.531023] 1100c000.serial: ttyS2 at MMIO 0x1100c000 (irq = 130, base_baud = 17499995) is a MediaTek BTIF
  346. [ 0.540878] serial serial0: tty port ttyS2 registered
  347. [ 0.547120] mtk_rng 1020f000.rng: registered RNG driver
  348. [ 0.552892] random: crng init done
  349. [ 0.560021] loop: module loaded
  350. [ 0.563201] Loading iSCSI transport class v2.0-870.
  351. [ 0.569613] mtk-ecc 1100e000.ecc: probed
  352. [ 0.577254] spi-nand spi2.0: Fidelix SPI NAND was found.
  353. [ 0.582635] spi-nand spi2.0: 128 MiB, block size: 128 KiB, page size: 2048, OOB size: 64
  354. [ 0.590796] mtk-snand 1100d000.spi: ECC strength: 4 bits per 512 bytes
  355. [ 1.359119] Freeing initrd memory: 3676K
  356. [ 1.372779] 4 fixed-partitions partitions found on MTD device spi2.0
  357. [ 1.379168] OF: Bad cell count for /spi@1100d000/flash@0/partitions
  358. [ 1.385469] OF: Bad cell count for /spi@1100d000/flash@0/partitions
  359. [ 1.392017] Creating 4 MTD partitions on "spi2.0":
  360. [ 1.396817] 0x000000000000-0x000000080000 : "bl2"
  361. [ 1.402559] 0x000000080000-0x0000001c0000 : "fip"
  362. [ 1.409077] 0x0000001c0000-0x0000002c0000 : "factory"
  363. [ 1.415830] 0x000000300000-0x000008000000 : "ubi"
  364. [ 1.676612] mtk_soc_eth 1b100000.ethernet eth0: mediatek frame engine at 0xffffffc008d20000, irq 141
  365. [ 1.686526] i2c_dev: i2c /dev entries driver
  366. [ 1.692098] mtk-wdt 10212000.watchdog: IRQ index 0 not found
  367. [ 1.697960] mtk-wdt 10212000.watchdog: Watchdog enabled (timeout=31 sec, nowayout=0)
  368. [ 1.708103] NET: Registered PF_INET6 protocol family
  369. [ 1.714086] Segment Routing with IPv6
  370. [ 1.717765] In-situ OAM (IOAM) with IPv6
  371. [ 1.721717] NET: Registered PF_PACKET protocol family
  372. [ 1.726838] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
  373. [ 1.739978] 8021q: 802.1Q VLAN Support v1.8
  374. [ 1.745384] pstore: Using crash dump compression: deflate
  375. [ 1.760957] mtk-pcie 1a143000.pcie: host bridge /pcie@1a143000 ranges:
  376. [ 1.767537] mtk-pcie 1a143000.pcie: Parsing ranges property...
  377. [ 1.773390] mtk-pcie 1a143000.pcie: MEM 0x0020000000..0x0027ffffff -> 0x0020000000
  378. [ 1.918995] mtk-pcie 1a143000.pcie: PCI host bridge to bus 0000:00
  379. [ 1.925206] pci_bus 0000:00: root bus resource [bus 00-ff]
  380. [ 1.930693] pci_bus 0000:00: root bus resource [mem 0x20000000-0x27ffffff]
  381. [ 1.937577] pci_bus 0000:00: scanning bus
  382. [ 1.941794] pci 0000:00:00.0: [14c3:3258] type 01 class 0x060400
  383. [ 1.947986] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x1ffffffff 64bit pref]
  384. [ 1.958009] pci_bus 0000:00: fixups for bus
  385. [ 1.962215] pci 0000:00:00.0: scanning [bus 00-00] behind bridge, pass 0
  386. [ 1.968929] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
  387. [ 1.977010] pci 0000:00:00.0: scanning [bus 00-00] behind bridge, pass 1
  388. [ 1.984144] pci_bus 0000:01: scanning bus
  389. [ 1.988372] pci 0000:01:00.0: [14c3:7915] type 00 class 0x000280
  390. [ 1.994566] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x000fffff 64bit pref]
  391. [ 2.001892] pci 0000:01:00.0: reg 0x18: [mem 0x00000000-0x00003fff 64bit pref]
  392. [ 2.009225] pci 0000:01:00.0: reg 0x20: [mem 0x00000000-0x00000fff 64bit pref]
  393. [ 2.017202] pci 0000:01:00.0: supports D1 D2
  394. [ 2.021467] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
  395. [ 2.028106] pci 0000:01:00.0: PME# disabled
  396. [ 2.032613] pci 0000:01:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x1 link at 0000:00:00.0 (capable of 4.000 Gb/s with 5.0 GT/s PCIe x1 link)
  397. [ 2.076065] pci_bus 0000:01: fixups for bus
  398. [ 2.080275] pci_bus 0000:01: bus scan returning with max=01
  399. [ 2.085885] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
  400. [ 2.092523] pci_bus 0000:00: bus scan returning with max=01
  401. [ 2.098118] pci 0000:00:00.0: BAR 0: no space for [mem size 0x200000000 64bit pref]
  402. [ 2.105773] pci 0000:00:00.0: BAR 0: failed to assign [mem size 0x200000000 64bit pref]
  403. [ 2.113784] pci 0000:00:00.0: BAR 8: assigned [mem 0x20000000-0x201fffff]
  404. [ 2.120572] pci 0000:01:00.0: BAR 0: assigned [mem 0x20000000-0x200fffff 64bit pref]
  405. [ 2.128400] pci 0000:01:00.0: BAR 2: assigned [mem 0x20100000-0x20103fff 64bit pref]
  406. [ 2.136230] pci 0000:01:00.0: BAR 4: assigned [mem 0x20104000-0x20104fff 64bit pref]
  407. [ 2.144055] pci 0000:00:00.0: PCI bridge to [bus 01]
  408. [ 2.149018] pci 0000:00:00.0: bridge window [mem 0x20000000-0x201fffff]
  409. [ 2.155948] pcieport 0000:00:00.0: assign IRQ: got 146
  410. [ 2.161092] pcieport 0000:00:00.0: enabling device (0000 -> 0002)
  411. [ 2.167205] pcieport 0000:00:00.0: enabling bus mastering
  412. [ 2.172643] mtk-pcie 1a143000.pcie: msi#0 address_hi 0x0 address_lo 0x44d430c0
  413. [ 2.180039] pcieport 0000:00:00.0: PME: Signaling with IRQ 146
  414. [ 2.185972] pcieport 0000:00:00.0: saving config space at offset 0x0 (reading 0x325814c3)
  415. [ 2.194165] pcieport 0000:00:00.0: saving config space at offset 0x4 (reading 0x100006)
  416. [ 2.202165] pcieport 0000:00:00.0: saving config space at offset 0x8 (reading 0x6040000)
  417. [ 2.210254] pcieport 0000:00:00.0: saving config space at offset 0xc (reading 0x10000)
  418. [ 2.218168] pcieport 0000:00:00.0: saving config space at offset 0x10 (reading 0xc)
  419. [ 2.225824] pcieport 0000:00:00.0: saving config space at offset 0x14 (reading 0x0)
  420. [ 2.233478] pcieport 0000:00:00.0: saving config space at offset 0x18 (reading 0x40010100)
  421. [ 2.241734] pcieport 0000:00:00.0: saving config space at offset 0x1c (reading 0x4200000)
  422. [ 2.249909] pcieport 0000:00:00.0: saving config space at offset 0x20 (reading 0x20102000)
  423. [ 2.258173] pcieport 0000:00:00.0: saving config space at offset 0x24 (reading 0x0)
  424. [ 2.265826] pcieport 0000:00:00.0: saving config space at offset 0x28 (reading 0x0)
  425. [ 2.273480] pcieport 0000:00:00.0: saving config space at offset 0x2c (reading 0x0)
  426. [ 2.281129] pcieport 0000:00:00.0: saving config space at offset 0x30 (reading 0x0)
  427. [ 2.288782] pcieport 0000:00:00.0: saving config space at offset 0x34 (reading 0x50)
  428. [ 2.296522] pcieport 0000:00:00.0: saving config space at offset 0x38 (reading 0x0)
  429. [ 2.304175] pcieport 0000:00:00.0: saving config space at offset 0x3c (reading 0x20192)
  430. [ 2.312742] mtk-pcie 1a145000.pcie: host bridge /pcie@1a145000 ranges:
  431. [ 2.319293] mtk-pcie 1a145000.pcie: Parsing ranges property...
  432. [ 2.325136] mtk-pcie 1a145000.pcie: MEM 0x0028000000..0x002fffffff -> 0x0028000000
  433. [ 2.552678] mtk-pcie 1a145000.pcie: Port1 link down
  434. [ 2.557755] mtk-pcie 1a145000.pcie: PCI host bridge to bus 0001:00
  435. [ 2.563964] pci_bus 0001:00: root bus resource [bus 00-ff]
  436. [ 2.569454] pci_bus 0001:00: root bus resource [mem 0x28000000-0x2fffffff]
  437. [ 2.576334] pci_bus 0001:00: scanning bus
  438. [ 2.582131] pci_bus 0001:00: fixups for bus
  439. [ 2.586320] pci_bus 0001:00: bus scan returning with max=00
  440. [ 2.592511] mtk_hsdma 1b007000.dma-controller: MediaTek HSDMA driver registered
  441. [ 2.672517] mt7530-mdio mdio-bus:00: configuring for fixed/2500base-x link mode
  442. [ 2.681787] mt7530-mdio mdio-bus:00: Link is Up - 2.5Gbps/Full - flow control rx/tx
  443. [ 2.690759] mt7530-mdio mdio-bus:00 lan1 (uninitialized): PHY [mt7530-0:00] driver [MediaTek MT7531 PHY] (irq=147)
  444. [ 2.711322] mt7530-mdio mdio-bus:00 lan2 (uninitialized): PHY [mt7530-0:01] driver [MediaTek MT7531 PHY] (irq=148)
  445. [ 2.731944] mt7530-mdio mdio-bus:00 lan3 (uninitialized): PHY [mt7530-0:02] driver [MediaTek MT7531 PHY] (irq=149)
  446. [ 2.752307] mt7530-mdio mdio-bus:00 lan4 (uninitialized): PHY [mt7530-0:03] driver [MediaTek MT7531 PHY] (irq=150)
  447. [ 2.772875] mt7530-mdio mdio-bus:00 wan (uninitialized): PHY [mt7530-0:04] driver [MediaTek MT7531 PHY] (irq=151)
  448. [ 2.784170] DSA: tree 0 setup
  449. [ 2.787931] UBI: auto-attach mtd3
  450. [ 2.791260] ubi0: default fastmap pool size: 50
  451. [ 2.795820] ubi0: default fastmap WL pool size: 25
  452. [ 2.800605] ubi0: attaching mtd3
  453. [ 3.103231] ubi0: scanning is finished
  454. [ 3.111953] ubi0: attached mtd3 (name "ubi", size 125 MiB)
  455. [ 3.117474] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
  456. [ 3.124355] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
  457. [ 3.131136] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
  458. [ 3.138104] ubi0: good PEBs: 1000, bad PEBs: 0, corrupted PEBs: 0
  459. [ 3.144198] ubi0: user volume: 1, internal volumes: 1, max. volumes count: 128
  460. [ 3.151413] ubi0: max/mean erase counter: 2/1, WL threshold: 4096, image sequence number: 0
  461. [ 3.159766] ubi0: available PEBs: 914, total reserved PEBs: 86, PEBs reserved for bad PEB handling: 20
  462. [ 3.169082] ubi0: background thread "ubi_bgt0d" started, PID 514
  463. [ 3.169486] clk: Disabling unused clocks
  464. [ 3.180078] Freeing unused kernel memory: 448K
  465. [ 3.184585] Run /init as init process
  466. [ 3.188238] with arguments:
  467. [ 3.191194] /init
  468. [ 3.193463] with environment:
  469. [ 3.196593] HOME=/
  470. [ 3.198942] TERM=linux
  471. [ 3.383694] init: Console is alive
  472. [ 3.387225] init: - watchdog -
  473. [ 3.394027] kmodloader: loading kernel modules from /etc/modules-boot.d/*
  474. [ 3.404661] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
  475. [ 3.421028] init: - preinit -
  476. [ 3.492178] mtk_soc_eth 1b100000.ethernet eth0: configuring for fixed/2500base-x link mode
  477. [ 3.500670] mtk_soc_eth 1b100000.ethernet eth0: Link is Up - 2.5Gbps/Full - flow control rx/tx
  478. [ 3.502566] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  479. [ 3.516095] mt7530-mdio mdio-bus:00 lan1: configuring for phy/gmii link mode
  480. Press the [f] key and hit [enter] to enter failsafe mode
  481. Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level
  482. [ 5.403801] mt7530-mdio mdio-bus:00 lan1: Link is Up - 1Gbps/Full - flow control rx/tx
  483. [ 5.403831] IPv6: ADDRCONF(NETDEV_CHANGE): lan1: link becomes ready
  484. [ 5.706903] mt7530-mdio mdio-bus:00 lan1: Link is Down
  485. [ 5.716742] procd: - early -
  486. [ 5.719719] procd: - watchdog -
  487. [ 6.252850] procd: - watchdog -
  488. [ 6.256370] procd: - ubus -
  489. [ 6.313698] procd: - init -
  490. Please press Enter to activate this console.
  491. [ 6.497693] kmodloader: loading kernel modules from /etc/modules.d/*
  492. [ 6.506713] Loading modules backported from Linux version v6.1.110-0-g5f55cad62cc9d
  493. [ 6.514421] Backport generated by backports.git v6.1.110-1-0-g965f73fc
  494. [ 6.563726] mt7622-wmac 18000000.wmac: registering led 'mt76-phy0'
  495. [ 6.593137] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
  496. [ 6.632970] mt7622-wmac 18000000.wmac: HW/SW Version: 0x8a108a10, Build Time: 20190801210006a
  497. [ 6.632970]
  498. [ 6.656319] PPP generic driver version 2.4.2
  499. [ 6.665131] mt7622-wmac 18000000.wmac: N9 Firmware Version: _reserved_, Build Time: 20220630094834
  500. [ 6.675512] NET: Registered PF_PPPOX protocol family
  501. [ 6.699593] kmodloader: done loading kernel modules from /etc/modules.d/*
  502. [ 6.778410] urngd: v1.0.2 started.
  503. [ 10.956404] mtk_soc_eth 1b100000.ethernet eth0: Link is Down
  504. [ 10.971307] mtk_soc_eth 1b100000.ethernet eth0: configuring for fixed/2500base-x link mode
  505. [ 10.984615] mtk_soc_eth 1b100000.ethernet eth0: Link is Up - 2.5Gbps/Full - flow control rx/tx
  506. [ 10.993368] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  507. [ 11.003895] mt7530-mdio mdio-bus:00 lan1: configuring for phy/gmii link mode
  508. [ 11.014354] br-lan: port 1(lan1) entered blocking state
  509. [ 11.019597] br-lan: port 1(lan1) entered disabled state
  510. [ 11.026840] device lan1 entered promiscuous mode
  511. [ 11.031471] device eth0 entered promiscuous mode
  512. [ 11.051915] mt7530-mdio mdio-bus:00 lan2: configuring for phy/gmii link mode
  513. [ 11.067425] br-lan: port 2(lan2) entered blocking state
  514. [ 11.072718] br-lan: port 2(lan2) entered disabled state
  515. [ 11.081925] device lan2 entered promiscuous mode
  516. [ 11.097126] mt7530-mdio mdio-bus:00 lan3: configuring for phy/gmii link mode
  517. [ 11.110094] br-lan: port 3(lan3) entered blocking state
  518. [ 11.115412] br-lan: port 3(lan3) entered disabled state
  519. [ 11.123772] device lan3 entered promiscuous mode
  520. [ 11.136964] mt7530-mdio mdio-bus:00 lan4: configuring for phy/gmii link mode
  521. [ 11.147922] br-lan: port 4(lan4) entered blocking state
  522. [ 11.153205] br-lan: port 4(lan4) entered disabled state
  523. [ 11.160897] device lan4 entered promiscuous mode
  524. [ 11.181652] mt7530-mdio mdio-bus:00 wan: configuring for phy/gmii link mode
  525. [ 14.147026] mt7530-mdio mdio-bus:00 lan1: Link is Up - 1Gbps/Full - flow control rx/tx
  526. [ 14.147070] br-lan: port 1(lan1) entered blocking state
  527. [ 14.160227] br-lan: port 1(lan1) entered forwarding state
  528. [ 14.166732] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
  529. [ 14.729123] mt7530-mdio mdio-bus:00 wan: Link is Up - 1Gbps/Full - flow control rx/tx
  530. [ 14.729170] IPv6: ADDRCONF(NETDEV_CHANGE): wan: link becomes ready
  531.  
  532.  
  533.  
  534. BusyBox v1.36.1 (2024-09-23 12:34:46 UTC) built-in shell (ash)
  535.  
  536. _______ ________ __
  537. | |.-----.-----.-----.| | | |.----.| |_
  538. | - || _ | -__| || | | || _|| _|
  539. |_______|| __|_____|__|__||________||__| |____|
  540. |__| W I R E L E S S F R E E D O M
  541. -----------------------------------------------------
  542. OpenWrt 23.05.5, r24106-10cc5fcd00
  543. -----------------------------------------------------
  544. === WARNING! =====================================
  545. There is no root password defined on this device!
  546. Use the "passwd" command to set up a new password
  547. in order to prevent unauthorized SSH logins.
  548. --------------------------------------------------
  549. root@OpenWrt:/# sysupgrade -v https://downloads.openwrt.org/releases/23.05.5/tar
  550.  
  551. gets/mediatek/mt7622/openwrt-23.05.5-mediatek-mt7622-linksys_e8450-ubi-squashfs-
  552.  
  553. sysupgrade.itb
  554. Downloading 'https://downloads.openwrt.org/releases/23.05.5/targets/mediatek/mt7622/openwrt-23.05.5-mediatek-mt7622-linksys_e8450-ubi-squashfs-sysupgrade.itb'
  555. Connecting to 151.101.130.132:443
  556. Writing to '/tmp/sysupgrade.img'
  557.  
  558. /tmp/sysupgrade.img 84% |************************** | 8192k 0:00:00 ETA
  559. /tmp/sysupgrade.img 100% |*******************************| 9676k 0:00:00 ETA
  560. Download completed (9908531 bytes)
  561. Cannot save config while running from ramdisk.
  562. Sun May 25 00:02:40 UTC 2025 upgrade: Commencing upgrade. Closing all shell sessions.
  563. Command failed: Watchdog handover: fd=3
  564. - watchdog -
  565. Watchdog does not have CARDRESET support
  566. Sun May 25 00:02:41 UTC 2025 upgrade: Sending TERM to remaining processes ...
  567. Sun May 25 00:02:45 UTC 2025 upgrade: Sending KILL to remaining processes ...
  568. [ 38.449629] stage2 (3105): drop_caches: 3
  569. Sun May 25 00:02:51 UTC 2025 upgrade: Switching to ramdisk...
  570. Sun May 25 00:02:52 UTC 2025 upgrade: Performing system upgrade...
  571. Volume ID 1, size 79 LEBs (10031104 bytes, 9.5 MiB), LEB size 126976 bytes (124.0 KiB), dynamic, name "fit", alignment 1
  572. Set volume size to 106024960
  573. Volume ID 2, size 835 LEBs (106024960 bytes, 101.1 MiB), LEB size 126976 bytes (124.0 KiB), dynamic, name "rootfs_data", alignment 1
  574. sysupgrade successful
  575. umount: can't unmount /dev: Resource busy
  576. umount: can't unmount /tmp: Resource busy
  577. [ 41.914499] reboot: Restarting system
  578.  
  579.  
  580. F0: 102B 0000
  581.  
  582. F6: 0000 0000
  583.  
  584. V0: 0000 0000 [0001]
  585.  
  586. 00: 0000 0000
  587.  
  588. BP: 0400 0041 [0000]
  589.  
  590. G0: 1190 0000
  591.  
  592. T0: 0000 02B0 [000F]
  593.  
  594. Jump to BL
  595.  
  596.  
  597. NOTICE: BL2: v2.4(release):OpenWrt v2021-05-08-d2c75b21-3 (mt7622-snand-1ddr)
  598. NOTICE: BL2: Built : 22:25:54, Jul 15 2024
  599. NOTICE: SPI-NAND: FM35Q1GA (128MB)
  600. NOTICE: BL2: Booting BL31
  601. NOTICE: BL31: v2.9(release):OpenWrt v2023-07-24-00ac6db3-2 (mt7622-snand-1ddr)
  602. NOTICE: BL31: Built : 12:34:46, Sep 23 2024
  603.  
  604.  
  605. U-Boot 2023.07.02-OpenWrt-r24106-10cc5fcd00 (Sep 23 2024 - 12:34:46 +0000)
  606.  
  607. CPU: MediaTek MT7622
  608. Model: mt7622-linksys-e8450-ubi
  609. DRAM: 512 MiB
  610. Core: 48 devices, 21 uclasses, devicetree: separate
  611. MMC:
  612. Loading Environment from UBI... SPI-NAND: FM35Q1GA (128MB)
  613. Volume ubootenv not found!
  614.  
  615. ** Unable to read env from ubi:ubootenv **
  616. Volume ubootenv2 not found!
  617.  
  618. ** Unable to read redundant env from ubi:ubootenv2 **
  619. *** Error - No Valid Environment Area found
  620. *** Warning - bad env area, using default environment
  621.  
  622. In: serial@11002000
  623. Out: serial@11002000
  624. Err: serial@11002000
  625. reset button found
  626. Loading Environment from UBI... UBI partition 'ubi' already selected
  627. Volume ubootenv not found!
  628.  
  629. ** Unable to read env from ubi:ubootenv **
  630. Volume ubootenv2 not found!
  631.  
  632. ** Unable to read redundant env from ubi:ubootenv2 **
  633. *** Error - No Valid Environment Area found
  634. *** Warning - bad env area, using default environment
  635.  
  636. Net:
  637. Error: ethernet@1b100000 address not set.
  638. No ethernet found.
  639.  
  640. 78No EFI system partition
  641. No EFI system partition
  642. Failed to persist EFI variables
  643.  
  644. Error: ethernet@1b100000 address not set.
  645.  
  646. Error: ethernet@1b100000 address not set.
  647. Reading 131072 byte(s) (64 page(s)) at offset 0x00220000
  648. UBI partition 'ubi' already selected
  649. Creating dynamic volume ubootenv of size 1048576
  650. ubi0 error: ubi_create_volume: not enough PEBs, only 0 available
  651. ubi0 error: ubi_create_volume: cannot create volume 3, error -28
  652. Saving Environment to UBI... UBI partition 'ubi' already selected
  653. Writing to redundant UBI... Volume ubootenv2 not found!
  654.  
  655. ** Unable to write env to ubi:ubootenv2 **
  656. Failed (1)
  657. Erasing 0x00000000 ... 0x07cfffff (1000 eraseblock(s))
  658. resetting ...
  659.  
  660.  
  661. F0: 102B 0000
  662.  
  663. F6: 0000 0000
  664.  
  665. V0: 0000 0000 [0001]
  666.  
  667. 00: 0000 0000
  668.  
  669. BP: 0400 0041 [0000]
  670.  
  671. G0: 1190 0000
  672.  
  673. T0: 0000 02AD [000F]
  674.  
  675. Jump to BL
  676.  
  677.  
  678. NOTICE: BL2: v2.4(release):OpenWrt v2021-05-08-d2c75b21-3 (mt7622-snand-1ddr)
  679. NOTICE: BL2: Built : 22:25:54, Jul 15 2024
  680. NOTICE: SPI-NAND: FM35Q1GA (128MB)
  681. NOTICE: BL2: Booting BL31
  682. NOTICE: BL31: v2.9(release):OpenWrt v2023-07-24-00ac6db3-2 (mt7622-snand-1ddr)
  683. NOTICE: BL31: Built : 12:34:46, Sep 23 2024
  684.  
  685.  
  686. U-Boot 2023.07.02-OpenWrt-r24106-10cc5fcd00 (Sep 23 2024 - 12:34:46 +0000)
  687.  
  688. CPU: MediaTek MT7622
  689. Model: mt7622-linksys-e8450-ubi
  690. DRAM: 512 MiB
  691. Core: 48 devices, 21 uclasses, devicetree: separate
  692. MMC:
  693. Loading Environment from UBI... SPI-NAND: FM35Q1GA (128MB)
  694. Volume ubootenv not found!
  695.  
  696. ** Unable to read env from ubi:ubootenv **
  697. Volume ubootenv2 not found!
  698.  
  699. ** Unable to read redundant env from ubi:ubootenv2 **
  700. *** Error - No Valid Environment Area found
  701. *** Warning - bad env area, using default environment
  702.  
  703. In: serial@11002000
  704. Out: serial@11002000
  705. Err: serial@11002000
  706. reset button found
  707. Loading Environment from UBI... UBI partition 'ubi' already selected
  708. Volume ubootenv not found!
  709.  
  710. ** Unable to read env from ubi:ubootenv **
  711. Volume ubootenv2 not found!
  712.  
  713. ** Unable to read redundant env from ubi:ubootenv2 **
  714. *** Error - No Valid Environment Area found
  715. *** Warning - bad env area, using default environment
  716.  
  717. Net:
  718. Error: ethernet@1b100000 address not set.
  719. No ethernet found.
  720.  
  721. 78No EFI system partition
  722. No EFI system partition
  723. Failed to persist EFI variables
  724.  
  725. Error: ethernet@1b100000 address not set.
  726.  
  727. Error: ethernet@1b100000 address not set.
  728. Reading 131072 byte(s) (64 page(s)) at offset 0x00220000
  729. UBI partition 'ubi' already selected
  730. Creating dynamic volume ubootenv of size 1048576
  731. Creating dynamic volume ubootenv2 of size 1048576
  732. Saving Environment to UBI... UBI partition 'ubi' already selected
  733. Writing to redundant UBI... done
  734. OK
  735. Saving Environment to UBI... UBI partition 'ubi' already selected
  736. Writing to UBI... done
  737. OK
  738. off
  739. [?25l ( ( ( OpenWrt ) ) ) U-Boot 2023.07.02-OpenWrt-r24106-10cc5fcd00 (Sep 23 2024 - 12:34:46 +0000)Press UP/DOWN to move, ENTER to select, ESC to quit1. Run default boot command.2. Boot system via TFTP.3. Boot production system from flash.4. Boot recovery system from flash.5. Load production system via TFTP then write to flash.6. Load recovery system via TFTP then write to flash.7. Load BL31+U-Boot FIP via TFTP then write to flash.8. Load BL2 preloader via TFTP then write to flash.9. Reboot.a. Reset all settings to factory defaults.0. U-Boot consoleHit any key to stop autoboot: 3 Hit any key to stop autoboot: 2 Hit any key to stop autoboot: 1 [?25hUBI partition 'ubi' already selected
  740. Volume fit not found!
  741. ## Loading kernel from FIT Image at 48000000 ...
  742. Using 'config-1' configuration
  743. Trying 'kernel-1' kernel subimage
  744. Description: ARM64 OpenWrt Linux-5.15.167
  745. Type: Kernel Image
  746. Compression: lzma compressed
  747. Data Start: 0x480000ec
  748. Data Size: 3770659 Bytes = 3.6 MiB
  749. Architecture: AArch64
  750. OS: Linux
  751. Load Address: 0x44000000
  752. Entry Point: 0x44000000
  753. Hash algo: crc32
  754. Hash value: 452dcff6
  755. Hash algo: sha1
  756. Hash value: 16bab394142830d165e6c43bee1d94bde1f320a0
  757. Verifying Hash Integrity ... crc32+ sha1+ OK
  758. ## Loading ramdisk from FIT Image at 48000000 ...
  759. Using 'config-1' configuration
  760. Trying 'initrd-1' ramdisk subimage
  761. Description: ARM64 OpenWrt linksys_e8450-ubi initrd
  762. Type: RAMDisk Image
  763. Compression: uncompressed
  764. Data Start: 0x48398b4c
  765. Data Size: 3765336 Bytes = 3.6 MiB
  766. Architecture: AArch64
  767. OS: Linux
  768. Load Address: unavailable
  769. Entry Point: unavailable
  770. Hash algo: crc32
  771. Hash value: 0508f190
  772. Hash algo: sha1
  773. Hash value: 9cd394651e79a8e14c2db938f8f1063cedae73c0
  774. Verifying Hash Integrity ... crc32+ sha1+ OK
  775. ## Loading fdt from FIT Image at 48000000 ...
  776. Using 'config-1' configuration
  777. Trying 'fdt-1' fdt subimage
  778. Description: ARM64 OpenWrt linksys_e8450-ubi device tree blob
  779. Type: Flat Device Tree
  780. Compression: uncompressed
  781. Data Start: 0x487300b4
  782. Data Size: 30610 Bytes = 29.9 KiB
  783. Architecture: AArch64
  784. Hash algo: crc32
  785. Hash value: da1cd03e
  786. Hash algo: sha1
  787. Hash value: b658c77bb8e6d29e886668fe18eec6d6cfd218f9
  788. Verifying Hash Integrity ... crc32+ sha1+ OK
  789. Booting using the fdt blob at 0x487300b4
  790. Working FDT set to 487300b4
  791. Uncompressing Kernel Image
  792. Loading Ramdisk to 5e456000, end 5e7ed458 ... OK
  793. Loading Device Tree to 000000005e44b000, end 000000005e455791 ... OK
  794. Working FDT set to 5e44b000
  795. Add 'ramoops@42ff0000' node failed: FDT_ERR_EXISTS
  796.  
  797. Starting kernel ...
  798.  
  799. [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
  800. [ 0.000000] Linux version 5.15.167 (builder@buildhost) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 12.3.0 r24106-10cc5fcd00) 12.3.0, GNU ld (GNU Binutils) 2.40.0) #0 SMP Mon Sep 23 12:34:46 2024
  801. [ 0.000000] Machine model: Linksys E8450 (UBI)
  802. [ 0.000000] earlycon: uart8250 at MMIO32 0x0000000011002000 (options '')
  803. [ 0.000000] printk: bootconsole [uart8250] enabled
  804. [ 0.000000] Zone ranges:
  805. [ 0.000000] DMA [mem 0x0000000040000000-0x000000005fffffff]
  806. [ 0.000000] DMA32 empty
  807. [ 0.000000] Normal empty
  808. [ 0.000000] Movable zone start for each node
  809. [ 0.000000] Early memory node ranges
  810. [ 0.000000] node 0: [mem 0x0000000040000000-0x0000000042ffffff]
  811. [ 0.000000] node 0: [mem 0x0000000043000000-0x000000004302ffff]
  812. [ 0.000000] node 0: [mem 0x0000000043030000-0x000000005fffffff]
  813. [ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000005fffffff]
  814. [ 0.000000] psci: probing for conduit method from DT.
  815. [ 0.000000] psci: PSCIv1.1 detected in firmware.
  816. [ 0.000000] psci: Using standard PSCI v0.2 function IDs
  817. [ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
  818. [ 0.000000] psci: SMC Calling Convention v1.4
  819. [ 0.000000] percpu: Embedded 18 pages/cpu s33112 r8192 d32424 u73728
  820. [ 0.000000] pcpu-alloc: s33112 r8192 d32424 u73728 alloc=18*4096
  821. [ 0.000000] pcpu-alloc: [0] 0 [0] 1
  822. [ 0.000000] Detected VIPT I-cache on CPU0
  823. [ 0.000000] CPU features: kernel page table isolation disabled by kernel configuration
  824. [ 0.000000] CPU features: detected: ARM erratum 843419
  825. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 129024
  826. [ 0.000000] Kernel command line: earlycon=uart8250,mmio32,0x11002000 console=ttyS0,115200n1 swiotlb=512
  827. [ 0.000000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
  828. [ 0.000000] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
  829. [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  830. [ 0.000000] Memory: 498368K/524288K available (8384K kernel code, 904K rwdata, 1436K rodata, 448K init, 307K bss, 25920K reserved, 0K cma-reserved)
  831. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
  832. [ 0.000000] rcu: Hierarchical RCU implementation.
  833. [ 0.000000] Tracing variant of Tasks RCU enabled.
  834. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
  835. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  836. [ 0.000000] Root IRQ handler: 0xffffffc008010000
  837. [ 0.000000] GIC: Using split EOI/Deactivate mode
  838. [ 0.000000] arch_timer: cp15 timer(s) running at 12.50MHz (phys).
  839. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2e2049cda, max_idle_ns: 440795202628 ns
  840. [ 0.000001] sched_clock: 56 bits at 12MHz, resolution 80ns, wraps every 4398046511080ns
  841. [ 0.008247] Calibrating delay loop (skipped), value calculated using timer frequency.. 25.00 BogoMIPS (lpj=125000)
  842. [ 0.018645] pid_max: default: 32768 minimum: 301
  843. [ 0.023551] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
  844. [ 0.030897] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
  845. [ 0.040025] rcu: Hierarchical SRCU implementation.
  846. [ 0.045307] smp: Bringing up secondary CPUs ...
  847. [ 0.050203] Detected VIPT I-cache on CPU1
  848. [ 0.050212] CPU features: SANITY CHECK: Unexpected variation in SYS_CNTFRQ_EL0. Boot CPU: 0x00000000bebc20, CPU1: 0x00000000000000
  849. [ 0.050232] CPU features: Unsupported CPU feature variation detected.
  850. [ 0.050260] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
  851. [ 0.050333] smp: Brought up 1 node, 2 CPUs
  852. [ 0.083258] SMP: Total of 2 processors activated.
  853. [ 0.087974] CPU features: detected: 32-bit EL0 Support
  854. [ 0.093129] CPU features: detected: CRC32 instructions
  855. [ 0.098316] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching
  856. [ 0.106759] CPU: All CPU(s) started at EL2
  857. [ 0.110871] alternatives: patching kernel code
  858. [ 0.119799] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  859. [ 0.129701] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
  860. [ 0.136659] pinctrl core: initialized pinctrl subsystem
  861. [ 0.142773] NET: Registered PF_NETLINK/PF_ROUTE protocol family
  862. [ 0.149050] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
  863. [ 0.156182] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
  864. [ 0.163971] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
  865. [ 0.172206] thermal_sys: Registered thermal governor 'fair_share'
  866. [ 0.172210] thermal_sys: Registered thermal governor 'bang_bang'
  867. [ 0.178322] thermal_sys: Registered thermal governor 'step_wise'
  868. [ 0.184351] thermal_sys: Registered thermal governor 'user_space'
  869. [ 0.190578] ASID allocator initialised with 65536 entries
  870. [ 0.202485] pstore: Registered ramoops as persistent store backend
  871. [ 0.208693] ramoops: using 0x10000@0x42ff0000, ecc: 0
  872. [ 0.236576] cryptd: max_cpu_qlen set to 1000
  873. [ 0.243522] SCSI subsystem initialized
  874. [ 0.247472] libata version 3.00 loaded.
  875. [ 0.252566] clocksource: Switched to clocksource arch_sys_counter
  876. [ 0.259318] NET: Registered PF_INET protocol family
  877. [ 0.264344] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
  878. [ 0.272122] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear)
  879. [ 0.280530] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
  880. [ 0.288309] TCP established hash table entries: 4096 (order: 3, 32768 bytes, linear)
  881. [ 0.296113] TCP bind hash table entries: 4096 (order: 4, 65536 bytes, linear)
  882. [ 0.303332] TCP: Hash tables configured (established 4096 bind 4096)
  883. [ 0.309790] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
  884. [ 0.316356] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
  885. [ 0.323497] NET: Registered PF_UNIX/PF_LOCAL protocol family
  886. [ 0.329195] PCI: CLS 0 bytes, default 64
  887. [ 0.333350] Unpacking initramfs...
  888. [ 0.345055] workingset: timestamp_bits=46 max_order=17 bucket_order=0
  889. [ 0.355246] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  890. [ 0.361115] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
  891. [ 0.404808] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
  892. [ 0.413591] mt7622-pinctrl 10211000.pinctrl: invalid group "pwm_ch7_2" for function "pwm"
  893. [ 0.426565] mt-pmic-pwrap 10001000.pwrap: unexpected interrupt int=0x1
  894. [ 0.441261] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
  895. [ 0.449731] printk: console [ttyS0] disabled
  896. [ 0.474276] 11002000.serial: ttyS0 at MMIO 0x11002000 (irq = 125, base_baud = 1562500) is a ST16650V2
  897. [ 0.483612] printk: console [ttyS0] enabled
  898. [ 0.483612] printk: console [ttyS0] enabled
  899. [ 0.491985] printk: bootconsole [uart8250] disabled
  900. [ 0.491985] printk: bootconsole [uart8250] disabled
  901. [ 0.522640] 11004000.serial: ttyS1 at MMIO 0x11004000 (irq = 126, base_baud = 1562500) is a ST16650V2
  902. [ 0.532831] 1100c000.serial: ttyS2 at MMIO 0x1100c000 (irq = 130, base_baud = 17499995) is a MediaTek BTIF
  903. [ 0.542697] serial serial0: tty port ttyS2 registered
  904. [ 0.549025] mtk_rng 1020f000.rng: registered RNG driver
  905. [ 0.554726] random: crng init done
  906. [ 0.562233] loop: module loaded
  907. [ 0.565436] Loading iSCSI transport class v2.0-870.
  908. [ 0.571799] mtk-ecc 1100e000.ecc: probed
  909. [ 0.579316] spi-nand spi2.0: Fidelix SPI NAND was found.
  910. [ 0.584691] spi-nand spi2.0: 128 MiB, block size: 128 KiB, page size: 2048, OOB size: 64
  911. [ 0.592851] mtk-snand 1100d000.spi: ECC strength: 4 bits per 512 bytes
  912. [ 1.359188] Freeing initrd memory: 3676K
  913. [ 1.372714] 4 fixed-partitions partitions found on MTD device spi2.0
  914. [ 1.379104] OF: Bad cell count for /spi@1100d000/flash@0/partitions
  915. [ 1.385433] OF: Bad cell count for /spi@1100d000/flash@0/partitions
  916. [ 1.391976] Creating 4 MTD partitions on "spi2.0":
  917. [ 1.396798] 0x000000000000-0x000000080000 : "bl2"
  918. [ 1.402705] 0x000000080000-0x0000001c0000 : "fip"
  919. [ 1.409238] 0x0000001c0000-0x0000002c0000 : "factory"
  920. [ 1.415800] 0x000000300000-0x000008000000 : "ubi"
  921. [ 1.686606] mtk_soc_eth 1b100000.ethernet eth0: mediatek frame engine at 0xffffffc008ec0000, irq 141
  922. [ 1.696536] i2c_dev: i2c /dev entries driver
  923. [ 1.702120] mtk-wdt 10212000.watchdog: IRQ index 0 not found
  924. [ 1.707974] mtk-wdt 10212000.watchdog: Watchdog enabled (timeout=31 sec, nowayout=0)
  925. [ 1.718098] NET: Registered PF_INET6 protocol family
  926. [ 1.724069] Segment Routing with IPv6
  927. [ 1.727747] In-situ OAM (IOAM) with IPv6
  928. [ 1.731709] NET: Registered PF_PACKET protocol family
  929. [ 1.736816] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
  930. [ 1.749966] 8021q: 802.1Q VLAN Support v1.8
  931. [ 1.755369] pstore: Using crash dump compression: deflate
  932. [ 1.770939] mtk-pcie 1a143000.pcie: host bridge /pcie@1a143000 ranges:
  933. [ 1.777516] mtk-pcie 1a143000.pcie: Parsing ranges property...
  934. [ 1.783364] mtk-pcie 1a143000.pcie: MEM 0x0020000000..0x0027ffffff -> 0x0020000000
  935. [ 1.928982] mtk-pcie 1a143000.pcie: PCI host bridge to bus 0000:00
  936. [ 1.935194] pci_bus 0000:00: root bus resource [bus 00-ff]
  937. [ 1.940680] pci_bus 0000:00: root bus resource [mem 0x20000000-0x27ffffff]
  938. [ 1.947566] pci_bus 0000:00: scanning bus
  939. [ 1.951761] pci 0000:00:00.0: [14c3:3258] type 01 class 0x060400
  940. [ 1.957932] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x1ffffffff 64bit pref]
  941. [ 1.967941] pci_bus 0000:00: fixups for bus
  942. [ 1.972136] pci 0000:00:00.0: scanning [bus 00-00] behind bridge, pass 0
  943. [ 1.978850] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
  944. [ 1.986937] pci 0000:00:00.0: scanning [bus 00-00] behind bridge, pass 1
  945. [ 1.994072] pci_bus 0000:01: scanning bus
  946. [ 1.998296] pci 0000:01:00.0: [14c3:7915] type 00 class 0x000280
  947. [ 2.004490] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x000fffff 64bit pref]
  948. [ 2.011817] pci 0000:01:00.0: reg 0x18: [mem 0x00000000-0x00003fff 64bit pref]
  949. [ 2.019150] pci 0000:01:00.0: reg 0x20: [mem 0x00000000-0x00000fff 64bit pref]
  950. [ 2.027124] pci 0000:01:00.0: supports D1 D2
  951. [ 2.031389] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
  952. [ 2.038029] pci 0000:01:00.0: PME# disabled
  953. [ 2.042530] pci 0000:01:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x1 link at 0000:00:00.0 (capable of 4.000 Gb/s with 5.0 GT/s PCIe x1 link)
  954. [ 2.086038] pci_bus 0000:01: fixups for bus
  955. [ 2.090248] pci_bus 0000:01: bus scan returning with max=01
  956. [ 2.095859] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
  957. [ 2.102497] pci_bus 0000:00: bus scan returning with max=01
  958. [ 2.108093] pci 0000:00:00.0: BAR 0: no space for [mem size 0x200000000 64bit pref]
  959. [ 2.115748] pci 0000:00:00.0: BAR 0: failed to assign [mem size 0x200000000 64bit pref]
  960. [ 2.123760] pci 0000:00:00.0: BAR 8: assigned [mem 0x20000000-0x201fffff]
  961. [ 2.130545] pci 0000:01:00.0: BAR 0: assigned [mem 0x20000000-0x200fffff 64bit pref]
  962. [ 2.138376] pci 0000:01:00.0: BAR 2: assigned [mem 0x20100000-0x20103fff 64bit pref]
  963. [ 2.146204] pci 0000:01:00.0: BAR 4: assigned [mem 0x20104000-0x20104fff 64bit pref]
  964. [ 2.154028] pci 0000:00:00.0: PCI bridge to [bus 01]
  965. [ 2.158991] pci 0000:00:00.0: bridge window [mem 0x20000000-0x201fffff]
  966. [ 2.165913] pcieport 0000:00:00.0: assign IRQ: got 146
  967. [ 2.171057] pcieport 0000:00:00.0: enabling device (0000 -> 0002)
  968. [ 2.177168] pcieport 0000:00:00.0: enabling bus mastering
  969. [ 2.182605] mtk-pcie 1a143000.pcie: msi#0 address_hi 0x0 address_lo 0x44d2d0c0
  970. [ 2.190004] pcieport 0000:00:00.0: PME: Signaling with IRQ 146
  971. [ 2.195947] pcieport 0000:00:00.0: saving config space at offset 0x0 (reading 0x325814c3)
  972. [ 2.204139] pcieport 0000:00:00.0: saving config space at offset 0x4 (reading 0x100006)
  973. [ 2.212140] pcieport 0000:00:00.0: saving config space at offset 0x8 (reading 0x6040000)
  974. [ 2.220228] pcieport 0000:00:00.0: saving config space at offset 0xc (reading 0x10000)
  975. [ 2.228142] pcieport 0000:00:00.0: saving config space at offset 0x10 (reading 0xc)
  976. [ 2.235799] pcieport 0000:00:00.0: saving config space at offset 0x14 (reading 0x0)
  977. [ 2.243452] pcieport 0000:00:00.0: saving config space at offset 0x18 (reading 0x40010100)
  978. [ 2.251709] pcieport 0000:00:00.0: saving config space at offset 0x1c (reading 0x4200000)
  979. [ 2.259883] pcieport 0000:00:00.0: saving config space at offset 0x20 (reading 0x20102000)
  980. [ 2.268147] pcieport 0000:00:00.0: saving config space at offset 0x24 (reading 0x0)
  981. [ 2.275800] pcieport 0000:00:00.0: saving config space at offset 0x28 (reading 0x0)
  982. [ 2.283453] pcieport 0000:00:00.0: saving config space at offset 0x2c (reading 0x0)
  983. [ 2.291102] pcieport 0000:00:00.0: saving config space at offset 0x30 (reading 0x0)
  984. [ 2.298755] pcieport 0000:00:00.0: saving config space at offset 0x34 (reading 0x50)
  985. [ 2.306495] pcieport 0000:00:00.0: saving config space at offset 0x38 (reading 0x0)
  986. [ 2.314148] pcieport 0000:00:00.0: saving config space at offset 0x3c (reading 0x20192)
  987. [ 2.322724] mtk-pcie 1a145000.pcie: host bridge /pcie@1a145000 ranges:
  988. [ 2.329278] mtk-pcie 1a145000.pcie: Parsing ranges property...
  989. [ 2.335118] mtk-pcie 1a145000.pcie: MEM 0x0028000000..0x002fffffff -> 0x0028000000
  990. [ 2.562634] mtk-pcie 1a145000.pcie: Port1 link down
  991. [ 2.567713] mtk-pcie 1a145000.pcie: PCI host bridge to bus 0001:00
  992. [ 2.573923] pci_bus 0001:00: root bus resource [bus 00-ff]
  993. [ 2.579413] pci_bus 0001:00: root bus resource [mem 0x28000000-0x2fffffff]
  994. [ 2.586293] pci_bus 0001:00: scanning bus
  995. [ 2.592080] pci_bus 0001:00: fixups for bus
  996. [ 2.596268] pci_bus 0001:00: bus scan returning with max=00
  997. [ 2.602457] mtk_hsdma 1b007000.dma-controller: MediaTek HSDMA driver registered
  998. [ 2.683248] mt7530-mdio mdio-bus:00: configuring for fixed/2500base-x link mode
  999. [ 2.692491] mt7530-mdio mdio-bus:00: Link is Up - 2.5Gbps/Full - flow control rx/tx
  1000. [ 2.701458] mt7530-mdio mdio-bus:00 lan1 (uninitialized): PHY [mt7530-0:00] driver [MediaTek MT7531 PHY] (irq=147)
  1001. [ 2.722255] mt7530-mdio mdio-bus:00 lan2 (uninitialized): PHY [mt7530-0:01] driver [MediaTek MT7531 PHY] (irq=148)
  1002. [ 2.742621] mt7530-mdio mdio-bus:00 lan3 (uninitialized): PHY [mt7530-0:02] driver [MediaTek MT7531 PHY] (irq=149)
  1003. [ 2.762946] mt7530-mdio mdio-bus:00 lan4 (uninitialized): PHY [mt7530-0:03] driver [MediaTek MT7531 PHY] (irq=150)
  1004. [ 2.783480] mt7530-mdio mdio-bus:00 wan (uninitialized): PHY [mt7530-0:04] driver [MediaTek MT7531 PHY] (irq=151)
  1005. [ 2.794754] DSA: tree 0 setup
  1006. [ 2.798470] UBI: auto-attach mtd3
  1007. [ 2.801798] ubi0: default fastmap pool size: 50
  1008. [ 2.806352] ubi0: default fastmap WL pool size: 25
  1009. [ 2.811138] ubi0: attaching mtd3
  1010. [ 3.116135] ubi0: scanning is finished
  1011. [ 3.125555] ubi0: attached mtd3 (name "ubi", size 125 MiB)
  1012. [ 3.131056] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
  1013. [ 3.137938] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
  1014. [ 3.144726] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
  1015. [ 3.151682] ubi0: good PEBs: 1000, bad PEBs: 0, corrupted PEBs: 0
  1016. [ 3.157772] ubi0: user volume: 2, internal volumes: 1, max. volumes count: 128
  1017. [ 3.164990] ubi0: max/mean erase counter: 2/1, WL threshold: 4096, image sequence number: 0
  1018. [ 3.173345] ubi0: available PEBs: 956, total reserved PEBs: 44, PEBs reserved for bad PEB handling: 20
  1019. [ 3.182657] ubi0: background thread "ubi_bgt0d" started, PID 515
  1020. [ 3.182972] clk: Disabling unused clocks
  1021. [ 3.193303] Freeing unused kernel memory: 448K
  1022. [ 3.197791] Run /init as init process
  1023. [ 3.201444] with arguments:
  1024. [ 3.204418] /init
  1025. [ 3.206681] with environment:
  1026. [ 3.209812] HOME=/
  1027. [ 3.212162] TERM=linux
  1028. [ 3.401349] init: Console is alive
  1029. [ 3.404960] init: - watchdog -
  1030. [ 3.411648] kmodloader: loading kernel modules from /etc/modules-boot.d/*
  1031. [ 3.421895] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
  1032. [ 3.438750] init: - preinit -
  1033. [ 3.505130] mtk_soc_eth 1b100000.ethernet eth0: configuring for fixed/2500base-x link mode
  1034. [ 3.513617] mtk_soc_eth 1b100000.ethernet eth0: Link is Up - 2.5Gbps/Full - flow control rx/tx
  1035. [ 3.515176] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  1036. [ 3.529207] mt7530-mdio mdio-bus:00 lan1: configuring for phy/gmii link mode
  1037. Press the [f] key and hit [enter] to enter failsafe mode
  1038. Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level
  1039. [ 5.488728] mt7530-mdio mdio-bus:00 lan1: Link is Up - 1Gbps/Full - flow control rx/tx
  1040. [ 5.488758] IPv6: ADDRCONF(NETDEV_CHANGE): lan1: link becomes ready
  1041. [ 5.766491] mt7530-mdio mdio-bus:00 lan1: Link is Down
  1042. [ 5.775964] procd: - early -
  1043. [ 5.778960] procd: - watchdog -
  1044. [ 6.310960] procd: - watchdog -
  1045. [ 6.314528] procd: - ubus -
  1046. [ 6.370799] procd: - init -
  1047. Please press Enter to activate this console.
  1048. [ 6.552890] kmodloader: loading kernel modules from /etc/modules.d/*
  1049. [ 6.561698] Loading modules backported from Linux version v6.1.110-0-g5f55cad62cc9d
  1050. [ 6.569401] Backport generated by backports.git v6.1.110-1-0-g965f73fc
  1051. [ 6.618337] mt7622-wmac 18000000.wmac: registering led 'mt76-phy0'
  1052. [ 6.673064] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
  1053. [ 6.712886] mt7622-wmac 18000000.wmac: HW/SW Version: 0x8a108a10, Build Time: 20190801210006a
  1054. [ 6.712886]
  1055. [ 6.725858] PPP generic driver version 2.4.2
  1056. [ 6.734502] NET: Registered PF_PPPOX protocol family
  1057. [ 6.744984] mt7622-wmac 18000000.wmac: N9 Firmware Version: _reserved_, Build Time: 20220630094834
  1058. [ 6.756049] kmodloader: done loading kernel modules from /etc/modules.d/*
  1059. [ 6.819986] urngd: v1.0.2 started.
  1060. [ 10.462021] mtk_soc_eth 1b100000.ethernet eth0: Link is Down
  1061. [ 10.480359] mtk_soc_eth 1b100000.ethernet eth0: configuring for fixed/2500base-x link mode
  1062. [ 10.491622] mtk_soc_eth 1b100000.ethernet eth0: Link is Up - 2.5Gbps/Full - flow control rx/tx
  1063. [ 10.491694] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  1064. [ 10.517134] mt7530-mdio mdio-bus:00 lan1: configuring for phy/gmii link mode
  1065. [ 10.528130] br-lan: port 1(lan1) entered blocking state
  1066. [ 10.533471] br-lan: port 1(lan1) entered disabled state
  1067. [ 10.540782] device lan1 entered promiscuous mode
  1068. [ 10.545477] device eth0 entered promiscuous mode
  1069. [ 10.566484] mt7530-mdio mdio-bus:00 lan2: configuring for phy/gmii link mode
  1070. [ 10.577550] br-lan: port 2(lan2) entered blocking state
  1071. [ 10.582887] br-lan: port 2(lan2) entered disabled state
  1072. [ 10.599081] device lan2 entered promiscuous mode
  1073. [ 10.618534] mt7530-mdio mdio-bus:00 lan3: configuring for phy/gmii link mode
  1074. [ 10.630152] br-lan: port 3(lan3) entered blocking state
  1075. [ 10.635488] br-lan: port 3(lan3) entered disabled state
  1076. [ 10.643625] device lan3 entered promiscuous mode
  1077. [ 10.660069] mt7530-mdio mdio-bus:00 lan4: configuring for phy/gmii link mode
  1078. [ 10.668282] br-lan: port 4(lan4) entered blocking state
  1079. [ 10.673590] br-lan: port 4(lan4) entered disabled state
  1080. [ 10.681570] device lan4 entered promiscuous mode
  1081. [ 10.699682] mt7530-mdio mdio-bus:00 wan: configuring for phy/gmii link mode
  1082. [ 13.633329] mt7530-mdio mdio-bus:00 lan1: Link is Up - 1Gbps/Full - flow control rx/tx
  1083. [ 13.633376] br-lan: port 1(lan1) entered blocking state
  1084. [ 13.646526] br-lan: port 1(lan1) entered forwarding state
  1085. [ 13.652590] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
  1086. [ 13.924276] mt7530-mdio mdio-bus:00 wan: Link is Up - 1Gbps/Full - flow control rx/tx
  1087. [ 13.924322] IPv6: ADDRCONF(NETDEV_CHANGE): wan: link becomes ready
  1088.  
  1089.  
  1090.  
  1091. BusyBox v1.36.1 (2024-09-23 12:34:46 UTC) built-in shell (ash)
  1092.  
  1093. _______ ________ __
  1094. | |.-----.-----.-----.| | | |.----.| |_
  1095. | - || _ | -__| || | | || _|| _|
  1096. |_______|| __|_____|__|__||________||__| |____|
  1097. |__| W I R E L E S S F R E E D O M
  1098. -----------------------------------------------------
  1099. OpenWrt 23.05.5, r24106-10cc5fcd00
  1100. -----------------------------------------------------
  1101. === WARNING! =====================================
  1102. There is no root password defined on this device!
  1103. Use the "passwd" command to set up a new password
  1104. in order to prevent unauthorized SSH logins.
  1105. --------------------------------------------------
  1106. root@OpenWrt:/#
  1107.  
  1108.  
  1109. result: After Sysupgrade via
  1110. sysupgrade -v https://downloads.openwrt.org/releases/23.05.5/targets/mediatek/mt7622/openwrt-23.05.5-mediatek-mt7622-linksys_e8450-ubi-squashfs-sysupgrade.itb
  1111.  
  1112. router booted back into recovery mode
  1113.  
Advertisement
Add Comment
Please, Sign In to add comment