Show pagesourceOld revisionsBacklinksBack to top × Table of Contents NETGEAR WAC510 Supported Versions Experimental Versions Hardware Highlights Installation Flash Layout Dual Image Configuration OEM easy installation aka Installation via Stock Web Interface OEM installation using the TFTP method aka Installation via TFTP Requiring Serial U-Boot Access Upgrading OpenWrt LuCI Web Upgrade Process Terminal Upgrade Process Debricking Failsafe mode Basic configuration Buttons Hardware Info Photos Opening the case Serial JTAG Bootloader mods Hardware mods Bootlogs OEM bootlog OpenWrt bootlog Notes Tags NETGEAR WAC510 The Netgear WAC510 Insight Managed Smart Cloud Wireless Access Point, is an indoor dual-band, dual-radio 802.11ac business-class wireless AP with integrated omnidirectional antennae and two 10/100/1000 Mbps Ethernet ports. Supported Versions BrandModelVersionCurrent ReleaseOEM InfoForum SearchTechnical DataNETGEARWAC51022.03.0https://www.netgear.com/business/wifi/access-points/wac510WAC510View/Edit data Experimental Versions None at this time. Hardware Highlights ModelVersionSoCCPU MHzFlash MBRAM MBWLAN HardwareWLAN2.4WLAN5.0100M portsGbit portsModemUSBWAC510IPQ4018710128256IPQ4018b/g/na/n/ac--- Installation ModelVersionCurrent ReleaseFirmware OpenWrt snapshot InstallFirmware OpenWrt snapshot UpgradeFirmware OEM StockWAC51022.03.0https://downloads.openwrt.org/snapshots/targets/ipq40xx/generic/openwrt-ipq40xx-generic-netgear_wac510-squashfs-nand-factory.tarhttps://downloads.openwrt.org/snapshots/targets/ipq40xx/generic/openwrt-ipq40xx-generic-netgear_wac510-squashfs-nand-sysupgrade.binhttps://www.netgear.com/support/product/wac510.aspx#download → Install OpenWrt (generic explanation) Flash Layout The NETGEAR WAC510 comes both with a 2 MB boot SPI NOR as well as a 128 MB application SPI NAND. NETGEAR WAC510 boot SPI NOR flash layout Layer0 raw spi-nor s25fl016k memory chip 2048 Kbytes Layer1 mtd0 0:SBL1 256 KiB mtd1 0:MIBIB 128 KiB mtd2 0:QSEE 384 KiB mtd3 0:CDT 64 KiB mtd4 0:DDRPARAMS 64 KiB mtd5 0:APPSBLENV 64 KiB mtd6 0:APPSBL 960 KiB mtd7 0:MANUDATA 64 KiB mtd8 0:ART 64 KiB NETGEAR WAC510 application SPI NAND flash layout Layer0 raw spi-nand Winbond memory chip (128 Kib + 64) 128 MiB Layer1 mtd9 rootfs 56 MiB mtd10 rootfs_1 56 MiB mtd11 var_config 15 MiB mtd12 Oops_log 768 KiB Layer2 (UBI) ubi0_0 kernel ubi0_1 rootfs ubi0_2 rootfs_data ubi0_0 kernel ubi0_1 rootfs ubi0_2 rootfs_data mountpoint /rom /overlay /rom /overlay filesystem SquashFS UBIFS SquashFS UBIFS Dual Image Configuration The default U-Boot boot command bootipq uses the U-Boot environment variables primary/secondary to decide which image to boot. E.g. primary=0, secondary=3800000 uses rootfs while primary=3800000, secondary=0 uses rootfs_1. Switching their values changes the active partition. E.g. from within U-Boot: (IPQ40xx) # setenv primary 0 (IPQ40xx) # setenv secondary 3800000 (IPQ40xx) # saveenv Or from a OpenWrt userspace serial/SSH console: fw_setenv primary 0 fw_setenv secondary 3800000 Note that if you install two copies of OpenWrt then each will have its independent configuration not like when switching partitions on the stock firmware. BTW: The kernel log shows which boot partition is active: [ 2.439050] ubi0: attached mtd9 (name “rootfs”, size 56 MiB) vs. [ 2.978785] ubi0: attached mtd10 (name “rootfs_1”, size 56 MiB) Note: After 3 failed boot attempts it automatically switches partition. OEM easy installation aka Installation via Stock Web Interface BTW: The default factory console/web interface login user/password are admin/password. In the web interface navigating to Management - Maintenance - Upgrade - Firmware Upgrade will show you what is currently installed e.g.: Manage Firmware Current Firmware Version: V5.0.10.2 Backup Firmware Version: V1.2.5.11 Under Upgrade Options choose Local (alternatively SFTP would be available) then click/select Browse File on the right side, choose openwrt-ipq40xx-generic-netgear_wac510-squashfs-nand-factory.tar and hit the Upgrade button below. After a minute or two your browser should indicate completion printing Firmware update complete. and Rebooting AP…. Note that OpenWrt will use the WAN PoE port as actual WAN port defaulting to DHCP client but NOT allowing LuCI access, use LAN port defaulting to 192.168.1.1/24 to access LuCI. OEM installation using the TFTP method aka Installation via TFTP Requiring Serial U-Boot Access → generic.flashing.tftp Connect to the device's serial port and hit any key to stop autoboot. Upload and boot the initramfs based OpenWrt image as follows: (IPQ40xx) # setenv serverip 192.168.1.1 (IPQ40xx) # setenv ipaddr 192.168.1.2 (IPQ40xx) # tftpboot openwrt-ipq40xx-generic-netgear_wac510-initramfs-fit-uImage.itb (IPQ40xx) # bootm Note this only runs OpenWrt from RAM and has not installed anything to flash as of yet. One may permanently install OpenWrt as follows: Check the MTD device number of the active partition: root@OpenWrt:/# dmesg | grep 'set to be root filesystem' [ 1.010084] mtd: device 9 (rootfs) set to be root filesystem Upload the factory image ending with .ubi to /tmp (e.g. using scp or tftp). Then flash the image as follows (substituting the 9 in mtd9 below with whatever number reported above): root@OpenWrt:/# ubiformat /dev/mtd9 -f /tmp/openwrt-ipq40xx-generic-netgear_wac510-squashfs-nand-factory.ubi And reboot. Upgrading OpenWrt → generic.sysupgrade LuCI Web Upgrade Process Browse to http://192.168.1.1/cgi-bin/luci/mini/system/upgrade/ LuCI Upgrade URL Upload image file openwrt-ipq40xx-generic-netgear_wac510-squashfs-nand-sysupgrade.bin for sysupgrade to LuCI Wait for reboot Terminal Upgrade Process If you don't have a GUI (LuCI) available, you can alternatively upgrade via the command line. Note: It is important that you put the firmware image into the ramdisk (/tmp) before you start flashing. sysupgrade Login as root via SSH on 192.168.1.1, then enter the following commands: cd /tmp wget http://downloads.openwrt.org/snapshots/targets/ipq40xx/generic/openwrt-ipq40xx-generic-netgear_wac510-squashfs-nand-sysupgrade.bin sysupgrade /tmp/openwrt-ipq40xx-generic-netgear_wac510-squashfs-nand-sysupgrade.bin Debricking → generic.debrick Failsafe mode → failsafe_and_factory_reset Basic configuration → Basic configuration After flashing, proceed with this. Set up your Internet connection, configure wireless, configure USB port, etc. Buttons → 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. The NETGEAR WAC510 has the following buttons: BUTTON Event Reset button SW1 reset to factory defaults Hardware Info General Brand NETGEAR Model WAC510 Versions Device Type WiFi AP Availability Available 2021 Comments - general No distinct JTAG header but likely group of test points near CPU OpenWrt Support Supported Since Commit https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=b126d9c3a3d3c8fe0937bcdfffabe8df941d2c06 Supported Since Release 22.03.0 Supported Current Release 22.03.0 Unsupported Hardware Bootloader U-Boot Target ipq40xx System-On-Chip IPQ4018 CPU MHz 710 Flash MB 128 RAM MB 256 Network Ethernet 100M ports - Ethernet Gbit ports Switch - Modem - VLAN Yes Comments - network ports LAN, WAN Wireless WLAN 2.4GHz b/g/n WLAN 5.0GHz a/n/ac WLAN Hardware IPQ4018 Detachable Antennas - Comments - WLAN 2x2:2 MIMO Interfaces USB ports - SATA ports - Serial Yes JTAG ¿ Comments - USB & SATA ports Misc LED count 6 Button count 1 Power supply (Optional) Barrel 12 Volt DC 2.5 Amp, WAN port active IEEE 802.3af/at PoE in Links Forum Topic URL WikiDevi URL https://wikidevi.wi-cat.ru/Netgear_WAC510 OEM device homepage URL https://www.netgear.com/business/wifi/access-points/wac510 Firmware OEM Stock URL https://www.netgear.com/support/product/wac510.aspx#download Firmware OpenWrt Install URL https://downloads.openwrt.org/releases/22.03.0/targets/ipq40xx/generic/openwrt-22.03.0-ipq40xx-generic-netgear_wac510-squashfs-nand-factory.tar http://¿ Firmware OpenWrt Upgrade URL https://downloads.openwrt.org/releases/22.03.0/targets/ipq40xx/generic/openwrt-22.03.0-ipq40xx-generic-netgear_wac510-squashfs-nand-sysupgrade.bin http://¿ Edit the underlying data View/Edit data Photos For the time being, have a look at them internal photos from the FCC filing. Front: Insert photo of front of the casing Back: Insert photo of back of the casing Backside label: Insert photo of backside label Opening the case Note: This will void your warranty! Just four regular Philips screws behind them four rubber feet. Real easy to open… Main PCB: Insert photo of PCB Serial → port.serial general information about the serial port, serial port cable, etc. Serial: Header J2 PIN Description 1 3.3 Volt (Do NOT connect!) 2 TX 3 RX 4 Ground WARNING: The serial port needs a TTL/RS-232 3.3 volt level converter! Insert photo of PCB with markings for serial port Serial connection parameters for NETGEAR WAC510 115200, 8N1 JTAG → port.jtag general information about the JTAG port, JTAG cable, etc. No distinct JTAG header but likely a group of test points near the CPU might be JTAG. Insert photo of PCB with markings for JTAG port Bootloader mods → bootloader Hardware mods None so far. Bootlogs OEM bootlog 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-00096 S - IMAGE_VARIANT_STRING=DAABANAZA S - OEM_IMAGE_VERSION_STRING=CRM S - Boot Config, 0x00000021 S - Core 0 Frequency, 0 MHz B - 262 - PBL, Start B - 1343 - bootable_media_detect_entry, Start B - 1686 - bootable_media_detect_success, Start B - 1700 - elf_loader_entry, Start B - 5129 - auth_hash_seg_entry, Start B - 7305 - auth_hash_seg_exit, Start B - 581834 - elf_segs_hash_verify_entry, Start B - 698582 - PBL, End B - 698607 - SBL1, Start B - 787147 - pm_device_init, Start D - 6 - pm_device_init, Delta B - 788675 - boot_flash_init, Start D - 63508 - boot_flash_init, Delta B - 856384 - boot_config_data_table_init, Start D - 3883 - boot_config_data_table_init, Delta - (419 Bytes) B - 863589 - clock_init, Start D - 7558 - clock_init, Delta B - 875676 - CDT version:2,Platform ID:8,Major ID:1,Minor ID:1,Subtype:0 B - 879166 - sbl1_ddr_set_params, Start B - 884153 - cpr_init, Start D - 2 - cpr_init, Delta B - 888646 - Pre_DDR_clock_init, Start D - 4 - Pre_DDR_clock_init, Delta D - 13148 - sbl1_ddr_set_params, Delta B - 902348 - pm_driver_init, Start D - 2 - pm_driver_init, Delta B - 972800 - sbl1_wait_for_ddr_training, Start D - 29 - sbl1_wait_for_ddr_training, Delta B - 988406 - Image Load, Start D - 134986 - QSEE Image Loaded, Delta - (262104 Bytes) B - 1123887 - Image Load, Start D - 1446 - SEC Image Loaded, Delta - (2048 Bytes) B - 1134263 - Image Load, Start D - 213641 - APPSBL Image Loaded, Delta - (436880 Bytes) B - 1348327 - QSEE Execution, Start D - 58 - QSEE Execution, Delta B - 1354523 - SBL1, End D - 658027 - SBL1, Delta S - Flash Throughput, 2004 KB/s (701451 Bytes, 349958 us) S - DDR Frequency, 537 MHz U-Boot 2012.07-V1.2.0.0 [local,local] (Oct 26 2016 - 02:39:01) smem ram ptable found: ver: 1 len: 3 DRAM: 256 MiB machid : 0x8010100 NAND: spi_nand: spi_nand_flash_probe SF NAND ID 0:ef:aa:21 SF: Detected W25N01GV with page size 2 KiB, total 128 MiB SF: Detected W25Q16 with page size 4 KiB, total 2 MiB ipq_spi: page_size: 0x100, sector_size: 0x1000, size: 0x200000 130 MiB MMC: In: serial Out: serial Err: serial Product ID: WAC510 machid: 8010100 flash_type: 0 Net: MAC0 addr:a0:40:a0:7b:9e:f PHY ID1: 0x4d PHY ID2: 0xd0b2 ipq40xx_ess_sw_init done eth0 Hit any key to stop autoboot: 2 1 0 Saving Environment to NAND... Erasing Nand... Erasing at 0xe0000 -- 6% complete. Erasing at 0xe1000 -- 12% complete. Erasing at 0xe2000 -- 18% complete. Erasing at 0xe3000 -- 25% complete. Erasing at 0xe4000 -- 31% complete. Erasing at 0xe5000 -- 37% complete. Erasing at 0xe6000 -- 43% complete. Erasing at 0xe7000 -- 50% complete. Erasing at 0xe8000 -- 56% complete. Erasing at 0xe9000 -- 62% complete. Erasing at 0xea000 -- 68% complete. Erasing at 0xeb000 -- 75% complete. Erasing at 0xec000 -- 81% complete. Erasing at 0xed000 -- 87% complete. Erasing at 0xee000 -- 93% complete. Erasing at 0xef000 -- 100% complete. Writing to Nand... done Boot count=1 Creating 1 MTD partitions on "nand1": 0x000000000000-0x000003800000 : "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: 56 MiB UBI: number of good PEBs: 448 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: 210 UBI: total number of reserved PEBs: 238 UBI: number of PEBs reserved for bad PEB handling: 4 UBI: max/mean erase counter: 1/0 Read 0 bytes from volume kernel to 84000000 No size specified -> Using max size (3682304) ## Booting kernel from FIT Image at 84000000 ... Using 'config@5' configuration Trying 'kernel@1' kernel subimage Description: ARM OpenWrt Linux-3.14.43 Type: Kernel Image Compression: gzip compressed Data Start: 0x840000e4 Data Size: 3280614 Bytes = 3.1 MiB Architecture: ARM OS: Linux Load Address: 0x80208000 Entry Point: 0x80208000 Hash algo: crc32 Hash value: d45cb75b Hash algo: sha1 Hash value: 7d0f77af6009e920da10a169d0ed1b62793326d2 Verifying Hash Integrity ... crc32+ sha1+ OK ## Flattened Device Tree from FIT Image at 84000000 Using 'config@5' configuration Trying 'fdt@5' FDT blob subimage Description: ARM OpenWrt qcom-ipq40xx-ap.dkxx device tree blob Type: Flat Device Tree Compression: uncompressed Data Start: 0x84345b90 Data Size: 32664 Bytes = 31.9 KiB Architecture: ARM Hash algo: crc32 Hash value: 12ad0337 Hash algo: sha1 Hash value: a0f533bcbdc5eea1bfd8afe488d5c6e33617d5be Verifying Hash Integrity ... crc32+ sha1+ OK Booting using the fdt blob at 0x84345b90 Uncompressing Kernel Image ... OK Loading Device Tree to 86ff5000, end 86ffff97 ... OK Using machid 0x8010100 from environment Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 3.14.43-V1.2.5.11 (root@cbuap-build2.netgear.com) (gcc version 4.8.3 (OpenWrt/Linaro GCC 4.8-2014.01 r43761) ) #1 SMP PREEMPT Thu Apr 13 03:20:27 PDT 2017 [ 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-DK01.1-C2 [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] PERCPU: Embedded 7 pages/cpu @cfdcb000 s8000 r8192 d12480 u32768 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 63744 [ 0.000000] Kernel command line: WAC510 ubi.mtd=rootfs root=mtd:ubi_rootfs rootfstype=squashfs mtdparts=spi0.1:56m(rootfs),56m(rootfs_1),15m(var_config),768k(Oops_log) 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] Memory: 247364K/257024K available (4519K kernel code, 332K rwdata, 1512K rodata, 183K init, 604K bss, 9660K 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 : 0xbf000000 - 0xbfe00000 ( 14 MB) [ 0.000000] .text : 0xc0208000 - 0xc07ec00c (6033 kB) [ 0.000000] .init : 0xc07ed000 - 0xc081af40 ( 184 kB) [ 0.000000] .data : 0xc081c000 - 0xc086f3fc ( 333 kB) [ 0.000000] .bss : 0xc086f3fc - 0xc0906720 ( 605 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.000018] Switching to timer-based delay loop [ 0.000203] Calibrating delay loop (skipped), value calculated using timer frequency.. 96.00 BogoMIPS (lpj=480000) [ 0.000220] pid_max: default: 32768 minimum: 301 [ 0.000476] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.000490] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.010679] CPU: Testing write buffer coherency: ok [ 0.011038] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.011112] Setting up static identity map for 0x80213060 - 0x802130b8 [ 0.090586] CPU1: Booted secondary processor [ 0.090630] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 0.110570] CPU2: Booted secondary processor [ 0.110605] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002 [ 0.130601] CPU3: Booted secondary processor [ 0.130636] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003 [ 0.130771] Brought up 4 CPUs [ 0.130812] SMP: Total of 4 processors activated (384.00 BogoMIPS). [ 0.130821] CPU: All CPU(s) started in SVC mode. [ 0.141259] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5 [ 0.141640] pinctrl core: initialized pinctrl subsystem [ 0.142091] regulator-dummy: no parameters [ 0.142764] NET: Registered protocol family 16 [ 0.144338] DMA: preallocated 2048 KiB pool for atomic coherent allocations [ 0.144895] cpuidle: using governor ladder [ 0.144906] cpuidle: using governor menu [ 0.152863] [ 0.152863] Version Rollback Feature Disabled [ 0.156291] sps:sps is ready. [ 0.161626] bio: create slab <bio-0> at 0 [ 0.164034] SCSI subsystem initialized [ 0.164768] msm_bus_fabric_init_driver [ 0.164933] msm_bus_device 580000.ad-hoc-bus: Dev 4096 [ 0.164959] msm_bus_device 580000.ad-hoc-bus: Util-fact is missing, default to 100 [ 0.164975] msm_bus_device 580000.ad-hoc-bus: Vrail-comp is missing, default to 100 [ 0.164993] msm_bus_device 580000.ad-hoc-bus: get_bus_node_device_data:Failed to get bus clk for bus4096 ctx0 [ 0.165009] msm_bus_device 580000.ad-hoc-bus: Failed to get bus clk for bus4096 ctx1 [ 0.165044] msm_bus_device 580000.ad-hoc-bus: Dev 1024 [ 0.165065] msm_bus_device 580000.ad-hoc-bus: Util-fact is missing, default to 100 [ 0.165079] msm_bus_device 580000.ad-hoc-bus: Vrail-comp is missing, default to 100 [ 0.165096] msm_bus_device 580000.ad-hoc-bus: get_bus_node_device_data:Failed to get bus clk for bus1024 ctx0 [ 0.165111] msm_bus_device 580000.ad-hoc-bus: Failed to get bus clk for bus1024 ctx1 [ 0.190565] Advanced Linux Sound Architecture Driver Initialized. [ 0.191283] pcie_init: pcie_init: unable to create IPC log context for pcie0-short [ 0.191298] pcie_init: pcie_init: unable to create IPC log context for pcie0-long [ 0.191627] Switched to clocksource arch_sys_counter [ 0.193356] NET: Registered protocol family 2 [ 0.194677] TCP established hash table entries: 2048 (order: 1, 8192 bytes) [ 0.194725] TCP bind hash table entries: 2048 (order: 2, 16384 bytes) [ 0.194773] TCP: Hash tables configured (established 2048 bind 2048) [ 0.194830] TCP: reno registered [ 0.194846] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.194879] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.195225] NET: Registered protocol family 1 [ 0.196932] futex hash table entries: 1024 (order: 4, 65536 bytes) [ 0.206147] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.206164] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.207096] msgmni has been set to 483 [ 0.208475] Key type asymmetric registered [ 0.208491] Asymmetric key parser 'x509' registered [ 0.208528] io scheduler noop registered [ 0.208539] io scheduler deadline registered (default) [ 0.209725] tcsr 194b000.tcsr: setting usb hs phy mode select = e700e7 [ 0.209793] tcsr 1953000.ess_tcsr: setting ess interface select = 0 [ 0.209867] tcsr 1949000.tcsr: setting wifi_glb_cfg = 41000000 [ 0.209926] tcsr 1957000.tcsr: setting wifi_noc_memtype_m0_m2 = 2222222 [ 0.210622] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled [ 0.211785] msm_serial_hsl_probe: detected port #0 (ttyMSM0) [ 0.211828] msm_serial_hsl_probe: Bus scaling is disabled [ 0.211992] 78af000.serial: ttyMSM0 at MMIO 0x78af000 (irq = 139, base_baud = 115200) is a MSM [ 0.212066] msm_hsl_console_setup: console setup on port #0 [ 0.808630] console [ttyMSM0] enabled [ 0.812732] msm_serial_hsl_init: driver initialized [ 0.817533] msm_serial_hs module loaded [ 0.822063] rst_button_init success [ 0.825437] brd: module loaded [ 0.829433] sps: BAM device 0x07884000 is not registered yet. [ 0.834203] sps:BAM 0x07884000 is registered. [ 0.839548] sps:BAM 0x07884000 (va:0xd0b40000) enabled: ver:0x19, number of pipes:12 [ 0.846706] m25p80 spi0.0: found s25fl016k, expected n25q128a11 [ 0.852365] m25p80 spi0.0: s25fl016k (2048 Kbytes) [ 0.857156] 9 ofpart partitions found on MTD device spi0.0 [ 0.862588] Creating 9 MTD partitions on "spi0.0": [ 0.867352] 0x000000000000-0x000000040000 : "0:SBL1" [ 0.873469] 0x000000040000-0x000000060000 : "0:MIBIB" [ 0.878521] 0x000000060000-0x0000000c0000 : "0:QSEE" [ 0.883530] 0x0000000c0000-0x0000000d0000 : "0:CDT" [ 0.888428] 0x0000000d0000-0x0000000e0000 : "0:DDRPARAMS" [ 0.893929] 0x0000000e0000-0x0000000f0000 : "0:APPSBLENV" [ 0.899326] 0x0000000f0000-0x0000001e0000 : "0:APPSBL" [ 0.904434] 0x0000001e0000-0x0000001f0000 : "0:MANUDATA" [ 0.909713] 0x0000001f0000-0x000000200000 : "0:ART" [ 0.915978] libphy: ipq40xx_mdio: probed [ 0.922308] ipq40xx-mdio 90000.mdio: ipq40xx-mdio driver was registered [ 0.927941] tun: Universal TUN/TAP device driver, 1.6 [ 0.932943] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com> [ 0.939206] i2c /dev entries driver [ 0.944285] sdhci: Secure Digital Host Controller Interface driver [ 0.949430] sdhci: Copyright(c) Pierre Ossman [ 0.953804] sdhci-pltfm: SDHCI platform and OF driver helper [ 0.963775] nand: device found, Manufacturer ID: 0xef, Chip ID: 0xaa [ 0.969096] nand: Winbond W25N01GV 128MiB 3.3V [ 0.973548] nand: 128MiB, SLC, page size: 2048, OOB size: 64 [ 0.979177] Scanning device for bad blocks [ 1.672430] random: nonblocking pool is initialized [ 2.870530] 4 cmdlinepart partitions found on MTD device spi0.1 [ 2.875442] Creating 4 MTD partitions on "spi0.1": [ 2.880197] 0x000000000000-0x000003800000 : "rootfs" [ 2.886236] mtd: device 9 (rootfs) set to be root filesystem [ 2.893097] mtdsplit: no squashfs found in "rootfs" [ 2.896945] mtdsplit: no squashfs found in "spi0.1" [ 2.901831] 0x000003800000-0x000007000000 : "rootfs_1" [ 2.907992] 0x000007000000-0x000007f00000 : "var_config" [ 2.913270] 0x000007f00000-0x000007fc0000 : "Oops_log" [ 3.068510] mtdoops: Attached to MTD device 12 [ 3.075358] nf_conntrack version 0.5.0 (3865 buckets, 15460 max) [ 3.081182] ip_tables: (C) 2000-2006 Netfilter Core Team [ 3.085816] TCP: cubic registered [ 3.089616] NET: Registered protocol family 10 [ 3.094490] NET: Registered protocol family 17 [ 3.098016] Bridge firewalling registered [ 3.101942] bridge_nlevent_init: Initializing Bridge HTTP redirect event mechanism [ 3.109491] br: Unicast isolation disabled [ 3.113542] br: Multicast isolation disabled [ 3.117778] br: HTTP redirect disabled [ 3.121513] 8021q: 802.1Q VLAN Support v1.8 [ 3.125856] Registering SWP/SWPB emulation handler [ 3.131487] regulator-dummy: disabling [ 3.134705] UBI: attaching mtd9 to ubi0 [ 6.150024] UBI: scanning is finished [ 6.228806] UBI: attached mtd9 (name "rootfs", size 56 MiB) to ubi0 [ 6.234080] UBI: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes [ 6.240814] UBI: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 [ 6.247513] UBI: VID header offset: 2048 (aligned 2048), data offset: 4096 [ 6.254369] UBI: good PEBs: 448, bad PEBs: 0, corrupted PEBs: 0 [ 6.260259] UBI: user volume: 2, internal volumes: 1, max. volumes count: 128 [ 6.267392] UBI: max/mean erase counter: 1/0, WL threshold: 4096, image sequence number: 1011195579 [ 6.276419] UBI: available PEBs: 194, total reserved PEBs: 254, PEBs reserved for bad PEB handling: 20 [ 6.285732] UBI: background thread "ubi_bgt0d" started, PID 71 [ 6.287765] drivers/rtc/hctosys.c: unable to open rtc device (rtc0) [ 6.291088] clk: Not disabling unused clocks [ 6.291092] ALSA device list: [ 6.291095] No soundcards found. [ 6.325001] VFS: Mounted root (squashfs filesystem) readonly on device 31:14. [ 6.331384] Freeing unused kernel memory: 180K (c07ed000 - c081a000) Wed Jun 1 00:00:00 UTC 2016 [1;29mMounting etc to ramfs. [1;0m [1;29mMounting sys to sysfs[1;0m[1;32m[DONE][1;0m [1;29mMounting var to jffs2. [1;0m[ 12.396526] jffs2: notice: (123) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found. [1;32m[DONE][1;0m [1;29mChecking SSH keys. [1;0m[1;32m[DONE][1;0m [1;29mCreating log file. [1;0m[1;33m[CREATED][1;0m [1;29mChecking for run file. [1;0m[1;32m[DONE][1;0m [1;29mStarting System Logger. [1;0m[1;32m[DONE][1;0m [1;29mStarting Kernel Logger. [1;0m[1;32m[DONE][1;0m [1;29mStarting Watchdog daemon... [1;0m[1;32m[DONE][1;0m [1;29mSysctl [1;0m[1;32m[DONE][1;0m [1;29mChecking board file. [1;0m[1;33m[CREATED][1;0m [1;29mLoading Ethernet module. [1;0mUsage: coredump-logrotator /<Path-to-coredump>/ Path for coredump files is given by /proc/sys/kernel/core_pattern Defaulting Path-to-monitor to /var/log Watching /var/log [1;32m[DONE][1;0m [1;32m[DONE][1;0m [1;29mChecking database. [1;0m[1;32m[DONE][1;0m [1;29mVerifing checksum. [1;0m[1;32m[DONE][1;0m [1;29mLoading wlan modules. [1;0msh: yes: unknown operand 6+0 records in 6+0 records out 6 bytes (6B) copied, 0.009219 seconds, 650B/s 6+0 records in 6+0 records out 6 bytes (6B) copied, 0.007613 seconds, 788B/s 377+0 records in 377+0 records out 12064 bytes (11.8KB) copied, 0.116933 seconds, 100.8KB/s 377+0 records in 377+0 records out 12064 bytes (11.8KB) copied, 0.101445 seconds, 116.1KB/s [1;32m[DONE][1;0m [1;29mCreating vap interface. [1;0m[1;32m[DONE][1;0m [1;29mCreating wds interface. [1;0m[1;32m[DONE][1;0m [1;29mStarting configd. [1;0m[1;32m[DONE][1;0m [1;29mopenssl certificate already present...[1;0m [1;29mStarting /usr/sbin/nddmp... [1;0m[1;32m[DONE][1;0m [1;29mStarting /usr/local/bin/node... [1;0m[1;32m[DONE][1;0m [1;29mStarting web server. [1;0m[1;32m[DONE][1;0m [1;29mStarting Translator... [1;0mstart-stop-daemon: can't execute '/usr/bin/log_ro': No such file or directory [1;32m[syslog][1;0m [1;29mStarting Translator... [1;0m[1;32m[password][1;0m [1;29mStarting Translator... [1;0m[1;32m[ssh][1;0m [1;29mStarting Translator... [1;0m[1;32m[snmp][1;0m [1;29mStarting Translator... [1;0m[1;32m[telnet][1;0m [1;29mStarting Translator... [1;0mawk: /tmp/bridge_vlan_script: No such file or directory awk: /tmp/bridge_dhcpc_script: No such file or directory [1;32m[dns][1;0m [1;29mStarting Translator... [1;0mtap-mac: eth0 A2-40-A0-7B-9E-0Fset_dot3_power: Dot3 POE-MDI successfully set for eth0 set_dot3_power: Dot3 POE-MDI successfully set for eth1 mv: can't rename '/tmp/dibbler-client.conf_tm': No such file or directory ip: RTNETLINK answers: Numerical result out of range ash: ::0: unknown operand /bin/sh: /bin/ip: not found [1;32m[bridge_and_vlan_translator][1;0m [1;29mStarting Translator... [1;0m[1;32m[country_tr][1;0m [1;29mStarting Translator... [1;0m[1;32m[hostapd_tr][1;0m [1;29mStarting Translator... [1;0m[1;32m[qos_translator][1;0m [1;29mStarting Translator... [1;0m[1;32m[captive_conf_tr][1;0m [1;29mStarting Translator... [1;0m[1;32m[dhcp][1;0m [1;29mStarting Translator... [1;0m[1;32m[ntp][1;0m [1;29mStarting Translator... [1;0m[1;32m[timezone][1;0m [1;29mStarting Translator... [1;0m[1;32m[dump_config_logs_tr][1;0m [1;29mStarting Translator... [1;0m[1;32m[urlfile_block_domain][1;0m [1;29mStarting Translator... [1;0m[1;32m[urlfile_block_host][1;0m [1;29mStarting Translator... [1;0m[1;32m[urlfile_block_expr][1;0m [1;29mStarting Translator... [1;0m[1;32m[urlenable][1;0m [1;29mStarting Translator... [1;0m[1;32m[devicemode][1;0m [1;29mStarting Translator... [1;0m[1;32m[miniupnpd_tr][1;0m [1;29mStarting ARPING... [1;0m[1;32m[DONE][1;0m [1;29mStarting SysMon Script... [1;0m[1;32m[DONE][1;0m no offload settings changed no offload settings changed [1;32m[DONE][1;0m [1;29mStarting crond. [1;0mcrontab: can't open 'root': No such file or directory [1;32m[DONE][1;0m updating from update1 server Internet is Disconnected [1;29mSystem initilization is .. [1;0m[1;32m[DONE...][1;0m Welcome to SDK. Have a lot of fun... Netgear7B9E0F login: OpenWrt bootlog 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-00096 S - IMAGE_VARIANT_STRING=DAABANAZA S - OEM_IMAGE_VERSION_STRING=CRM S - Boot Config, 0x00000021 S - Core 0 Frequency, 0 MHz B - 262 - PBL, Start B - 1342 - bootable_media_detect_entry, Start B - 1685 - bootable_media_detect_success, Start B - 1699 - elf_loader_entry, Start B - 5125 - auth_hash_seg_entry, Start B - 7299 - auth_hash_seg_exit, Start B - 581122 - elf_segs_hash_verify_entry, Start B - 697738 - PBL, End B - 697763 - SBL1, Start B - 786250 - pm_device_init, Start D - 6 - pm_device_init, Delta B - 787776 - boot_flash_init, Start D - 63919 - boot_flash_init, Delta B - 855894 - boot_config_data_table_init, Start D - 3880 - boot_config_data_table_init, Delta - (419 Bytes) B - 863100 - clock_init, Start D - 7574 - clock_init, Delta B - 875201 - CDT version:2,Platform ID:8,Major ID:1,Minor ID:1,Subtype:0 B - 878689 - sbl1_ddr_set_params, Start B - 883675 - cpr_init, Start D - 2 - cpr_init, Delta B - 888167 - Pre_DDR_clock_init, Start D - 4 - Pre_DDR_clock_init, Delta D - 13145 - sbl1_ddr_set_params, Delta B - 901867 - pm_driver_init, Start D - 2 - pm_driver_init, Delta B - 972118 - sbl1_wait_for_ddr_training, Start D - 29 - sbl1_wait_for_ddr_training, Delta B - 987753 - Image Load, Start D - 134947 - QSEE Image Loaded, Delta - (262104 Bytes) B - 1123195 - Image Load, Start D - 1444 - SEC Image Loaded, Delta - (2048 Bytes) B - 1133561 - Image Load, Start D - 213496 - APPSBL Image Loaded, Delta - (436880 Bytes) B - 1347478 - QSEE Execution, Start D - 59 - QSEE Execution, Delta B - 1353675 - SBL1, End D - 658022 - SBL1, Delta S - Flash Throughput, 2005 KB/s (701451 Bytes, 349778 us) S - DDR Frequency, 537 MHz U-Boot 2012.07-V1.2.0.0 [local,local] (Oct 26 2016 - 02:39:01) smem ram ptable found: ver: 1 len: 3 DRAM: 256 MiB machid : 0x8010100 NAND: spi_nand: spi_nand_flash_probe SF NAND ID 0:ef:aa:21 SF: Detected W25N01GV with page size 2 KiB, total 128 MiB SF: Detected W25Q16 with page size 4 KiB, total 2 MiB ipq_spi: page_size: 0x100, sector_size: 0x1000, size: 0x200000 130 MiB MMC: In: serial Out: serial Err: serial Product ID: WAC510 machid: 8010100 flash_type: 0 Net: MAC0 addr:a0:40:a0:7b:9e:f PHY ID1: 0x4d PHY ID2: 0xd0b2 ipq40xx_ess_sw_init done eth0 Hit any key to stop autoboot: 2 1 0 Saving Environment to NAND... Erasing Nand... Erasing at 0xe0000 -- 6% complete. Erasing at 0xe1000 -- 12% complete. Erasing at 0xe2000 -- 18% complete. Erasing at 0xe3000 -- 25% complete. Erasing at 0xe4000 -- 31% complete. Erasing at 0xe5000 -- 37% complete. Erasing at 0xe6000 -- 43% complete. Erasing at 0xe7000 -- 50% complete. Erasing at 0xe8000 -- 56% complete. Erasing at 0xe9000 -- 62% complete. Erasing at 0xea000 -- 68% complete. Erasing at 0xeb000 -- 75% complete. Erasing at 0xec000 -- 81% complete. Erasing at 0xed000 -- 87% complete. Erasing at 0xee000 -- 93% complete. Erasing at 0xef000 -- 100% complete. Writing to Nand... done Boot count=1 Creating 1 MTD partitions on "nand1": 0x000000000000-0x000003800000 : "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: 56 MiB UBI: number of good PEBs: 448 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: 16 UBI: total number of reserved PEBs: 432 UBI: number of PEBs reserved for bad PEB handling: 4 UBI: max/mean erase counter: 3/2 Read 0 bytes from volume kernel to 84000000 No size specified -> Using max size (4063232) ## Booting kernel from FIT Image at 84000000 ... Using 'config@5' configuration Trying 'kernel-1' kernel subimage Description: ARM OpenWrt Linux-5.4.124 Type: Kernel Image Compression: gzip compressed Data Start: 0x840000e4 Data Size: 3919472 Bytes = 3.7 MiB Architecture: ARM OS: Linux Load Address: 0x80208000 Entry Point: 0x80208000 Hash algo: crc32 Hash value: f18ae4a7 Hash algo: sha1 Hash value: 417d6d0f796e7928a600d98c0fe2a6f3b5bd0fdb Verifying Hash Integrity ... crc32+ sha1+ OK ## Flattened Device Tree from FIT Image at 84000000 Using 'config@5' configuration Trying 'fdt-1' FDT blob subimage Description: ARM OpenWrt netgear_wac510 device tree blob Type: Flat Device Tree Compression: uncompressed Data Start: 0x843bd08c Data Size: 17961 Bytes = 17.5 KiB Architecture: ARM Hash algo: crc32 Hash value: c4564ce8 Hash algo: sha1 Hash value: 564df003e0ec44a0632983be0f1b70d673af30d6 Verifying Hash Integrity ... crc32+ sha1+ OK Booting using the fdt blob at 0x843bd08c Uncompressing Kernel Image ... OK Loading Device Tree to 86ff8000, end 86fff628 ... OK ipq: fdt fixup unable to find compatible node Using machid 0x8010100 from environment Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 5.4.124 (builder@buildhost) (gcc version 8.4.0 (OpenWrt GCC 8.4.0 r16896-3c46ba053d)) #0 SMP Sun Jun 6 08:55:09 2021 [ 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: Netgear WAC510 [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] percpu: Embedded 15 pages/cpu s30156 r8192 d23092 u61440 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 64448 [ 0.000000] Kernel command line: WAC510 ubi.mtd=rootfs root=mtd:ubi_rootfs rootfstype=squashfs mtdparts=spi0.1:56m(rootfs),56m(rootfs_1),15m(var_config),768k(Oops_log) 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: 247592K/260096K available (5796K kernel code, 189K rwdata, 1512K rodata, 1024K init, 241K bss, 12504K 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] 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+0x2f0/0x49c 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.000009] sched_clock: 56 bits at 48MHz, resolution 20ns, wraps every 4398046511096ns [ 0.000023] Switching to timer-based delay loop, resolution 20ns [ 0.000250] Calibrating delay loop (skipped), value calculated using timer frequency.. 96.00 BogoMIPS (lpj=480000) [ 0.000267] pid_max: default: 32768 minimum: 301 [ 0.000468] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.000486] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.001519] CPU: Testing write buffer coherency: ok [ 0.002572] Setting up static identity map for 0x80300000 - 0x80300060 [ 0.002717] rcu: Hierarchical SRCU implementation. [ 0.003173] smp: Bringing up secondary CPUs ... [ 0.006321] smp: Brought up 1 node, 4 CPUs [ 0.006341] SMP: Total of 4 processors activated (384.00 BogoMIPS). [ 0.006349] CPU: All CPU(s) started in SVC mode. [ 0.011141] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5 [ 0.011307] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.011333] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) [ 0.011555] pinctrl core: initialized pinctrl subsystem [ 0.012585] NET: Registered protocol family 16 [ 0.012943] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.014210] cpuidle: using governor ladder [ 0.014257] cpuidle: using governor menu [ 0.034688] cryptd: max_cpu_qlen set to 1000 [ 0.038116] usbcore: registered new interface driver usbfs [ 0.038184] usbcore: registered new interface driver hub [ 0.038239] usbcore: registered new device driver usb [ 0.038290] pps_core: LinuxPPS API ver. 1 registered [ 0.038299] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.038325] PTP clock support registered [ 0.039037] workqueue: max_active 576 requested for napi_workq is out of range, clamping between 1 and 512 [ 0.040285] clocksource: Switched to clocksource arch_sys_counter [ 0.041085] thermal_sys: Registered thermal governor 'step_wise' [ 0.041381] NET: Registered protocol family 2 [ 0.041539] IP idents hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.042310] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear) [ 0.042350] TCP established hash table entries: 2048 (order: 1, 8192 bytes, linear) [ 0.042388] TCP bind hash table entries: 2048 (order: 2, 16384 bytes, linear) [ 0.042435] TCP: Hash tables configured (established 2048 bind 2048) [ 0.042554] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.042593] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.042848] NET: Registered protocol family 1 [ 0.042890] PCI: CLS 0 bytes, default 64 [ 0.044918] workingset: timestamp_bits=14 max_order=16 bucket_order=2 [ 0.050871] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.050888] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.101716] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248) [ 0.105118] bam-dma-engine 8e04000.dma: num-channels unspecified in dt [ 0.105138] bam-dma-engine 8e04000.dma: num-ees unspecified in dt [ 0.106438] tcsr 1949000.tcsr: setting wifi_glb_cfg = 41000000 [ 0.106531] tcsr 194b000.tcsr: setting usb hs phy mode select = e700e7 [ 0.106614] tcsr 1953000.ess_tcsr: setting ess interface select = 0 [ 0.106699] tcsr 1957000.tcsr: setting wifi_noc_memtype_m0_m2 = 2222222 [ 0.107020] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled [ 0.108922] msm_serial 78af000.serial: msm_serial: detected port #0 [ 0.108979] msm_serial 78af000.serial: uartclk = 1843200 [ 0.109036] 78af000.serial: ttyMSM0 at MMIO 0x78af000 (irq = 25, base_baud = 115200) is a MSM [ 0.109062] msm_serial: console setup on port #0 [ 0.615427] printk: console [ttyMSM0] enabled [ 0.620382] msm_serial: driver initialized [ 0.629372] loop: module loaded [ 0.631646] spi_qup 78b5000.spi: IN:block:16, fifo:64, OUT:block:16, fifo:64 [ 0.638552] random: fast init done [ 0.641943] spi-nor spi0.0: s25fl016k (2048 Kbytes) [ 0.642034] 9 fixed-partitions partitions found on MTD device spi0.0 [ 0.646644] Creating 9 MTD partitions on "spi0.0": [ 0.653265] 0x000000000000-0x000000040000 : "0:SBL1" [ 0.658784] 0x000000040000-0x000000060000 : "0:MIBIB" [ 0.663845] 0x000000060000-0x0000000c0000 : "0:QSEE" [ 0.668764] 0x0000000c0000-0x0000000d0000 : "0:CDT" [ 0.673824] 0x0000000d0000-0x0000000e0000 : "0:DDRPARAMS" [ 0.678364] 0x0000000e0000-0x0000000f0000 : "0:APPSBLENV" [ 0.683972] 0x0000000f0000-0x0000001e0000 : "0:APPSBL" [ 0.689301] 0x0000001e0000-0x0000001f0000 : "0:MANUDATA" [ 0.694407] 0x0000001f0000-0x000000200000 : "0:ART" [ 0.700530] spi-nand spi0.1: Winbond SPI NAND was found. [ 0.703594] spi-nand spi0.1: 128 MiB, block size: 128 KiB, page size: 2048, OOB size: 64 [ 0.709459] 4 cmdlinepart partitions found on MTD device spi0.1 [ 0.717254] Creating 4 MTD partitions on "spi0.1": [ 0.722886] 0x000000000000-0x000003800000 : "rootfs" [ 0.902255] mtd: device 9 (rootfs) set to be root filesystem [ 0.903224] mtdsplit: no squashfs found in "rootfs" [ 0.907002] 0x000003800000-0x000007000000 : "rootfs_1" [ 1.086416] 0x000007000000-0x000007f00000 : "var_config" [ 1.134016] 0x000007f00000-0x000007fc0000 : "Oops_log" [ 1.140234] libphy: ipq4019_mdio: probed [ 1.165397] ESS reset ok! [ 1.189588] ESS reset ok! [ 1.611046] libphy: Fixed MDIO Bus: probed [ 1.824310] i2c /dev entries driver [ 1.826370] sdhci: Secure Digital Host Controller Interface driver [ 1.826605] sdhci: Copyright(c) Pierre Ossman [ 1.832934] sdhci-pltfm: SDHCI platform and OF driver helper [ 1.841025] NET: Registered protocol family 10 [ 1.844351] Segment Routing with IPv6 [ 1.847346] NET: Registered protocol family 17 [ 1.851096] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 1.855353] 8021q: 802.1Q VLAN Support v1.8 [ 1.868602] Registering SWP/SWPB emulation handler [ 1.882157] ubi0: attaching mtd9 [ 2.377586] random: crng init done [ 2.956434] ubi0: scanning is finished [ 2.986663] ubi0: attached mtd9 (name "rootfs", size 56 MiB) [ 2.986738] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes [ 2.991556] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 [ 2.998116] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 [ 3.005079] ubi0: good PEBs: 448, bad PEBs: 0, corrupted PEBs: 0 [ 3.011812] ubi0: user volume: 3, internal volumes: 1, max. volumes count: 128 [ 3.018001] ubi0: max/mean erase counter: 3/2, WL threshold: 4096, image sequence number: 1275717810 [ 3.025090] ubi0: available PEBs: 0, total reserved PEBs: 448, PEBs reserved for bad PEB handling: 20 [ 3.034457] ubi0: background thread "ubi_bgt0d" started, PID 106 [ 3.038472] block ubiblock0_1: created from ubi0:1(rootfs) [\F0[ 3.065807] VFS: Mounted root (squashfs filesystem) readonly on device 259:0. [ 3.067431] Freeing unused kernel memory: 1024K [ 3.090671] Run /sbin/init as init process [ 3.872032] init: Console is alive [ 3.872277] init: - watchdog - [ 5.169278] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 5.337390] dwc3-qcom 8af8800.usb3: IRQ hs_phy_irq not found [ 5.337430] dwc3-qcom 8af8800.usb3: IRQ dp_hs_phy_irq not found [ 5.342203] dwc3-qcom 8af8800.usb3: IRQ dm_hs_phy_irq not found [ 5.347780] dwc3-qcom 8af8800.usb3: IRQ ss_phy_irq not found [ 5.355441] dwc3-qcom 60f8800.usb2: IRQ hs_phy_irq not found [ 5.359574] dwc3-qcom 60f8800.usb2: IRQ dp_hs_phy_irq not found [ 5.365253] dwc3-qcom 60f8800.usb2: IRQ dm_hs_phy_irq not found [ 5.370879] dwc3-qcom 60f8800.usb2: IRQ ss_phy_irq not found [ 5.379007] dwc3 8a00000.dwc3: Failed to get clk 'ref': -2 [ 5.505791] dwc3 6000000.dwc3: Failed to get clk 'ref': -2 [ 5.610673] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 5.610834] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1 [ 5.615701] xhci-hcd xhci-hcd.0.auto: hcc params 0x0228f665 hci version 0x100 quirks 0x0000000002010010 [ 5.622978] xhci-hcd xhci-hcd.0.auto: irq 94, io mem 0x08a00000 [ 5.633742] hub 1-0:1.0: USB hub found [ 5.637952] hub 1-0:1.0: 1 port detected [ 5.644729] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 5.645823] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2 [ 5.651167] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed [ 5.658857] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 5.665866] hub 2-0:1.0: USB hub found [ 5.673647] hub 2-0:1.0: 1 port detected [ 5.677579] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller [ 5.681213] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 3 [ 5.686684] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220f665 hci version 0x100 quirks 0x0000000002010010 [ 5.694088] xhci-hcd xhci-hcd.1.auto: irq 95, io mem 0x06000000 [ 5.708668] hub 3-0:1.0: USB hub found [ 5.709304] hub 3-0:1.0: 1 port detected [ 5.713455] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller [ 5.717175] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 4 [ 5.722504] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed [ 5.730129] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM. [ 5.737206] hub 4-0:1.0: USB hub found [ 5.744975] hub 4-0:1.0: config failed, hub doesn't have any ports! (err -19) [ 5.751173] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 5.764701] init: - preinit - Press the [f] key and hit [enter] to enter failsafe mode Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level [ 10.384865] UBIFS (ubi0:2): Mounting in unauthenticated mode [ 10.385103] UBIFS (ubi0:2): background thread "ubifs_bgt0_2" started, PID 191 [ 10.527979] UBIFS (ubi0:2): recovery needed [ 10.845931] UBIFS (ubi0:2): recovery completed [ 10.846129] UBIFS (ubi0:2): UBIFS: mounted UBI device 0, volume 2, name "rootfs_data" [ 10.849285] UBIFS (ubi0:2): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes [ 10.857270] UBIFS (ubi0:2): FS size: 45330432 bytes (43 MiB, 357 LEBs), journal size 2285568 bytes (2 MiB, 18 LEBs) [ 10.867107] UBIFS (ubi0:2): reserved for root: 2141067 bytes (2090 KiB) [ 10.877351] UBIFS (ubi0:2): media format: w5/r0 (latest is w5/r0), UUID 33917697-8C94-4DCC-BA2A-3C8B12C51658, small LPT model [ 10.903969] mount_root: switching to ubifs overlay [ 10.932373] urandom-seed: Seeding with /etc/urandom.seed [ 11.037395] procd: - early - [ 11.037504] procd: - watchdog - [ 11.635507] procd: - watchdog - [ 12.643475] procd: - ubus - [ 12.713806] procd: - init - Please press Enter to activate this console. [ 13.484629] kmodloader: loading kernel modules from /etc/modules.d/* [ 13.500400] urngd: v1.0.2 started. [ 13.560655] Loading modules backported from Linux version v5.10.34-0-g0aa66717f684 [ 13.560695] Backport generated by backports.git v5.10.34-1-0-g7b5533e1 [ 13.580848] xt_time: kernel timezone is -0000 [ 13.617947] PPP generic driver version 2.4.2 [ 13.618983] NET: Registered protocol family 24 [ 14.892521] ath10k_ahb a000000.wifi: qca4019 hw1.0 target 0x01000000 chip_id 0x003b00ff sub 0000:0000 [ 14.892570] ath10k_ahb a000000.wifi: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0 [ 14.904080] 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 [ 14.990892] ath10k_ahb a000000.wifi: board_file api 2 bmi_id 0:16 crc32 e2dfaa91 [ 16.278235] ath10k_ahb a000000.wifi: 10.4 wmi init: vdevs: 16 peers: 48 tid: 96 [ 16.278283] ath10k_ahb a000000.wifi: msdu-desc: 2500 skid: 32 [ 16.326337] 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' [ 16.327865] ath10k_ahb a000000.wifi: wmi print 'free: 53252 iram: 13432 sram: 35752' [ 16.466448] ath10k_ahb a000000.wifi: htt-ver 2.2 wmi-op 6 htt-op 4 cal pre-cal-file max-sta 32 raw 0 hwcrypto 1 [ 17.432715] ath10k_ahb a800000.wifi: qca4019 hw1.0 target 0x01000000 chip_id 0x003b00ff sub 0000:0000 [ 17.432766] ath10k_ahb a800000.wifi: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0 [ 17.445575] 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 [ 17.500034] ath10k_ahb a800000.wifi: board_file api 2 bmi_id 0:17 crc32 e2dfaa91 [ 18.787797] ath10k_ahb a800000.wifi: 10.4 wmi init: vdevs: 16 peers: 48 tid: 96 [ 18.787845] ath10k_ahb a800000.wifi: msdu-desc: 2500 skid: 32 [ 18.823632] 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' [ 18.824599] ath10k_ahb a800000.wifi: wmi print 'free: 53252 iram: 13432 sram: 35752' [ 18.950281] ath10k_ahb a800000.wifi: htt-ver 2.2 wmi-op 6 htt-op 4 cal pre-cal-file max-sta 32 raw 0 hwcrypto 1 [ 19.104408] kmodloader: done loading kernel modules from /etc/modules.d/* [ 24.063105] ess_edma c080000.edma eth0: Link is Down [ 24.072159] br-lan: port 1(eth0) entered blocking state [ 24.072200] br-lan: port 1(eth0) entered disabled state [ 24.076623] device eth0 entered promiscuous mode [ 24.192101] ess_edma c080000.edma eth1: Link is Down BusyBox v1.33.1 (2021-06-06 08:55:09 UTC) built-in shell (ash) _______ ________ __ | |.-----.-----.-----.| | | |.----.| |_ | - || _ | -__| || | | || _|| _| |_______|| __|_____|__|__||________||__| |____| |__| W I R E L E S S F R E E D O M ----------------------------------------------------- OpenWrt SNAPSHOT, r16896-3c46ba053d ----------------------------------------------------- === 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:/# Notes Space for additional notes, links to forum threads or other resources. … Tags How to add tags ipq40xx, IPQ4018, u-boot, 4core, ARMv7, 2NIC, GigabitEthernet, wlan, 2WNIC, 802.11anac, 802.11bgn, DetachableAntenna, InternalAntenna, 4Ant, 256RAM, 2Flash, 128NAND, 0USB, Serial, SPI, 1button, 6LED, ceiling, 12v powered, PoE, Dual firmware, ath10k 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.OKMore information about cookies ipq40xx ipq4018 u-boot 4core armv7 2nic gigabitethernet wlan 2wnic 802.11anac 802.11bgn detachableantenna internalantenna 4ant 256ram 2flash 128nand 0usb serial spi 1button 6led ceiling 12v powered PoE Dual firmware ath10k Last modified: 2021/09/07 04:36by wutje