EdgeCore-EAP102

it's just an extension ... :wink:

Ok, I'll try tomorrow in the morning. I'll let you know.
Tnx a lot frollic.

Not if he is flashing via u-boot.

@Ringo : so you already flashed the factory image via u-boot. Then you can do a sysupgrade in Luci (from 23.05 to snapshot)

Please note: snapshots don't include Luci, so you have to connect through ssh after the sysupgrade.

then I've misundestood the current status/progress of the flash, disregard my post, @Ringo.

So, to put things in order:

  1. tftp boot the itb file from u-boot
  2. then sysupgrade

At this moment I can see openwrt via serial port but I can't open nor ssh neither Luci 'cause ip address is not reachable

You already have OpenWrt installed on flash.

If you can't reach the device via Ethernet, you need to investigate that.

First thing that I was already asking is, do you use the proper LAN port? The device has 2 Ethernet ports. If you connect the WAN port, you won't get a working connection from your client.

I tried both the ethernet (wan and lan) and no one is reachable.
Then (maybe i'm wrong) Eth0 is the WAN and Eth1 is the LAN
I 've done ping for one minute near first wan and then lan...but both are unreachable

post the dmesg output and

logread | grep dhcp

ok Kirdes, tomorrow will be done.
Thanks again

P.S. I have a static ip on my client...but don't think is a problem , it's in the same lan space address

Good mornin' Kirdes

I confirm I can't ping the lan interface-
logread show me this

Tue Nov  7 23:11:16 2023 daemon.info dnsmasq[1]: read /tmp/hosts/dhcp.cfg01411c - 0 names
Tue Nov  7 23:11:22 2023 daemon.info dnsmasq-dhcp[1]: DHCP, IP range 192.168.1.100 -- 192.168.1.249, lease time 12h
Tue Nov  7 23:11:22 2023 daemon.info dnsmasq[1]: read /tmp/hosts/dhcp.cfg01411c - 4 names
Tue Nov  7 23:11:22 2023 daemon.info dnsmasq-dhcp[1]: read /etc/ethers - 0 addresses
Tue Nov  7 23:11:23 2023 daemon.info dnsmasq[1]: read /tmp/hosts/dhcp.cfg01411c - 4 names
Tue Nov  7 23:11:23 2023 daemon.info dnsmasq-dhcp[1]: read /etc/ethers - 0 addresses

as you can see , also putting my NIC in DHCP client mode I can't receive IP Address

Suffisso DNS specifico per connessione:
Descrizione . . . . . . . . . . . . . : Realtek USB GbE Family Controller
Indirizzo fisico. . . . . . . . . . . :
DHCP abilitato. . . . . . . . . . . . : Sì
Configurazione automatica abilitata : Sì
Indirizzo IPv6 locale rispetto al collegamento . : fe80::9497:5bde:dcdc:4e0f%8(Preferenziale)
Indirizzo IPv4 configurazione automatica : 169.254.164.59(Preferenziale)
Subnet mask . . . . . . . . . . . . . : 255.255.0.0
Gateway predefinito . . . . . . . . . :
IAID DHCPv6 . . . . . . . . . . . : 402710636
DUID Client DHCPv6. . . . . . . . : 00-01-00-01-2B-AB-F3-80-50-EB-F6-53-F3-C2
NetBIOS su TCP/IP . . . . . . . . . . : Attivato

The log doesn't show any sign of a dhcp request from your client.

Are you sure the network adapter + cable is working?

Post the output of

dmesg

After you connected the cable to the LAN port.

[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[    0.000000] Linux version 6.1.61 (builder@buildhost) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 12.3.0 r24328-91169898ce) 12.3.0, GNU ld (GNU Binutils) 2.40.0) #0 SMP Tue Nov  7 23:11:05 2023
[    0.000000] Machine model: Edgecore EAP102
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000040000000-0x000000007fffffff]
[    0.000000]   DMA32    empty
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000040000000-0x0000000040ffffff]
[    0.000000]   node   0: [mem 0x0000000041000000-0x000000004a3fffff]
[    0.000000]   node   0: [mem 0x000000004a400000-0x000000004a5fffff]
[    0.000000]   node   0: [mem 0x000000004a600000-0x000000004aafffff]
[    0.000000]   node   0: [mem 0x000000004ab00000-0x00000000510fffff]
[    0.000000]   node   0: [mem 0x0000000051100000-0x000000007fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000007fffffff]
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv1.0 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: MIGRATE_INFO_TYPE not supported.
[    0.000000] psci: SMC Calling Convention v1.0
[    0.000000] percpu: Embedded 17 pages/cpu s31592 r8192 d29848 u69632
[    0.000000] pcpu-alloc: s31592 r8192 d29848 u69632 alloc=17*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[    0.000000] Detected VIPT I-cache on CPU0
[    0.000000] alternatives: applying boot alternatives
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 258048
[    0.000000] Kernel command line: ubi.mtd=rootfs1 root=mtd:ubi_rootfs rootfstype=squashfs console=ttyMSM0,115200n8 root=/dev/ubiblock0_1
[    0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory: 892212K/1048576K available (8128K kernel code, 872K rwdata, 2376K rodata, 1344K init, 291K bss, 156364K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, 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 jiffies.
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] Root IRQ handler: gic_handle_irq
[    0.000000] GICv2m: range[mem 0x0b00a000-0x0b00affc], SPI[448:479]
[    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.000000] arch_timer: cp15 and mmio timer(s) running at 19.20MHz (virt/virt).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
[    0.000000] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[    0.000105] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
[    0.000119] pid_max: default: 32768 minimum: 301
[    0.000590] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    0.000605] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    0.002457] cblist_init_generic: Setting adjustable number of callback queues.
[    0.002466] cblist_init_generic: Setting shift to 2 and lim to 1.
[    0.002664] rcu: Hierarchical SRCU implementation.
[    0.002668] rcu:     Max phase no-delay instances is 1000.
[    0.003468] smp: Bringing up secondary CPUs ...
[    0.004110] Detected VIPT I-cache on CPU1
[    0.004248] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[    0.004912] Detected VIPT I-cache on CPU2
[    0.005012] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[    0.005631] Detected VIPT I-cache on CPU3
[    0.005729] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[    0.005796] smp: Brought up 1 node, 4 CPUs
[    0.005804] SMP: Total of 4 processors activated.
[    0.005810] CPU features: detected: 32-bit EL0 Support
[    0.005814] CPU features: detected: CRC32 instructions
[    0.005876] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching
[    0.005882] CPU: All CPU(s) started at EL1
[    0.005885] alternatives: applying system-wide alternatives
[    0.016083] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.016110] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.016331] pinctrl core: initialized pinctrl subsystem
[    0.017802] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.018324] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
[    0.018380] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.018417] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.018800] thermal_sys: Registered thermal governor 'step_wise'
[    0.018984] cpuidle: using governor menu
[    0.019263] ASID allocator initialised with 65536 entries
[    0.044792] qcom,cpr4-apss-regulator b018000.cpr4-ctrl: CPR valid fuse count: 4
[    0.052955] SCSI subsystem initialized
[    0.053138] usbcore: registered new interface driver usbfs
[    0.053190] usbcore: registered new interface driver hub
[    0.053236] usbcore: registered new device driver usb
[    0.053650] qcom_scm: convention: smc arm 64
[    0.055116] clocksource: Switched to clocksource arch_sys_counter
[    0.056276] NET: Registered PF_INET protocol family
[    0.056426] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.057825] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear)
[    0.057850] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.057876] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.057964] TCP bind hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.058245] TCP: Hash tables configured (established 8192 bind 8192)
[    0.058351] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[    0.058389] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[    0.058600] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.058635] PCI: CLS 0 bytes, default 64
[    0.060278] workingset: timestamp_bits=46 max_order=18 bucket_order=0
[    0.065257] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.065270] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.066259] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[    0.068305] qcom-qmp-usb-phy 78000.phy: supply vdda-phy not found, using dummy regulator
[    0.068490] qcom-qmp-usb-phy 78000.phy: supply vdda-pll not found, using dummy regulator
[    0.069678] qcom-qusb2-phy 79000.phy: supply vdd not found, using dummy regulator
[    0.069831] qcom-qusb2-phy 79000.phy: supply vdda-pll not found, using dummy regulator
[    0.069902] qcom-qusb2-phy 79000.phy: supply vdda-phy-dpdm not found, using dummy regulator
[    0.070060] qcom-qusb2-phy 79000.phy: Registered Qcom-QUSB2 phy
[    0.073179] bam-dma-engine 704000.dma-controller: num-channels unspecified in dt
[    0.073195] bam-dma-engine 704000.dma-controller: num-ees unspecified in dt
[    0.077787] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
[    0.079942] msm_serial 78b1000.serial: msm_serial: detected port #1
[    0.079993] msm_serial 78b1000.serial: uartclk = 19200000
[    0.080091] 78b1000.serial: ttyMSM1 at MMIO 0x78b1000 (irq = 20, base_baud = 1200000) is a MSM
[    0.080527] msm_serial 78b3000.serial: msm_serial: detected port #0
[    0.080568] msm_serial 78b3000.serial: uartclk = 3686400
[    0.080649] 78b3000.serial: ttyMSM0 at MMIO 0x78b3000 (irq = 21, base_baud = 230400) is a MSM
[    0.080672] msm_serial: console setup on port #0
[    0.777546] printk: console [ttyMSM0] enabled
[    0.782722] msm_serial: driver initialized
[    0.791772] loop: module loaded
[    0.791851] Loading iSCSI transport class v2.0-870.
[    0.795645] nand: device found, Manufacturer ID: 0x2c, Chip ID: 0xaa
[    0.798592] nand: Micron MT29F2G08ABBGAH4
[    0.805197] nand: 256 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 128
[    0.809376] 4 fixed-partitions partitions found on MTD device qcom_nand.0
[    0.816581] Creating 4 MTD partitions on "qcom_nand.0":
[    0.823503] 0x000000000000-0x000003400000 : "rootfs1"
[    0.868498] 0x000003400000-0x000003c00000 : "0:wififw"
[    0.875095] 0x000003c00000-0x000007000000 : "rootfs2"
[    0.915129] 0x000007000000-0x000007800000 : "0:wififw_1"
[    0.924066] spi_qup 78b5000.spi: IN:block:16, fifo:64, OUT:block:16, fifo:64
[    0.924842] spi-nor spi0.0: mx25u25635f (32768 Kbytes)
[    0.930536] 22 fixed-partitions partitions found on MTD device spi0.0
[    0.935164] Creating 22 MTD partitions on "spi0.0":
[    0.941648] 0x000000000000-0x000000050000 : "0:sbl1"
[    0.946951] 0x000000050000-0x000000060000 : "0:mibib"
[    0.952004] 0x000000060000-0x000000080000 : "0:bootconfig"
[    0.956978] 0x000000080000-0x0000000a0000 : "0:bootconfig1"
[    0.962329] 0x0000000a0000-0x000000220000 : "0:qsee"
[    0.967880] 0x000000220000-0x0000003a0000 : "0:qsee_1"
[    0.973060] 0x0000003a0000-0x0000003b0000 : "0:devcfg"
[    0.978031] 0x0000003b0000-0x0000003c0000 : "0:devcfg_1"
[    0.983077] 0x0000003c0000-0x0000003d0000 : "0:apdp"
[    0.988638] 0x0000003d0000-0x0000003e0000 : "0:apdp_1"
[    0.993504] 0x0000003e0000-0x000000420000 : "0:rpm"
[    0.998503] 0x000000420000-0x000000460000 : "0:rpm_1"
[    1.003213] 0x000000460000-0x000000470000 : "0:cdt"
[    1.008463] 0x000000470000-0x000000480000 : "0:cdt_1"
[    1.013129] 0x000000480000-0x000000490000 : "0:appsblenv"
[    1.018372] 0x000000490000-0x000000550000 : "0:appsbl"
[    1.023708] 0x000000530000-0x0000005f0000 : "0:appsbl_1"
[    1.028815] 0x000000610000-0x000000650000 : "0:art"
[    1.034205] 0x000000650000-0x0000006d0000 : "0:ethphyfw"
[    1.038881] 0x0000006d0000-0x000000750000 : "0:product_info"
[    1.044394] 0x000000750000-0x000000760000 : "priv_data1"
[    1.050023] 0x000000760000-0x000000770000 : "priv_data2"
[    1.063338] spmi spmi-0: PMIC arbiter version v2 (0x20010000)
[    1.083097] i2c_dev: i2c /dev entries driver
[    1.089300] sdhci: Secure Digital Host Controller Interface driver
[    1.089345] sdhci: Copyright(c) Pierre Ossman
[    1.094379] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.100630] remoteproc remoteproc0: releasing cd00000.q6v5_wcss
[    1.107634] NET: Registered PF_INET6 protocol family
[    1.111232] Segment Routing with IPv6
[    1.115477] In-situ OAM (IOAM) with IPv6
[    1.119031] NET: Registered PF_PACKET protocol family
[    1.122972] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    1.128038] 8021q: 802.1Q VLAN Support v1.8
[    1.163086] qcom,cpr4-apss-regulator b018000.cpr4-ctrl: CPR valid fuse count: 4
[    1.163389] cpr4_ipq807x_apss_read_fuse_data: apc_co[   73.196287] hsl_phy_phydev_get[798]:ERROR:phy_addr 0 phydev is NULL
[   73.201815] hsl_phy_phydev_get[798]:ERROR:phy_addr 1 phydev is NULL
[   73.208087] hsl_phy_phydev_get[798]:ERROR:phy_addr 2 phydev is NULL
[   73.214314] hsl_phy_phydev_get[798]:ERROR:phy_addr 3 phydev is NULL
rner: speed bin = 0
[    1.169241] cpr4_ipq807x_apss_read_fuse_data: apc_corner: CPR fusing revision = 1
[    1.175839] cpr4_ipq807x_apss_read_fuse_data: apc_corner: CPR misc fuse value = 0
[    1.183474] cpr4_ipq807x_apss_read_fuse_data: apc_corner: Voltage boost fuse config = 0 boost = disable
[    1.190991] cpr3_mem_acc_init: apc: not using memory accelerator regulator
[    1.200125] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused      SVS: open-loop= 704000 uV
[    1.207073] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused      NOM: open-loop= 832000 uV
[    1.217054] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused    TURBO: open-loop= 888000 uV
[    1.226864] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused   STURBO: open-loop= 968000 uV
[    1.236724] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused      SVS: quot[ 7]= 741, quot_offset[ 7]=   0
[    1.246484] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused      NOM: quot[ 7]= 986, quot_offset[ 7]= 245
[    1.257335] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused    TURBO: quot[ 7]=1080, quot_offset[ 7]=  90
[    1.268272] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused   STURBO: quot[ 7]=1224, quot_offset[ 7]= 140
[    1.279398] cpr3_regulator_init_ctrl: apc: Default CPR mode = closed-loop
[    1.281938] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 800000 KHz, changing to: 1017600 KHz
[    1.298806] remoteproc remoteproc0: cd00000.q6v5_wcss is available
[    1.308124] ubi0: attaching mtd0
[    1.541478] ubi0: scanning is finished
[    1.547544] ubi0: attached mtd0 (name "rootfs1", size 52 MiB)
[    1.547581] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
[    1.552275] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
[    1.559070] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
[    1.565911] ubi0: good PEBs: 416, bad PEBs: 0, corrupted PEBs: 0
[    1.572673] ubi0: user volume: 3, internal volumes: 1, max. volumes count: 128
[    1.578932] ubi0: max/mean erase counter: 2/0, WL threshold: 4096, image sequence number: 1699398665
[    1.585968] ubi0: available PEBs: 0, total reserved PEBs: 416, PEBs reserved for bad PEB handling: 40
[    1.595276] ubi0: background thread "ubi_bgt0d" started, PID 539
[    1.596075] block ubiblock0_1: created from ubi0:1(rootfs)
[    1.610455] ubiblock: device ubiblock0_1 (rootfs) set to be root filesystem
[    1.619647] VFS: Mounted root (squashfs filesystem) readonly on device 254:0.
[    1.620223] Freeing unused kernel memory: 1344K
[    1.655207] Run /sbin/init as init process
[    1.655229]   with arguments:
[    1.655232]     /sbin/init
[    1.655235]   with environment:
[    1.655238]     HOME=/
[    1.655241]     TERM=linux
[    1.810891] init: Console is alive
[    1.811077] init: - watchdog -
[    2.356901] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[    2.527985] ssdk_phy_driver_init[369]:INFO:dev_id = 0, phy_adress = 0, phy_id = 0xffffffff phytype doesn't match
[    2.528370] ssdk_phy_driver_init[369]:INFO:dev_id = 0, phy_adress = 1, phy_id = 0xffffffff phytype doesn't match
[    2.537590] ssdk_phy_driver_init[369]:INFO:dev_id = 0, phy_adress = 2, phy_id = 0xffffffff phytype doesn't match
[    2.547760] ssdk_phy_driver_init[369]:INFO:dev_id = 0, phy_adress = 3, phy_id = 0xffffffff phytype doesn't match
[    2.558271] qca808x_phy_api_ops_init[2665]:INFO:qca probe qca808x phy driver succeeded!
[    3.582608] regi_init[3989]:INFO:Initializing HPPE Done!!
[    3.582752] regi_init[4049]:INFO:qca-ssdk module init succeeded!
[    3.589783] EDMA ver 1 hw init
[    3.593284] EDMA HW Reset completed succesfully
[    3.595984] Num rings - TxDesc:1 (23-23) TxCmpl:1 (7-7)
[    3.600356] RxDesc:1 (15-15) RxFill:1 (7-7)
[    4.020417] **********************************************************
[    4.020454] * NSS Data Plane driver
[    4.025853] **********************************************************
[    4.109777] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[    4.109827] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1
[    4.114300] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220fe65 hci version 0x110 quirks 0x0000000002010010
[    4.121797] xhci-hcd xhci-hcd.1.auto: irq 38, io mem 0x08a00000
[    4.131232] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[    4.137003] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 2
[    4.142556] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed
[    4.150571] hub 1-0:1.0: USB hub found
[    4.156751] hub 1-0:1.0: 1 port detected
[    4.160736] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    4.164856] hub 2-0:1.0: USB hub found
[    4.172633] hub 2-0:1.0: 1 port detected
[    4.178750] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[    4.180806] init: - preinit -
[    4.465155] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[    4.694559] hub 1-1:1.0: USB hub found
[    4.694891] hub 1-1:1.0: 4 ports detected
[    5.025117] usb 1-1.4: new full-speed USB device number 3 using xhci-hcd
[    5.315114] random: crng init done
[    6.395128] hsl_phy_phydev_get[798]:ERROR:phy_addr 0 phydev is NULL
[    6.395175] hsl_phy_phydev_get[798]:ERROR:phy_addr 1 phydev is NULL
[    6.400211] hsl_phy_phydev_get[798]:ERROR:phy_addr 2 phydev is NULL
[    6.406480] hsl_phy_phydev_get[798]:ERROR:phy_addr 3 phydev is NULL
[    7.435133] hsl_phy_phydev_get[798]:ERROR:phy_addr 0 phydev is NULL
[    7.435180] hsl_phy_phydev_get[798]:ERROR:phy_addr 1 phydev is NULL
[    7.440216] hsl_phy_phydev_get[798]:ERROR:phy_addr 2 phydev is NULL
[    7.446485] hsl_phy_phydev_get[798]:ERROR:phy_addr 3 phydev is NULL
[    7.687495] nss-dp 3a001a00.dp6 lan: PHY Link up speed: 1000
[    7.687579] IPv6: ADDRCONF(NETDEV_CHANGE): lan: link becomes ready
[    7.710137] UBIFS (ubi0:2): Mounting in unauthenticated mode
[    7.710264] UBIFS (ubi0:2): background thread "ubifs_bgt0_2" started, PID 750
[    7.741495] UBIFS (ubi0:2): recovery needed
[    7.816534] UBIFS (ubi0:2): recovery completed
[    7.816652] UBIFS (ubi0:2): UBIFS: mounted UBI device 0, volume 2, name "rootfs_data"
[    7.819875] UBIFS (ubi0:2): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[    7.827796] UBIFS (ubi0:2): FS size: 33775616 bytes (32 MiB, 266 LEBs), max 276 LEBs, journal size 1650688 bytes (1 MiB, 13 LEBs)
[    7.837688] UBIFS (ubi0:2): reserved for root: 1595305 bytes (1557 KiB)
[    7.849307] UBIFS (ubi0:2): media format: w5/r0 (latest is w5/r0), UUID 5C540AFB-2661-4DEE-AC1F-B22939CA587C, small LPT model
[    7.858810] mount_root: switching to ubifs overlay
[    7.870050] overlayfs: null uuid detected in lower fs '/', falling back to xino=off,index=off,nfs_export=off.
[    7.876269] urandom-seed: Seeding with /etc/urandom.seed
[    7.933160] nss-dp 3a001a00.dp6 lan: PHY Link is down
[    7.937955] procd: - early -
[    7.938076] procd: - watchdog -
[    8.488929] procd: - watchdog -
[    8.489549] procd: - ubus -
[    8.547592] procd: - init -
[    8.555186] hsl_phy_phydev_get[798]:ERROR:phy_addr 0 phydev is NULL
[    8.555253] hsl_phy_phydev_get[798]:ERROR:phy_addr 1 phydev is NULL
[    8.560323] hsl_phy_phydev_get[798]:ERROR:phy_addr 2 phydev is NULL
[    8.566583] hsl_phy_phydev_get[798]:ERROR:phy_addr 3 phydev is NULL
[    8.770450] kmodloader: loading kernel modules from /etc/modules.d/*
[    8.817570] Loading modules backported from Linux version v6.5-0-g2dde18cd1d8f
[    8.817613] Backport generated by backports.git v5.15.92-1-56-g5fb2ccb6b9e8
[    8.829078] NET: Registered PF_QIPCRTR protocol family
[    8.864611] PPP generic driver version 2.4.2
[    8.865646] NET: Registered PF_PPPOX protocol family
[    8.875394] ath11k c000000.wifi: ipq8074 hw2.0
[    8.875430] ath11k c000000.wifi: FW memory mode: 0
[    8.879017] remoteproc remoteproc0: powering up cd00000.q6v5_wcss
[    8.883857] remoteproc remoteproc0: Booting fw image IPQ8074/q6_fw.mdt, size 668
[    9.019209] urngd: v1.0.2 started.
[    9.675157] hsl_phy_phydev_get[798]:ERROR:phy_addr 0 phydev is NULL
[    9.675203] hsl_phy_phydev_get[798]:ERROR:phy_addr 1 phydev is NULL
[    9.680241] hsl_phy_phydev_get[798]:ERROR:phy_addr 2 phydev is NULL
[    9.686510] hsl_phy_phydev_get[798]:ERROR:phy_addr 3 phydev is NULL
[   10.040402] remoteproc remoteproc0: remote processor cd00000.q6v5_wcss is now up
[   10.044814] kmodloader: done loading kernel modules from /etc/modules.d/*
[   10.084394] ath11k c000000.wifi: qmi ignore invalid mem req type 3
[   10.091886] ath11k c000000.wifi: chip_id 0x0 chip_family 0x0 board_id 0xff soc_id 0xffffffff
[   10.091941] ath11k c000000.wifi: fw_version 0x290104a5 fw_build_timestamp 2023-08-02 20:32 fw_build_id WLAN.HK.2.9.0.1-01890-QCAHKSWPL_SILICONZ-1
[   10.431731] ath11k c000000.wifi: htt event 48 not handled
[   10.733313] hsl_phy_phydev_get[798]:ERROR:phy_addr 0 phydev is NULL
[   10.733361] hsl_phy_phydev_get[798]:ERROR:phy_addr 1 phydev is NULL
[   10.738488] hsl_phy_phydev_get[798]:ERROR:phy_addr 2 phydev is NULL
[   10.744662] hsl_phy_phydev_get[798]:ERROR:phy_addr 3 phydev is NULL
[   11.835216] hsl_phy_phydev_get[798]:ERROR:phy_addr 0 phydev is NULL
[   11.835267] hsl_phy_phydev_get[798]:ERROR:phy_addr 1 phydev is NULL
[   11.840313] hsl_phy_phydev_get[798]:ERROR:phy_addr 2 phydev is NULL
[   11.846651] hsl_phy_phydev_get[798]:ERROR:phy_addr 3 phydev is NULL
[   12.732799] br-lan: port 1(lan) entered blocking state
[   12.732842] br-lan: port 1(lan) entered disabled state
[   12.737066] device lan entered promiscuous mode
[   12.875152] hsl_phy_phydev_get[798]:ERROR:phy_addr 0 phydev is NULL
[   12.875198] hsl_phy_phydev_get[798]:ERROR:phy_addr 1 phydev is NULL
[   12.880234] hsl_phy_phydev_get[798]:ERROR:phy_addr 2 phydev is NULL
[   12.886522] hsl_phy_phydev_get[798]:ERROR:phy_addr 3 phydev is NULL
[   13.915174] hsl_phy_phydev_get[798]:ERROR:phy_addr 0 phydev is NULL
[   13.915226] hsl_phy_phydev_get[798]:ERROR:phy_addr 1 phydev is NULL
[   13.920263] hsl_phy_phydev_get[798]:ERROR:phy_addr 2 phydev is NULL
[   13.926612] hsl_phy_phydev_get[798]:ERROR:phy_addr 3 phydev is NULL
[   14.955136] hsl_phy_phydev_get[798]:ERROR:phy_addr 0 phydev is NULL
[   14.955184] hsl_phy_phydev_get[798]:ERROR:phy_addr 1 phydev is NULL
[   14.960221] hsl_phy_phydev_get[798]:ERROR:phy_addr 2 phydev is NULL
[   14.966497] hsl_phy_phydev_get[798]:ERROR:phy_addr 3 phydev is NULL
[   15.837495] nss-dp 3a001a00.dp6 lan: PHY Link up speed: 1000
[   15.837568] br-lan: port 1(lan) entered blocking state
[   15.842224] br-lan: port 1(lan) entered forwarding state
[   15.847469] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
[   15.995155] hsl_phy_phydev_get[798]:ERROR:phy_addr 0 phydev is NULL
[   15.995199] hsl_phy_phydev_get[798]:ERROR:phy_addr 1 phydev is NULL
[   16.000236] hsl_phy_phydev_get[798]:ERROR:phy_addr 2 phydev is NULL
[   16.006505] hsl_phy_phydev_get[798]:ERROR:phy_addr 3 phydev is NULL
[   17.035128] hsl_phy_phydev_get[798]:ERROR:phy_addr 0 phydev is NULL
[   17.035174] hsl_phy_phydev_get[798]:ERROR:phy_addr 1 phydev is NULL
[   17.040211] hsl_phy_phydev_get[798]:ERROR:phy_addr 2 phydev is NULL
[   17.046484] hsl_phy_phydev_get[798]:ERROR:phy_addr 3 phydev is NULL
[   18.075141] hsl_phy_phydev_get[798]:ERROR:phy_addr 0 phydev is NULL
[   18.075194] hsl_phy_phydev_get[798]:ERROR:phy_addr 1 phydev [   74.237952] hsl_phy_phydev_get[798]:ERROR:phy_addr 0 phydev is NULL
[   74.243481] hsl_phy_phydev_get[798]:ERROR:phy_addr 1 phydev is NULL
[   74.249743] hsl_phy_phydev_get[798]:ERROR:phy_addr 2 phydev is NULL
[   74.255991] hsl_phy_phydev_get[798]:ERROR:phy_addr 3 phydev is NULL
is NULL
[   18.080231] hsl_phy_phydev_get[798]:ERROR:phy_addr 2 phydev is NULL
[   18.086504] hsl_phy_phydev_get[798]:ERROR:phy_addr 3 phydev is NULL
[   19.115128] hsl_phy_phydev_get[798]:ERROR:phy_addr 0 phydev is NULL
[   19.115173] hsl_phy_phydev_get[798]:ERROR:phy_addr 1 phydev is NULL
[   19.120210] hsl_phy_phydev_get[798]:ERROR:phy_addr 2 phydev is NULL
[   19.126485] hsl_phy_phydev_get[798]:ERROR:phy_addr 3 phydev is NULL
[   20.155131] hsl_phy_phydev_get[798]:ERROR:phy_addr 0 phydev is NULL
[   20.155158] hsl_phy_phydev_get[798]:ERROR:phy_addr 1 phydev is NULL
[   20.160197] hsl_phy_phydev_get[798]:ERROR:phy_addr 2 phydev is NULL
[   20.166464] hsl_phy_phydev_get[798]:ERROR:phy_addr 3 phydev is NULL
[   21.195150] hsl_phy_phydev_get[798]:ERROR:phy_addr 0 phydev is NULL
[   21.195185] hsl_phy_phydev_get[798]:ERROR:phy_addr 1 phydev is NULL
[   21.200223] hsl_phy_phydev_get[798]:ERROR:phy_addr 2 phydev is NULL
[   21.206494] hsl_phy_phydev_get[798]:ERROR:phy_addr 3 phydev is NULL
[   22.235125] hsl_phy_phydev_get[798]:ERROR:phy_addr 0 phydev is NULL
[   22.235153] hsl_phy_phydev_get[798]:ERROR:phy_addr 1 phydev is NULL
[   22.240192] hsl_phy_phydev_get[798]:ERROR:phy_addr 2 phydev is NULL
[   22.246460] hsl_phy_phydev_get[798]:ERROR:phy_addr 3 phydev is NULL
[   23.275138] hsl_phy_phydev_get[798]:ERROR:phy_addr 0 phydev is NULL
[   23.275178] hsl_phy_phydev_get[798]:ERROR:phy_addr 1 phydev is NULL

That looks good so far, the LAN port is physically connected:

[   15.837495] nss-dp 3a001a00.dp6 lan: PHY Link up speed: 1000
[   15.837568] br-lan: port 1(lan) entered blocking state
[   15.842224] br-lan: port 1(lan) entered forwarding state
[   15.847469] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready

Please post your /etc/config/network config.

Kirdes it's the defaul network file:


config interface 'loopback'
        option device 'lo'
        option proto 'static'
        option ipaddr '127.0.0.1'
        option netmask '255.0.0.0'

config globals 'globals'
        option ula_prefix 'fdb5:e6a4:ade3::/48'

config device
        option name 'br-lan'
        option type 'bridge'
        list ports 'lan'

config interface 'lan'
        option device 'br-lan'
        option proto 'static'
        option ipaddr '192.168.1.1'
        option netmask '255.255.255.0'
        option ip6assign '60'

config interface 'wan'
        option device 'wan'
        option proto 'dhcp'

config interface 'wan6'
        option device 'wan'
        option proto 'dhcpv6'


All right.

Can you please boot the snapshot initramfs image and check if network is working there?

https://downloads.openwrt.org/snapshots/targets/qualcommax/ipq807x/openwrt-qualcommax-ipq807x-edgecore_eap102-initramfs-uImage.itb

in u-boot

tftpboot openwrt-qualcommax-ipq807x-edgecore_eap102-initramfs-uImage.itb

and

bootm

At the moment you have a version with kernel 6.1.61 installed in flash, that snapshot version is 2 weeks old and there were a few issues regarding ipq807x devices and qca-ssdk init that could lead to Ethernet problems.

The latest snapshot contains kernel 6.1.63 and a few fixes for ipq807x

Kirdes. it starts but the it stops when arrived to l11:disabling

## Loading kernel from FIT Image at 44000000 ...
   Using 'config@ac02' configuration
   Trying 'kernel-1' kernel subimage
     Description:  ARM64 OpenWrt Linux-6.1.62
     Type:         Kernel Image
     Compression:  gzip compressed
     Data Start:   0x440000e8
     Data Size:    12533927 Bytes = 12 MiB
     Architecture: AArch64
     OS:           Linux
     Load Address: 0x41000000
     Entry Point:  0x41000000
     Hash algo:    crc32
     Hash value:   6e86f000
     Hash algo:    sha1
     Hash value:   c99fca0f40df7631d2b2de432bc528eb36ce3198
   Verifying Hash Integrity ... crc32+ sha1+ OK
## Loading fdt from FIT Image at 44000000 ...
   Using 'config@ac02' configuration
   Trying 'fdt-1' fdt subimage
     Description:  ARM64 OpenWrt edgecore_eap102 device tree blob
     Type:         Flat Device Tree
     Compression:  uncompressed
     Data Start:   0x44bf42d0
     Data Size:    43770 Bytes = 42.7 KiB
     Architecture: AArch64
     Hash algo:    crc32
     Hash value:   ccd3b961
     Hash algo:    sha1
     Hash value:   00d6427c56005e89e3468898376768b139367a77
   Verifying Hash Integrity ... crc32+ sha1+ OK
   Booting using the fdt blob at 0x44bf42d0
   Uncompressing Kernel Image ... OK
   Loading Device Tree to 4a3f2000, end 4a3ffaf9 ... OK
fdt-fixup: unable to find compatible node
mtdids not defined, no default present
Could not find PCI in device tree
Using machid 0x801000a from environment

Starting kernel ...

Jumping to AARCH64 kernel via monitor
[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[    0.000000] Linux version 6.1.62 (builder@buildhost) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 12.3.0 r24453-a39a49e323) 12.3.0, GNU ld (GNU Binutils) 2.40.0) #0 SMP Wed Nov 22 23:26:28 2023
[    0.000000] Machine model: Edgecore EAP102
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000040000000-0x000000007fffffff]
[    0.000000]   DMA32    empty
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000040000000-0x0000000040ffffff]
[    0.000000]   node   0: [mem 0x0000000041000000-0x000000004a3fffff]
[    0.000000]   node   0: [mem 0x000000004a400000-0x000000004a5fffff]
[    0.000000]   node   0: [mem 0x000000004a600000-0x000000004aafffff]
[    0.000000]   node   0: [mem 0x000000004ab00000-0x00000000510fffff]
[    0.000000]   node   0: [mem 0x0000000051100000-0x000000007fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000007fffffff]
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv1.0 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: MIGRATE_INFO_TYPE not supported.
[    0.000000] psci: SMC Calling Convention v1.0
[    0.000000] percpu: Embedded 17 pages/cpu s31592 r8192 d29848 u69632
[    0.000000] Detected VIPT I-cache on CPU0
[    0.000000] alternatives: applying boot alternatives
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 258048
[    0.000000] Kernel command line: console=ttyMSM0,115200n8 root=/dev/ubiblock0_1
[    0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory: 884980K/1048576K available (8128K kernel code, 872K rwdata, 2376K rodata, 8576K init, 291K bss, 163596K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, 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 jiffies.
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] Root IRQ handler: gic_handle_irq
[    0.000000] GICv2m: range[mem 0x0b00a000-0x0b00affc], SPI[448:479]
[    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.000000] arch_timer: cp15 and mmio timer(s) running at 19.20MHz (virt/virt).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
[    0.000001] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[    0.000106] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
[    0.000120] pid_max: default: 32768 minimum: 301
[    0.000593] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    0.000608] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    0.002461] cblist_init_generic: Setting adjustable number of callback queues.
[    0.002468] cblist_init_generic: Setting shift to 2 and lim to 1.
[    0.002662] rcu: Hierarchical SRCU implementation.
[    0.002666] rcu:     Max phase no-delay instances is 1000.
[    0.003447] smp: Bringing up secondary CPUs ...
[    0.004085] Detected VIPT I-cache on CPU1
[    0.004224] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[    0.004884] Detected VIPT I-cache on CPU2
[    0.004988] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[    0.005606] Detected VIPT I-cache on CPU3
[    0.005702] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[    0.005770] smp: Brought up 1 node, 4 CPUs
[    0.005778] SMP: Total of 4 processors activated.
[    0.005783] CPU features: detected: 32-bit EL0 Support
[    0.005787] CPU features: detected: CRC32 instructions
[    0.005851] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching
[    0.005857] CPU: All CPU(s) started at EL1
[    0.005860] alternatives: applying system-wide alternatives
[    0.016029] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.016056] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.016278] pinctrl core: initialized pinctrl subsystem
[    0.017763] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.018261] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
[    0.018318] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.018354] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.018741] thermal_sys: Registered thermal governor 'step_wise'
[    0.018926] cpuidle: using governor menu
[    0.019180] ASID allocator initialised with 65536 entries
[    0.072375] qcom,cpr4-apss-regulator b018000.cpr4-ctrl: CPR valid fuse count: 4
[    0.080607] SCSI subsystem initialized
[    0.080793] usbcore: registered new interface driver usbfs
[    0.080844] usbcore: registered new interface driver hub
[    0.080891] usbcore: registered new device driver usb
[    0.081314] qcom_scm: convention: smc arm 64
[    0.082750] clocksource: Switched to clocksource arch_sys_counter
[    0.083957] NET: Registered PF_INET protocol family
[    0.084120] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.085630] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear)
[    0.085656] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.085671] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.085757] TCP bind hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.086039] TCP: Hash tables configured (established 8192 bind 8192)
[    0.086150] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[    0.086187] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[    0.086391] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.086426] PCI: CLS 0 bytes, default 64
[    0.087792] workingset: timestamp_bits=46 max_order=18 bucket_order=0
[    0.092869] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.092883] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.093914] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[    0.096002] qcom-qmp-usb-phy 78000.phy: supply vdda-phy not found, using dummy regulator
[    0.096164] qcom-qmp-usb-phy 78000.phy: supply vdda-pll not found, using dummy regulator
[    0.098132] qcom-qusb2-phy 79000.phy: supply vdd not found, using dummy regulator
[    0.098323] qcom-qusb2-phy 79000.phy: supply vdda-pll not found, using dummy regulator
[    0.098393] qcom-qusb2-phy 79000.phy: supply vdda-phy-dpdm not found, using dummy regulator
[    0.098558] qcom-qusb2-phy 79000.phy: Registered Qcom-QUSB2 phy
[    0.103436] bam-dma-engine 704000.dma-controller: num-channels unspecified in dt
[    0.103454] bam-dma-engine 704000.dma-controller: num-ees unspecified in dt
[    0.108228] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
[    0.110456] msm_serial 78b1000.serial: msm_serial: detected port #1
[    0.110497] msm_serial 78b1000.serial: uartclk = 19200000
[    0.110598] 78b1000.serial: ttyMSM1 at MMIO 0x78b1000 (irq = 20, base_baud = 1200000) is a MSM
[    0.111079] msm_serial 78b3000.serial: msm_serial: detected port #0
[    0.111107] msm_serial 78b3000.serial: uartclk = 3686400
[    0.111198] 78b3000.serial: ttyMSM0 at MMIO 0x78b3000 (irq = 21, base_baud = 230400) is a MSM
[    0.111221] msm_serial: console setup on port #0
[    0.803236] printk: console [ttyMSM0] enabled
[    0.808366] msm_serial: driver initialized
[    0.817354] loop: module loaded
[    0.817432] Loading iSCSI transport class v2.0-870.
[    0.821151] nand: device found, Manufacturer ID: 0x2c, Chip ID: 0xaa
[    0.824194] nand: Micron MT29F2G08ABBGAH4
[    0.830765] nand: 256 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 128
[    0.844356] 4 fixed-partitions partitions found on MTD device qcom_nand.0
[    0.844407] Creating 4 MTD partitions on "qcom_nand.0":
[    0.850136] 0x000000000000-0x000003400000 : "rootfs1"
[    0.895292] 0x000003400000-0x000003c00000 : "0:wififw"
[    0.901906] 0x000003c00000-0x000007000000 : "rootfs2"
[    0.942080] 0x000007000000-0x000007800000 : "0:wififw_1"
[    0.951061] spi_qup 78b5000.spi: IN:block:16, fifo:64, OUT:block:16, fifo:64
[    0.951898] spi-nor spi0.0: mx25u25635f (32768 Kbytes)
[    0.966551] 22 fixed-partitions partitions found on MTD device spi0.0
[    0.966610] Creating 22 MTD partitions on "spi0.0":
[    0.971985] 0x000000000000-0x000000050000 : "0:sbl1"
[    0.977391] 0x000000050000-0x000000060000 : "0:mibib"
[    0.982361] 0x000000060000-0x000000080000 : "0:bootconfig"
[    0.987334] 0x000000080000-0x0000000a0000 : "0:bootconfig1"
[    0.992690] 0x0000000a0000-0x000000220000 : "0:qsee"
[    0.998476] 0x000000220000-0x0000003a0000 : "0:qsee_1"
[    1.003438] 0x0000003a0000-0x0000003b0000 : "0:devcfg"
[    1.008320] 0x0000003b0000-0x0000003c0000 : "0:devcfg_1"
[    1.013454] 0x0000003c0000-0x0000003d0000 : "0:apdp"
[    1.018892] 0x0000003d0000-0x0000003e0000 : "0:apdp_1"
[    1.023900] 0x0000003e0000-0x000000420000 : "0:rpm"
[    1.028789] 0x000000420000-0x000000460000 : "0:rpm_1"
[    1.033618] 0x000000460000-0x000000470000 : "0:cdt"
[    1.038790] 0x000000470000-0x000000480000 : "0:cdt_1"
[    1.043493] 0x000000480000-0x000000490000 : "0:appsblenv"
[    1.048651] 0x000000490000-0x000000550000 : "0:appsbl"
[    1.054127] 0x000000530000-0x0000005f0000 : "0:appsbl_1"
[    1.059098] 0x000000610000-0x000000650000 : "0:art"
[    1.064600] 0x000000650000-0x0000006d0000 : "0:ethphyfw"
[    1.069207] 0x0000006d0000-0x000000750000 : "0:product_info"
[    1.074753] 0x000000750000-0x000000760000 : "priv_data1"
[    1.080333] 0x000000760000-0x000000770000 : "priv_data2"
[    1.093727] spmi spmi-0: PMIC arbiter version v2 (0x20010000)
[    1.131928] i2c_dev: i2c /dev entries driver
[    1.138158] sdhci: Secure Digital Host Controller Interface driver
[    1.138202] sdhci: Copyright(c) Pierre Ossman
[    1.143266] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.149515] remoteproc remoteproc0: releasing cd00000.q6v5_wcss
[    1.156621] NET: Registered PF_INET6 protocol family
[    1.160082] Segment Routing with IPv6
[    1.164318] In-situ OAM (IOAM) with IPv6
[    1.167868] NET: Registered PF_PACKET protocol family
[    1.171841] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    1.176894] 8021q: 802.1Q VLAN Support v1.8
[    1.211619] qcom,cpr4-apss-regulator b018000.cpr4-ctrl: CPR valid fuse count: 4
[    1.211922] cpr4_ipq807x_apss_read_fuse_data: apc_corner: speed bin = 0
[    1.217767] cpr4_ipq807x_apss_read_fuse_data: apc_corner: CPR fusing revision = 1
[    1.224360] cpr4_ipq807x_apss_read_fuse_data: apc_corner: CPR misc fuse value = 0
[    1.232005] cpr4_ipq807x_apss_read_fuse_data: apc_corner: Voltage boost fuse config = 0 boost = disable
[    1.239543] cpr3_mem_acc_init: apc: not using memory accelerator regulator
[    1.248657] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused      SVS: open-loop= 704000 uV
[    1.255604] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused      NOM: open-loop= 832000 uV
[    1.265586] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused    TURBO: open-loop= 888000 uV
[    1.275396] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused   STURBO: open-loop= 968000 uV
[    1.285257] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused      SVS: quot[ 7]= 741, quot_offset[ 7]=   0
[    1.295016] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused      NOM: quot[ 7]= 986, quot_offset[ 7]= 245
[    1.305867] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused    TURBO: quot[ 7]=1080, quot_offset[ 7]=  90
[    1.316803] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused   STURBO: quot[ 7]=1224, quot_offset[ 7]= 140
[    1.327954] cpr3_regulator_init_ctrl: apc: Default CPR mode = closed-loop
[    1.330452] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 800000 KHz, changing to: 1017600 KHz
[  ▒[    1.360715] Freeing unused kernel memory: 8576K
[    1.402856] Run /init as init process
[    1.607508] init: Console is alive
[    1.607748] init: - watchdog -
[    1.616151] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[    1.640754] ssdk_dt_parse_interrupt[916]:INFO:intr-gpio does not exist
[    1.705290] qca808x_phy_api_ops_init[1844]:INFO:qca probe qca808x phy driver succeeded!
[    3.342824] regi_init[3603]:INFO:Initializing HPPE Done!!
[    3.342965] regi_init[3662]:INFO:qca-ssdk module init succeeded!
[    3.349815] EDMA ver 1 hw init
[    3.353532] EDMA HW Reset completed succesfully
[    3.356183] Num rings - TxDesc:1 (23-23) TxCmpl:1 (7-7)
[    3.360577] RxDesc:1 (15-15) RxFill:1 (7-7)
[    3.369454] **********************************************************
[    3.369957] * NSS Data Plane driver
[    3.376570] **********************************************************
[    3.457331] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[    3.457381] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1
[    3.461861] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220fe65 hci version 0x110 quirks 0x0000000002010010
[    3.469367] xhci-hcd xhci-hcd.1.auto: irq 38, io mem 0x08a00000
[    3.478798] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[    3.484561] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 2
[    3.490111] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed
[    3.498209] hub 1-0:1.0: USB hub found
[    3.504303] hub 1-0:1.0: 1 port detected
[    3.508329] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    3.512428] hub 2-0:1.0: USB hub found
[    3.520192] hub 2-0:1.0: 1 port detected
[    3.525666] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[    3.534027] init: - preinit -
[    3.792756] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[    4.010039] hub 1-1:1.0: USB hub found
[    4.010402] hub 1-1:1.0: 4 ports detected
[    4.332747] usb 1-1.4: new full-speed USB device number 3 using xhci-hcd
[    7.692742] random: crng init done
[    7.769335] nss-dp 3a001a00.dp6 lan: PHY Link up speed: 1000
[    7.769730] IPv6: ADDRCONF(NETDEV_CHANGE): lan: link becomes ready
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.889740] nss-dp 3a001a00.dp6 lan: PHY Link is down
[    9.892900] procd: - early -
[    9.893843] procd: - watchdog -
[   10.430823] procd: - watchdog -
[   10.431067] procd: - ubus -
[   10.583506] procd: - init -
Please press Enter to activate this console.
[   10.724010] kmodloader: loading kernel modules from /etc/modules.d/*
[   10.768162] Loading modules backported from Linux version v6.5-0-g2dde18cd1d8f
[   10.768203] Backport generated by backports.git v5.15.92-1-56-g5fb2ccb6b9e8
[   10.779423] NET: Registered PF_QIPCRTR protocol family
[   10.811951] PPP generic driver version 2.4.2
[   10.812758] NET: Registered PF_PPPOX protocol family
[   10.822454] ath11k c000000.wifi: ipq8074 hw2.0
[   10.822491] ath11k c000000.wifi: FW memory mode: 0
[   10.826316] remoteproc remoteproc0: powering up cd00000.q6v5_wcss
[   10.830645] remoteproc remoteproc0: Booting fw image IPQ8074/q6_fw.mdt, size 668
[   10.981777] urngd: v1.0.2 started.
[   11.184938] remoteproc remoteproc0: remote processor cd00000.q6v5_wcss is now up
[   11.189107] kmodloader: done loading kernel modules from /etc/modules.d/*
[   11.228840] ath11k c000000.wifi: qmi ignore invalid mem req type 3
[   11.236293] ath11k c000000.wifi: chip_id 0x0 chip_family 0x0 board_id 0xff soc_id 0xffffffff
[   11.236328] ath11k c000000.wifi: fw_version 0x290104a5 fw_build_timestamp 2023-08-02 20:32 fw_build_id WLAN.HK.2.9.0.1-01890-QCAHKSWPL_SILICONZ-1
[   11.326830] ath11k c000000.wifi: failed to fetch board data for bus=ahb,qmi-chip-id=0,qmi-board-id=255,variant=Edgecore-EAP102 from ath11k/IPQ8074/hw2.0/board-2.bin
[   11.326901] ath11k c000000.wifi: failed to fetch board data for bus=ahb,qmi-chip-id=0,qmi-board-id=255 from ath11k/IPQ8074/hw2.0/board-2.bin
[   11.340724] ath11k c000000.wifi: failed to fetch board data for bus=ahb,qmi-chip-id=0,qmi-board-id=255 from ath11k/IPQ8074/hw2.0/board-2.bin
[   11.353250] ath11k c000000.wifi: failed to fetch board.bin from IPQ8074/hw2.0
[   11.365795] ath11k c000000.wifi: qmi failed to fetch board file: -12
[   11.372816] ath11k c000000.wifi: failed to load board data file: -12
[   17.215031] br-lan: port 1(lan) entered blocking state
[   17.215073] br-lan: port 1(lan) entered disabled state
[   17.219301] device lan entered promiscuous mode
[   19.273004] nss-dp 3a001a00.dp6 lan: PHY Link up speed: 1000
[   19.273084] br-lan: port 1(lan) entered blocking state
[   19.277740] br-lan: port 1(lan) entered forwarding state
[   19.282997] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
[   31.832787] l11: disabling

That's fine (l11 is the emmc power regulator, your device doesn't have that)
Have you checked if the LAN connection is working?

Yes, ping - t ...but always unreachable

Have you try to set a fixed IP on your client?

May be there is a problem with dhcp.

yes. now i have fixed ip .17, I always work with fixed ip, I change in DHCP only to test the LAN
I changed the cable too..to tell the true I test with 3 cables...but nothing at all

Neverthless the cable does the right thing in transferring tftp file.. :slightly_smiling_face: