ZTE MF286D

Under Construction!
This page is currently under construction. You can edit the article to help completing it.

ZTE MF286D is a router with four gigabit ethernet ports, WIFI4 and WIFI5 wireless and integrated LTE cat.12 modem in mPCIE slot.

None at this time.

Serial + initramfs:

  1. Place OpenWrt initramfs image for the device on a TFTP in the server's root. This example uses Server IP: 192.168.1.3
  2. Connect serial console (115200,8n1) to X8 connector.
  3. Connect TFTP server to RJ-45 port.
  4. Stop in u-Boot and run u-Boot commands:
    setenv serverip 192.168.1.3
    setenv ipaddr 192.168.1.72
    set fdt_high 0x85000000
    tftp openwrt-ipq40xx-generic-zte_mf286d-initramfs-fit-zImage.itb
    bootm $loadaddr
  5. Please make backup of original partitions, if you think about revert to stock.
  6. Login via ssh or serial and remove stock partitions:
    ubiattach -m 9 #it could return error if ubi was attached before or rootfs part was erased before
    ubirmvol /dev/ubi0 -N ubi_rootfs #it could return error if rootfs part was erased before
    ubirmvol /dev/ubi0 -N ubi_rootfs_data #some devices doesn't have it
  7. Install image via “sysupgrade -n” (like “sysupgrade -n /tmp/openwrt-ipq40xx-generic-zte_mf286d-squashfs-sysupgrade.bin”; previously wgeting bin). Sometimes it could print ubi attach error, but please ignore it if process goes forward.
"nand":
0x000000000000-0x0000000a0000 : "fota-flag"
0x0000000a0000-0x000000120000 : "ART"
0x000000120000-0x0000001a0000 : "mac"
0x0000001a0000-0x000000260000 : "reserved2"
0x000000260000-0x000000660000 : "cfg-param"
0x000000660000-0x000000a60000 : "log"
0x000000a60000-0x000000b00000 : "oops"
0x000000b00000-0x000001000000 : "reserved3"
0x000001000000-0x000001800000 : "web"
0x000001800000-0x000003500000 : "rootfs"
0x000003500000-0x000004e00000 : "data"
0x000004e00000-0x000008000000 : "fota"
"spi nor":
0x000000000000-0x000000040000 : "0:SBL1"
0x000000040000-0x000000060000 : "0:MIBIB"
0x000000060000-0x0000000c0000 : "0:QSEE"
0x0000000c0000-0x0000000d0000 : "0:CDT"
0x0000000d0000-0x0000000e0000 : "0:DDRPARAMS"
0x0000000e0000-0x0000000f0000 : "0:APPSBLENV"
0x0000000f0000-0x0000001b0000 : "0:APPSBL"
0x0000001b0000-0x000000200000 : "0:reserved1

generic.sysupgrade

Advanced users can test: Attended Sysupgrade

  • Browse to http://192.168.1.1/cgi-bin/luci/mini/system/upgrade/ LuCI Upgrade URL
  • Upload image file for sysupgrade to LuCI
  • Wait for reboot

If you don't have a GUI (LuCI) available, you can alternatively upgrade via the command line.

sysupgrade

  • Login as root via SSH on 192.168.1.1, then enter the following commands:
sysupgrade https://downloads.openwrt.org/snapshots/targets/ipq40xx/generic/openwrt-ipq40xx-generic-zte_mf286d-squashfs-sysupgrade.bin

Since the router is equipped with LTE modem as its main WAN interface, it might be useful to connect to the internet right away after installation. To do so over luci, you'd need to connect to internet via other means (ethernet or Wi-Fi STA) and then install luci-proto-qmi package.

You can also download the package via OpenWrt's website (architecture: arm_cortex-a7_neon-vfpv4), upload it to the router and install it manually, which doesn't require the router to be connected to internet. As of this writing, the package can be found from the following page (check and update the version accordingly): https://downloads.openwrt.org/releases/23.05.2/packages/arm_cortex-a7_neon-vfpv4/luci/

If you can't access the internet via other means or you want to set it up via console or SSH, you can put the following entries in /etc/config/network, replacing the specific APN with one needed for your ISP.

config interface 'lte'
        option proto 'qmi'
        option device '/dev/cdc-wdm0'
        option pdptype 'IPV4V6'
        option apn 'internet'
        option ipv6 'auto'
        option pincode '1234'
  • If you don't know your APN, you can either consult with your operator, or delete the line “option apn ...”, in which case the modem will use the last known APN.
  • If your SIM card doesn't have a PIN code, remove the line containing “option pincode ....”.
  • If your operator doesn't support IPv6, replace IPV4V6 with IPV4.

After configuring your LTE modem, you can follow Basic configuration to proceed with other configuration steps, such as setting up your Wi-Fi.

FIXME Please fill in real values for this device, then remove the EXAMPLEs

The default network configuration is:

Interface Name Description Default configuration
br-lan EXAMPLE LAN & WiFi EXAMPLE 192.168.1.1/24
vlan0 (eth0.0) EXAMPLE LAN ports (1 to 4) EXAMPLE None
vlan1 (eth0.1) EXAMPLE WAN port EXAMPLE DHCP
wl0 EXAMPLE WiFi EXAMPLE Disabled

FIXME Please fill in real values for this device, then remove the EXAMPLEs

Numbers 0-3 are Ports 1-4 as labeled on the unit, number 4 is the Internet (WAN) on the unit, 5 is the internal connection to the router itself. Don't be fooled: Port 1 on the unit is number 3 when configuring VLANs. vlan0 = eth0.0, vlan1 = eth0.1 and so on.

Port Switch port
Internet (WAN) EXAMPLE 4
LAN 1 EXAMPLE 3
LAN 2 EXAMPLE 2
LAN 3 EXAMPLE 1
LAN 4 EXAMPLE 0

hardware.button on howto use and configure the hardware button(s). Here, we merely name the buttons, so we can use them in the above Howto.

FIXME Please fill in real values for this device, then remove the EXAMPLEs

The ZTE MF286D has the following buttons:

BUTTON Event
EXAMPLE Reset reset
EXAMPLE Secure Easy Setup ses
EXAMPLE No buttons at all. -

Front:

Back:

Top:

Right:

Under device label:

Disassembled case:

Note: This will void your warranty!

  1. Take of battery lid (no battery support for this model, battery cage is dummy). Some models don't have a battery lid in which case skip this step.
  2. Unscrew screw placed behind battery lid. Skip if no battery lid.
  3. Take off back cover. It attached with multiple plastic clamps.
  4. Unscrew four more screws hidden behind back case.
  5. Remove front panel from blue chassis. There are more plastic clamps.
  6. Unscrew two screws, which secures the PCB in the chassis.
  7. Extract board from blue chassis.

Main PCB:

PCB Board Details and modem photo:

port.serial general information about the serial port, serial port cable, etc.

How to connect to the Serial Port of this specific device:

(Vcc cable was soldered but not connected)

Serial connection parameters
for ZTE MF286D X8 connector
115200, 8N1

port.jtag general information about the JTAG port, JTAG cable, etc.

No JTAG connector.

The internal modem is a Cat.12 LTE device based on Qualcomm's MDM9250 chipset. It supports up to 3xCA for download and up to 2xCA for upload (firmware dependant).

The modem is installed in a mPCIe slot and could potentially be removed or replaced.

Supported LTE bands: B1 B3 B7 B8 B20 B28 B32 B38 (that may vary depending on the modem firmware version used)

None so far.

��Format: Log Type - Time(microsec) - Message - Optional Info
Log Type: B - Since Boot(Power On Reset),  D - Delta,  S - Statistic
S - QC_IMAGE_VERSION_STRING=BOOT.BF.3.1.1-00126
S - IMAGE_VARIANT_STRING=DAABANAZA
S - OEM_IMAGE_VERSION_STRING=CRM
S - Boot Config, 0x00000021
S - Reset status Config, 0x00000000
S - Core 0 Frequency, 0 MHz
B -       262 - PBL, Start
B -      1343 - bootable_media_detect_entry, Start
B -      1687 - bootable_media_detect_success, Start
B -      1701 - elf_loader_entry, Start
B -      5142 - auth_hash_seg_entry, Start
B -      7324 - auth_hash_seg_exit, Start
B -    589063 - elf_segs_hash_verify_entry, Start
B -    708643 - PBL, End
B -    708667 - SBL1, Start
B -    799614 - pm_device_init, Start
D -         7 - pm_device_init, Delta
B -    801094 - boot_flash_init, Start
D -     53511 - boot_flash_init, Delta
B -    858760 - boot_config_data_table_init, Start
D -      3874 - boot_config_data_table_init, Delta - (419 Bytes)
B -    865966 - clock_init, Start
D -      7574 - clock_init, Delta
B -    878022 - CDT version:2,Platform ID:8,Major ID:1,Minor ID:0,Subtype:1
B -    881436 - sbl1_ddr_set_params, Start
B -    886534 - cpr_init, Start
D -         2 - cpr_init, Delta
B -    890917 - Pre_DDR_clock_init, Start
D -         4 - Pre_DDR_clock_init, Delta
D -     13178 - sbl1_ddr_set_params, Delta
B -    904232 - pm_driver_init, Start
D -         2 - pm_driver_init, Delta
B -    974789 - sbl1_wait_for_ddr_training, Start
D -        29 - sbl1_wait_for_ddr_training, Delta
B -    990157 - Image Load, Start
D -    153154 - QSEE Image Loaded, Delta - (299560 Bytes)
B -   1143739 - Image Load, Start
D -      1444 - SEC Image Loaded, Delta - (2048 Bytes)
B -   1154035 - Image Load, Start
D -    247642 - APPSBL Image Loaded, Delta - (506923 Bytes)
B -   1402074 - QSEE Execution, Start
D -        60 - QSEE Execution, Delta
B -   1408263 - SBL1, End
D -    701703 - SBL1, Delta
S - Flash Throughput, 2011 KB/s  (808950 Bytes,  402086 us)
S - DDR Frequency, 672 MHz


U-Boot 2012.07 [Chaos Calmer 15.05.1,f53cef1+r49254] (Oct 21 2020 - 00:17:02)

smem ram ptable found: ver: 1 len: 3
DRAM:  256 MiB
machid : 0x8010001
NAND:  ID = 302012c
Vendor = 2c
Device = 1
ONFI device found
SF: Detected GD25Q16 with page size 4 KiB, total 2 MiB
ipq_spi: page_size: 0x100, sector_size: 0x1000, size: 0x200000
130 MiB
*** Warning - bad CRC, using default environment

In:    serial
Out:   serial
Err:   serial
machid: 8010001
flash_type: 0
Uaztemain: enter into ! 
ZTE_InitFotaFlashPara: nand_curr_device=0
zte_getHandOffState: read data=0xff from 0x0
Press ESC to abort autoboot in 0 seconds
Creating 1 MTD partitions on "nand0":
0x000001800000-0x000003500000 : "mtd=0"
UBI: attaching mtd2 to ubi0
UBI: physical eraseblock size:   131072 bytes (128 KiB)
UBI: logical eraseblock size:    126976 bytes
UBI: smallest flash I/O unit:    2048
UBI: VID header offset:          2048 (aligned 2048)
UBI: data offset:                4096
UBI: attached mtd2 to ubi0
UBI: MTD device name:            "mtd=0"
UBI: MTD device size:            29 MiB
UBI: number of good PEBs:        232
UBI: number of bad PEBs:         0
UBI: max. allowed volumes:       128
UBI: wear-leveling threshold:    4096
UBI: number of internal volumes: 1
UBI: number of user volumes:     2
UBI: available PEBs:             70
UBI: total number of reserved PEBs: 162
UBI: number of PEBs reserved for bad PEB handling: 2
UBI: max/mean erase counter: 1/0
Read 0 bytes from volume kernel to 84000000
No size specified -> Using max size (4317184)
## Booting kernel from FIT Image at 84000000 ...
   Using 'config@ap.dk04.1-c1' configuration
   Trying 'kernel@1' kernel subimage
     Description:  ARM OpenWrt Linux-3.14.77
     Type:         Kernel Image
     Compression:  gzip compressed
     Data Start:   0x840000e4
     Data Size:    3616673 Bytes = 3.4 MiB
     Architecture: ARM
     OS:           Linux
     Load Address: 0x80208000
     Entry Point:  0x80208000
     Hash algo:    crc32
     Hash value:   111e56fd
     Hash algo:    sha1
     Hash value:   4647e56b9fb8752d0eaf07ed57c114487bf1b4e1
   Verifying Hash Integrity ... crc32+ sha1+ OK
## Flattened Device Tree from FIT Image at 84000000
   Using 'config@ap.dk04.1-c1' configuration
   Trying 'fdt@ap.dk04.1-c1' FDT blob subimage
     Description:  ARM OpenWrt qcom-ipq40xx-ap.dkxx device tree blob
     Type:         Flat Device Tree
     Compression:  uncompressed
     Data Start:   0x843e764c
     Data Size:    38930 Bytes = 38 KiB
     Architecture: ARM
     Hash algo:    crc32
     Hash value:   6a16dabd
     Hash algo:    sha1
     Hash value:   d0b8da2df3282e3b8115fd4fbb83851ba56d4f81
   Verifying Hash Integrity ... crc32+ sha1+ OK
   Booting using the fdt blob at 0x843e764c
   Uncompressing Kernel Image ... OK
   Loading Device Tree to 86ff3000, end 86fff811 ... OK
eth0 MAC Address from ART is not valid
eth1 MAC Address from ART is not valid
Using machid 0x8010001 from environment

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.14.77 (scl@scl_xa242_062) (gcc version 4.8.3 (OpenWrt/Linaro GCC 4.8-2014.04 f53cef1+r49254) ) #1 SMP PREEMPT Wed Oct 21 00:38:14 CST 2020
[    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine model: Qualcomm Technologies, Inc. IPQ40xx/AP-DK04.1-C1
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] PERCPU: Embedded 7 pages/cpu @cfdc7000 s7744 r8192 d12736 u32768
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 63744
[    0.000000] Kernel command line: ubi.mtd=rootfs root=mtd:ubi_rootfs rootfstype=squashfs rootwait clk_ignore_unused
[    0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
[    0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
[    0.000000] allocated 524288 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Memory: 246044K/257024K available (4957K kernel code, 410K rwdata, 1824K rodata, 175K init, 574K bss, 10980K reserved, 0K highmem)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xd0800000 - 0xff000000   ( 744 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xd0000000   ( 256 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbec00000 - 0xbfe00000   (  18 MB)
[    0.000000]       .text : 0xc0208000 - 0xc08a7968   (6783 kB)
[    0.000000]       .init : 0xc08a8000 - 0xc08d3e40   ( 176 kB)
[    0.000000]       .data : 0xc08d4000 - 0xc093a908   ( 411 kB)
[    0.000000]        .bss : 0xc093a908 - 0xc09ca114   ( 575 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] Architected cp15 timer(s) running at 48.00MHz (virt).
[    0.000009] sched_clock: 56 bits at 48MHz, resolution 20ns, wraps every 2863311552512ns
[    0.000017] Switching to timer-based delay loop
[    0.000269] Calibrating delay loop (skipped), value calculated using timer frequency.. 96.00 BogoMIPS (lpj=480000)
[    0.000286] pid_max: default: 32768 minimum: 301
[    0.000544] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.000559] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.012916] Initializing cgroup subsys memory
[    0.012958] Initializing cgroup subsys devices
[    0.013009] CPU: Testing write buffer coherency: ok
[    0.013380] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.013452] Setting up static identity map for 0x80212808 - 0x80212860
[    0.090669] CPU1: Booted secondary processor
[    0.090712] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.110670] CPU2: Booted secondary processor
[    0.110707] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[    0.130693] CPU3: Booted secondary processor
[    0.130726] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[    0.130876] Brought up 4 CPUs
[    0.130918] SMP: Total of 4 processors activated (384.00 BogoMIPS).
[    0.130926] CPU: All CPU(s) started in SVC mode.
[    0.141801] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[    0.142290] pinctrl core: initialized pinctrl subsystem
[    0.142732] regulator-dummy: no parameters
[    0.143437] NET: Registered protocol family 16
[    0.144971] DMA: preallocated 2048 KiB pool for atomic coherent allocations
[    0.145604] cpuidle: using governor ladder
[    0.145617] cpuidle: using governor menu
[    0.158766] <CORE> glink_init: unable to create log context
[    0.159252] i2c-msm-v2 78b7000.i2c: probing driver i2c-msm-v2
[    0.160036] sps:sps is ready.
[    0.165623] bio: create slab <bio-0> at 0
[    0.167445] SD0 VccQ: 1800 <--> 3000 mV 
[    0.168079] SCSI subsystem initialized
[    0.168995] msm_bus_fabric_init_driver
[    0.169167] msm_bus_device 580000.ad-hoc-bus: Util-fact is missing, default to 100
[    0.169185] msm_bus_device 580000.ad-hoc-bus: Vrail-comp is missing, default to 100
[    0.169203] msm_bus_device 580000.ad-hoc-bus: Failed to get bus clk for bus4096 ctx1
[    0.169248] msm_bus_device 580000.ad-hoc-bus: Util-fact is missing, default to 100
[    0.169263] msm_bus_device 580000.ad-hoc-bus: Vrail-comp is missing, default to 100
[    0.169279] msm_bus_device 580000.ad-hoc-bus: Failed to get bus clk for bus1024 ctx1
[    0.194823] Advanced Linux Sound Architecture Driver Initialized.
[    0.195724] 80000.qcom,pcie supply vreg-3.3 not found, using dummy regulator
[    0.195817] 80000.qcom,pcie supply vreg-1.8 not found, using dummy regulator
[    0.195873] 80000.qcom,pcie supply vreg-0.9 not found, using dummy regulator
[    0.195924] 80000.qcom,pcie supply gdsc-vdd not found, using dummy regulator
[    0.290496] msm_pcie_enable: msm_pcie_enable: PCIe: trigger the reset of endpoint of RC0.
[    0.300488] msm_pcie_enable: msm_pcie_enable: PCIe RC0 PHY is ready!
[    0.320490] msm_pcie_enable: msm_pcie_enable: PCIe: Release the reset of endpoint of RC0.
[    0.460614] msm_pcie_enable: msm_pcie_enable: RC0:No. 1:LTSSM_STATE:0x0
[    0.500665] msm_pcie_enable: msm_pcie_enable: RC0:No. 2:LTSSM_STATE:0x0
[    0.540715] msm_pcie_enable: msm_pcie_enable: RC0:No. 3:LTSSM_STATE:0x0
[    0.580764] msm_pcie_enable: msm_pcie_enable: RC0:No. 4:LTSSM_STATE:0x0
[    0.620814] msm_pcie_enable: msm_pcie_enable: RC0:No. 5:LTSSM_STATE:0x0
[    0.660865] msm_pcie_enable: msm_pcie_enable: PCIe: trigger the reset of endpoint of RC0.
[    0.660878] msm_pcie_enable: msm_pcie_enable: PCIe RC0 link initialization failed
[    0.660905] msm_pcie_enumerate: msm_pcie_enumerate: PCIe: failed to enable RC0.
[    0.660916] msm_pcie_probe: msm_pcie_probe: PCIe: RC0 is not enabled during bootup; it will be enumerated upon WAKE signal.
[    0.660926] msm_pcie_probe: msm_pcie_probe: PCIe: Driver probe failed for RC0:-1
[    0.661362] msm_pcie: probe of 80000.qcom,pcie failed with error -1
[    0.661610] Switched to clocksource arch_sys_counter
[    0.663410] NET: Registered protocol family 2
[    0.664771] TCP established hash table entries: 2048 (order: 1, 8192 bytes)
[    0.664821] TCP bind hash table entries: 2048 (order: 2, 16384 bytes)
[    0.664871] TCP: Hash tables configured (established 2048 bind 2048)
[    0.664937] TCP: reno registered
[    0.664955] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    0.664987] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    0.665357] NET: Registered protocol family 1
[    0.665909] 
[    0.665909] Version Rollback Feature Disabled
[    0.667566] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.676784] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.677132] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.678105] msgmni has been set to 480
[    0.680149] Key type asymmetric registered
[    0.680165] Asymmetric key parser 'x509' registered
[    0.680206] io scheduler noop registered
[    0.680217] io scheduler deadline registered (default)
[    0.681846] tcsr 194b000.tcsr: setting usb hs phy mode select = e700e7
[    0.681919] tcsr 1953000.ess_tcsr: setting ess interface select = 0
[    0.681994] tcsr 1949000.tcsr: setting wifi_glb_cfg = 41000000
[    0.682053] tcsr 1957000.tcsr: setting wifi_noc_memtype_m0_m2 = 2222222
[    0.683218] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[    0.684251] msm_serial_hsl_probe: detected port #0 (ttyMSM0)
[    0.684290] msm_serial_hsl_probe: Bus scaling is disabled
[    0.684443] 78af000.serial: ttyMSM0 at MMIO 0x78af000 (irq = 139, base_baud = 115200) is a MSM
[    0.684531] msm_hsl_console_setup: console setup on port #0
[    1.408785] console [ttyMSM0] enabled
[    1.412877] msm_serial_hsl_init: driver initialized
[    1.417721] msm_serial_hs module loaded
[    1.421445] qca_serial_hs module loaded
[    1.427190] sps: BAM device 0x07984000 is not registered yet.
[    1.431957] sps:BAM 0x07984000 is registered.
[    1.436072] msm_nand_bam_init: msm_nand_bam_init: BAM device registered: bam_handle 0xcf0c6e00
[    1.444986] sps:BAM 0x07984000 (va:0xd0b40000) enabled: ver:0x19, number of pipes:7
[    1.452714] msm_nand_version_check: nand_major:1, nand_minor:4, qpic_major:1, qpic_minor:4
[    1.461061] msm_nand_flash_onfi_probe: Found an ONFI compliant device MT29F1G08ABAEAWP    ,
[    1.469086] msm_nand_scan: wanglei: zte_nand_flash_id = 0x9580f12c 
[    1.475325] msm_nand_scan: NAND Id: 0x9580f12c Buswidth: 8Bits Density: 128 MByte
[    1.482788] msm_nand_scan: pagesize: 2048 Erasesize: 131072 oobsize: 64 (in Bytes)
[    1.490321] msm_nand_scan: BCH ECC: 4 Bit
[    1.494343] msm_nand_scan: CFG0: 0x2a0408c0,      CFG1: 0x0804745c
[    1.494343]             RAWCFG0: 0x280420c0,   RAWCFG1: 0x0005045d
[    1.494343]           ECCBUFCFG: 0x00000203, ECCBCHCFG: 0x42040700
[    1.494343]      BAD BLOCK BYTE: 0x000001d1
[    1.517057] 12 ofpart partitions found on MTD device 7980000.qcom,nand
[    1.523503] Creating 12 MTD partitions on "7980000.qcom,nand":
[    1.529313] 0x000000000000-0x0000000a0000 : "fota-flag"
[    1.536529] 0x0000000a0000-0x000000120000 : "0:ART"
[    1.542154] 0x000000120000-0x0000001a0000 : "mac"
[    1.547600] 0x0000001a0000-0x000000260000 : "reserved2"
[    1.553904] 0x000000260000-0x000000660000 : "cfg-param"
[    1.564321] 0x000000660000-0x000000a60000 : "log"
[    1.574116] 0x000000a60000-0x000000b00000 : "oops"
[    1.579648] 0x000000b00000-0x000001000000 : "reserved3"
[    1.591188] 0x000001000000-0x000001800000 : "web"
[    1.606064] 0x000001800000-0x000003500000 : "rootfs"
[    1.648032] mtd: device 9 (rootfs) set to be root filesystem
[    1.652694] 0x000003500000-0x000004e00000 : "data"
[    1.690359] 0x000004e00000-0x000008000000 : "fota"
[    1.759043] msm_nand_probe: NANDc phys addr 0x7980000, BAM phys addr 0x7984000, BAM IRQ 133
[    1.766392] msm_nand_probe: Allocated DMA buffer at virt_addr 0xd0a62000, phys_addr 0x8f0a8000
[    1.776617] sps: BAM device 0x07884000 is not registered yet.
[    1.781347] sps:BAM 0x07884000 is registered.
[    1.785741] sps:BAM 0x07884000 (va:0xd0b80000) enabled: ver:0x19, number of pipes:12
[    1.793876] m25p80 spi0.0: found gd25q16, expected n25q128a11
[    1.799139] m25p80 spi0.0: gd25q16 (2048 Kbytes)
[    1.803794] 8 ofpart partitions found on MTD device spi0.0
[    1.809197] Creating 8 MTD partitions on "spi0.0":
[    1.813996] 0x000000000000-0x000000040000 : "0:SBL1"
[    1.820032] 0x000000040000-0x000000060000 : "0:MIBIB"
[    1.825125] 0x000000060000-0x0000000c0000 : "0:QSEE"
[    1.830095] 0x0000000c0000-0x0000000d0000 : "0:CDT"
[    1.834947] 0x0000000d0000-0x0000000e0000 : "0:DDRPARAMS"
[    1.840267] 0x0000000e0000-0x0000000f0000 : "0:APPSBLENV"
[    1.845713] 0x0000000f0000-0x0000001b0000 : "0:APPSBL"
[    1.850801] 0x0000001b0000-0x000000200000 : "0:reserved1"
[    1.867627] libphy: ipq40xx_mdio: probed
[    1.874363] ipq40xx-mdio 90000.mdio: ipq40xx-mdio driver was registered
[    1.880008] i2c /dev entries driver
[    1.885715] sdhci: Secure Digital Host Controller Interface driver
[    1.890861] sdhci: Copyright(c) Pierre Ossman
[    1.895234] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.901455] sdhci_msm 7824900.sdhci: Got SD LDO GPIO #33
[    2.006555] sdhci_msm 7824900.sdhci: Got CD GPIO #22.
[    2.016990] mmc0: no vmmc regulator found
[    2.091648] mmc0: SDHCI controller on 7824900.sdhci [7824900.sdhci] using ADMA
[    2.105695] TCP: cubic registered
[    2.108674] NET: Registered protocol family 10
[    2.122917] NET: Registered protocol family 17
[    2.126454] Bridge firewalling registered
[    2.130328] 8021q: 802.1Q VLAN Support v1.8
[    2.134781] Registering SWP/SWPB emulation handler
[    2.140419] regulator-dummy: disabling
[    2.143720] UBI: attaching mtd9 to ubi0
[    2.415783] UBI: scanning is finished
[    2.431179] UBI: attached mtd9 (name "rootfs", size 29 MiB) to ubi0
[    2.436448] UBI: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
[    2.443206] UBI: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
[    2.449868] UBI: VID header offset: 2048 (aligned 2048), data offset: 4096
[    2.456743] UBI: good PEBs: 232, bad PEBs: 0, corrupted PEBs: 0
[    2.462644] UBI: user volume: 2, internal volumes: 1, max. volumes count: 128
[    2.469746] UBI: max/mean erase counter: 1/0, WL threshold: 4096, image sequence number: 1832080710
[    2.478791] UBI: available PEBs: 52, total reserved PEBs: 180, PEBs reserved for bad PEB handling: 20
[    2.488018] UBI: background thread "ubi_bgt0d" started, PID 73
[    2.490961] input: gpio_keys.9 as /devices/soc.1/gpio_keys.9/input/input0
[    2.491186] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[    2.494667] clk: Not disabling unused clocks
[    2.494671] ALSA device list:
[    2.494674]   No soundcards found.
[    2.524805] VFS: Mounted root (squashfs filesystem) readonly on device 31:21.
[    2.531172] Freeing unused kernel memory: 172K (c08a8000 - c08d3000)
*****************call /etc/preinit_zte*********************
[    3.880877] init: Console is alive
[    3.883605] init: - watchdog -
[    3.927426] random: kmodloader: uninitialized urandom read (4 bytes read, 27 bits of entropy available)
[    7.837463] usbcore: registered new interface driver usbfs
[    7.842103] usbcore: registered new interface driver hub
[    7.847455] usbcore: registered new device driver usb
[    8.555044] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[    8.559532] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
[    8.567527] xhci-hcd xhci-hcd.0.auto: irq 164, io mem 0x08a00000
[    8.574208] hub 1-0:1.0: USB hub found
[    8.576974] hub 1-0:1.0: 1 port detected
[    8.581297] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[    8.586357] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
[    8.594911] hub 2-0:1.0: USB hub found
[    8.597719] hub 2-0:1.0: 1 port detected
[    8.602132] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[    8.607070] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 3
[    8.614981] xhci-hcd xhci-hcd.1.auto: irq 168, io mem 0x06000000
[    8.621569] hub 3-0:1.0: USB hub found
[    8.624488] hub 3-0:1.0: 1 port detected
[    8.628791] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[    8.633830] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 4
[    8.642403] hub 4-0:1.0: USB hub found
[    8.645197] hub 4-0:1.0: config failed, hub doesn't have any ports! (err -19)
[    8.657405] usbcore: registered new interface driver usb-storage
[    8.887584] init: - preinit -
[    8.893638] random: sh: uninitialized urandom read (4 bytes read, 56 bits of entropy available)
*****************call /etc/preinit_zte*********************
[    9.035326] random: procd: uninitialized urandom read (4 bytes read, 63 bits of entropy available)
[    9.249610] random: cat: uninitialized urandom read (4 bytes read, 66 bits of entropy available)
[    9.266006] random: mkdir: uninitialized urandom read (4 bytes read, 66 bits of entropy available)
*****************End of /etc/preinit_zte*********************    9.283014] random: procd: uninitialized urandom read (4 bytes read, 66 bits of entropy available)
[    9.296006] procd: - early -
[    9.297976] procd: - watchdog -
[    9.637527] random: hotplug-call: uninitialized urandom read (4 bytes read, 72 bits of entropy available)
[    9.660382] random: hotplug-call: uninitialized urandom read (4 bytes read, 72 bits of entropy available)
[    9.683229] random: hotplug-call: uninitialized urandom read (4 bytes read, 72 bits of entropy available)
[    9.705839] random: hotplug-call: uninitialized urandom read (4 bytes read, 72 bits of entropy available)
[    9.872091] usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd
[    9.892486] usb 2-1: Parent hub missing LPM exit latency info.  Power management will be impacted.
[   10.411682] procd: - ubus -
[   11.425346] procd: - init -
*************ZTE Init Script*************
Please press Enter to activate this console.
[   11.562245] QCE50: __qce_init_clk: Unable to get CE core src clk, set to NULL
[   11.568429] qcrypto 8e20000.qcrypto: Qualcomm Crypto 5.3.1 device found @0x8e20000
[   11.576043] qcrypto 8e20000.qcrypto: CE device = 0x0
[   11.576043] , IO base, CE = 0xd1480000
[   11.576043] , Consumer (IN) PIPE 2,    Producer (OUT) PIPE 3
[   11.576043] IO base BAM = 0x  (null)
[   11.576043] BAM IRQ 239
[   11.576043] Engines Availability = 0x2010453
[   11.600523] sps:BAM 0x08e04000 is registered.
[   11.605599] sps:BAM 0x08e04000 (va:0xd14c0000) enabled: ver:0x27, number of pipes:4
[   11.613420] QCE50: qce_sps_init:  Qualcomm MSM CE-BAM at 0x0000000008e04000 irq 239
[   11.620384] bus_scale_table is NULL
[   11.623804] qcrypto 8e20000.qcrypto: qcrypto-ecb-aes
[   11.628644] qcrypto 8e20000.qcrypto: qcrypto-cbc-aes
[   11.633609] qcrypto 8e20000.qcrypto: qcrypto-ctr-aes
[   11.638527] qcrypto 8e20000.qcrypto: qcrypto-ecb-des
[   11.643499] qcrypto 8e20000.qcrypto: qcrypto-cbc-des
[   11.648421] qcrypto 8e20000.qcrypto: qcrypto-ecb-3des
[   11.653482] qcrypto 8e20000.qcrypto: qcrypto-cbc-3des
[   11.658492] qcrypto 8e20000.qcrypto: qcrypto-xts-aes
[   11.663464] qcrypto 8e20000.qcrypto: qcrypto-sha1
[   11.668127] qcrypto 8e20000.qcrypto: qcrypto-sha256
[   11.673016] qcrypto 8e20000.qcrypto: qcrypto-aead-hmac-sha1-cbc-aes
[   11.679244] qcrypto 8e20000.qcrypto: qcrypto-aead-hmac-sha1-cbc-des
[   11.685526] qcrypto 8e20000.qcrypto: qcrypto-aead-hmac-sha1-cbc-3des
[   11.691848] qcrypto 8e20000.qcrypto: qcrypto-aead-hmac-sha256-cbc-aes
[   11.698251] qcrypto 8e20000.qcrypto: qcrypto-aead-hmac-sha256-cbc-des
[   11.704694] qcrypto 8e20000.qcrypto: qcrypto-aead-hmac-sha256-cbc-3des
[   11.711186] qcrypto 8e20000.qcrypto: qcrypto-hmac-sha1
[   11.716332] qcrypto 8e20000.qcrypto: qcrypto-hmac-sha256
[   11.721622] qcrypto 8e20000.qcrypto: qcrypto-aes-ccm
[   11.726548] qcrypto 8e20000.qcrypto: qcrypto-rfc4309-aes-ccm
[   11.732086] qcrypto: FIPS140-2 Known Answer Tests: Skipped
[   11.747844] nf_conntrack version 0.5.0 (3847 buckets, 15388 max)
[   11.757065] NTFS driver 2.1.30 [Flags: R/O MODULE].
[   11.764350] Initializing XFRM netlink socket
[   11.768924] NET: Registered protocol family 15
[   11.774991] PPP generic driver version 2.4.2
[   12.463085] ssdk_switch_device_num_init[985]:INFO:ess-switch dts node number: 1
[   12.469395] ssdk_dt_get_switch_node[824]:INFO:ess-switch DT exist!
[   12.475529] ssdk_dt_parse_access_mode[725]:INFO:switch_access_mode: local bus
[   12.482658] ssdk_dt_parse_access_mode[738]:INFO:switchreg_base_addr: 0xc000000
[   12.489841] ssdk_dt_parse_access_mode[739]:INFO:switchreg_size: 0x80000
[   12.496443] ssdk_dt_parse_mac_mode[235]:INFO:mac mode = 0x0
[   12.502012] ssdk_dt_parse_mac_mode[241]:INFO:mac mode1 doesn't exit!
[   12.508335] ssdk_dt_parse_mac_mode[250]:INFO:mac mode2 doesn't exit!
[   12.514674] ssdk_dt_parse_phy_info[508]:INFO:qcom,port_phyinfo DT doesn't exist!
[   12.522082] ssdk_dt_parse_mdio[598]:INFO:mdio DT exist!
[   12.527291] ssdk_dt_parse_led[798]:INFO:current dts led_source_num is 5
[   12.533888] ssdk_dt_parse_psgmii[690]:INFO:ess-psgmii DT exist!
[   12.539772] ssdk_plat_init start
[   12.543199] ssdk_plat_init[1231]:ERROR:enable ess clk
[   12.612492] malibu_phy_api_ops_init[2613]:INFO:qca probe malibu phy driver succeeded!
[   12.627286] malibu_phy_hw_init[2484]:INFO:MSF reset phy regiser 0505!
[   12.643183] malibu_phy_hw_init[2484]:INFO:MSF reset phy regiser 0505!
[   12.659053] malibu_phy_hw_init[2484]:INFO:MSF reset phy regiser 0505!
[   12.674911] malibu_phy_hw_init[2484]:INFO:MSF reset phy regiser 0505!
[   12.692190] malibu_phy_hw_init[2484]:INFO:MSF reset phy regiser 0505!
[   12.702813] regi_init[3332]:INFO:Initializing DESS!!
[   14.464170] ssdk_switch_register[1611]:INFO:Chip version 0x1401
[   14.469080] qca_link_polling_select[1273]:INFO:link-polling-required node does not exist
[   14.477129] ssdk_switch_register[1636]:INFO:polling is selected
[   14.483052] regi_init[3341]:INFO:Initializing DESS Done!!
[   14.488491] regi_init[3370]:INFO:qca-ssdk module init succeeded!
[   14.527283] **********************************************************
[   14.532844] * Driver    :NSS GMAC Driver - RTL v(3.72a)
[   14.537988] * Version   :1.0
[   14.540853] * Copyright :Copyright (c) 2013-2018 The Linux Foundation. All rights reserved.
[   14.549205] **********************************************************
[   14.575639] l2tp_core: L2TP core driver, V2.0
[   14.580087] l2tp_netlink: L2TP netlink interface
[   14.618070] qca-nss-drv.ko is loaded for symbol link
[   14.624036] sit: IPv6 over IPv4 tunneling driver
[   14.630184] nat46: module (version 8ff2ae59ec9840a7b8b45f976c51cae80abe0226) loaded.
[   14.641203] gre: GRE over IPv4 demultiplexor driver
[   14.646333] ip_gre: GRE over IPv4 tunneling driver
[   14.653578] ip6_gre: GRE over IPv6 tunneling driver
[   14.661815] bonding: Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
[   14.676634] QCA multicast snooping installed successfully
[   14.684610] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   14.693642] ZTE Generic Netlink Module Inserted without Lock
[   14.700432] edma_axi_probe!!!!!!!!!!!!!!!
[   14.704618] zte_nand_local_read():Reading Flash for Calibraton data from 0x0 and partition name is mac
[   14.713507] ***********************************************
[   14.718463] EDMA_LAN using MAC@ - using d4:72:26:49:ad:b9
[   14.723894] EDMA_WAN using MAC@ - using d4:72:26:49:af:b9
[   14.729219] ***********************************************
[   14.831307] QCA Hy-Fi multicast installation successfully
[   14.840891] nss_lag_init[354]:LAG Manager Installed
[   14.847449] NET: Registered protocol family 24
[   14.852380] PPTP driver version 0.8.5
[   14.859349] <NSS-CRYPTO>:module loaded (platform - IPQ806x, build - Build_ID - 10/21/20, 00:18:21)
[   14.867481] <NSS-CRYPTO>:qca-nss-crypto.ko is loaded for symbol link
[   14.874863] crypto bench loaded - Build_ID - 10/21/20, 00:18:24
[   14.879790] nss_crypto_register_user[151]:bf1ec214: Crypto Device is not ready
[   14.889522] nss_macsec init success
[   14.896635] nss_crypto_register_user[151]:bf1ec214: Crypto Device is not ready
[   14.905217] nss is not enabled on this platform
[   14.908717] nss_ipsecmgr_init[1262]:NSS is not enabled in this platform
[   14.919583] nss_crypto_register_user[151]:bf1ec214: Crypto Device is not ready
[   14.926921] nss is not enabled on this platform
[   14.936835] u32 classifier
[   14.938514]     input device check on
[   14.942270]     Actions configured
[   14.947243] Mirror/redirect action on
[   14.972523] fuse init (API version 7.22)
[   14.982176] arp_tables: (C) 2002 David S. Miller
[   14.989238] usbcore: registered new interface driver cdc_wdm
[   15.009175] Ebtables v2.0 registered
[   15.013931] ip_tables: (C) 2000-2006 Netfilter Core Team
[   15.021718] ipt_TRIGGER: module license 'unspecified' taints kernel.
[   15.027043] Disabling lock debugging due to kernel taint
[   15.033282] iptables target:TRIGGER __init
[   15.044333] l2tp_ppp: PPPoL2TP kernel driver, V2.0
[   15.092616] nf_conntrack_rtsp v0.6.21 loading
[   15.196012] nf_nat_rtsp v0.6.21 loading
[   15.224047] usbcore: registered new interface driver usbserial
[   15.229002] usbcore: registered new interface driver usbserial_generic
[   15.235599] usbserial: USB Serial support registered for generic
[   15.279755] xt_time: kernel timezone is -0000
[   15.286625] usbcore: registered new interface driver cdc_ether
[   15.322063] qmi_wwan: probe of 2-1:1.2 failed with error -22
[   15.326807] qmi_wwan 2-1:1.3: bogus CDC Union: master=0, slave=0
[   15.332817] qmi_wwan: probe of 2-1:1.3 failed with error -1
[   15.338369] qmi_wwan 2-1:1.4: bogus CDC Union: master=0, slave=0
[   15.344322] qmi_wwan: probe of 2-1:1.4 failed with error -1
[   15.378687] qmi_wwan 2-1:1.5: cdc-wdm0: USB WDM device
[   15.382843] driver_info->flags 2400 idVendor 19d2 idProduct 1485
[   15.389757] qmi_wwan 2-1:1.5 usb0: register 'qmi_wwan' at usb-xhci-hcd.0.auto-1, Qualcomm WWAN/QMI device, 26:33:ea:44:56:9d
[   15.400185] [USBNET] MODULE_9x30_QMAP_ENABLE enable & dev->rx_urb_size is 16384 ,dev->rx_qlen is 27,usbnet_memory_mutil is 10
[   15.411715] usbcore: registered new interface driver qmi_wwan
[   15.423408] driver_info->flags 1038 idVendor 19d2 idProduct 1485
[   15.429721] rndis_host 2-1:1.0 rndis0: register 'rndis_host' at usb-xhci-hcd.0.auto-1, RNDIS device, 36:4b:50:b7:ef:da
[   15.439645] [USBNET] MODULE_9x30_QMAP_ENABLE enable & dev->rx_urb_size is 2048 ,dev->rx_qlen is 222,usbnet_memory_mutil is 10
[   15.451289] usbcore: registered new interface driver rndis_host
[   15.465036] usbcore: registered new interface driver option
[   15.469889] usbserial: USB Serial support registered for GSM modem (1-port)
[   15.477174] option 2-1:1.2: GSM modem (1-port) converter detected
[   15.482673] find modem i:45
[   15.485376] assign port->index 0 
[   15.489083] set urb transfer_flags URB_ZERO_PACKET
[   15.493537] usb_wwan_port_probe add URB_ZERO_PACKET to this urb
[   15.499352] set urb transfer_flags URB_ZERO_PACKET
[   15.504155] usb_wwan_port_probe add URB_ZERO_PACKET to this urb
[   15.510726] set urb transfer_flags URB_ZERO_PACKET
[   15.514863] usb_wwan_port_probe add URB_ZERO_PACKET to this urb
[   15.520714] set urb transfer_flags URB_ZERO_PACKET
[   15.525537] usb_wwan_port_probe add URB_ZERO_PACKET to this urb
[   15.532149] usb 2-1: GSM modem (1-port) converter now attached to ttyUSB0
[   15.538605] option 2-1:1.3: GSM modem (1-port) converter detected
[   15.544353] find modem i:45
[   15.547018] assign port->index 1 
[   15.550777] set urb transfer_flags URB_ZERO_PACKET
[   15.555143] usb_wwan_port_probe add URB_ZERO_PACKET to this urb
[   15.560992] set urb transfer_flags URB_ZERO_PACKET
[   15.565819] usb_wwan_port_probe add URB_ZERO_PACKET to this urb
[   15.571708] set urb transfer_flags URB_ZERO_PACKET
[   15.576442] usb_wwan_port_probe add URB_ZERO_PACKET to this urb
[   15.582390] set urb transfer_flags URB_ZERO_PACKET
[   15.587118] usb_wwan_port_probe add URB_ZERO_PACKET to this urb
[   15.593736] usb 2-1: GSM modem (1-port) converter now attached to ttyUSB1
[   15.600162] option 2-1:1.4: GSM modem (1-port) converter detected
[   15.605979] find modem i:45
[   15.608646] assign port->index 3 
[   15.612427] set urb transfer_flags URB_ZERO_PACKET
[   15.616713] usb_wwan_port_probe add URB_ZERO_PACKET to this urb
[   15.622648] set urb transfer_flags URB_ZERO_PACKET
[   15.627389] usb_wwan_port_probe add URB_ZERO_PACKET to this urb
[   15.633314] set urb transfer_flags URB_ZERO_PACKET
[   15.638066] usb_wwan_port_probe add URB_ZERO_PACKET to this urb
[   15.644684] set urb transfer_flags URB_ZERO_PACKET
[   15.648751] usb_wwan_port_probe add URB_ZERO_PACKET to this urb
[   15.655306] usb 2-1: GSM modem (1-port) converter now attached to ttyUSB2
*************Set Ethernet SMP*************
[   16.398197] yaffs: dev is 32505860 name is "mtdblock4" rw
[   16.402693] yaffs: passed flags ""
[   16.522326] yaffs: dev is 32505861 name is "mtdblock5" rw
[   16.526692] yaffs: passed flags ""
[   16.589542] yaffs: dev is 32505867 name is "mtdblock11" rw
[   16.594031] yaffs: passed flags ""
*************load ECM*************
[   17.441933] ECM init
[   17.443160] ECM database jhash random seed: 0xc4b42cd4
[   17.450124] ECM init complete
[   17.491877] Load cfg new driver...
[   17.494263] cfg init, /home/scl/ci/workspace/Soft4_MF286D_H3GSE_CPE/build_folder/qsdk/build_dir/target-arm_cortex-a7_uClibc-1.0.14_eabi/linux-ipq806x/cfg-1.0/cfg_param.c 583
[   17.539668] 
[   17.540131] CAP_wan_ipaddr=0.0.0
[   17.543341] 4341505f77616e5f6970616464723d302e302e30
[   17.553660] 
[   17.553660]  cfg init end, /home/scl/ci/workspace/Soft4_MF286D_H3GSE_CPE/build_folder/qsdk/build_dir/target-arm_cortex-a7_uClibc-1.0.14_eabi/linux-ipq806x/cfg-1.0/cfg_param.c 642
[   17.570063] cfg init, /home/scl/ci/workspace/Soft4_MF286D_H3GSE_CPE/build_folder/qsdk/build_dir/target-arm_cortex-a7_uClibc-1.0.14_eabi/linux-ipq806x/cfg-1.0/cfg_param.c 583
[   17.596217] 
[   17.596677] TESTBITSIGNINFO=0000
[   17.599887] 544553544249545349474e494e464f3d30303030
[   17.604901] 
[   17.604901]  cfg init end, /home/scl/ci/workspace/Soft4_MF286D_H3GSE_CPE/build_folder/qsdk/build_dir/target-arm_cortex-a7_uClibc-1.0.14_eabi/linux-ipq806x/cfg-1.0/cfg_param.c 642
[   17.627621] cfg init, /home/scl/ci/workspace/Soft4_MF286D_H3GSE_CPE/build_folder/qsdk/build_dir/target-arm_cortex-a7_uClibc-1.0.14_eabi/linux-ipq806x/cfg-1.0/cfg_param.c 583
[   17.642290] 
[   17.643538] ��������������������
[   17.646748] 0000000000000000000000000000000000000000
[   17.651731] 
[   17.651731]  cfg init end, /home/scl/ci/workspace/Soft4_MF286D_H3GSE_CPE/build_folder/qsdk/build_dir/target-arm_cortex-a7_uClibc-1.0.14_eabi/linux-ipq806x/cfg-1.0/cfg_param.c 642
[   17.934092] Not a bridge device, or device not found: br-
[   18.015057] Not a bridge device, or device not found: br-
enter is_fota_update_successed.
find a good block.
last find blk_num = 0
****fota_update_flag in /dev/mtd0 is ˇ****
[   19.160927] random: nonblocking pool is initialized

 SSDK Init OK!
operation done.


 SSDK Init OK!
operation done.


 SSDK Init OK!
operation done.


 SSDK Init OK!
operation done.


 SSDK Init OK!
operation done.


 SSDK Init OK!
operation done.


 SSDK Init OK!
operation done.


 SSDK Init OK!
operation done.


 SSDK Init OK!
operation done.


 SSDK Init OK!
operation done.


 SSDK Init OK!
operation done.


 SSDK Init OK!
operation done.


 SSDK Init OK!
operation done.


 SSDK Init OK!
operation done.


 SSDK Init OK!
operation done.


 SSDK Init OK!
operation done.


 SSDK Init OK!
operation done.

passwd: no record of admin in /etc/shadow, using /etc/passwd
Changing password for admin
New password: 
Bad password: similar to username
Retype password: 
passwd: password for admin changed by admin
cfg073777
cfg081ec7
cfg091ec7
cfg0af087
cfg0bf087
cfg0cf087
cfg0df087
cfg0ef087
opms_wan_ifname=usb0
LanIfName=br-lan; guest_lan_if=br-Guest 
Thu Jan  1 00:00:22 1970 main.c 365 Successfully initialized wpa_supplicant
killall: syslogd: no process killed
[   22.706389] 
/home/scl/ci/workspace/Soft4_MF286D_H3GSE_CPE/build_folder/qsdk/build_dir/target-arm_cortex-a7_uClibc-1.0.14_eabi/linux-ipq806x/zte_genl_kernel-1.0/zte_genl_kernel_main.c[201]: INFO:Recv from userspace: [Connect request from userspace
]
[   22.727617] 
/home/scl/ci/workspace/Soft4_MF286D_H3GSE_CPE/build_folder/qsdk/build_dir/target-arm_cortex-a7_uClibc-1.0.14_eabi/linux-ipq806x/zte_genl_kernel-1.0/zte_genl_kernel_main.c[173]: INFO:send msg to user ok, cmd=1, msg=0000  
[   22.748356] 
/home/scl/ci/workspace/Soft4_MF286D_H3GSE_CPE/build_folder/qsdk/build_dir/target-arm_cortex-a7_uClibc-1.0.14_eabi/linux-ipq806x/zte_genl_kernel-1.0/zte_genl_kernel_main.c[173]: INFO:send msg to user ok, cmd=3, msg=  
zte_wifi_dfs_status_process: dfs=[]
[   23.417721] gpio_keys_gpio_report_event:code=529 state=0
[   23.422099] gpio_keys_gpio_report_event:code=358 state=0
[   23.427318] gpio_keys_gpio_report_event:code=238 state=0
/bin/sh: can't create /sys/class/leds/led:wifi-red/blink: nonexistent directory
/bin/sh: can't create /sys/class/leds/led:wifi-white/blink: nonexistent directory
/bin/sh: can't create /sys/class/leds/led:wifi-red/brightness: nonexistent directory
/bin/sh: can't create /sys/class/leds/led:wifi-white/brightness: nonexistent directory
[   23.531717] gpio_keys_gpio_report_event:code=529 state=0
[   23.536002] gpio_keys_gpio_report_event:code=358 state=0
[   23.541355] gpio_keys_gpio_report_event:code=238 state=0
scan the sys dir to find ZTE device & conrresponding driver..........
cat: can't open '/sys/kernel/debug/usb/devices': No such file or directory
crw-r--r--    1 admin    admin     180, 176 Jan  1 00:00 /dev/cdc-wdm0
crw-r--r--    1 admin    admin     188,   0 Jan  1 00:00 /dev/ttyUSB0
crw-r--r--    1 admin    admin     188,   1 Jan  1 00:00 /dev/ttyUSB1
crw-r--r--    1 admin    admin     188,   2 Jan  1 00:00 /dev/ttyUSB2
/dev/bus/usb/:
drwxr-xr-x    2 admin    admin           60 Jan  1 00:00 001
drwxr-xr-x    2 admin    admin           80 Jan  1 00:00 002
drwxr-xr-x    2 admin    admin           60 Jan  1 00:00 003
drwxr-xr-x    2 admin    admin           60 Jan  1 00:00 004

/dev/bus/usb/001:
crw-r--r--    1 admin    admin     189,   0 Jan  1 00:00 001

/dev/bus/usb/002:
crw-r--r--    1 admin    admin     189, 128 Jan  1 00:00 001
crw-r--r--    1 admin    admin     189, 129 Jan  1 00:00 002

/dev/bus/usb/003:
crw-r--r--    1 admin    admin     189, 256 Jan  1 00:00 001

/dev/bus/usb/004:
crw-r--r--    1 admin    admin     189, 384 Jan  1 00:00 001
ifconfig: SIOCGIFFLAGS: No such device
opms_wan_ifname=usb0
LanIfName=br-lan; guest_lan_if=br-Guest 
* daemon not running. starting it now on port 5037 *
enter launch_server server_port is 5037 
launch_server pipe path & pid: /usr/bin/adb, 870 
launch_server pipe path & pid: /usr/bin/adb, 0 
pid=0 and server_port is : 5037
launch_server temp value: O,K,

* daemon started successfully *
Sorry, rule does not exist.
Sorry, rule does not exist.
Sorry, rule does not exist.
Sorry, rule does not exist.
wifi_start_mode=2
 @@@@@ wifi_start_mode with CAP or AP @@@@@@ 
killall: zte_daemon: no process killed
killall: dnsmasq: no process killed
killall: zte_router: no process killed
killall: zte_redirect: no process killed
killall: udhcpc: no process killed
killall: udhcpd: no process killed
killall: zte_ipv6_slaac: no process killed
killall: radvd: no process killed
killall: ndppd: no process killed
uci: Entry not found
Error: Failed to connect to ubus
Command failed: Not found
Command failed: Not found
monitor:add@/devices/virtual/net/br-Guest
monitor:ACTION=add
monitor:DEVPATH=/devices/virtual/net/br-Gues[   27.911541] IPv6: ADDRCONF(NETDEV_UP): br-Guest: link is not ready
t
monitor:SUBSYSTEM=net
monitor:DEVTYPE=bridge
monitor:INTERFACE=br-Guest
monitor:IFINDEX=16
monitor:SEQNUM=1143
monitor:event { 'add', '' }
monitor:add@/devices/virtual/net/br-Guest/queues/rx-0
monitor:ACTION=add
monitor:DEVPATH=/devices/virtual/[   27.941384] device eth1 entered promiscuous mode
net/br-Guest/queues/rx-0
monitor:SUBSYSTEM=queues
monitor:SEQNUM=1144
monitor:event { 'add', '' }
monitor:add@/devices/virtual/net/br-Guest/queues/tx-0
monitor:ACTION=add
monitor:DEVPATH[   27.960280] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
=/devices/virtual/net/br-Guest/queues/tx-0
monitor:SUBSYSTEM=queues
monitor:SEQNUM=1145
monitor:event { 'add', '' }
monitor:add@/devices/virtual/net/br-lan
monitor:ACTION=add
monitor:DEVPATH=/devices/virtual/net/br-lan
monitor:SUBSYSTEM=net
monitor:DEVTYPE=bridge
monitor:INTERFACE=br-lan
monitor:IFINDEX=17
monitor:SEQNUM=1146
monitor:event { 'add', '' }
monitor:add@/devices/virtual/net/br-lan/queues/rx-0
monitor:ACTION=add
monitor:DEVPATH=/devices/virtual/net/br-lan/queues/rx-0
monitor:SUBSYSTEM=queues
monitor:SEQNUM=1147
monitor:event { 'add', '' }
monitor:add@/devices/virtual/net/br-lan/queues/tx-0
monitor:ACTION=add
monitor:DEVPATH=/devices/virtual/net/br-lan/queues/tx-0
monitor:SUBSYSTEM=queues
monitor:SEQNUM=1148
monitor:event { 'add', '' }
3 KB/s (146 bytes in 0.040s)
[   28.618159] __mc_netlink_receive: Disable bridge snooping!
[   28.903453] br-lan: port 1(eth1) entered forwarding state
[   28.907882] br-lan: port 1(eth1) entered forwarding state
[   28.914271] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
[   30.110349] __mc_netlink_receive: Disable bridge snooping!
[   30.767228] __mc_netlink_receive: Enable bridge snooping!
[   30.901619] br-lan: port 1(eth1) entered forwarding state
opms_wan_ifname=usb0
LanIfName=br-lan; guest_lan_if=br-Guest 
CURRENT WAN MODE:PPP
internet.sh is called, the argument is []
killall: pppoecd: no process killed
killall: udhcpc: no process killed
killall: zte_trx_router: no process killed
killall: udhcpd: no process killed
killall: dnsmasq: no process killed
killall: miniupnpd: no process killed
Create bridge br-lan..........
device br-lan already exists; can't create bridge with the same name
Create guest bridge br-Guest..........
device br-Guest already exists; can't create bridge with the same name
/sbin/internet.sh: line 99: can't create /proc/sys/net/ipv6/conf/br-Guest/accept_ra#turn: nonexistent directory
Sorry, rule does not exist.
Sorry, rule does not exist.
use usb as wan port !!!!
Sorry, rule does not exist.
Sorry, rule does not exist.
call setPortAsAllLAN............
lan_ip: 192.168.32.1, lan_netmask: 255.255.255.0..........
[   33.455576] device eth1 left promiscuous mode
[   33.459014] br-lan: port 1(eth1) entered disabled state
device eth0 is not a slave of br-lan
[   33.506784] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   33.515694] device eth1 entered promiscuous mode
[   33.520482] br-lan: port 1(eth1) entered forwarding state
[   33.524935] br-lan: port 1(eth1) entered forwarding state
[   33.534984] device eth0 entered promiscuous mode
opms_wan_ifname=usb0
[   33.621629] br-lan: port 1(eth1) entered forwarding state
opms_wan_ifname=usb0
LanIfName=br-lan; guest_lan_if=br-Guest 
killall: udhcpd: no process killed
killall: dnsmasq: no process killed
begin
middle
else section
mang_num: -1
list_first_item: 
one_num: -1
###the format of mac_ip_list is valid###
3 KB/s (150 bytes in 0.041s)
3 KB/s (150 bytes in 0.040s)
3 KB/s (150 bytes in 0.040s)
begin
middle
else section
mang_num: -1
list_first_item: 
one_num: -1
###the format of mac_ip_list is valid###
opms_wan_ifname=usb0
LanIfName=br-lan; guest_lan_if=br-Guest 
#######start the mtu_set.sh##########
192.168.32.1255.255.255.0init_dns_ip:tmp_byte_netmask is 0
init_dns_ip:tmp_byte_netmask is 255
init_dns_ip:tmp_byte_netmask is 255
init_dns_ip:tmp_byte_netmask is 255
#######end the mtu_set.sh##########
iptables: No chain/target/match by that name.
iptables: No chain/target/match by that name.
 dual_core_board_if= rndis0....
iptables: No chain/target/match by that name.
killall: zte_router: no process killed
killall: zte_ipv6_slaac: no process killed
iptables: No chain/target/match by that name.
iptables v1.4.21: Couldn't load target `redirect_rules':No such file or directory

Try `iptables -h' or 'iptables --help' for more information.
iptables v1.4.21: Couldn't load target `redirect_rules':No such file or directory

Try `iptables -h' or 'iptables --help' for more information.
iptables v1.4.21: Couldn't load target `redirect_rules':No such file or directory

Try `iptables -h' or 'iptables --help' for more information.
module is not loaded
module is not loaded
module is not loaded
opms_wan_ifname=usb0
monitor:add@/modu   36.225444] +++++++http_redirect load, g_web_redirect_gateway=[192.168.32.1], g_odu_lan_ipaddr=[0.0.0.0] ...
/zte_http_redirect
monitor:ACTION=add
monitor:DEVPATH=/module/[   36.240136] 
/home/scl/ci/workspace/Soft4_MF286D_H3GSE_CPE/build_folder/qsdk/build_dir/target-arm_cortex-a7_uClibc-1.0.14_eabi/linux-ipq806x/zte_genl_kernel-1.0/zte_genl_kernel_main.c[201]: INFO:zte_http_redirect
monitor:SUBSYSTEM=module
monitor:SEQNUM=1149Recv from userspace: [5]

monitor:event { 'add', '' }
LanIfName=br-lan; guest_lan_if=br-Guest 
iptables v1.4.21: Couldn't load target `remote_mark':No such file or directory

Try `iptables -h' or 'iptables --help' for more information.
iptables: No chain/target/match by that name.
iptables: No chain/target/match by that name.
iptables v1.4.21: Couldn't load target `vpn_client_output':No such file or directory

Try `iptables -h' or 'iptables --help' for more information.
iptables: No chain/target/match by that name.
iptables: No chain/target/match by that name.
iptables v1.4.21: Couldn't load target `vpn_client_prerouting':No such file or directory

Try `iptables -h' or 'iptables --help' for more information.
iptables: No chain/target/match by that name.
/system/bin/sh: zte_user_connect: not found

iptables: No chain/target/match by that name.
iptables: No chain/target/match by that name.
iptables: No chain/target/match by that name.
iptables: No chain/target/match by that name.
iptables: No chain/target/match by that name.
iptables: No chain/target/match by that name.
iptables: No chain/target/match by that name.
iptables: No chain/target/match by that name.
iptables: No chain/target/match by that name.
ip6tables: No chain/target/match by that name.
ip6tables: No chain/target/match by that name.
ip6tables: No chain/target/match by that name.
ip6tables: No chain/target/match by that name.
ip6tables: No chain/target/match by that name.
iptables: No chain/target/match by that name.
iptables: No chain/target/match by that name.
iptables: No chain/target/match by that name.
iptables: No chain/target/match by that name.
iptables: No chain/target/match by that name.
iptables: No chain/target/match by that name.
iptables: No chain/target/match by that name.
iptables: No chain/target/match by that name.
iptables: No chain/target/match by that name.
iptables: No chain/target/match by that name.
iptables: No chain/target/match by that name.
iptables: No chain/target/match by that name.
377+0 records in
377+0 records out
12064 bytes (11.8KB) copied, 0.065053 seconds, 181.1KB/s
iptables: No chain/target/match by that name.
377+0 records in
377+0 records out
12064 bytes (11.8KB) copied, 0.055106 seconds, 213.8KB/s
377+0 records in
377+0 records out
12064 bytes (11.8KB) copied, 0.055689 seconds, 211.6KB/s
iptables: No chain/target/match by that name.
iptables: Chain already exists.
[   37.527717] 
/home/scl/ci/workspace/Soft4_MF286D_H3GSE_CPE/build_folder/qsdk/build_dir/target-arm_cortex-a7_uClibc-1.0.14_eabi/linux-ipq806x/zte_genl_kernel-1.0/zte_genl_kernel_main.c[201]: INFO:Recv from userspace: [5]
tcp_detect_port_list: 53,123,1900,139,445,4719,80,443,7547
iptables: No chain/target/match by that name.
iptables: No chain/target/match by that name.
iptables: Chain already exists.
opms_wan_ifname=usb0
LanIfName=br-lan; guest_lan_if=br-Guest 
Command failed: Not found
killall: miniupnpd: no process killed
opms_wan_ifname=usb0
LanIfName=br-lan; guest_lan_if=br-Guest 
iptables: No chain/target/match by that name.
iptables v1.4.21: Couldn't load target `MINIUPNPD':No such file or directory

[   37.904339] __mc_netlink_receive: Disable bridge snooping!
Try `iptables -h' or 'iptables --help' for more information.
iptables: No chain/target/match by that name.
iptables: No chain/target/match by that name.
iptables v1.4.21: Couldn't load target `MINIUPNPD':No such file or directory

Try `iptables -h' or 'iptables --help' for more information.
iptables: No chain/target/match by that name.
iptables: No chain/target/match by that name.
iptables v1.4.21: Couldn't load target `MINIUPNPD-POSTROUTING':No such file or directory

Try `iptables -h' or 'iptables --help' for more information.
iptables: No chain/target/match by that name.
killall: miniupnpd: no process killed
killall: iface-mgr: no process killed
opms_wan_ifname=usb0
LanIfName=br-lan; guest_lan_if=br-Guest 
iptables: No chain/target/match by that name.
iptables v1.4.21: Couldn't load target `MINIUPNPD':No such file or directory

Try `iptables -h' or 'iptables --help' for more information.
iptables: No chain/target/match by that name.
iptables: No chain/target/match by that name.
iptables v1.4.21: Couldn't load target `MINIUPNPD':No such file or directory

Try `iptables -h' or 'iptables --help' for more information.
iptables: No chain/target/match by that name.
iptables: No chain/target/match by that name.
iptables v1.4.21: Couldn't load target `MINIUPNPD-POSTROUTING':No such file or directory

Try `iptables -h' or 'iptables --help' for more information.
iptables: No chain/target/match by that name.
opms_wan_ifname=usb0
LanIfName=br-lan; guest_lan_if=br-Guest 
#######start the mtu_set.sh##########
#######end the mtu_set.sh##########
module is already loaded - nf_conntrack_sip
module is already loaded - nf_nat_sip
module is already loaded - nf_conntrack_pptp
module is already loaded - nf_nat_pptp
module is already loaded - nf_conntrack_ftp
module is already loaded - nf_nat_ftp
module is already loaded - nf_conntrack_h323
module is already loaded - nf_nat_h323
module is already loaded - nf_conntrack_rtsp
module is already loaded - nf_nat_rtsp
module is already loaded - nf_conntrack_tftp
module is already loaded - nf_nat_tftp
opms_wan_ifname=usb0
LanIfName=br-lan; guest_lan_if=br-Guest 
/etc/init.d/zte_init.sh: line 176: telnetd: not found
recv msg from server is :HELLO
Sat Jan  1 00:00:00 UTC 2000
/dev/mtdblock11 on /etc_rw/fota type yaffs2 (rw,relatime)
mtdblock11 already mounted!
Sat Jan  1 00:00:00 UTC 2000

CST-1CDT, M3.5.0/02:00:00, M10.5.0/03:00:00
CST-1CDT, M3.5.0/02:00:00, M10.5.0/03:00:00
goahead initWebs info: webdir is /etc_ro/web/web!
webs: Listening for HTTP requests at address 192.168.32.1
iptables: Chain already exists.
ip6tables: Chain already exists.
iptables: No chain/target/match by that name.
iptables: No chain/target/match by that name.
tcp_detect_port_list: 53,123,1900,139,445,4719,80,443,7547
opms_wan_ifname=usb0
LanIfName=br-lan; guest_lan_if=br-Guest 
killall: miniupnpd: no process killed
opms_wan_ifname=usb0
LanIfName=br-lan; guest_lan_if=br-Guest 
iptables: No chain/target/match by that name.
iptables v1.4.21: Couldn't load target `MINIUPNPD':No such file or directory

Try `iptables -h' or 'iptables --help' for more information.
iptables: No chain/target/match by that name.
iptables: No chain/target/match by that name.
iptables v1.4.21: Couldn't load target `MINIUPNPD':No such file or directory

Try `iptables -h' or 'iptables --help' for more information.
iptables: No chain/target/match by that name.
iptables: No chain/target/match by that name.
iptables v1.4.21: Couldn't load target `MINIUPNPD-POSTROUTING':No such file or directory

Try `iptables -h' or 'iptables --help' for more information.
iptables: No chain/target/match by that name.
killall: miniupnpd: no process killed
opms_wan_ifname=usb0
LanIfName=br-lan; guest_lan_if=br-Guest 
iptables: No chain/target/match by that name.
iptables v1.4.21: Couldn't load target `MINIUPNPD':No such file or directory

Try `iptables -h' or 'iptables --help' for more information.
iptables: No chain/target/match by that name.
iptables: No chain/target/match by that name.
iptables v1.4.21: Couldn't load target `MINIUPNPD':No such file or directory

Try `iptables -h' or 'iptables --help' for more information.
iptables: No chain/target/match by that name.
iptables: No chain/target/match by that name.
iptables v1.4.21: Couldn't load target `MINIUPNPD-POSTROUTING':No such file or directory

Try `iptables -h' or 'iptables --help' for more information.
iptables: No chain/target/match by that name.
opms_wan_ifname=usb0
LanIfName=br-lan; guest_lan_if=br-Guest 
#######start the mtu_set.sh##########
#######end the mtu_set.sh##########
killall: cfrtool: no process killed
opms_wan_ifname=usb0
LanIfName=br-lan; guest_lan_if=br-Guest 
monitor:add@/module/mem_manager
monitor:ACTION=add
monitor:DEVPATH=/module/mem_manager
monitor:SUBSYSTEM=module
monitor:SEQNUM=1150
monitor:event { 'add', '' }
monitor:add@/module/asf
monitor:ACTION=add
monitor:DEVPATH=/module/asf
monitor:SUBSYSTEM=module
monitor:SEQNUM=1151
monitor:event { 'add', '' }
monitor:add@/module/qdf
monitor:ACTION=add
monitor:DEVPATH=/module/qdf
monitor:SUBSYSTEM=module
monitor:SEQNUM=1152
monitor:event { 'add', '' }
monitor:add@/module/ath_d   41.411400] ath_dfs: Version 2.0.0
[   41.411400] Copyright (c) 2005-2006 Atheros Communications, Inc. All Rights Reserved

monitor:ACTION=add
monitor:DEVPATH=/module/ath_dfs
monitor:SUBSYSTEM=module
monitor:SEQNUM=1153
monitor:event { 'add', '' }
monitor:add@/module/ath_spect   41.438686] ath_spectral: Version 2.0.0
[   41.438686] Copyright (c) 2005-2009 Atheros Communications, Inc. All Rights Reserved

monitor:ACTION=add
monitor:DEVPATH=/module/ath_spectral
monitor:SUBSYSTEM=module
monitor:SEQNUM=1154
monitor:event { 'add', '' }
iptables: Bad rule (does a matching rule exist in that chain?).
iptables: Bad rule (does a matching rule exist in that chain?).
remotemg_white_list=[]
add remote manager done.
enter add_telnet()
disable telnetd on lan side
firewall_sys_fw done
tr069 func is not support, return!
iptables: No chain/target/match by that name.
iptables: No chain/target/match by that name.
/bin/sh: parental_control.sh: not found
iptables: No chain/target/match by that name.
iptables v1.4.21: Couldn't load target `time_limit_filter':No such file or directory

Try `iptables -h' or 'iptables --help' for more information.
iptables: No chain/target/match by that name.
ip6tables: No chain/target/match by that name.
ip6tables v1.4.21: Couldn't load target `time_limit_filter':No such file or directory

Try `ip6tables -h' or 'ip6tables --help' for more information.
ip6tables: No chain/target/match by that name.
monitor:add@/module/umac
monitor:ACTION=add
monitor:DEVPATH=/module/umac
monitor:SUBSYSTEM=module
monitor:SEQNUM=1155
monitor:event { 'add', '' }
mkdir: can't create directory '/var/log': File exists
monitor:add@/module/ath_h   42.477586] ath_hal: 0.9.17.1 (AR5416, AR9380, WRITE_EEPROM, 11D)

monitor:ACTION=add
monitor:DEVPATH=/module/ath_hal
monitor:SUBSYSTEM=module
monitor:SEQNUM=1156
monitor:event { 'add', '' }
monitor:add@/module/ath_rate_athe   42.500022] ath_rate_atheros: Copyright (c) 2001-2005 Atheros Communications, Inc, All Rights Reserved

monitor:ACTION=add
monitor:DEVPATH=/module/ath_rate_atheros
monitor:SUBSYSTEM=module
monitor:SEQNUM=1157
monitor:event { 'add', '' }
monitor:add@/module/hst_tx99[   42.523496] ath_tx99: Version 2.0
[   42.523496] Copyright (c) 2010 Atheros Communications, Inc, All Rights Reserved

monitor:ACTION=add
monitor:DEVPATH=/module/hst_tx99
monitor:SUBSYSTEM=module
monitor:SEQNUM=1158
monitor:event { 'add', '' }
monitor:add@/module/ath_d   42.565190] ath_dev: Copyright (c) 2001-2007 Atheros Communications, Inc, All Rights Reserved

monitor:ACTION=add
monitor:DEVPATH=/module/ath_dev
monitor:SUBSYSTEM=module
monitor:SEQNUM=1159
monitor:event { 'add', '' }
monitor:add@/module/qca_d   42.635447] ath_da_pci:  (Atheros/multi-bss)

monitor:ACTION=add
monitor:DEVPATH=/module/qca_da
monitor:SUBSYSTEM=module
monitor:SEQNUM=1160
monitor:event { 'add', '' }
monitor:add@/bus/platform/drivers/ath9k_ahb
monitor:ACTION=add
monitor:DEVPATH=/bus/platform/drivers/ath9k_ahb
monitor:SUBSYSTEM=drivers
monitor:SEQNUM=1161
monitor:event { 'add', '' }
monitor:add@/bus/pci/drivers/ath_da_pci
monitor:ACTION=add
monitor:DEVPATH=/bus/pci/drivers/ath_da_pci
monitor:SUBSYSTEM=drivers
monitor:SEQNUM=1162
monitor:event { 'add', '' }
speed limit is disabled, so we need to clear iptable and tc rules
userflowEnable=0,so we need to enable SFE
module is already loaded - ecm
iptables: No chain/target/match by that name.
iptables: No chain/target/match by that name.
RTNETLINK answers: Invalid argument
Cannot find device "br1"
RTNETLINK answers: Invalid argument
mkdir: can't create directory '/var/log': File exists
monitor:add@/module/qca_o   43.319528]  *********** IPQ4019  *************

monitor:ACTION=add
monitor:DEVPATH=/module/qca_ol
monitor:SU[   43.325379] Wifi0 CPU frequency 250000000
[   43.325379] 
BSYSTEM=module
monitor:SEQNUM=1163
monitor:event { 'add', '' }
[   43.355368] hif_target_sync_ahb: Got FW signal, retries = 1
[   43.359909] hif_ahb_enable_bus: X - hif_type = 0xd, target_type = 0xb
[   43.366803] hif_config_ce: ce_init done
[   43.370155] hif_config_ce: X, ret = 0
[   43.373840] hif_set_hia: E
[   43.380725] hif_set_hia_extnd: E
[   43.382956] chip_id 0xb chip_revision 0x0
[   43.386910] 
[   43.386910]  CLOCK PLL skipped
[   43.391427] hif_set_hia_extnd: setting the target pll frac ffffffff intval ffffffff
[   43.399101] hif_set_hia_extnd: no frac provided, skipping pre-configuring PLL
[   43.407304] hif_pci_bus_configure: hif_set_hia done
[   43.411157] hif_configure_irq: E
[   43.414423] hif_enable: X OK
[   43.417235] hif_napi_create: NAPI structures initialized
[   43.422558] hif_napi_create: NAPI id 6 created for pipe 5
[   43.427904] qca_napi_create: napi instance 32 created on pipe 4
[   43.433837] hif_napi_event: received evnt: CONF cmd; v = 1 (state=0x1)
[   43.440315] hif_napi_event: setting configuration to ON
[   43.445686] 
[   43.445686] __ol_ath_attach() Allocated scn ca9004c0
[   43.452044] nss is not enabled on this platform
[   43.456463] nss register id -1 offload mode enabled = 0 nss config 0 Target Type b 
[   43.464211] __ol_ath_attach: dev name wifi0
[   43.468273] ol_ath_attach interface_id 0
[   43.472691] ol_target_init() BMI inited.
[   43.476189] ol_target_init() BMI Get Target Info.
[   43.480767] Chip id: 0xb, chip version: 0x1000000
[   43.485523] 
[   43.485523]  CE WAR Disabled
[   43.489982] NUM_DEV=1 FWMODE=0x2 FWSUBMODE=0x0 FWBR_BUF 0
[   43.495426] ol_target_init() configure Target .
[   43.499789] 
[   43.499789]  Target Version is 1000000
[   43.504932] 
[   43.504932]  Flash Download Address  c0000 
[   43.510548] ol_transfer_bin_file: flash data file defined
[   43.515981] ol_transfer_bin_file[3843] Get Caldata for wifi0.
[   43.521758] qdf_fs_read[66], Open File /tmp/wifi0.caldata SUCCESS!!
[   43.527908] file system magic:16914836
[   43.531679] super blocksize:4096
[   43.534844] inode 14532
[   43.537273] file size:12064
[   43.540137] qc98xx_verify_checksum: flash checksum passed: 0xb62b
[   43.546183] ol_transfer_bin_file 3903: Download Flash data len 12064
[   43.552806] Board extended Data download address: 0x0
[   43.577073] 
[   43.577073]  Board data initialized
[   43.581107] ol_ath_download_firmware: Download OTP, flash download ADDRESS 0xc0000
[   43.588631] 
[   43.588631]  Selecting  OTP binary for CHIP Version 0x01000000, and CHIP Type 11, CHIP Revision -1063510476
[   43.602320] ol_transfer_bin_file() zte_debug FW Filename: IPQ4019/hw.1/otp.bin
[   43.627634] ath10k_ahb a000000.wifi: Firmware loaded from user helper succesfully
[   43.634258] ol_transfer_bin_file 3725: downloading file 0, Download data len 4676
[   43.658138] 
[   43.658138]  First OTP send param 8000
[   43.667207] ol_ath_download_firmware :First OTP download and Execute is good address:0x1234 return param 0x5000
[   43.676579] ol_ath_download_firmware:##Board Id 20 , CHIP Id 0
[   43.691668] ol_ath_download_firmware: BOARDDATA DOWNLOAD TO address 0xc0000
[   43.697641] 
[   43.697641]  wifi0: Selecting board data file name boardData_1_0_IPQ4019_DK04_2G.bin
[   43.706898] ol_transfer_bin_file: Board Data File download to address=0xc0000 file name=IPQ4019/hw.1/boardData_1_0_IPQ4019_DK04_2G.bin
[   43.718936] ol_transfer_bin_file() zte_debug FW Filename: IPQ4019/hw.1/boardData_1_0_IPQ4019_DK04_2G.bin
iptables v1.4.21: Couldn't load target `wifi_multissid_isolate':No such file or directory

Try `iptables -h' or 'iptables --help' for more information.
iptables: No chain/target/match by that name.
iptables: No chain/target/match by that name.
iptables v1.4.21: Couldn't load target `second_ssid_access_control':No such file or directory

Try `iptables -h' or 'iptables --help' for more information.
iptables: No chain/target/match by that name.
iptables: No chain/target/match by that name.
iptables v1.4.21: Couldn't load target `wifi_main_guest_ssid_isolate':No such file or directory

Try `iptables -h' or 'iptables --help' for more information.
iptables: No chain/target/match by that name.
iptables: No chain/target/match by that name.
[   43.893126] ath10k_ahb a000000.wifi: Firmware loaded from user helper succesfully
[   43.899608] ol_transfer_bin_file 3725: downloading file 3, Download data len 12064
[   43.910075] Board extended Data download address: 0x0
[   43.934010] ol_ath_download_firmware: Using 0x1234 for the remainder of init
[   43.940094] 
[   43.940094]  Selecting  OTP binary for CHIP Version 0x01000000, and CHIP Type 11, CHIP Revision -1063510476
[   43.951423] ol_transfer_bin_file() zte_debug FW Filename: IPQ4019/hw.1/otp.bin
[   43.958585] ath10k_ahb a000000.wifi: Firmware loaded from user helper succesfully
[   43.965966] ol_transfer_bin_file 3725: downloading file 0, Download data len 4676
[   43.989869] 
[   43.989869]  [Flash] : Ignore Module param
[   43.994483] 
[   43.994483]  Second otp download Param 10000 
[   44.010465] ol_ath_download_firmware : Second OTP download and Execute is good, param=0x0 
[   44.017744] 
[   44.017744]  Mission mode: Firmware CHIP Version 0x01000000, and CHIP Type 11, CHIP Revision -1063510476
[   44.029569] ath10k_ahb a000000.wifi: Firmware loaded from user helper succesfully
[   44.036483] ol_swap_seg_alloc: Successfully allocated memory for SWAP size=262144 
[   44.044168] ath10k_ahb a000000.wifi: Firmware loaded from user helper succesfully
[   44.051129] ol_swap_wlan_memory_expansion: length:152475 size_left:152495 dma_size_left:262144 fw_temp:d5379004 fw_entry_size:152499
[   44.063070] ol_swap_wlan_memory_expansion: dma_virt_addr :d5338000 fw_temp: d5379008 length: 152475
[   44.072363] Swap: bytes_left to copy: fw:16; dma_page:109669
[   44.077695] ol_swap_wlan_memory_expansion: length:0 size_left:12 dma_size_left:109669 fw_temp:d539e3a7 fw_entry_size:152499
[   44.088827] Swap: wrong length read:0
[   44.092465] ol_swap_wlan_memory_expansion: Swap total_bytes copied: 152475 Target address 417260 
[   44.101436] scn=ca9004c0  target_write_addr=417260 seg_info=cbcd3a10 
[   44.107758] ol_transfer_swap_struct:Code swap structure successfully downloaded for bin type =2 
[   44.116510] bin_filename=IPQ4019/hw.1/athwlan.bin swap_filename=/lib/firmware/IPQ4019/hw.1/athwlan.codeswap.bin 
[   44.127042] ol_transfer_bin_file: Downloading firmware file: IPQ4019/hw.1/athwlan.bin
[   44.134551] ol_transfer_bin_file() zte_debug FW Filename: IPQ4019/hw.1/athwlan.bin
00:00:05 UP>>[update_control.c:2878]########---Update_Control Start---########
00:00:05 UP>>[update_control.c:2883]modem is QC_MODEM
[   44.611896] ath10k_ahb a000000.wifi: Firmware loaded from user helper succesfully
[   44.618369] ol_transfer_bin_file 3725: downloading file 1, Download data len 364248
[   45.843870] ol_target_init() Download FW done. 
[   45.847435] ERROR: No  wifi_dump dts node available in the dts entry file
[   45.854392] ol_ath_attach() WMI attached. wmi_handle cf9ea000 
[   45.859964] wmi_unified_register_event_handler: Event id 62 is unavailable
[   45.866857] +htc_create ..  HIF :cab98000-htc_create: (0xcbecb000)
[   45.872829] htc_wmi_init() HT Create . cbecb000
[   45.877605] htc_wmi_init 8429 host_enable 0 nss_nwifi_offload 0
[   45.883473] ol_ath_set_default_tgt_config : AC Minfree buffer allocation through module param (umac.ko)
[   45.892803]  OL_ACBKMinfree : 0
[   45.895895]  OL_ACBEMinfree : 0
[   45.899018]  OL_ACVIMinfree : 0
[   45.902176]  OL_ACVOMinfree : 0
[   45.905274] hif_enable_fastpath, Enabling fastpath mode
[   45.910478] +HWT
[   45.912342] hif_completion_thread_startup: pipe_num:0 pipe_info:0xcab9c578
[   45.919167] hif_completion_thread_startup: pipe_num:3 pipe_info:0xcab9c650
[   45.926053] hif_completion_thread_startup: pipe_num:4 pipe_info:0xcab9c698
[   45.938681] -HWT
[   45.939562] Startup Mode-0 set
[   45.942588] pdev attach 00000000 -1 
[   45.946094] 
[   45.946094] <=== cfg max peer id 1056 ====>
[   45.952418] htt_peer_map_timer_init Enter pdev c9a78000 hrtimer c9a7c948
[   45.958422] 
[   45.958422]  htt_alloc_peer_map_mem : Alloc Success : host q vaddr ca94c000 paddr 8a94c000
[   45.968186] 
[   45.968186]  htt_alloc_peer_map_mem : Flush Interval Configured to 256 pkts
[   45.979837] ol_txrx_pdev_attach: 2500 tx desc's allocated ; range starts from c9700000
[   45.988880] Firmware_Build_Number:92 
[   45.991529] host/RAM_fw Build Ver Mismatch: H:0x53, F:0x5C ! 
[   45.997282] FW wireless modes: 0x680c
[   46.000899] num_rf_chain:0x00000002  ht_cap_info:0x0000085b  vht_cap_info:0x339959b2  vht_supp_mcs:0x0000fffa
[   46.010799] btcoex_support 0, wlan_prio_gpio 0, coex_gpio_pin 0 0 0
[   46.017070] wmi_service_coex_gpio 1, wmi_service_4_wire_coex_support 0, coex_version 0
[   46.024970] 
[   46.024970] Sending Ext resource cfg: HOST PLATFORM as 0
[   46.024970] fw_feature_bitmap as 50 to TGT
[   46.035873] ol_ath_service_ready_event: tt_support: 1
[   46.040830] ol_ath_service_ready_event: periodic_chan_stats: 1
[   46.046671] ol_ath_service_ready_event: sw_cal_support_check_flag: 1
[   46.053015] Peer Caching Enabled ; num_peers = 530, num_active_peers = 52 num_tids = 104, num_vdevs = 17
[   46.062472] Airtime Fairness: num_peers=530 num_active_peer=52
[   46.068338] idx 1 req 2  num_units 1 num_unit_info 12 unit size 256 actual units 53 
[   46.076047] ol_ath_alloc_host_mem_chunk req_id 2 idx 0 num_units 53 unit_len 256,
[   46.083479] idx 2 req 3  num_units 1 num_unit_info 12 unit size 1024 actual units 53 
[   46.091318] ol_ath_alloc_host_mem_chunk req_id 3 idx 1 num_units 53 unit_len 1024,
[   46.098841] idx 3 req 4  num_units 1 num_unit_info 12 unit size 4096 actual units 53 
[   46.106812] ol_ath_alloc_host_mem_chunk req_id 4 idx 2 num_units 53 unit_len 4096,
[   46.114208] idx 0 req 1  num_units 0 num_unit_info 2 unit size 744 actual units 531 
[   46.122220] ol_ath_alloc_host_mem_chunk req_id 1 idx 3 num_units 531 unit_len 744,
[   46.129459] idx 4 req 6  num_units 35 num_unit_info 0 unit size 3072 actual units 35 
[   46.137376] ol_ath_alloc_host_mem_chunk req_id 6 idx 4 num_units 35 unit_len 3072,
[   46.144846] idx 5 req 7  num_units 1 num_unit_info 0 unit size 6144 actual units 1 
[   46.152496] ol_ath_alloc_host_mem_chunk req_id 7 idx 5 num_units 1 unit_len 6144,
[   46.159930] idx 6 req 5  num_units 0 num_unit_info 2 unit size 2036 actual units 531 
[   46.168670] ol_ath_alloc_host_mem_chunk req_id 5 idx 6 num_units 531 unit_len 2036,
[   46.175408] Support not added yet for Service 91
[   46.179976] Support not added yet for Service 92
[   46.184591] No EXT_MSG send INIT now
[   46.188143] chunk 0 len 13568 requested , ptr  0x8bd14000
[   46.193546] chunk 1 len 54272 requested , ptr  0x896f0000
[   46.198902] chunk 2 len 217088 requested , ptr  0x89780000
[   46.205265] chunk 3 len 395064 requested , ptr  0x89000000
[   46.209845] chunk 4 len 107520 requested , ptr  0x89760000
[   46.215336] chunk 5 len 6144 requested , ptr  0x8abb8000
[   46.220603] chunk 6 len 1081116 requested , ptr  0x89200000
[   46.226258] ol_ath_service_ready_event[4284] WAPI MBSSID 2 
[   46.268402] Version = 16777216 3  status = 0
[   46.271694] ol_ath_connect_htc() WMI is ready
[   46.276085] target uses HTT version 2.2; host uses 2.2
[   46.281120] htt_h2t_frag_desc_bank_cfg_msg - HTT_H2T_MSG_TYPE_FRAG_DESC_BANK_CFG sent to FW for radio ID = 0
[   46.295969] ol_ath_attach() connect HTC. 
[   46.298951] bypasswmi : 0
[   46.301561] ol_regdmn_start: reg-domain param: regdmn=0, countryName=, wModeSelect=FFFFFFFF, netBand=FFFFFFFF, extendedChanMode=0.
[   46.313311] ol_regdmn_init_channels: !avail mode 0x680c (0x2) flags 0x2150
[   46.320135] ol_regdmn_init_channels: !avail mode 0x680c (0x1) flags 0x140
[   46.326956] ol_regdmn_init_channels: !avail mode 0x680c (0x20) flags 0xd0
[   46.333742] ol_regdmn_init_channels: !avail mode 0x680c (0x40) flags 0x150
[   46.340569] ol_regdmn_init_channels: !avail mode 0x680c (0x1000) flags 0x10100
[   46.347763] ol_regdmn_init_channels: !avail mode 0x680c (0x8000) flags 0x20100
[   46.354964] ol_regdmn_init_channels: !avail mode 0x680c (0x10000) flags 0x40100
[   46.362255] ol_regdmn_init_channels: !avail mode 0x680c (0x20000) flags 0x100100
[   46.369616] ol_regdmn_init_channels: !avail mode 0x680c (0x40000) flags 0x200100
[   46.377011] ol_regdmn_init_channels: !avail mode 0x680c (0x80000) flags 0x400100
[   46.384391] ol_regdmn_init_channels: !avail mode 0x680c (0x100000) flags 0x800100
[   46.391852] ol_regdmn_init_channels: !avail mode 0x680c (0x200000) flags 0x4000100
[   46.399389] ol_regdmn_init_channels: !avail mode 0x680c (0x400000) flags 0x8000100
[   46.407276] OL Resmgr Init-ed
[   46.410052] ieee80211_cbs_init CBS Inited
[   46.413881] ieee80211_bsteering_attach: Band steering initialized
[   46.419978] acfg_attach: 2979: Netlink socket created:cd68a000
[   46.425844] SPECTRAL : get_capability not registered
[   46.430721] HAL_CAP_PHYDIAG : Capable
[   46.434443] SPECTRAL : Need to fix the capablity check for RADAR (spectral_attach : 242)
[   46.442464] SPECTRAL : get_capability not registered
[   46.447388] HAL_CAP_RADAR   : Capable
[   46.451032] SPECTRAL : Need to fix the capablity check for SPECTRAL
[   46.451032]  (spectral_attach : 247)
[   46.460868] SPECTRAL : get_capability not registered
[   46.465820] HAL_CAP_SPECTRAL_SCAN : Capable
[   46.469957] SPECTRAL : get_tsf64 not registered
[   46.474503] spectral_init_netlink 85 NULL SKB
[   46.478819] Green-AP : Green-AP : Attached
[   46.478819] 
[   46.484400] Green-AP : Attached
[   46.487495] rate power table override is only supported for AR98XX
[   46.493839] ol_ath_smart_ant_attach: Hardware doest not support Smart Antenna.
[   46.500919] ol_if_dfs_attach: called; ptr=c906998c, radar_info=ca00bbf0
[   46.507484] dfs_attach: event log enabled by default
[   46.513358] >>>> CB Set 00000000
[   46.515983] ol_ath_attach() UMAC attach . 
[   46.519698] 
[   46.519698]  BURSTING enabled by default
[   46.525287] ol_ath_attach: Set global_ic[1] ..ptr:bf7ca42c
[   46.530579] ath_lowi_if_netlink_init LOWI Netlink successfully created
[   46.537218] osif_wrap_attach:444 osif wrap attached
[   46.541982] osif_wrap_devt_init:405 osif wrap dev table init done
[   46.548000]  Wrap Attached: Wrap_com =ca85c800 ic->ic_wrap_com=ca85c800 &wrap_com->wc_devt=ca85c800 
[   46.557138] __ol_ath_attach: needed_headroom reservation 60
monitor:add@/devices/soc.1/a000000.wifi/net/wifi0[   46.564831] ol_ath_thermal_param_init: dev_name: wifi0

monitor:ACTION=add
monitor:DEVPATH=/devices/soc.1/a000000.wif[   46.572274] ol_ath_thermal_mitigation_attach: --
i/net/wifi0
monitor:SUBSYSTEM=net
monitor:INTERFACE=wifi0
mon[   46.582320] ol_ath_ahb_probe num_radios=0, wifi_radios[0].sc = ca9004c0 wifi_radio_type = 2
itor:IFINDEX=18
monitor:SEQNUM=1164
monitor:event { 'add', '' [   46.596237] ath_sysfs_diag_init: diag_fsattr 
}
monitor:add@/devices/soc.1/a000000.wifi/net/wifi0/queues/rx-0[   46.606402]  *********** IPQ4019  *************

monitor:ACTION=add
monitor:DEVPATH=/devices/soc.1/a000000.wif[   46.616842] Wifi1 CPU frequency 250000000
[   46.616842] 
i/net/wifi0/queues/rx-0
monitor:SUBSYSTEM=queues
monitor:SEQNUM=1165
monitor:event { 'add', '' }
monitor:add@/devices/soc.1/a000000.wifi/net/wifi0/queues/tx-0
monitor:ACTION=add
monitor:DEVPATH=/devices/soc.1/a000000.wifi/net/wifi0/queues/tx-0
monit[   46.647292] hif_target_sync_ahb: Got FW signal, retries = 1
[   46.654882] hif_ahb_enable_bus: X - hif_type = 0xd, target_type = 0xb
or:SUBSYSTEM=queues
monitor:SEQNUM=1166
monitor:event { 'add',[   46.661724] hif_config_ce: ce_init done
[   46.670659] hif_config_ce: X, ret = 0
[   46.674329] hif_set_hia: E
 '' }
[   46.681412] hif_set_hia_extnd: E
[   46.683656] chip_id 0xb chip_revision 0x0
[   46.687611] 
[   46.687611]  CLOCK PLL skipped
[   46.692185] hif_set_hia_extnd: setting the target pll frac ffffffff intval ffffffff
[   46.699766] hif_set_hia_extnd: no frac provided, skipping pre-configuring PLL
[   46.708004] hif_pci_bus_configure: hif_set_hia done
[   46.711887] hif_configure_irq: E
[   46.715103] hif_enable: X OK
[   46.717940] hif_napi_create: NAPI structures initialized
[   46.723265] hif_napi_create: NAPI id 6 created for pipe 5
[   46.728612] qca_napi_create: napi instance 32 created on pipe 4
[   46.734585] hif_napi_event: received evnt: CONF cmd; v = 1 (state=0x1)
[   46.741022] hif_napi_event: setting configuration to ON
[   46.746370] 
[   46.746370] __ol_ath_attach() Allocated scn c97c04c0
[   46.752745] nss is not enabled on this platform
[   46.757172] nss register id -1 offload mode enabled = 0 nss config 0 Target Type b 
[   46.764850] __ol_ath_attach: dev name wifi1
[   46.768979] ol_ath_attach interface_id 1
[   46.773159] ol_target_init() BMI inited.
[   46.776901] ol_target_init() BMI Get Target Info.
[   46.781475] Chip id: 0xb, chip version: 0x1000000
[   46.786187] 
[   46.786187]  CE WAR Disabled
[   46.790696] NUM_DEV=1 FWMODE=0x2 FWSUBMODE=0x0 FWBR_BUF 0
[   46.796119] ol_target_init() configure Target .
[   46.800492] 
[   46.800492]  Target Version is 1000000
[   46.805631] 
[   46.805631]  Flash Download Address  c0000 
[   46.811248] ol_transfer_bin_file: flash data file defined
[   46.816658] ol_transfer_bin_file[3843] Get Caldata for wifi1.
[   46.822452] qdf_fs_read[66], Open File /tmp/wifi1.caldata SUCCESS!!
[   46.828608] file system magic:16914836
[   46.832406] super blocksize:4096
[   46.835555] inode 14537
[   46.837979] file size:12064
[   46.840835] qc98xx_verify_checksum: flash checksum passed: 0x35ea
[   46.846866] ol_transfer_bin_file 3903: Download Flash data len 12064
[   46.853476] Board extended Data download address: 0x0
[   46.877770] 
[   46.877770]  Board data initialized
[   46.881797] ol_ath_download_firmware: Download OTP, flash download ADDRESS 0xc0000
[   46.889348] [wifi0] FWLOG: [53997] WAL_DBGID_TX_AC_BUFFER_SET ( 0x3[   46.895133] 
[   46.895133]  Selecting  OTP binary for CHIP Version 0x01000000, and CHIP Type 11, CHIP Revision -1063510476
[   46.895175] ol_transfer_bin_file() zte_debug FW Filename: IPQ4019/hw.1/otp.bin
[   46.895271] ath10k_ahb a800000.wifi: Firmware loaded from user helper succesfully
[   46.895286] ol_transfer_bin_file 3725: downloading file 0, Download data len 4676

[   46.928738] , 0x1e, 0x94c, 0x94c, 0x0 )
[   46.932669] [wifi0] FWLOG: [53997] WAL_DBGID_TX_AC_BUFFER_SET ( 0x12, 0x1e, 0x94c, 0x94c, 0x0 )
[   46.941366] [wifi0] FWLOG: [53997] WAL_DBGID_TX_AC_BUFFER_SET ( 0x45, 0x1e, 0x94c, 0x94c, 0x0 )
[   46.950046] [wifi0] FWLOG: [53997] WAL_DBGID_TX_AC_BUFFER_SET ( 0x67, 0x1e, [   46.956756] 
[   46.956756]  First OTP send param 8000

[   46.962153] 0x94col_ath_download_firmware :First OTP download and Execute is good address:0x1234 return param 0x5400
[   46.962682] ol_ath_download_firmware:##Board Id 21 , CHIP Id 0
[   46.978644] , [   46.979013] ol_ath_download_firmware: BOARDDATA DOWNLOAD TO address 0xc0000
[   46.979027] 
[   46.979027]  wifi1: Selecting board data file name boardData_1_0_IPQ4019_DK04_5G.bin
[   46.979036] ol_transfer_bin_file: Board Data File download to address=0xc0000 file name=IPQ4019/hw.1/boardData_1_0_IPQ4019_DK04_5G.bin
[   46.979040] ol_transfer_bin_file() zte_debug FW Filename: IPQ4019/hw.1/boardData_1_0_IPQ4019_DK04_5G.bin
[   46.979217] ath10k_ahb a800000.wifi: Firmware loaded from user helper succesfully
[   46.979234] ol_transfer_bin_file 3725: downloading file 3, Download data len 12064

[   47.032829] 0x94c[   47.033266] Board extended Data download address: 0x0
[   47.039731] , 0x0 )
[   47.060154] ol_ath_download_firmware: Using 0x1234 for the remainder of init
[   47.066215] 
[   47.066215]  Selecting  OTP binary for CHIP Version 0x01000000, and CHIP Type 11, CHIP Revision -1063510476
[   47.077433] ol_transfer_bin_file() zte_debug FW Filename: IPQ4019/hw.1/otp.bin
[   47.084691] ath10k_ahb a800000.wifi: Firmware loaded from user helper succesfully
[   47.092078] ol_transfer_bin_file 3725: downloading file 0, Download data len 4676
[   47.115897] 
[   47.115897]  [Flash] : Ignore Module param
[   47.120449] 
[   47.120449]  Second otp download Param 10000 
[   47.136804] ol_ath_download_firmware : Second OTP download and Execute is good, param=0x0 
[   47.144116] 
[   47.144116]  Mission mode: Firmware CHIP Version 0x01000000, and CHIP Type 11, CHIP Revision -1063510476
[   47.155441] ath10k_ahb a800000.wifi: Firmware loaded from user helper succesfully
[   47.162727] ol_swap_seg_alloc: Successfully allocated memory for SWAP size=262144 
[   47.170414] ath10k_ahb a800000.wifi: Firmware loaded from user helper succesfully
[   47.177511] ol_swap_wlan_memory_expansion: length:152475 size_left:152495 dma_size_left:262144 fw_temp:d5a69004 fw_entry_size:152499
[   47.189382] ol_swap_wlan_memory_expansion: dma_virt_addr :d5a28000 fw_temp: d5a69008 length: 152475
[   47.198619] Swap: bytes_left to copy: fw:16; dma_page:109669
[   47.204065] ol_swap_wlan_memory_expansion: length:0 size_left:12 dma_size_left:109669 fw_temp:d5a8e3a7 fw_entry_size:152499
[   47.216021] Swap: wrong length read:0
[   47.218788] ol_swap_wlan_memory_expansion: Swap total_bytes copied: 152475 Target address 417260 
[   47.227794] scn=c97c04c0  target_write_addr=417260 seg_info=cbcd3d10 
[   47.234089] ol_transfer_swap_struct:Code swap structure successfully downloaded for bin type =2 
[   47.242892] bin_filename=IPQ4019/hw.1/athwlan.bin swap_filename=/lib/firmware/IPQ4019/hw.1/athwlan.codeswap.bin 
[   47.253045] ol_transfer_bin_file: Downloading firmware file: IPQ4019/hw.1/athwlan.bin
[   47.260796] ol_transfer_bin_file() zte_debug FW Filename: IPQ4019/hw.1/athwlan.bin
[   47.269330] ath10k_ahb a800000.wifi: Firmware loaded from user helper succesfully
[   47.275868] ol_transfer_bin_file 3725: downloading file 1, Download data len 364248
[   48.498494] ol_target_init() Download FW done. 
[   48.502099] ERROR: No  wifi_dump dts node available in the dts entry file
[   48.508986] ol_ath_attach() WMI attached. wmi_handle c930a000 
[   48.514627] wmi_unified_register_event_handler: Event id 62 is unavailable
[   48.521835] +htc_create ..  HIF :c9358000-htc_create: (0xcbece800)
[   48.527441] htc_wmi_init() HT Create . cbece800
[   48.532247] htc_wmi_init 8429 host_enable 0 nss_nwifi_offload 0
[   48.538035] ol_ath_set_default_tgt_config : AC Minfree buffer allocation through module param (umac.ko)
[   48.547472]  OL_ACBKMinfree : 0
[   48.550531]  OL_ACBEMinfree : 0
[   48.553677]  OL_ACVIMinfree : 0
[   48.556777]  OL_ACVOMinfree : 0
[   48.559903] hif_enable_fastpath, Enabling fastpath mode
[   48.565135] +HWT
[   48.566941] hif_completion_thread_startup: pipe_num:0 pipe_info:0xc935c578
[   48.573876] hif_completion_thread_startup: pipe_num:3 pipe_info:0xc935c650
[   48.580657] hif_completion_thread_startup: pipe_num:4 pipe_info:0xc935c698
[   48.593377] -HWT
[   48.594253] Startup Mode-0 set
[   48.597239] pdev attach 00000000 -1 
[   48.600795] 
[   48.600795] <=== cfg max peer id 1056 ====>
[   48.607136] htt_peer_map_timer_init Enter pdev c8fe8000 hrtimer c8fec948
[   48.613163] 
[   48.613163]  htt_alloc_peer_map_mem : Alloc Success : host q vaddr c90ac000 paddr 890ac000
[   48.622863] 
[   48.622863]  htt_alloc_peer_map_mem : Flush Interval Configured to 256 pkts
[   48.634582] ol_txrx_pdev_attach: 2500 tx desc's allocated ; range starts from c8460000
[   48.643701] Firmware_Build_Number:92 
[   48.646352] host/RAM_fw Build Ver Mismatch: H:0x53, F:0x5C ! 
[   48.652109] FW wireless modes: 0x1f9001
[   48.655896] num_rf_chain:0x00000002  ht_cap_info:0x0000085b  vht_cap_info:0x339959b2  vht_supp_mcs:0x0000fffa
[   48.665790] wmi_service_coex_gpio 0, wmi_service_4_wire_coex_support 0, coex_version 0
[   48.673719] 
[   48.673719] Sending Ext resource cfg: HOST PLATFORM as 0
[   48.673719] fw_feature_bitmap as 50 to TGT
[   48.684622] ol_ath_service_ready_event: tt_support: 1
[   48.689576] ol_ath_service_ready_event: periodic_chan_stats: 1
[   48.695418] ol_ath_service_ready_event: sw_cal_support_check_flag: 1
[   48.701775] Peer Caching Enabled ; num_peers = 530, num_active_peers = 52 num_tids = 104, num_vdevs = 17
[   48.711189] Airtime Fairness: num_peers=530 num_active_peer=52
[   48.717098] idx 1 req 2  num_units 1 num_unit_info 12 unit size 256 actual units 53 
[   48.724794] ol_ath_alloc_host_mem_chunk req_id 2 idx 0 num_units 53 unit_len 256,
[   48.732226] idx 2 req 3  num_units 1 num_unit_info 12 unit size 1024 actual units 53 
[   48.740067] ol_ath_alloc_host_mem_chunk req_id 3 idx 1 num_units 53 unit_len 1024,
[   48.747591] idx 3 req 4  num_units 1 num_unit_info 12 unit size 4096 actual units 53 
[   48.755565] ol_ath_alloc_host_mem_chunk req_id 4 idx 2 num_units 53 unit_len 4096,
[   48.762952] idx 0 req 1  num_units 0 num_unit_info 2 unit size 744 actual units 531 
[   48.770942] ol_ath_alloc_host_mem_chunk req_id 1 idx 3 num_units 531 unit_len 744,
[   48.778233] idx 4 req 6  num_units 35 num_unit_info 0 unit size 3072 actual units 35 
[   48.786132] ol_ath_alloc_host_mem_chunk req_id 6 idx 4 num_units 35 unit_len 3072,
[   48.793599] idx 5 req 7  num_units 1 num_unit_info 0 unit size 6144 actual units 1 
[   48.801227] ol_ath_alloc_host_mem_chunk req_id 7 idx 5 num_units 1 unit_len 6144,
[   48.808696] idx 6 req 5  num_units 0 num_unit_info 2 unit size 2036 actual units 531 
[   48.817414] ol_ath_alloc_host_mem_chunk req_id 5 idx 6 num_units 531 unit_len 2036,
[   48.824150] Support not added yet for Service 91
[   48.828721] Support not added yet for Service 92
[   48.833337] No EXT_MSG send INIT now
[   48.836890] chunk 0 len 13568 requested , ptr  0x8beb0000
[   48.842282] chunk 1 len 54272 requested , ptr  0x884c0000
[   48.847646] chunk 2 len 217088 requested , ptr  0x88500000
[   48.853134] chunk 3 len 395064 requested , ptr  0x88580000
[   48.858585] chunk 4 len 107520 requested , ptr  0x884e0000
[   48.864070] chunk 5 len 6144 requested , ptr  0x8bdd8000
[   48.869347] chunk 6 len 1081116 requested , ptr  0x88600000
[   48.874995] ol_ath_service_ready_event[4284] WAPI MBSSID 2 
[   48.917162] Version = 16777216 3  status = 0
[   48.920463] ol_ath_connect_htc() WMI is ready
[   48.924834] target uses HTT version 2.2; host uses 2.2
[   48.929885] htt_h2t_frag_desc_bank_cfg_msg - HTT_H2T_MSG_TYPE_FRAG_DESC_BANK_CFG sent to FW for radio ID = 1
[   48.944732] ol_ath_attach() connect HTC. 
[   48.947714] bypasswmi : 0
[   48.950325] ol_regdmn_start: reg-domain param: regdmn=0, countryName=, wModeSelect=FFFFFFFF, netBand=FFFFFFFF, extendedChanMode=0.
[   48.962087] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x2) flags 0x2150
[   48.969107] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x4) flags 0xa0
[   48.976000] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x8) flags 0xc0
[   48.982813] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x20) flags 0xd0
[   48.989731] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x40) flags 0x150
[   48.996782] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x800) flags 0x10080
[   49.004084] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x2000) flags 0x20080
[   49.011431] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x4000) flags 0x40080
[   49.018938] Add VHT80 channel: 5210
[   49.022325] Add VHT80 channel: 5290
[   49.025777] Add VHT80 channel: 5530
[   49.029288] Add VHT80 channel: 5610
[   49.032746] Add VHT80 channel: 5690
[   49.036192] Add VHT80 channel: 5775
************Set WiFi SMP Affinity********************
[   49.039773] Skipping VHT80 channel 5825
[   49.048402] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x200000) flags 0x4000100
[   49.056074] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x400000) flags 0x8000100
[   49.064987] freq=58 
[   49.066168] freq=106 
[   49.068419] freq=122 
[   49.070721] OL Resmgr Init-ed
[   49.073924] ieee80211_cbs_init CBS Inited
[   49.077634] ieee80211_bsteering_attach: Band steering initialized
[   49.083790] acfg_attach: Offload using existing sock cd68a000
cat: can't open '/sys/class/net/wifi1/hwcaps': No such file or d[   49.089553] SPECTRAL : get_capability not registered
irectory
[   49.100049] HAL_CAP_PHYDIAG : Capable
[   49.104492] SPECTRAL : Need to fix the capablity check for RADAR (spectral_attach : 242)
[   49.112609] SPECTRAL : get_capability not registered
[   49.117521] HAL_CAP_RADAR   : Capable
[   49.121129] SPECTRAL : Need to fix the capablity check for SPECTRAL
[   49.121129]  (spectral_attach : 247)
[   49.131626] SPECTRAL : get_capability not registered
[   49.135868] HAL_CAP_SPECTRAL_SCAN : Capable
[   49.140045] SPECTRAL : get_tsf64 not registered
[   49.144588] spectral_init_netlink 85 NULL SKB
[   49.148888] Green-AP : Green-AP : Attached
[   49.148888] 
[   49.154482] Green-AP : Attached
[   49.157563] rate power table override is only supported for AR98XX
[   49.163833] ol_ath_smart_ant_attach: Hardware doest not support Smart Antenna.
normal mode!
zte_port_status_monitor_create_msg_queue(): msgid [   49.171150] ol_if_dfs_attach: called; ptr=c85e998c, radar_info=ca00bbf0
= [524304]
[   49.183255] dfs_attach: event log enabled by default
zte_ripc
[   49.190318] >>>> CB Set 00000000
zte_ripc start without parameter 
[   49.194094] ol_ath_attach() UMAC attach . 
[   49.200329] 
[   49.200329]  BURSTING enabled by default
wifi_start_mode is 2.
zte_ripc server
iMsgHandle is 557073
[   49.205816] ol_ath_attach: Set global_ic[2] ..ptr:bf7ca42c
[   49.216551] ath_lowi_if_netlink_init Incremented LOWI netlink ref count: 2
zte_ripc begin to rcv msg from queue 557073. 
[   49.223781] osif_wrap_attach:444 osif wrap attached
[   49.232813] osif_wrap_devt_init:405 osif wrap dev table init done
[   49.238459]  Wrap Attached: Wrap_com =ccfbc000 ic->ic_wrap_com=ccfbc000 &wrap_com->wc_devt=ccfbc000 
[   49.248192] __ol_ath_attach: needed_headroom reservation 60
monitor:add@/devices/soc.1/a800000.wifi/net/wifi1   49.256899] ol_ath_thermal_param_init: dev_name: wifi1

monitor:ACTION=add
monitor:DEVPATH=/devices/soc.1/a800000.wif[   49.263188] Switching to Tx Mode-1 Threshold 280
[   49.263501] ol_ath_thermal_mitigation_attach: --
[   49.263513] ol_ath_ahb_probe num_radios=1, wifi_radios[1].sc = c97c04c0 wifi_radio_type = 2
[   49.263538] ath_sysfs_diag_init: diag_fsattr 
[   49.264061] ath_ol_pci:  (Atheros/multi-bss)
i/net/wifi1
monitor:SUBSYSTEM=net
monitor:INTERFACE=wifi1
monitor:IFINDEX=19
monitor:SEQNUM=1167
monitor:event { 'add', '' [   49.300565]  pktlog_init: Initializing Pktlog for AR900B, pktlog_hdr_size = 16
}
monitor:add@/devices/soc.1/a800000.wifi/net/wifi1/queues/rx-0[   49.312955] +hif_update_pipe_callback pipeid 8
[   49.312955] 

monitor:ACTION=add
monitor:DEVPATH=/devices/soc.1/a800000.wif[   49.324440] -hif_update_pipe_callback
[   49.324440] 
i/net/wifi1/queues/rx-0
monitor:SUBSYSTEM=queues
monitor:SEQNU[   49.335065]  pktlog_init: Initializing Pktlog for AR900B, pktlog_hdr_size = 16
[   49.347713] +hif_update_pipe_callback pipeid 8
[   49.347713] 
[   49.353606] -hif_update_pipe_callback
[   49.353606] 
M=1168
monitor:event { 'add', '' }
monitor:add@/devices/soc.1/a800000.wifi/net/wifi1/queues/tx-0
monitor:ACTION=add
monitor:DEVPATH=/devices/soc.1/a800000.wifi/net/wifi1/queues/tx-0
monit[   49.371589] __sa_init_module 
or:SUBSYSTEM=queues
monitor:SEQNUM=1169
monitor:event { 'add', '' }
monitor:add@/bus/platform/drivers/ath10k_ahb
monitor:ACTION=add
monitor:DEVPATH=/bus/platform/drivers/ath10k_ahb
monitor:SUBSYSTEM=drivers
monitor:SEQNUM=1170
monitor:event { 'add', '' }
monitor:add@/bus/pci/drivers/ath_ol_pci
monitor:ACTION=add
monitor:DEVPATH=/bus/pci/drivers/ath_ol_pci
monitor:SUBSYS[   49.410981] Removing athdebug proc file
TEM=drivers
monitor:SEQNUM=1171
monitor:event { 'add', '' }
m[   49.415623] Removing athledonoff proc file
onitor:add@/module/ath_pktlog
monitor:ACTION=add
monitor:DEVPA[   49.425314] ath_dev: driver unloaded
TH=/module/ath_pktlog
monitor:SUBSYSTEM=module
monitor:SEQNUM=1172
monitor:event { 'add', '' }
monitor:add@/module/smart_ant[   49.444383] ath_tx99: driver unloaded
enna
monitor:ACTION=add
monitor:DEVPATH=/module/smart_antenna
monitor:SUBSYSTEM=module
monitor:SEQNUM=1173
monitor:event { [   49.458761] ath_rate_atheros: driver unloaded
'add', '' }
No Direct-Attach chipsets found.
monitor:remove@/bus/pci/drivers/ath_da_pci
monitor:ACTION=remove
monitor:DEVPAT[   49.474489] ath_hal: driver unloaded
H=/bus/pci/drivers/ath_da_pci
monitor:SUBSYSTEM=drivers
monitor:SEQNUM=1174
monitor:event { 'remove', '' }
monitor:remove@/bus/platform/drivers/ath9k_ahb
monitor:ACTION=remove
monitor:DEVPATH=/bus/platform/drivers/ath9k_ahb
monitor:SUBSYSTEM=drivers
monitor:SEQNUM=1175
monitor:event { 'remove', '' }
monitor:remove@/module/qca_da
monitor:ACTION=remove
monitor:DEVPATH=/module/qca_da
monitor:SUBSYSTEM=module
monitor:SEQNUM=1176
monitor:event { 'remove', '' }
monitor:remove@/module/ath_dev
monitor:ACTION=remove
monitor:DEVPATH=/module/ath_dev
monitor:SUBSYSTEM=module
monitor:SEQNUM=1177
monitor:event { 'remove', '' }
monitor:remove@/module/hst_tx99
monitor:ACTION=remove
monit[   49.537046] [wifi1] or:DEVPATH=/module/hst_tx99
monitor:SUBSYSTEM=module
monitor:SFWLOG: [56711] WAL_DBGID_TX_AC_BUFFER_SET ( 0x3, 0x1e, 0x94c, 0x94c, 0x0 )
[   49.554333] [wifi1] FWLOG: [56711] WAL_DBGID_TX_AC_BUFFER_SET ( 0x12, 0x1e, 0x94cEQNUM=1178
monitor:event { 'remove', '' }
monitor:remove@/modu, 0x94c, 0x0 )
[   49.568569] [wifi1] FWLOG: [56711] WAL_DBGID_TX_AC_BUFFER_SET ( le/ath_rate_atheros
monitor:ACTION=remove
monitor:DEVPATH=/mod0x45ule/ath_rate_atheros
monitor:SUBSYSTEM=module
monitor:SEQNUM=1, 0x1e, 0x94c, 0x94c, 0x0 )
[   49.588359] [wifi1] FWLOG: [56711] WAL_DBGID_TX_AC_BUFFER_SET ( 179
monitor:event { 'remove', '' }
monitor:remove@/module/ath_0x67hal
monitor:ACTION=remove
monitor:DEVPATH=/module/ath_hal
mon, itor:SUBSYSTEM=module
monitor:SEQNUM=1180
monitor:event { 'rem0x1e, 0x94c, 0x94c, 0x0 )
ove', '' }
Command failed: Not found
rm: can't remove '/var/run/son.conf': No such file or directory
[   51.912010] Switching to Tx Mode-1 Threshold 280
[   53.340568] nss is not enabled on this platform
[   53.374399] nss is not enabled on this platform
uci: Entry not found
[   53.556860] set TXBF_SND_PERIOD: value 100 wmi_status 0
[   53.565966] set TXBF_SND_PERIOD: value 100 wmi_status 0
Invalid command : obss_rx_rssi_th
Invalid command : obss_rx_rssi_th
add light on here if need
/system/bin/sh: zte_user_connect: not found

[   53.809429] __mc_netlink_receive: Disable bridge snooping!
cfg053579
cfg063579
the input param  is 4
please process the wifi mode of PRERE 
ath0      no private ioctls.

ath1      no private ioctls.

Command failed: Not found
[   55.065419] __mc_netlink_receive: Disable bridge snooping!
killall: iface-mgr: no process killed
sh: 128: unknown operand
qcawifi disable radio wifi0
sh: 128: unknown operand
qcawifi disable radio wifi1
sh: 128: unknown operand
qcawifi: enable radio wifi0
[   55.637395] [ol_ath_iw_setcountry][1914] *p=53, *(p+1)=45
[   55.641981] isCountryCodeValid: EEPROM regdomain 0x0
[   55.646799] ol_regdmn_init_channels: !avail mode 0x680c (0x2) flags 0x2150
[   55.653679] ol_regdmn_init_channels: !avail mode 0x680c (0x1) flags 0x140
[   55.660434] ol_regdmn_init_channels: !avail mode 0x680c (0x20) flags 0xd0
[   55.667184] ol_regdmn_init_channels: !avail mode 0x680c (0x40) flags 0x150
[   55.674136] ol_regdmn_init_channels: !avail mode 0x680c (0x1000) flags 0x10100
[   55.681259] ol_regdmn_init_channels: !avail mode 0x680c (0x8000) flags 0x20100
[   55.688449] ol_regdmn_init_channels: !avail mode 0x680c (0x10000) flags 0x40100
[   55.695709] ol_regdmn_init_channels: !avail mode 0x680c (0x20000) flags 0x100100
[   55.703117] ol_regdmn_init_channels: !avail mode 0x680c (0x40000) flags 0x200100
[   55.710477] ol_regdmn_init_channels: !avail mode 0x680c (0x80000) flags 0x400100
[   55.717844] ol_regdmn_init_channels: !avail mode 0x680c (0x100000) flags 0x800100
[   55.725343] ol_regdmn_init_channels: !avail mode 0x680c (0x200000) flags 0x4000100
[   55.732902] ol_regdmn_init_channels: !avail mode 0x680c (0x400000) flags 0x8000100
[   55.775908] set TXBF_SND_PERIOD: value 100 wmi_status 0
[   55.798578]  Disconnect_timeout value entered:10 
[   55.807733]  reconfiguration_timeout value entered:60 
cat: can't open '/sys/class/net/ath0/address': No such file or directory
sh: bad number
sh: bad number
/sbin/wifi: eval: line 1: wlanmode: not found
[   56.128572] wlan_vap_create : enter. devhandle=0xca9004c0, opmode=IEEE80211_M_HOSTAP, flags=0x1
[   56.136380] send_vdev_create_cmd_non_tlv: ID = 0 Type = 1, Subtype = 0 VAP Addr = d4:72:26:49:ae:b9:
[   56.145559] ieee80211_mbo_vattach:MBO Initialized 
[   56.150131] ieee80211_oce_vattach: OCE Initialized 
[   56.155270] wlan_vap_create : exit. devhandle=0xca9004c0, vap=0xc8770000, opmode=IEEE80211_M_HOSTAP, flags=0x1.
[   56.165166] __ieee80211_smart_ant_init: Smart Antenna is not supported 
[   56.171695] Enabling TX checksum bit for the vap ath0 features 4000 
[   56.177994] Enabling SG bit for the vap ath0 features 4000 
[   56.183582] Enabling SG bit for the vap ath0 features 4000 
[   56.189105] Enabling TSO bit for the vap ath0 features 4000 
[   56.194778] Enabling LRO bit for the vap ath0 features 4000 
monitor:add@/devices/virtual/net/ath0
[   56.201767] VAP device ath0 created osifp: (ca8564c0) os_if: (c8770000)
monitor:ACTION=add
monitor:DEVPATH=/devices/virtual/net/ath0
monitor:SUBSYSTEM=net
monitor:INTERFACE=ath0
monitor:IFINDEX=20
monitor:SEQNUM=1181
monitor:event { 'add', '' }
monitor:add@[   56.222703] siwfreq
/devices/virtual/net/ath0/queues/rx-0
monitor:ACTION=add
monit[   56.229252] Set freq vap 0 stop send + c8770000
or:DEVPATH=/devices/virtual/net/ath0/queues/rx-0
monitor:SUBSYS[   56.239513] Set freq vap 0 stop send -c8770000
TEM=queues
monitor:SEQNUM=1182
monitor:event { 'add', '' }
monitor:add@/devices/virtual/net/ath0/queues/tx-0
monitor:ACTION=add
monitor:DEVPATH=/devices/virtual/net/ath0/queues/tx-0
monitor:SUBSYSTEM=queues
monitor:SEQNUM=1183
monitor:event { 'add', '' }
sh: 0: unknown operand
[   56.271673] Set wait done --c8770000
sh: 192: unknown operand
sh: bad number
sh: bad number
Interface doesn't accept private ioctl...
stafwd (8BE0): Invalid argument
[   56.349761] Setting Max Stations:32
Error for wireless request "Set ESSID" (8B1A) :
    SET failed on device ath0 ; Invalid arg[   56.364953] [DEBUG] vap-0(ath0):set SIOC80211NWID, 17 characters
ument.
[   56.372496]  
[   56.372496]  DES SSID SET=4G-Gateway-49AEB9 
sh: 0: unknown operand
Following channels are blocked from Channel selection algorithm  
[1] [2] [3] [4] 
sh: 0: unknown operand
sh: 0: unknown operand
ath01     no private ioctls.

ath01     no private ioctls.

ath1      no private ioctls.

ath1      no private ioctls.

ath11     no private ioctls.

[   57.001732]  ieee80211_ioctl_siwmode: imr.ifm_active=131712, new mode=3, valid=1 
[   57.032172]  DEVICE IS DOWN ifname=ath0
[   57.035035]  DEVICE IS DOWN ifname=ath0
[   57.212105] Sending SCAN START cmd
[   57.215295] 8021q: adding VLAN 0 to HW filter on device ath0
OK
[   57.635552] device ath0 entered promiscuous mode
[   57.639824] br-lan: port 3(ath0) entered forwarding state
[   57.644623] br-lan: port 3(ath0) entered forwarding state
Interface doesn't accept private ioctl...
setHwaddr (8BE4): Device or resource busy
[   57.741625] br-lan: port 3(ath0) entered forwarding state
[   57.878715] [wifi0] FWLOG: [65185] WAL_DBGID_SECURITY_ENCR_EN (  )
[   57.883871] [wifi0] FWLOG: [65185] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x1 )
[   57.890814] [wifi0] FWLOG: [65217] WAL channel change freq=2412, mode=1 flags=0 rx_ok=1 tx_ok=1
[   57.907411] [wifi0] FWLOG: [65531] WAL channel change freq=2417, mode=1 flags=0 rx_ok=1 tx_ok=1
[   57.916959] [wifi0] FWLOG: [65846] WAL channel change freq=2422, mode=1 flags=0 rx_ok=1 tx_ok=1
sh: 128: unknown operand
qcawifi: enable radio wifi1
[   58.345758] [ol_ath_iw_setcountry][1914] *p=53, *(p+1)=45
[   58.350233] isCountryCodeValid: EEPROM regdomain 0x0
[   58.355187] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x2) flags 0x2150
[   58.362225] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x4) flags 0xa0
[   58.369009] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x8) flags 0xc0
[   58.375856] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x20) flags 0xd0
[   58.382898] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x40) flags 0x150
[   58.389845] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x800) flags 0x10080
[   58.397124] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x2000) flags 0x20080
[   58.404538] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x4000) flags 0x40080
[   58.412002] Add VHT80 channel: 5210
[   58.415318] Add VHT80 channel: 5290
[   58.418833] Add VHT80 channel: 5530
[   58.422297] Add VHT80 channel: 5610
[   58.425754] Skipping VHT80 channel 5660
[   58.429598] Skipping VHT80 channel 5680
[   58.433399] Skipping VHT80 channel 5700
[   58.437197] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x200000) flags 0x4000100
[   58.445143] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x400000) flags 0x8000100
[   58.453901] freq=58 
[   58.455062] freq=106 
[   58.457319] freq=122 
[   58.499000] set TXBF_SND_PERIOD: value 100 wmi_status 0
[   58.523102]  Disconnect_timeout value entered:10 
[   58.532886]  reconfiguration_timeout value entered:60 
cat: can't open '/sys/class/net/ath1/address': No such file or directory
sh: bad number
sh: bad number
/sbin/wifi: eval: line 1: wlanmode: not found
[   58.727871] wlan_vap_create : enter. devhandle=0xc97c04c0, opmode=IEEE80211_M_HOSTAP, flags=0x1
[   58.735711] send_vdev_create_cmd_non_tlv: ID = 0 Type = 1, Subtype = 0 VAP Addr = d4:72:26:4b:ae:b9:
[   58.744972] ieee80211_mbo_vattach:MBO Initialized 
[   58.749433] ieee80211_oce_vattach: OCE Initialized 
[   58.754621] wlan_vap_create : exit. devhandle=0xc97c04c0, vap=0xca038000, opmode=IEEE80211_M_HOSTAP, flags=0x1.
[   58.764553] __ieee80211_smart_ant_init: Smart Antenna is not supported 
[   58.770971] Enabling TX checksum bit for the vap ath1 features 4000 
[   58.777372] Enabling SG bit for the vap ath1 features 4000 
[   58.782906] Enabling SG bit for the vap ath1 features 4000 
[   58.788402] Enabling TSO bit for the vap ath1 features 4000 
[   58.794146] Enabling LRO bit for the vap ath1 features 4000 
monitor:add@/devices/virtual/net/ath1
[   58.801928] VAP device ath1 created osifp: (ca0354c0) os_if: (ca038000)
monitor:ACTION=add
monitor:DEVPATH=/devices/virtual/net/ath1
monitor:SUBSYSTEM=net
monitor:INTERFACE=ath1
monitor:IFINDEX=21
monitor:SEQNUM=1184
monitor:event { 'add', '' }
monitor:add@[   58.822351] siwfreq
/devices/virtual/net/ath1/queues/rx-0
monitor:ACTION=add
monit[   58.828570] Set freq vap 0 stop send + ca038000
or:DEVPATH=/devices/virtual/net/ath1/queues/rx-0
monitor:SUBSYS[   58.838877] Set freq vap 0 stop send -ca038000
TEM=queues
monitor:SEQNUM=1185
monitor:event { 'add', '' }
monitor:add@/devices/virtual/net/ath1/queues/tx-0
monitor:ACTION=add
monitor:DEVPATH=/devices/virtual/net/ath1/queues/tx-0
monitor:SUBSYSTEM=queues
monitor:SEQNUM=1186
monitor:event { 'add', '' }
sh: 0: unknown operand
[   58.871667] Set wait done --ca038000
[   58.878216] [wifi0] FWLOG: [66160] WAL channel change freq=2427, mode=1 flags=0 rx_ok=1 tx_ok=1
[   58.886147] [wifi0] FWLOG: [66473] WAL channel change freq=2432, mode=1 flags=0 rx_ok=1 tx_ok=1
[   58.895174] [wifi0] FWLOG: [66788] WAL channel change freq=2437, mode=1 flags=0 rx_ok=1 tx_ok=1
sh: 192: unknown operand
sh: bad number
sh: bad number
Interface doesn't accept private ioctl...
stafwd (8BE0): Invalid argument
[   58.944774] Setting Max Stations:32
Error for wireless request "Set ESSID" (8B1A) :
    SET failed on device ath1 ; Invalid arg[   58.959786] [DEBUG] vap-0(ath1):set SIOC80211NWID, 17 characters
ument.
[   58.967758]  
[   58.967758]  DES SSID SET=4G-Gateway-49AEB9 
sh: 0: unknown operand
sh: 0: unknown operand
sh: 0: unknown operand
00:00:20 UP>>[update_control.c:2684]modem_detect_Func_attest enter
[   59.491716]  ieee80211_ioctl_siwmode: imr.ifm_active=66176, new mode=3, valid=1 
[   59.532112]  DEVICE IS DOWN ifname=ath1
[   59.535087]  DEVICE IS DOWN ifname=ath1
unzip: can't open /etc_rw/fota/image.zip[.zip]
unzip: can't open /cache/image.zip[.zip]

00:00:20 UP>>[update_control.c:2941]start zte_dm
00:00:20 UP>>[update_control.c:2196]fsm turn from 0 to 0.
[   59.712466] Sending SCAN START cmd
[   59.715769] 8021q: adding VLAN 0 to HW filter on device ath1
OK
[   59.877769] [wifi0] FWLOG: [67102] WAL channel change freq=2442, mode=1 flags=0 rx_ok=1 tx_ok=1
[   59.885870] [wifi0] FWLOG: [67415] WAL channel change freq=2447, mode=1 flags=0 rx_ok=1 tx_ok=1
[   59.894523] [wifi0] FWLOG: [67730] WAL channel change freq=2452, mode=1 flags=0 rx_ok=1 tx_ok=1
[   60.021280] device ath1 entered promiscuous mode
[   60.026122] br-lan: port 4(ath1) entered forwarding state
[   60.030533] br-lan: port 4(ath1) entered forwarding state
Interface doesn't accept private ioctl...
setHwaddr (8BE4): Device or resource busy
[   60.121645] br-lan: port 4(ath1) entered forwarding state
[   60.531806] [wifi1] FWLOG: [67753] WAL_DBGID_SECURITY_ENCR_EN (  )
[   60.536957] [wifi1] FWLOG: [67753] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x1 )
[   60.543902] [wifi1] FWLOG: [67779] WAL channel change freq=5180, mode=0 flags=0 rx_ok=1 tx_ok=1
[   60.552658] [wifi1] FWLOG: [68094] WAL channel change freq=5200, mode=0 flags=0 rx_ok=1 tx_ok=1
[   60.561266] [wifi1] FWLOG: [68408] WAL channel change freq=5220, mode=0 flags=0 rx_ok=1 tx_ok=1
Command failed: Not found
[   60.877294] [wifi0] FWLOG: [68044] WAL channel change freq=2457, mode=1 flags=0 rx_ok=1 tx_ok=1
[   60.885107] [wifi0] FWLOG: [68358] WAL channel change freq=2462, mode=1 flags=0 rx_ok=1 tx_ok=1
[   60.893920] [wifi0] FWLOG: [68672] WAL channel change freq=2467, mode=1 flags=0 rx_ok=1 tx_ok=1
rm: can't remove '/var/run/son.conf': No such file or directory
[   61.200074] send_vdev_down_cmd_non_tlv for vap 0
[   61.204035] ieee80211_derive_chan : Overriding HT40 channel with HT20 channel
[   61.210788] OL vap_start +
[   61.213509] VDEV START
[   61.215834] OL vap_start -
[   61.218516] [zte_debug] cur driver channel = 11
[   61.223069] 
/home/scl/ci/workspace/Soft4_MF286D_H3GSE_CPE/build_folder/qsdk/build_dir/target-arm_cortex-a7_uClibc-1.0.14_eabi/linux-ipq806x/zte_genl_kernel-1.0/zte_genl_kernel_main.c[173]: INFO:send msg to user ok, cmd=4, msg=11  
[   61.243654] ol_ath_vap_set_param: Now supported MGMT RATE is 1000(kbps) and rate code: 0x43
zte_wifi_channel_process: WiFi Channel=[11]
/system/bin/sh: zte_user_connect: not found

[   61.427514] ol_vdev_start_resp_ev for vap 0 (cf9ea000)
[   61.431682] send_wmm_update_cmd_non_tlv:
[   61.435756] su bfee 1 mu bfee 0 su bfer 1 mu bfer 1 impl bf 0 sounding dim 1
[   61.442657] send_vdev_up_cmd_non_tlv for vap 0
[   61.447055] Beacon mode set to staggered. Cannot enable FD
[   61.452499] __ieee80211_smart_ant_init: Smart Antenna is not supported 
[   61.459085] 
/home/scl/ci/workspace/Soft4_MF286D_H3GSE_CPE/build_folder/qsdk/build_dir/target-arm_cortex-a7_uClibc-1.0.14_eabi/linux-ipq806x/zte_genl_kernel-1.0/zte_genl_kernel_main.c[173]: INFO:send msg to user ok, cmd=3, msg=401  
[   61.479759] ol_ath_vap_set_param: Now supported MGMT RATE is 1000(kbps) and rate code: 0x43
zte_wifi_dfs_status_process: dfs=[401]
[   61.531548] [wifi1] FWLOG: [68723] WAL channel change freq=5240, mode=0 flags=0 rx_ok=1 tx_ok=1
[   61.539701] [wifi1] FWLOG: [69037] WAL channel change freq=5260, mode=0 flags=0 rx_ok=1 tx_ok=1
[   61.549290] [wifi1] FWLOG: [69350] WAL channel change freq=5280, mode=0 flags=0 rx_ok=1 tx_ok=1
lbd: starting daemon
[   61.876737] [wifi0] FWLOG: [68986] WAL channel change freq=2472, mode=1 flags=0 rx_ok=1 tx_ok=1
[   61.884835] [wifi0] FWLOG: [69304] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 )
[   61.890910] [wifi0] FWLOG: [69304] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 )
[   61.897422] [wifi0] FWLOG: [69316] vap-0 VDEV_MGR_VDEV_START ( 0x99e, 0x2, 0x0, 0x0 )
[   61.905234] [wifi0] FWLOG: [69316] WAL channel change freq=2462, mode=5 flags=0 rx_ok=1 tx_ok=1
[   61.914414] [wifi0] FWLOG: [69553] VDEV_MGR_HP_START_TIME ( 0x0, 0x99e, 0xea6001 )
[   61.921468] [wifi0] FWLOG: [69553] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x1 )
[   61.928141] [wifi0] FWLOG: [69553] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 )
[   61.934489] [wifi0] FWLOG: [69553] VDEV_MGR_AP_TBTT_CONFIG ( 0x0, 0x99e, 0x0, 0x0 )
/etc/rc.common: line 1: __hyd_cfg_nl_append: not found
/etc/rc.common: line 1: __hyd_cfg_add_str: not found
/etc/rc.common: line 1: __hyd_cfg_add_str: not found
[   62.531035] [wifi1] FWLOG: [69665] WAL channel change freq=5300, mode=0 flags=0 rx_ok=1 tx_ok=1
[   62.538707] [wifi1] [   62.540234] [ath0] Band steering events Being sent to PID:3923
[   62.540475] [ath1] Band steering events Being sent to PID:3923

[   62.557991] FWLOG: [69979] /bin/sh: can't create /sys/class/leds/led:wifi-red/blink: nonexistent directory
WAL channel change freq=5320, mode=0 flags=0 rx_ok=1 tx_ok=1
[   62.574416] [wifi1] FWLOG: [70293] WAL channel change freq=5500, mode=0 flags=0 rx_ok=1 tx_ok=1
/bin/sh: can't create [   62.592217] [wifi1] FWLOG: [70607] WAL channel change freq=5520, mode=0 flags=0 rx_ok=1 tx_ok=1
/sys/class/leds/led:wifi-white/blink: nonexistent directory
/bin/sh: can't create /sys/class/leds/led:wifi-red/brightness: nonexistent directory
ath01     no private ioctls.

monitor:change@/devices/soc.1/gpio_leds.10/leds/led:wifi-blue
monitor:ACTION=change
monitor:DEVPATH=/devices/soc.1/gpio_leds.10/leds/led:wifi-blue
monitor:SUBSYSTEM=leds
monitor:TRIGGER=none
monitor:SEQNUM=1187
monitor:event { 'change', '' }
ath01     no private ioctls.

/bin/sh: can't create /sys/class/leds/led:wifi-white/brightness: nonexistent directory
ath11     no private ioctls.

ath11     no private ioctls.

iptables v1.4.21: Couldn't load target `wifi_multissid_isolate':No such file or directory

Try `iptables -h' or 'iptables --help' for more information.
ath01     no private ioctls.

iptables: No chain/target/match by that name.
ath01     no private ioctls.

iptables: No chain/target/match by that name.
ath11     no private ioctls.

ath11     no private ioctls.

iptables v1.4.21: Couldn't load target `wifi_main_guest_ssid_isolate':No such file or directory

Try `iptables -h' or 'iptables --help' for more information.
iptables: No chain/target/match by that name.
iptables: No chain/target/match by that name.
[   62.893377] Getting Rate Series: 0
[   63.009013] Getting VHT Rate set: 0
path: etc_rw...
path: etc_rw...
enter the wifi_create_2 function
enter the wifi_create_1 function
path: etc_rw...
path: etc_rw...
enter the wifi_create_0 function
enter the wifi_create_3 function
qrcode_text = WIFI:T:WPA;S:4G-Gateway-49AEB9_guest;P:2dM428Bw;
qrcode_text = WIFI:T:WPA;S:4G-Gateway-49AEB9_guest;P:2dM428Bw;
qrcode_text = WIFI:T:WPA;S:4G-Gateway-49AEB9;P:5gQ75NGb;
qrcode_text = WIFI:T:WPA;S:4G-Gateway-49AEB9;P:5gQ75NGb;
[   63.530493] [wifi1] FWLOG: [70922] WAL channel change freq=5540, mode=0 flags=0 rx_ok=1 tx_ok=1
[   63.538336] [wifi1] FWLOG: [71236] WAL channel change freq=5560, mode=0 flags=0 rx_ok=1 tx_ok=1
[   63.547431] [wifi1] FWLOG: [71550] WAL channel change freq=5580, mode=0 flags=0 rx_ok=1 tx_ok=1

Reading chip2_ssid1_qr .

Reading chip2_ssid1_qr oo
Read OK chip2_ssid2_qr 
Writing chip2_ssid2_qr 
OK      chip2_ssid2_qr 

Writing chip2_ssid1_qr 
OK      chip2_ssid1_qr 
.
Reading chip1_ssid1_qr o
Read OK chip1_ssid1_qr 
Reading chip1_ssid2_qr .
Reading chip1_ssid2_qr 
Writing chip1_ssid1_qr 
OK      chip1_ssid1_qr 
o
Read OK chip1_ssid2_qr 
Writing chip1_ssid2_qr 
OK      chip1_ssid2_qr 
[   64.529981] [wifi1] FWLOG: [71864] WAL channel change freq=5600, mode=0 flags=0 rx_ok=1 tx_ok=1
[   64.537646] [wifi1] FWLOG: [72178] WAL channel change freq=5620, mode=0 flags=0 rx_ok=1 tx_ok=1
[   64.546367] [wifi1] FWLOG: [72493] WAL channel change freq=5640, mode=0 flags=0 rx_ok=1 tx_ok=1
[   65.529711] [wifi1] FWLOG: [72807] WAL channel change freq=5660, mode=0 flags=0 rx_ok=1 tx_ok=1
[   65.537376] [wifi1] FWLOG: [73121] WAL channel change freq=5680, mode=0 flags=0 rx_ok=1 tx_ok=1
[   65.546206] send_vdev_down_cmd_non_tlv for vap 0
[   65.550944] OL vap_start +
[   65.553391] VDEV START
[   65.555707] OL vap_start -
[   65.558391] [zte_debug] cur driver channel = 48
[   65.562955] 
/home/scl/ci/workspace/Soft4_MF286D_H3GSE_CPE/build_folder/qsdk/build_dir/target-arm_cortex-a7_uClibc-1.0.14_eabi/linux-ipq806x/zte_genl_kernel-1.0/zte_genl_kernel_main.c[173]: INFO:send msg to user ok, cmd=4, msg=48  
[   65.583531] ol_ath_vap_set_param: Now supported MGMT RATE is 6000(kbps) and rate code: 0x3
zte_wifi_channel_process: WiFi Channel=[48]
[   65.591897] [wifi1] FWLOG: [73435] WAL channel change freq=5700, mode=0 flags=0 rx_ok=1 tx_ok=1
[   65.736497] ol_vdev_start_resp_ev for vap 0 (c930a000)
[   65.740617] send_wmm_update_cmd_non_tlv:
[   65.744735] su bfee 1 mu bfee 0 su bfer 1 mu bfer 1 impl bf 0 sounding dim 1
[   65.751566] send_vdev_up_cmd_non_tlv for vap 0
[   65.756018] Beacon mode set to staggered. Cannot enable FD
[   65.761441] __ieee80211_smart_ant_init: Smart Antenna is not supported 
[   65.768083] 
/home/scl/ci/workspace/Soft4_MF286D_H3GSE_CPE/build_folder/qsdk/build_dir/target-arm_cortex-a7_uClibc-1.0.14_eabi/linux-ipq806x/zte_genl_kernel-1.0/zte_genl_kernel_main.c[173]: INFO:send msg to user ok, cmd=3, msg=401  
[   65.788732] ol_ath_vap_set_param: Now supported MGMT RATE is 6000(kbps) and rate code: 0x3
zte_wifi_dfs_status_process: dfs=[401]
ath01     no private ioctls.

ath01     no private ioctls.

ath11     no private ioctls.
[   67.040236] [wifi1] 
FWLOG: [73757] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 )
[   67.047844] [wifi1] FWLOG: [73757] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 )
[   67.054354] [wifi1] FWLOG: [73763] vap-0 VDEV_MGR_VDEV_START ( 0x1478, 0x2, 0x0, 0x0 )
[   67.062253] [wifi1] FWLOG: [73763] WAL channel change freq=5240, mode=10 flags=0 rx_ok=1 tx_ok=1
[   68.039912] [wifi1] FWLOG: [75289] VDEV_MGR_HP_START_TIME ( 0x0, 0x1478, 0x1162001 )
[   68.046621] [wifi1] FWLOG: [75289] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x1 )
[   68.053132] [wifi1] FWLOG: [75289] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 )
[   68.059644] [wifi1] FWLOG: [75289] VDEV_MGR_AP_TBTT_CONFIG ( 0x0, 0x1478, 0x0, 0x0 )
DM_RemoveFile name /etc_rw/config/tree_zdm.xml
DM_RemoveFile name /etc_rw/fota/image.zip
DM_RemoveFile name /etc_rw/config/FUMO_SESSION_KEY_dlResumeData.txt.0
22:42:00 UP>>[libdua.c:141]dm_update_control_result=0
04:24:04 UP>>[libdua.c:157]fota_upgrade_result=
[   75.802056] Sending SCAN START cmd
[   75.805164] Sending SCAN START cmd
375 KB/s (20480 bytes in 0.053s)
[   85.822050] Sending SCAN START cmd
[   85.825128] Sending SCAN START cmd
[   95.842029] Sending SCAN START cmd
[   95.845110] Sending SCAN START cmd
[  105.862033] Sending SCAN START cmd
[  105.865136] Sending SCAN START cmd
[  115.882028] Sending SCAN START cmd
[  115.885116] Sending SCAN START cmd

<enter pressed>

BusyBox v1.25.1 (2020-10-21 00:18:52 CST) built-in shell (ash)

     MM           NM                    MMMMMMM          M       M
   $MMMMM        MMMMM                MMMMMMMMMMM      MMM     MMM
  MMMMMMMM     MM MMMMM.              MMMMM:MMMMMM:   MMMM   MMMMM
MMMM= MMMMMM  MMM   MMMM       MMMMM   MMMM  MMMMMM   MMMM  MMMMM'
MMMM=  MMMMM MMMM    MM       MMMMM    MMMM    MMMM   MMMMNMMMMM
MMMM=   MMMM  MMMMM          MMMMM     MMMM    MMMM   MMMMMMMM
MMMM=   MMMM   MMMMMM       MMMMM      MMMM    MMMM   MMMMMMMMM
MMMM=   MMMM     MMMMM,    NMMMMMMMM   MMMM    MMMM   MMMMMMMMMMM
MMMM=   MMMM      MMMMMM   MMMMMMMM    MMMM    MMMM   MMMM  MMMMMM
MMMM=   MMMM   MM    MMMM    MMMM      MMMM    MMMM   MMMM    MMMM
MMMM$ ,MMMMM  MMMMM  MMMM    MMM       MMMM   MMMMM   MMMM    MMMM
  MMMMMMM:      MMMMMMM     M         MMMMMMMMMMMM  MMMMMMM MMMMMMM
    MMMMMM       MMMMN     M           MMMMMMMMM      MMMM    MMMM
     MMMM          M                    MMMMMMM        M       M
       M
 ---------------------------------------------------------------
   For those about to rock... (Chaos Calmer, f53cef1+r49254)
 ---------------------------------------------------------------
admin@(none):~# 


Format: Log Type - Time(microsec) - Message - Optional Info
Log Type: B - Since Boot(Power On Reset),  D - Delta,  S - Statistic
S - QC_IMAGE_VERSION_STRING=BOOT.BF.3.1.1-00126
S - IMAGE_VARIANT_STRING=DAABANAZA
S - OEM_IMAGE_VERSION_STRING=CRM
S - Boot Config, 0x00000021
S - Reset status Config, 0x00000000
S - Core 0 Frequency, 0 MHz
B -       261 - PBL, Start
B -      1339 - bootable_media_detect_entry, Start
B -      1679 - bootable_media_detect_success, Start
B -      1693 - elf_loader_entry, Start
B -      5076 - auth_hash_seg_entry, Start
B -      7223 - auth_hash_seg_exit, Start
B -    578349 - elf_segs_hash_verify_entry, Start
B -    696356 - PBL, End
B -    696380 - SBL1, Start
B -    787227 - pm_device_init, Start
D -         7 - pm_device_init, Delta
B -    788692 - boot_flash_init, Start
D -     52835 - boot_flash_init, Delta
B -    845672 - boot_config_data_table_init, Start
D -      3838 - boot_config_data_table_init, Delta - (419 Bytes)
B -    853152 - clock_init, Start
D -      7561 - clock_init, Delta
B -    864862 - CDT version:2,Platform ID:8,Major ID:1,Minor ID:0,Subtype:1
B -    868275 - sbl1_ddr_set_params, Start
B -    873372 - cpr_init, Start
D -         2 - cpr_init, Delta
B -    877754 - Pre_DDR_clock_init, Start
D -         4 - Pre_DDR_clock_init, Delta
D -     13174 - sbl1_ddr_set_params, Delta
B -    891066 - pm_driver_init, Start
D -         2 - pm_driver_init, Delta
B -    961540 - sbl1_wait_for_ddr_training, Start
D -        27 - sbl1_wait_for_ddr_training, Delta
B -    977121 - Image Load, Start
D -    153066 - QSEE Image Loaded, Delta - (299560 Bytes)
B -   1130616 - Image Load, Start
D -      1445 - SEC Image Loaded, Delta - (2048 Bytes)
B -   1140907 - Image Load, Start
D -    247875 - APPSBL Image Loaded, Delta - (507851 Bytes)
B -   1389179 - QSEE Execution, Start
D -        60 - QSEE Execution, Delta
B -   1395419 - SBL1, End
D -    701038 - SBL1, Delta
S - Flash Throughput, 2013 KB/s  (809878 Bytes,  402197 us)
S - DDR Frequency, 672 MHz


U-Boot 2012.07 [Chaos Calmer 15.05.1,f53cef1+r49254] (Oct 30 2019 - 00:30:35)

smem ram ptable found: ver: 1 len: 3
DRAM:  256 MiB
machid : 0x8010001
NAND:  ID = 302012c
Vendor = 2c
Device = 1
ONFI device found
SF: Detected GD25Q16 with page size 4 KiB, total 2 MiB
ipq_spi: page_size: 0x100, sector_size: 0x1000, size: 0x200000
130 MiB
*** Warning - bad CRC, using default environment

In:    serial
Out:   serial
Err:   serial
machid: 8010001
flash_type: 0
Uaztemain: enter into ! 
ZTE_InitFotaFlashPara: nand_curr_device=0
zte_getHandOffState: read data=0xff from 0x0
Hit any key to stop autoboot:  2  1  0 
Creating 1 MTD partitions on "nand0":
0x000001800000-0x000003500000 : "mtd=0"
UBI: attaching mtd2 to ubi0
UBI: physical eraseblock size:   131072 bytes (128 KiB)
UBI: logical eraseblock size:    126976 bytes
UBI: smallest flash I/O unit:    2048
UBI: VID header offset:          2048 (aligned 2048)
UBI: data offset:                4096
UBI: attached mtd2 to ubi0
UBI: MTD device name:            "mtd=0"
UBI: MTD device size:            29 MiB
UBI: number of good PEBs:        232
UBI: number of bad PEBs:         0
UBI: max. allowed volumes:       128
UBI: wear-leveling threshold:    4096
UBI: number of internal volumes: 1
UBI: number of user volumes:     3
UBI: available PEBs:             18
UBI: total number of reserved PEBs: 214
UBI: number of PEBs reserved for bad PEB handling: 2
UBI: max/mean erase counter: 2/1
Read 0 bytes from volume kernel to 84000000
No size specified -> Using max size (3047424)
## Booting kernel from FIT Image at 84000000 ...
   Using 'config@ap.dk04.1-c1' configuration
   Trying 'kernel-1' kernel subimage
     Description:  ARM OpenWrt Linux-5.10.100
     Type:         Kernel Image
     Compression:  uncompressed
     Data Start:   0x840000e4
     Data Size:    2992872 Bytes = 2.9 MiB
     Architecture: ARM
     OS:           Linux
     Load Address: 0x80208000
     Entry Point:  0x80208000
     Hash algo:    crc32
     Hash value:   f8c4ed02
     Hash algo:    sha1
     Hash value:   e95494e291e148e58b3f69d957dc6177e1c454df
   Verifying Hash Integrity ... crc32+ sha1+ OK
## Flattened Device Tree from FIT Image at 84000000
   Using 'config@ap.dk04.1-c1' configuration
   Trying 'fdt-1' FDT blob subimage
     Description:  ARM OpenWrt zte_mf286d device tree blob
     Type:         Flat Device Tree
     Compression:  uncompressed
     Data Start:   0x842dad00
     Data Size:    18759 Bytes = 18.3 KiB
     Architecture: ARM
     Hash algo:    crc32
     Hash value:   73dcaa17
     Hash algo:    sha1
     Hash value:   c50d5f1dd92086ec264abaa2ecc230636556bb43
   Verifying Hash Integrity ... crc32+ sha1+ OK
   Booting using the fdt blob at 0x842dad00
   Loading Kernel Image ... OK
OK
   Loading Device Tree to 86ff8000, end 86fff946 ... OK
eth0 MAC Address from ART is not valid
eth1 MAC Address from ART is not valid
Using machid 0x8010001 from environment

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 5.10.100 (builder@buildhost) (arm-openwrt-linux-muslgnueabi-gcc (OpenWrt GCC 11.2.0 r18801-56256259a1) 11.2.0, GNU ld (GNU Binutils) 2.37) #0 SMP Sat Feb 12 22:50:26 2022
[    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
[    0.000000] CPU: div instructions available: patching division code
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] OF: fdt: Machine model: ZTE MF286D
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] Zone ranges:
[    0.000000]   Normal   [mem 0x0000000080000000-0x000000008fffffff]
[    0.000000]   HighMem  empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000080000000-0x0000000087dfffff]
[    0.000000]   node   0: [mem 0x0000000087e00000-0x0000000087ffffff]
[    0.000000]   node   0: [mem 0x0000000088000000-0x000000008fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000008fffffff]
[    0.000000] percpu: Embedded 15 pages/cpu s30732 r8192 d22516 u61440
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 64960
[    0.000000] Kernel command line: ubi.mtd=rootfs root=mtd:ubi_rootfs rootfstype=squashfs rootwait root=/dev/ubiblock0_1
[    0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
[    0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory: 246144K/262144K available (6430K kernel code, 605K rwdata, 1604K rodata, 1024K init, 245K bss, 16000K reserved, 0K cma-reserved, 0K highmem)
[    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: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] random: get_random_bytes called from start_kernel+0x360/0x50c with crng_init=0
[    0.000000] arch_timer: cp15 timer(s) running at 48.00MHz (virt).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xb11fd3bfb, max_idle_ns: 440795203732 ns
[    0.000008] sched_clock: 56 bits at 48MHz, resolution 20ns, wraps every 4398046511096ns
[    0.000025] Switching to timer-based delay loop, resolution 20ns
[    0.000262] Calibrating delay loop (skipped), value calculated using timer frequency.. 96.00 BogoMIPS (lpj=480000)
[    0.000287] pid_max: default: 32768 minimum: 301
[    0.000462] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.000482] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.001475] CPU: Testing write buffer coherency: ok
[    0.001773] qcom_scm: convention: smc legacy
[    0.002492] Setting up static identity map for 0x80300000 - 0x8030003c
[    0.002620] rcu: Hierarchical SRCU implementation.
[    0.002821] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build
[    0.003067] smp: Bringing up secondary CPUs ...
[    0.006025] smp: Brought up 1 node, 4 CPUs
[    0.006051] SMP: Total of 4 processors activated (384.00 BogoMIPS).
[    0.006062] CPU: All CPU(s) started in SVC mode.
[    0.011316] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[    0.011488] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.011514] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.011738] pinctrl core: initialized pinctrl subsystem
[    0.012883] NET: Registered protocol family 16
[    0.013252] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.014385] thermal_sys: Registered thermal governor 'step_wise'
[    0.014766] cpuidle: using governor ladder
[    0.014823] cpuidle: using governor menu
[    0.040879] cryptd: max_cpu_qlen set to 1000
[    0.044383] usbcore: registered new interface driver usbfs
[    0.044464] usbcore: registered new interface driver hub
[    0.044525] usbcore: registered new device driver usb
[    0.044575] pps_core: LinuxPPS API ver. 1 registered
[    0.044588] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.044615] PTP clock support registered
[    0.046494] clocksource: Switched to clocksource arch_sys_counter
[    0.047447] NET: Registered protocol family 2
[    0.047598] IP idents hash table entries: 4096 (order: 3, 32768 bytes, linear)
[    0.048432] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[    0.048486] TCP established hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.048527] TCP bind hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    0.048578] TCP: Hash tables configured (established 2048 bind 2048)
[    0.048705] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[    0.048746] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[    0.048958] NET: Registered protocol family 1
[    0.049001] PCI: CLS 0 bytes, default 64
[    0.051217] workingset: timestamp_bits=14 max_order=16 bucket_order=2
[    0.055662] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.055685] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.188877] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[    0.192294] bam-dma-engine 8e04000.dma: num-channels unspecified in dt
[    0.192320] bam-dma-engine 8e04000.dma: num-ees unspecified in dt
[    0.193747] tcsr 1949000.tcsr: setting wifi_glb_cfg = 41000000
[    0.193850] tcsr 194b000.tcsr: setting usb hs phy mode select = e700e7
[    0.193941] tcsr 1953000.ess_tcsr: setting ess interface select = 0
[    0.194029] tcsr 1957000.tcsr: setting wifi_noc_memtype_m0_m2 = 2222222
[    0.194350] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
[    0.196168] msm_serial 78af000.serial: msm_serial: detected port #0
[    0.196215] msm_serial 78af000.serial: uartclk = 1843200
[    0.196275] 78af000.serial: ttyMSM0 at MMIO 0x78af000 (irq = 33, base_baud = 115200) is a MSM
[    0.196303] msm_serial: console setup on port #0
[    0.752235] printk: console [ttyMSM0] enabled
[    0.757429] msm_serial: driver initialized
[    0.766178] loop: module loaded
[    0.767967] nand: device found, Manufacturer ID: 0x2c, Chip ID: 0xf1
[    0.768177] nand: Micron MT29F1G08ABAEAWP
[    0.774771] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
[    0.778826] 12 fixed-partitions partitions found on MTD device qcom_nand.0
[    0.786146] Creating 12 MTD partitions on "qcom_nand.0":
[    0.793031] 0x000000000000-0x0000000a0000 : "fota-flag"
[    0.800062] 0x0000000a0000-0x000000120000 : "ART"
[    0.804831] 0x000000120000-0x0000001a0000 : "mac"
[    0.809643] 0x0000001a0000-0x000000260000 : "reserved2"
[    0.814589] 0x000000260000-0x000000660000 : "cfg-param"
[    0.824400] 0x000000660000-0x000000a60000 : "log"
[    0.830798] 0x000000a60000-0x000000b00000 : "oops"
[    0.832257] 0x000000b00000-0x000001000000 : "reserved3"
[    0.841402] random: fast init done
[    0.842320] 0x000001000000-0x000001800000 : "web"
[    0.855922] 0x000001800000-0x000003500000 : "rootfs"
[    0.898672] mtd: device 9 (rootfs) set to be root filesystem
[    0.899286] mtdsplit: no squashfs found in "rootfs"
[    0.903419] 0x000003500000-0x000004e00000 : "data"
[    0.945003] 0x000004e00000-0x000008000000 : "fota"
[    1.023482] spi_qup 78b5000.spi: IN:block:16, fifo:64, OUT:block:16, fifo:64
[    1.025263] spi-nor spi0.0: gd25q16 (2048 Kbytes)
[    1.029713] 8 fixed-partitions partitions found on MTD device spi0.0
[    1.034203] Creating 8 MTD partitions on "spi0.0":
[    1.040644] 0x000000000000-0x000000040000 : "0:SBL1"
[    1.045802] 0x000000040000-0x000000060000 : "0:MIBIB"
[    1.050878] 0x000000060000-0x0000000c0000 : "0:QSEE"
[    1.055767] 0x0000000c0000-0x0000000d0000 : "0:CDT"
[    1.060829] 0x0000000d0000-0x0000000e0000 : "0:DDRPARAMS"
[    1.065407] 0x0000000e0000-0x0000000f0000 : "0:APPSBLENV"
[    1.070994] 0x0000000f0000-0x0000001b0000 : "0:APPSBL"
[    1.076433] 0x0000001b0000-0x000000200000 : "0:reserved1"
[    1.123380] ESS reset ok!
[    1.147636] ESS reset ok!
[    1.651328] i2c /dev entries driver
[    1.653312] sdhci: Secure Digital Host Controller Interface driver
[    1.653631] sdhci: Copyright(c) Pierre Ossman
[    1.659965] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.667984] NET: Registered protocol family 10
[    1.671323] Segment Routing with IPv6
[    1.674377] NET: Registered protocol family 17
[    1.678136] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    1.682376] 8021q: 802.1Q VLAN Support v1.8
[    1.695602] Registering SWP/SWPB emulation handler
[    1.709877] ubi0: attaching mtd9
[    2.099230] ubi0: scanning is finished
[    2.120543] ubi0: attached mtd9 (name "rootfs", size 29 MiB)
[    2.120630] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
[    2.125323] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
[    2.132107] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
[    2.138858] ubi0: good PEBs: 232, bad PEBs: 0, corrupted PEBs: 0
[    2.145610] ubi0: user volume: 3, internal volumes: 1, max. volumes count: 128
[    2.151880] ubi0: max/mean erase counter: 2/1, WL threshold: 4096, image sequence number: 245742597
[    2.158924] ubi0: available PEBs: 0, total reserved PEBs: 232, PEBs reserved for bad PEB handling: 20
[    2.167880] ubi0: background thread "ubi_bgt0d" started, PID 116
[ ¯[    2.190907] VFS: Mounted root (squashfs filesystem) readonly on device 254:0.
[    2.192895] Freeing unused kernel memory: 1024K
[    2.217497] Run /sbin/init as init process
[    3.237679] init: Console is alive
[    3.237990] init: - watchdog -
[    4.325767] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[    4.598991] genirq: irq_chip msmgpio did not update eff. affinity mask of irq 101
[    4.602383] dwc3-qcom 8af8800.usb3: IRQ hs_phy_irq not found
[    4.605465] dwc3-qcom 8af8800.usb3: IRQ dp_hs_phy_irq not found
[    4.611226] dwc3-qcom 8af8800.usb3: IRQ dm_hs_phy_irq not found
[    4.616872] dwc3-qcom 8af8800.usb3: IRQ ss_phy_irq not found
[    4.625005] dwc3-qcom 60f8800.usb2: IRQ hs_phy_irq not found
[    4.628666] dwc3-qcom 60f8800.usb2: IRQ dp_hs_phy_irq not found
[    4.634282] dwc3-qcom 60f8800.usb2: IRQ dm_hs_phy_irq not found
[    4.639978] dwc3-qcom 60f8800.usb2: IRQ ss_phy_irq not found
[    4.889179] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[    4.889347] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
[    4.893831] xhci-hcd xhci-hcd.0.auto: hcc params 0x0228f665 hci version 0x100 quirks 0x0000000002010010
[    4.901286] xhci-hcd xhci-hcd.0.auto: irq 104, io mem 0x08a00000
[    4.911437] hub 1-0:1.0: USB hub found
[    4.916854] hub 1-0:1.0: 1 port detected
[    4.920689] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[    4.924426] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
[    4.929772] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
[    4.939902] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    4.944416] hub 2-0:1.0: USB hub found
[    4.952229] hub 2-0:1.0: 1 port detected
[    4.956173] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[    4.959823] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 3
[    4.965274] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220f665 hci version 0x100 quirks 0x0000000002010010
[    4.972698] xhci-hcd xhci-hcd.1.auto: irq 105, io mem 0x06000000
[    4.982830] hub 3-0:1.0: USB hub found
[    4.988308] hub 3-0:1.0: 1 port detected
[    4.992135] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[    4.995867] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 4
[    5.001194] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed
[    5.009749] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    5.015850] hub 4-0:1.0: USB hub found
[    5.023663] hub 4-0:1.0: config failed, hub doesn't have any ports! (err -19)
[    5.029312] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[    5.045071] init: - preinit -
[    6.276771] usb 2-1: new SuperSpeed Gen 1 USB device number 2 using xhci-hcd
[    6.310430] random: procd: uninitialized urandom read (4 bytes read)
/bin/board_detect: /etc/board.d/01_leds: line 62: syntax error: unexpected ")" (expecting ";;")
[    6.685811] random: jshn: uninitialized urandom read (4 bytes read)
[    6.719083] random: jshn: uninitialized urandom read (4 bytes read)
[    7.331868] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: 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
[   11.703696] UBIFS (ubi0:2): Mounting in unauthenticated mode
[   11.703940] UBIFS (ubi0:2): background thread "ubifs_bgt0_2" started, PID 212
[   11.790499] UBIFS (ubi0:2): recovery needed
[   12.021570] UBIFS (ubi0:2): recovery completed
[   12.021971] UBIFS (ubi0:2): UBIFS: mounted UBI device 0, volume 2, name "rootfs_data"
[   12.024974] UBIFS (ubi0:2): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[   12.033032] UBIFS (ubi0:2): FS size: 18411520 bytes (17 MiB, 145 LEBs), journal size 1015809 bytes (0 MiB, 7 LEBs)
[   12.042836] UBIFS (ubi0:2): reserved for root: 869621 bytes (849 KiB)
[   12.053072] UBIFS (ubi0:2): media format: w5/r0 (latest is w5/r0), UUID BA6A1401-E367-42D0-8B15-DEB6805BA007, small LPT model
[   12.071801] mount_root: switching to ubifs overlay
[   12.091668] urandom-seed: Seeding with /etc/urandom.seed
[   12.273884] procd: - early -
[   12.274144] procd: - watchdog -
[   12.496285] random: crng init done
[   12.496333] random: 3 urandom warning(s) missed due to ratelimiting
[   12.930915] procd: - watchdog -
[   12.932402] procd: - ubus -
[   13.155063] procd: - init -
Please press Enter to activate this console.
[   13.949557] urngd: v1.0.2 started.
[   13.990860] kmodloader: loading kernel modules from /etc/modules.d/*
[   14.123654] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   14.125729] ehci-fsl: Freescale EHCI Host controller driver
[   14.131321] ehci-platform: EHCI generic platform driver
[   14.140929] usbcore: registered new interface driver cdc_wdm
[   14.141741] Loading modules backported from Linux version v5.15.8-0-g43e577d7a2cb
[   14.145680] Backport generated by backports.git v5.15.8-1-0-g83f664bb
[   14.166722] usbcore: registered new interface driver usbserial_generic
[   14.166859] usbserial: USB Serial support registered for generic
[   14.236796] PPP generic driver version 2.4.2
[   14.238053] NET: Registered protocol family 24
[   14.241924] usbcore: registered new interface driver qmi_wwan
[   17.817671] ath10k_ahb a000000.wifi: qca4019 hw1.0 target 0x01000000 chip_id 0x003b00ff sub 0000:0000
[   17.817726] ath10k_ahb a000000.wifi: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0
[   17.829585] ath10k_ahb a000000.wifi: firmware ver 10.4b-ct-4019-fW-13-5ae337bb1 api 5 features mfp,peer-flow-ctrl,txstatus-noack,wmi-10.x-CT,ratemask-CT,regdump-CT,txrate-CT,flush-all-CT,pingpong-CT,ch-regs-CT,nop-CT,set-special-CT,tx-rc-CT,cust-stats-CT,txrate2-CT,beacon-cb-CT,wmi-block-ack-CT,wmi-bcn-rc-CT crc32 6b2b5c5b
[   17.885248] ath10k_ahb a000000.wifi: board_file api 2 bmi_id 0:20 crc32 13359d00
[   19.177838] ath10k_ahb a000000.wifi: 10.4 wmi init: vdevs: 16  peers: 48  tid: 96
[   19.177895] ath10k_ahb a000000.wifi: msdu-desc: 2500  skid: 32
[   19.227428] ath10k_ahb a000000.wifi: wmi print 'P 48/48 V 16 K 144 PH 176 T 186  msdu-desc: 2500  sw-crypt: 0 ct-sta: 0'
[   19.228407] ath10k_ahb a000000.wifi: wmi print 'free: 53252 iram: 13432 sram: 35752'
[   19.370031] ath10k_ahb a000000.wifi: htt-ver 2.2 wmi-op 6 htt-op 4 cal pre-cal-nvmem max-sta 32 raw 0 hwcrypto 1
[   21.157647] ath10k_ahb a800000.wifi: qca4019 hw1.0 target 0x01000000 chip_id 0x003b00ff sub 0000:0000
[   21.157700] ath10k_ahb a800000.wifi: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0
[   21.170744] ath10k_ahb a800000.wifi: firmware ver 10.4b-ct-4019-fW-13-5ae337bb1 api 5 features mfp,peer-flow-ctrl,txstatus-noack,wmi-10.x-CT,ratemask-CT,regdump-CT,txrate-CT,flush-all-CT,pingpong-CT,ch-regs-CT,nop-CT,set-special-CT,tx-rc-CT,cust-stats-CT,txrate2-CT,beacon-cb-CT,wmi-block-ack-CT,wmi-bcn-rc-CT crc32 6b2b5c5b
[   21.225052] ath10k_ahb a800000.wifi: board_file api 2 bmi_id 0:21 crc32 13359d00
[   22.516576] ath10k_ahb a800000.wifi: 10.4 wmi init: vdevs: 16  peers: 48  tid: 96
[   22.516631] ath10k_ahb a800000.wifi: msdu-desc: 2500  skid: 32
[   22.563927] ath10k_ahb a800000.wifi: wmi print 'P 48/48 V 16 K 144 PH 176 T 186  msdu-desc: 2500  sw-crypt: 0 ct-sta: 0'
[   22.564568] ath10k_ahb a800000.wifi: wmi print 'free: 53252 iram: 13432 sram: 35752'
[   22.702815] ath10k_ahb a800000.wifi: htt-ver 2.2 wmi-op 6 htt-op 4 cal pre-cal-nvmem max-sta 32 raw 0 hwcrypto 1
[   22.844630] usbcore: registered new interface driver option
[   22.844768] usbserial: USB Serial support registered for GSM modem (1-port)
[   22.849634] option 2-1:1.0: GSM modem (1-port) converter detected
[   22.856410] usb 2-1: GSM modem (1-port) converter now attached to ttyUSB0
[   22.866902] kmodloader: done loading kernel modules from /etc/modules.d/*
[   31.267125] br-lan: port 1(eth0) entered blocking state
[   31.267175] br-lan: port 1(eth0) entered disabled state
[   31.271798] device eth0 entered promiscuous mode
[   31.396005] ess_edma c080000.edma eth1: Link is Down
[   32.328226] br-lan: port 1(eth0) entered blocking state
[   32.328275] br-lan: port 1(eth0) entered forwarding state
[   32.333244] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready


<enter pressed>

BusyBox v1.35.0 (2022-02-12 22:50:26 UTC) built-in shell (ash)

  _______                     ________        __
 |       |.-----.-----.-----.|  |  |  |.----.|  |_
 |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
 |_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
 -----------------------------------------------------
 OpenWrt SNAPSHOT, r18801-56256259a1
 -----------------------------------------------------
=== 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@OpenWrt:/#


Space for additional notes, links to forum threads or other resources.

  • ...
This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
  • Last modified: 2024/02/24 07:11
  • by iainbullock