I am trying to understand what I did wrong. The router will only boot if I boot using TFTP. otherwise I can't ping or access it.
OPTIONS:
Compiled on Sep 22 2023, 21:10:41.
Port /dev/cu.usbserial-0001, 10:45:15
U-Boot 2012.07 [local,local] (May 10 2021 - 17:19:50)
DRAM: 235 MiB
cdp: machid 4971
NAND: 128 MiB
Using default environment
In: serial
Out: serial
Err: serial
late_init: machid 4971
Net: Full duplex link
Link 3 up, Phy_status = b0a0a0a
Port:3 speed 1000Mbps
eth0
NAND read: device 0 offset 0x2c40000, size 0xa80000
11010048 bytes read: OK
bootm 0x42000000#config@1## Booting kernel from FIT Image at 42000000 ...
Using 'config@1' configuration
Trying 'kernel-1' kernel subimage
Description: ARM OpenWrt Linux-5.10.138
Type: Kernel Image
Compression: gzip compressed
Data Start: 0x420000e4
Data Size: 4173311 Bytes = 4 MiB
Architecture: ARM
OS: Linux
Load Address: 0x44208000
Entry Point: 0x44208000
Hash algo: crc32
Hash value: a777daee
Hash algo: sha1
Hash value: acfd802d5af9acd691fd50fa2f862db6b1f1d319
Verifying Hash Integrity ... crc32+ sha1+ OK
## Flattened Device Tree from FIT Image at 42000000
Using 'config@1' configuration
Trying 'fdt-1' FDT blob subimage
Description: ARM OpenWrt meraki_mr42 device tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x423fb01c
Data Size: 30635 Bytes = 29.9 KiB
Architecture: ARM
Hash algo: crc32
Hash value: 839f3308
Hash algo: sha1
Hash value: d808df719205adc0508977cf411d6d9bd308378c
Verifying Hash Integrity ... crc32+ sha1+ OK
Booting using the fdt blob at 0x423fb01c
Uncompressing Kernel Image ... OK
Loading Device Tree to 4eaf5000, end 4eaff7aa ... OK
Using machid 0x136b from environment
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 5.10.138 (builder@buildhost) (arm-openwrt-linux-mu2
[ 0.000000] CPU: ARMv7 Processor [512f04d0] revision 0 (ARMv7), cr=10c5787d
[ 0.000000] CPU: div instructions available: patching division code
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[ 0.000000] OF: fdt: Machine model: Meraki MR42
[ 0.000000] OF: fdt: Ignoring memory range 0x41500000 - 0x44000000
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] Zone ranges:
[ 0.000000] Normal [mem 0x0000000044000000-0x000000005fefffff]
[ 0.000000] HighMem empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000044000000-0x000000005fefffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000044000000-0x000000005fefffff]
[ 0.000000] percpu: Embedded 15 pages/cpu s30924 r8192 d22324 u61440
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 113426
[ 0.000000] Kernel command line: loader=u-boot part=bootkernel2 console=ttyMt
[ 0.000000] Bootloader command line not present
[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, )
[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, l)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 442940K/457728K available (6984K kernel code, 618K rwdat)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 ji.
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] clocksource: dg_timer: mask: 0xffffffff max_cycles: 0xffffffff, s
[ 0.000008] sched_clock: 32 bits at 6MHz, resolution 160ns, wraps every 3435s
[ 0.000025] Switching to timer-based delay loop, resolution 160ns
[ 0.000349] Calibrating delay loop (skipped), value calculated using timer f)
[ 0.000380] pid_max: default: 32768 minimum: 301
[ 0.000566] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, line)
[ 0.000590] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes,)
[ 0.001695] CPU: Testing write buffer coherency: ok
[ 0.002021] qcom_scm: convention: smc legacy
[ 0.003093] Setting up static identity map for 0x44300000 - 0x44300060
[ 0.003289] rcu: Hierarchical SRCU implementation.
[ 0.003598] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORd
[ 0.003873] smp: Bringing up secondary CPUs ...
[ 0.005904] smp: Brought up 1 node, 2 CPUs
[ 0.005926] SMP: Total of 2 processors activated (25.00 BogoMIPS).
[ 0.005942] CPU: All CPU(s) started in SVC mode.
[ 0.016822] VFP support v0.3: implementor 51 architecture 64 part 4d variant0
[ 0.016985] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, ms
[ 0.017017] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.017168] pinctrl core: initialized pinctrl subsystem
[ 0.018914] NET: Registered protocol family 16
[ 0.019288] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.020744] thermal_sys: Registered thermal governor 'step_wise'
[ 0.022834] cpuidle: using governor ladder
[ 0.022914] cpuidle: using governor menu
[ 0.069219] usbcore: registered new interface driver usbfs
[ 0.069306] usbcore: registered new interface driver hub
[ 0.069381] usbcore: registered new device driver usb
[ 0.069444] pps_core: LinuxPPS API ver. 1 registered
[ 0.069462] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giom>
[ 0.069501] PTP clock support registered
[ 0.071813] clocksource: Switched to clocksource dg_timer
[ 0.073098] NET: Registered protocol family 2
[ 0.073346] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linea)
[ 0.074394] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144)
[ 0.074532] TCP established hash table entries: 4096 (order: 2, 16384 bytes,)
[ 0.074576] TCP bind hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.074633] TCP: Hash tables configured (established 4096 bind 4096)
[ 0.074743] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 0.074781] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 0.075069] NET: Registered protocol family 1
[ 0.075125] PCI: CLS 0 bytes, default 64
[ 0.076621] workingset: timestamp_bits=14 max_order=17 bucket_order=3
[ 0.082613] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.082637] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORI.
[ 0.188134] Block layer SCSI generic (bsg) driver version 0.4 loaded (major )
[ 0.190126] qcom-pcie 1b500000.pci: supply vdda not found, using dummy regulr
[ 0.190377] qcom-pcie 1b500000.pci: supply vdda_phy not found, using dummy rr
[ 0.190496] qcom-pcie 1b500000.pci: supply vdda_refclk not found, using dummr
[ 0.190778] qcom-pcie 1b500000.pci: host bridge /soc/pci@1b500000 ranges:
[ 0.190862] qcom-pcie 1b500000.pci: IO 0x000fe00000..0x000fe0ffff -> 00
[ 0.190907] qcom-pcie 1b500000.pci: MEM 0x0008000000..0x000fdfffff -> 00
[ 0.417723] qcom-pcie 1b500000.pci: Link up
[ 0.417903] qcom-pcie 1b500000.pci: PCI host bridge to bus 0000:00
[ 0.417932] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.417958] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus addr)
[ 0.417981] pci_bus 0000:00: root bus resource [mem 0x08000000-0x0fdfffff]
[ 0.418065] pci 0000:00:00.0: [17cb:0101] type 01 class 0x060400
[ 0.418219] pci 0000:00:00.0: supports D1
[ 0.418238] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 0.422898] PCI: bus0: Fast back to back transfers disabled
[ 0.423428] pci 0000:01:00.0: [168c:0040] type 00 class 0x028000
[ 0.423727] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x001fffff 64bit]
[ 0.425111] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[ 0.429987] PCI: bus1: Fast back to back transfers disabled
[ 0.430088] pci 0000:00:00.0: BAR 8: assigned [mem 0x08000000-0x081fffff]
[ 0.430119] pci 0000:01:00.0: BAR 0: assigned [mem 0x08000000-0x081fffff 64b]
[ 0.430272] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
[ 0.430301] pci 0000:00:00.0: bridge window [mem 0x08000000-0x081fffff]
[ 0.431661] pcieport 0000:00:00.0: AER: enabled with IRQ 43
[ 0.432765] qcom-pcie 1b700000.pci: supply vdda not found, using dummy regulr
[ 0.433033] qcom-pcie 1b700000.pci: supply vdda_phy not found, using dummy rr
[ 0.433164] qcom-pcie 1b700000.pci: supply vdda_refclk not found, using dummr
[ 0.433431] qcom-pcie 1b700000.pci: host bridge /soc/pci@1b700000 ranges:
[ 0.433514] qcom-pcie 1b700000.pci: IO 0x0031e00000..0x0031e0ffff -> 00
[ 0.433555] qcom-pcie 1b700000.pci: MEM 0x002e000000..0x0031dfffff -> 00
[ 0.659241] qcom-pcie 1b700000.pci: Link up
[ 0.659412] qcom-pcie 1b700000.pci: PCI host bridge to bus 0001:00
[ 0.659440] pci_bus 0001:00: root bus resource [bus 00-ff]
[ 0.659464] pci_bus 0001:00: root bus resource [io 0x10000-0x1ffff] (bus ad)
[ 0.659484] pci_bus 0001:00: root bus resource [mem 0x2e000000-0x31dfffff]
[ 0.659558] pci 0001:00:00.0: [17cb:0101] type 01 class 0x060400
[ 0.659696] pci 0001:00:00.0: supports D1
[ 0.659714] pci 0001:00:00.0: PME# supported from D0 D1 D3hot
[ 0.664161] PCI: bus0: Fast back to back transfers disabled
[ 0.664670] pci 0001:01:00.0: [168c:0040] type 00 class 0x028000
[ 0.664969] pci 0001:01:00.0: reg 0x10: [mem 0x00000000-0x001fffff 64bit]
[ 0.666345] pci 0001:01:00.0: PME# supported from D0 D3hot D3cold
[ 0.671093] PCI: bus1: Fast back to back transfers disabled
[ 0.671185] pci 0001:00:00.0: BAR 8: assigned [mem 0x2e000000-0x2e1fffff]
[ 0.671213] pci 0001:01:00.0: BAR 0: assigned [mem 0x2e000000-0x2e1fffff 64b]
[ 0.671362] pci 0001:00:00.0: PCI bridge to [bus 01-ff]
[ 0.671387] pci 0001:00:00.0: bridge window [mem 0x2e000000-0x2e1fffff]
[ 0.672648] pcieport 0001:00:00.0: AER: enabled with IRQ 45
[ 0.673626] qcom-pcie 1b900000.pci: supply vdda not found, using dummy regulr
[ 0.673862] qcom-pcie 1b900000.pci: supply vdda_phy not found, using dummy rr
[ 0.673996] qcom-pcie 1b900000.pci: supply vdda_refclk not found, using dummr
[ 0.674264] qcom-pcie 1b900000.pci: host bridge /soc/pci@1b900000 ranges:
[ 0.674348] qcom-pcie 1b900000.pci: IO 0x0035e00000..0x0035e0ffff -> 00
[ 0.674390] qcom-pcie 1b900000.pci: MEM 0x0032000000..0x0035dfffff -> 00
[ 0.899225] qcom-pcie 1b900000.pci: Link up
[ 0.899395] qcom-pcie 1b900000.pci: PCI host bridge to bus 0002:00
[ 0.899421] pci_bus 0002:00: root bus resource [bus 00-ff]
[ 0.899444] pci_bus 0002:00: root bus resource [io 0x20000-0x2ffff] (bus ad)
[ 0.899464] pci_bus 0002:00: root bus resource [mem 0x32000000-0x35dfffff]
[ 0.899538] pci 0002:00:00.0: [17cb:0101] type 01 class 0x060400
[ 0.899679] pci 0002:00:00.0: supports D1
[ 0.899698] pci 0002:00:00.0: PME# supported from D0 D1 D3hot
[ 0.904009] PCI: bus0: Fast back to back transfers disabled
[ 0.904528] pci 0002:01:00.0: [168c:0050] type 00 class 0x028000
[ 0.904844] pci 0002:01:00.0: reg 0x10: [mem 0x00000000-0x001fffff 64bit]
[ 0.905344] pci 0002:01:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
[ 0.906341] pci 0002:01:00.0: supports D1
[ 0.906361] pci 0002:01:00.0: PME# supported from D0 D1 D3hot
[ 0.911009] PCI: bus1: Fast back to back transfers disabled
[ 0.911101] pci 0002:00:00.0: BAR 8: assigned [mem 0x32000000-0x322fffff]
[ 0.911130] pci 0002:01:00.0: BAR 0: assigned [mem 0x32000000-0x321fffff 64b]
[ 0.911291] pci 0002:01:00.0: BAR 6: assigned [mem 0x32200000-0x3220ffff pre]
[ 0.911315] pci 0002:00:00.0: PCI bridge to [bus 01-ff]
[ 0.911338] pci 0002:00:00.0: bridge window [mem 0x32000000-0x322fffff]
[ 0.912608] pcieport 0002:00:00.0: AER: enabled with IRQ 47
[ 0.915763] L2 @ QSB rate. Forcing new rate.
[ 0.915990] L2 @ 384000 KHz
[ 0.916186] CPU0 @ 800000 KHz
[ 0.916203] CPU1 @ QSB rate. Forcing new rate.
[ 0.916334] CPU1 @ 384000 KHz
[ 0.920647] gsbi 12440000.gsbi: GSBI port protocol: 4 crci: 0
[ 0.922928] gsbi 12480000.gsbi: GSBI port protocol: 2 crci: 0
[ 0.924957] gsbi 16300000.gsbi: GSBI port protocol: 6 crci: 0
[ 0.926736] gsbi 16500000.gsbi: GSBI port protocol: 2 crci: 0
[ 0.929044] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
[ 0.931688] msm_serial 12450000.serial: msm_serial: detected port #1
[ 0.931749] msm_serial 12450000.serial: uartclk = 25000000
[ 0.931832] 12450000.serial: ttyMSM1 at MMIO 0x12450000 (irq = 48, base_baudM
[ 0.932449] msm_serial 16340000.serial: msm_serial: detected port #0
[ 0.932502] msm_serial 16340000.serial: uartclk = 7372800
[ 0.932570] 16340000.serial: ttyMSM0 at MMIO 0x16340000 (irq = 50, base_baudM
[ 0.932611] msm_serial: console setup on port #0
[ 1.971544] printk: console [ttyMSM0] enabled
[ 1.976847] msm_serial: driver initialized
[ 1.986300] loop: module loaded
[ 1.987975] nand: device found, Manufacturer ID: 0x01, Chip ID: 0xa1
[ 1.988261] nand: AMD/Spansion S34MS01G2
[ 1.994966] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB si4
[ 1.998906] 13 fixed-partitions partitions found on MTD device qcom_nand.0
[ 2.006250] Creating 13 MTD partitions on "qcom_nand.0":
[ 2.013086] 0x000000000000-0x000000040000 : "sbl1"
[ 2.019560] 0x000000040000-0x000000180000 : "mibib"
[ 2.025890] 0x000000180000-0x0000002c0000 : "sbl2"
[ 2.030474] 0x0000002c0000-0x000000540000 : "sbl3"
[ 2.037548] 0x000000540000-0x000000660000 : "ddrconfig"
[ 2.040015] 0x000000660000-0x000000780000 : "ssd"
[ 2.045184] 0x000000780000-0x000000a00000 : "tz"
[ 2.052301] 0x000000a00000-0x000000c80000 : "rpm"
[ 2.057069] 0x000001fc0000-0x000002140000 : "u-boot"
[ 2.060243] 0x0000021c0000-0x000002c40000 : "bootkernel1"
[ 2.080134] 0x000002c40000-0x0000036c0000 : "bootkernel2"
[ 2.098804] 0x0000036c0000-0x000007d80000 : "ubi"
[ 2.231720] 0x000007d80000-0x000007f80000 : "art"
[ 2.345832] ipq806x-gmac-dwmac 37600000.ethernet: IRQ eth_wake_irq not found
[ 2.345881] ipq806x-gmac-dwmac 37600000.ethernet: IRQ eth_lpi not found
[ 2.352738] i2c /dev entries driver
[ 2.358723] i2c_qup 124a0000.i2c: using default clock-frequency 100000
[ 2.363831] i2c_qup 16580000.i2c: using default clock-frequency 100000
[ 2.373702] sdhci: Secure Digital Host Controller Interface driver
[ 2.374874] sdhci: Copyright(c) Pierre Ossman
[ 2.381034] sdhci-pltfm: SDHCI platform and OF driver helper
[ 2.388300] NET: Registered protocol family 10
[ 2.392570] Segment Routing with IPv6
[ 2.395533] NET: Registered protocol family 17
[ 2.399268] bridge: filtering via arp/ip/ip6tables is no longer available by.
[ 2.403914] 8021q: 802.1Q VLAN Support v1.8
[ 2.416823] Registering SWP/SWPB emulation handler
[ 2.446733] qcom_rpm 108000.rpm: RPM firmware 3.0.16777342
[ 2.460332] s1a: Bringing 0uV into 1050000-1050000uV
[ 2.460643] s1a: supplied by regulator-dummy
[ 2.464630] s1b: Bringing 0uV into 1050000-1050000uV
[ 2.468867] s1b: supplied by regulator-dummy
[ 2.473778] s2a: Bringing 0uV into 800000-800000uV
[ 2.478045] s2a: supplied by regulator-dummy
[ 2.482628] s2b: Bringing 0uV into 800000-800000uV
[ 2.487082] s2b: supplied by regulator-dummy
[ 2.491987] ipq806x-gmac-dwmac 37600000.ethernet: IRQ eth_wake_irq not found
[ 2.495976] ipq806x-gmac-dwmac 37600000.ethernet: IRQ eth_lpi not found
[ 2.512190] thermal thermal_zone0: failed to read out thermal zone (-110)
[ 2.525410] ipq806x-gmac-dwmac 37600000.ethernet: IRQ eth_wake_irq not found
[ 2.525447] ipq806x-gmac-dwmac 37600000.ethernet: IRQ eth_lpi not found
[ 2.531893] ipq806x-gmac-dwmac 37600000.ethernet: IRQ eth_wake_irq not found
[ 2.537956] ipq806x-gmac-dwmac 37600000.ethernet: IRQ eth_lpi not found
[ 2.545455] ubi0: attaching mtd11
[ 2.701322] random: crng init done
[ 3.078736] ubi0: scanning is finished
[ 3.088937] ubi0: attached mtd11 (name "ubi", size 70 MiB)
[ 3.088962] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
[ 3.093387] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
[ 3.100168] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
[ 3.107105] ubi0: good PEBs: 566, bad PEBs: 0, corrupted PEBs: 0
[ 3.113854] ubi0: user volume: 6, internal volumes: 1, max. volumes count: 18
[ 3.120045] ubi0: max/mean erase counter: 2398/599, WL threshold: 4096, imag9
[ 3.127154] ubi0: available PEBs: 0, total reserved PEBs: 566, PEBs reserved0
[ 3.136814] ubi0: background thread "ubi_bgt0d" started, PID 87
[ 3.136958] ubi1: attaching mtd12
[ 3.151652] ubi1: MTD device 12 is write-protected, attach in read-only mode
[ 3.172724] ubi1: scanning is finished
[ 3.199202] ubi1 warning: 0xc0729e74: cannot reserve enough PEBs for bad PEB0
[ 3.199672] ubi1: attached mtd12 (name "art", size 2 MiB)
[ 3.207820] ubi1: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
[ 3.213282] ubi1: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
[ 3.219981] ubi1: VID header offset: 2048 (aligned 2048), data offset: 4096
[ 3.226915] ubi1: good PEBs: 16, bad PEBs: 0, corrupted PEBs: 0
[ 3.233682] ubi1: user volume: 1, internal volumes: 1, max. volumes count: 18
[ 3.239510] ubi1: max/mean erase counter: 2/1, WL threshold: 4096, image seq1
[ 3.246865] ubi1: available PEBs: 0, total reserved PEBs: 16, PEBs reserved 2
[ 3.256354] ubi1: background thread "ubi_bgt1d" started, PID 88
[ 3.265976] block ubiblock0_4: created from ubi0:4(root?[ 3.281335] VFS: .
[ 3.282421] Freeing unused kernel memory: 1024K
[ 3.312449] Run /sbin/init as init process
[ 3.720237] init: Console is alive
[ 3.720542] init: - watchdog -
[ 4.288193] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[ 4.349047] genirq: irq_chip msmgpio did not update eff. affinity mask of ir2
[ 4.350446] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 4.355754] ipq806x-gmac-dwmac 37600000.ethernet: IRQ eth_wake_irq not found
[ 4.361853] ipq806x-gmac-dwmac 37600000.ethernet: IRQ eth_lpi not found
[ 4.364291] SCSI subsystem initialized
[ 4.383830] ipq806x-gmac-dwmac 37600000.ethernet: IRQ eth_wake_irq not found
[ 4.383865] ipq806x-gmac-dwmac 37600000.ethernet: IRQ eth_lpi not found
[ 4.392456] kmodloader: done loading kernel modules from /etc/modules-boot.d*
[ 4.397046] ipq806x-gmac-dwmac 37600000.ethernet: IRQ eth_wake_irq not found
[ 4.403687] ipq806x-gmac-dwmac 37600000.ethernet: IRQ eth_lpi not found
[ 4.411241] init: - preinit -
Press the [f] key and hit [enter] to enter failsafe mode
Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level
[ 9.724586] UBIFS error (ubi0:5 pid 163): 0xc054004c: too few LEBs (16), min7
[ 9.725883] mount_root: failed to mount -t ubifs /dev/ubi0_5 /tmp/overlay: It
[ 9.732518] urandom-seed: Seed file not found (/etc/urandom.seed)
[ 9.934677] procd: - early -
[ 9.934941] procd: - watchdog -
[ 10.622427] procd: - watchdog -
[ 10.783395] procd: - ubus -
[ 10.961549] procd: - init -
Please press Enter to activate this console.
[ 11.698054] urngd: v1.0.2 started.
[ 11.727932] kmodloader: loading kernel modules from /etc/modules.d/*
[ 11.799940] at24 0-0056: supply vcc not found, using dummy regulator
[ 11.800984] at24 0-0056: 8192 byte 24c64 EEPROM, read-only
[ 11.805907] ipq806x-gmac-dwmac 37600000.ethernet: IRQ eth_wake_irq not found
[ 11.810655] ipq806x-gmac-dwmac 37600000.ethernet: IRQ eth_lpi not found
[ 11.819047] Loading modules backported from Linux version v5.15.58-0-g7d80484
[ 11.824298] Backport generated by backports.git v5.15.58-1-0-g42a95ce7
[ 11.833333] ipq806x-gmac-dwmac 37600000.ethernet: PTP uses main clock
[ 11.834903] ina2xx 0-0040: power monitor ina219 (Rshunt = 40000 uOhm)
[ 11.838840] ipq806x-gmac-dwmac 37600000.ethernet: User ID: 0x10, Synopsys ID7
[ 11.851293] ipq806x-gmac-dwmac 37600000.ethernet: DWMAC1000
[ 11.858835] ipq806x-gmac-dwmac 37600000.ethernet: DMA HW capability registerd
[ 11.864644] ipq806x-gmac-dwmac 37600000.ethernet: RX Checksum Offload Engined
[ 11.872355] ipq806x-gmac-dwmac 37600000.ethernet: COE Type 2
[ 11.880183] ipq806x-gmac-dwmac 37600000.ethernet: TX Checksum insertion suppd
[ 11.886079] ipq806x-gmac-dwmac 37600000.ethernet: Wake-Up On Lan supported
[ 11.893451] ipq806x-gmac-dwmac 37600000.ethernet: Enhanced/Alternate descrips
[ 11.900156] ipq806x-gmac-dwmac 37600000.ethernet: Enabled extended descriptos
[ 11.907787] ipq806x-gmac-dwmac 37600000.ethernet: Ring mode enabled
[ 11.913827] PPP generic driver version 2.4.2
[ 11.914810] ipq806x-gmac-dwmac 37600000.ethernet: Enable RX Mitigation via Hr
[ 11.921778] NET: Registered protocol family 24
[ 11.947372] ath10k 5.15 driver, optimized for CT firmware, probing pci devic.
[ 11.949401] ath10k_pci 0000:01:00.0: enabling device (0140 -> 0142)
[ 11.954950] ath10k_pci 0000:01:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 0
[ 13.225518] ath10k_pci 0000:01:00.0: qca99x0 hw2.0 target 0x01000000 chip_id2
[ 13.225555] ath10k_pci 0000:01:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs0
[ 13.236021] ath10k_pci 0000:01:00.0: firmware ver 10.4b-ct-9980-fW-13-5ae337f
[ 15.549615] ath10k_pci 0000:01:00.0: Loading BDF type 0
[ 15.806119] ath10k_pci 0000:01:00.0: failed to fetch board data for bus=pci,n
[ 15.944150] ath10k_pci 0000:01:00.0: failed to fetch board-2.bin or board.bi0
[ 15.944211] ath10k_pci 0000:01:00.0: failed to fetch board file: -12
[ 15.952900] ath10k_pci 0000:01:00.0: could not probe fw (-12)
[ 15.959654] ath10k 5.15 driver, optimized for CT firmware, probing pci devic.
[ 15.965919] ath10k_pci 0001:01:00.0: enabling device (0140 -> 0142)
[ 15.973461] ath10k_pci 0001:01:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 0
[ 16.736445] ath10k_pci 0001:01:00.0: qca99x0 hw2.0 target 0x01000000 chip_id2
[ 16.736479] ath10k_pci 0001:01:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs0
[ 16.746638] ath10k_pci 0001:01:00.0: firmware ver 10.4b-ct-9980-fW-13-5ae337f
[ 19.045789] ath10k_pci 0001:01:00.0: Loading BDF type 0
[ 19.046249] ath10k_pci 0001:01:00.0: failed to fetch board data for bus=pci,n
[ 19.187073] ath10k_pci 0001:01:00.0: failed to fetch board-2.bin or board.bi0
[ 19.187136] ath10k_pci 0001:01:00.0: failed to fetch board file: -12
[ 19.196712] ath10k_pci 0001:01:00.0: could not probe fw (-12)
[ 19.202288] ath10k 5.15 driver, optimized for CT firmware, probing pci devic.
[ 19.208138] ath10k_pci 0002:01:00.0: enabling device (0140 -> 0142)
[ 19.216113] ath10k_pci 0002:01:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 0
[ 20.634135] ath10k_pci 0002:01:00.0: qca9887 hw1.0 target 0x4100016d chip_id0
[ 20.634173] ath10k_pci 0002:01:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs0
[ 20.642968] ath10k_pci 0002:01:00.0: firmware ver 10.1-ct-87-__fW-022-ecad325
[ 20.677884] ath10k_pci 0002:01:00.0: Loading BDF type 0
[ 20.823674] ath10k_pci 0002:01:00.0: board_file api 1 bmi_id N/A crc32 546ccd
[ 20.825618] ath10k_pci 0002:01:00.0: failed to read device EEPROM at 0000
[ 20.829812] ath10k_pci 0002:01:00.0: failed to read calibration data from EE2
[ 20.864837] ath10k_pci 0002:01:00.0: otp calibration failed: 2
[ 20.864863] ath10k_pci 0002:01:00.0: failed to run otp: -22 (download-cal-da)
[ 20.869563] ath10k_pci 0002:01:00.0: could not init core (-22)
[ 20.876888] ath10k_pci 0002:01:00.0: could not probe fw (-22)
[ 20.885881] kmodloader: done loading kernel modules from /etc/modules.d/*
BusyBox v1.35.0 (2022-09-03 02:55:34 UTC) built-in shell (ash)
-----------------------------------------------------
OpenWrt 22.03.0, r19685-512e76967f
-----------------------------------------------------
=== WARNING! =====================================
There is no root password defined on this device!
Use the "passwd" command to set up a new password
in order to prevent unauthorized SSH logins.
--------------------------------------------------
root@(none):/#`Preformatted text`