Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revisionNext revisionBoth sides next revision | ||
| inbox:toh:netgear:netgear_rax120_nighthawk_ax12 [2020/09/02 16:09] – Created from the form at meta:create_new_device_page hnyman | inbox:toh:netgear:netgear_rax120_nighthawk_ax12 [2024/03/13 22:52] – [TTL + USB method] ywang | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Netgear | + | ====== Netgear |
| - | ~~NOTOC~~ | + | |
| - | /* This template is intended to be used via https:// | + | {{ media:netgear: |
| - | {{page> | + | The RAX120v2 is an 802.11ax OFDMA and MU-MIMO Dual-Band WiFi router, which has the following WiFi Interfaces.: |
| - | //Write a short, relevant description of the device. Include a technical overview, but avoid marketing buzzwords/ | + | * one 2.4GHz (QCN9024 4x4 ax) |
| + | * two 5GHz (QCN5024 4x4 ax + QCN9024 2x2/4x4 ax) | ||
| - | /*****/ | + | The radios support up to 4K QAM (through MCS0 - MCS15), for devices and paths that are compatible with those high-density modulations. Supports DFS channels, from channel 36 up to 165 (may vary on each region). 12 antenna chains operate in a two radio configuration as 8x8 in 5 GHz and 4x4 in 2.4 GHz. |
| - | /* How to add images ========> | + | |
| - | /*****/ | + | |
| - | {{ media:example:genericrouter1.png? | + | This is a router based on a Qualcomm IPQ8074 4-core SoC (up to 2.2GHz). |
| + | |||
| + | It has 4 1G LAN ports, 1 1G WAN port, and a 2.5G/5G LAN port (Aquantia AQR111). | ||
| + | |||
| + | |||
| + | This device has 2 HW versions. V2 hardware is required. | ||
| + | |||
| + | ===== Supported Versions ===== | ||
| + | <!-- ToH: { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | } --> | ||
| + | |||
| + | ===== Hardware highlights ===== | ||
| + | <!-- ToH: { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | } --> | ||
| + | |||
| + | ==== Info ==== | ||
| + | ^ [[wp> | ||
| + | ^ Vendor | ||
| + | ^ [[docs: | ||
| + | ^ [[docs: | ||
| + | ^ [[docs: | ||
| + | ^ Flash-Chip | ||
| + | ^ Flash size | 512 MiB | | ||
| + | ^ RAM | 1024 MiB | | ||
| + | ^ Wireless 2.4 GHz | Qualcomm QCN5024, b/g/n/ax, 4x4:4 | | ||
| + | ^ Wireless 5 GHz | 2x Qualcomm QCN5054, a/n/ac/ax, 8x8:8 | | ||
| + | ^ Ethernet | ||
| + | ^ Switch | ||
| + | ^ Serial | ||
| + | ^ Power | External, 19 V 3.16 A | | ||
| ===== OpenWrt support ===== | ===== OpenWrt support ===== | ||
| - | <color red> | + | <!-- ToH: { |
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | } --> | ||
| - | /*** if info available: uncomment and fill in | ||
| ===== Supporting activities ===== | ===== Supporting activities ===== | ||
| //Describe if there are any ongoing activities that might lead to OpenWrt support.// | //Describe if there are any ongoing activities that might lead to OpenWrt support.// | ||
| - | * OpenWrt forum thread: (add link) | + | Enable telnet with magic packet: |
| - | ***/ | + | |
| + | OpenWrt forum thread: [[https:// | ||
| - | /*** if info available: uncomment and fill in | ||
| - | ===== Experimental firmware ===== | ||
| - | //List experimental | + | ===== Experimental |
| - | //None at this time.// | + | There is an experimental fork of OpenWrt that supports this device at : https://github.com/ |
| + | or https:// | ||
| - | * External image (add link) | + | ==== Build and Install ==== |
| - | * trunk image (add link) | + | |
| - | * ... | + | |
| - | ***/ | + | |
| + | ===Build=== | ||
| + | - Setup build environment:< | ||
| + | git clone https:// | ||
| + | cd openwrt | ||
| + | git checkout rax120v2/ | ||
| + | ./ | ||
| + | ./ | ||
| + | </ | ||
| + | - Run '' | ||
| + | Base System: | ||
| + | Target-System ---> Qualcomm Atheros 802.11ax WiSoC-s | ||
| + | Subtarget | ||
| + | Target-Profile ---> Netgear RAX120v2 | ||
| - | ===== Hardware highlights | + | Add other components as desired.. Example: Luci |
| - | ^ CPU ^ Ram ^ Flash ^ Network | + | </ |
| - | | EXAMPLE RT3052 @ 384 MHz | + | Multi-Gig Support: See further down in the ' |
| + | |||
| + | - run '' | ||
| + | - After build finished, generated firmware will be at '' | ||
| + | |||
| + | ===Install=== | ||
| + | <tabbox From OEM Firmware> | ||
| + | 1. In the Netgear Stock GUI flash openwrt-qualcommax-ipq807x-netgear_rax120v2-squashfs-web-ui-factory.img | ||
| + | |||
| + | 2. Open Luci administration and flash sysupgrade image - openwrt-qualcommax-ipq807x-netgear_rax120v2-squashfs-sysupgrade.bin | ||
| + | <tabbox From TFTP / initramfs> | ||
| + | 1. Setup TFTP server at 192.168.1.10. | ||
| + | |||
| + | 2. Stop autoboot and run. | ||
| + | < | ||
| + | tftpboot openwrt-qualcommax-ipq807x-netgear_rax120v2-initramfs-uImage.itb | ||
| + | bootm | ||
| + | </ | ||
| + | 3. Open Luci administration and flash sysupgrade image - openwrt-qualcommax-ipq807x-netgear_rax120v2-squashfs-sysupgrade.bin | ||
| + | |||
| + | OpenWRT is now installed | ||
| + | </ | ||
| + | ===Aquantia 2.5G/5G LAN=== | ||
| + | For the 5G port labeled ' | ||
| + | u-boot by writing the firmware to the correct mtd partition. | ||
| + | |||
| + | The firmware file found in the Netgear stock firmware under ''/ | ||
| + | '' | ||
| + | be converted to a MBN file. | ||
| + | |||
| + | The '' | ||
| + | under '' | ||
| + | |||
| + | Convert the CLD file to MBN using: | ||
| + | $ python2 mkheader.py 0x44000000 0x13 <*.cld file> aqr_4.3.C.mbn | ||
| + | |||
| + | This MBN file can then be flashed to the MTD partition to be used by u-boot. | ||
| + | |||
| + | The necessary files can also be found in | ||
| + | https:// | ||
| + | |||
| + | ===Write MBN file to MTD partition to be loaded automatically by u-boot=== | ||
| + | |||
| + | U-boot automatically tries to load the firmware from nand at address 0x7e00000 which | ||
| + | corresponds to ''/ | ||
| + | |||
| + | 1. find ETHPHYFW partition while running OpenWrt (expected: / | ||
| + | |||
| + | $ fgrep -i ' | ||
| + | mtd25: 00080000 00020000 " | ||
| + | |||
| + | 2. copy mbn file to /tmp/ folder of the router | ||
| + | |||
| + | $ scp aqr-v4.3.C.mbn 192.168.1.1:/ | ||
| + | |||
| + | 3. write mbn file to ethphyfw partition | ||
| + | |||
| + | $ mtd write / | ||
| + | |||
| + | === (Outdated) Install firmware using aq-fw-download tool | ||
| + | - Download firmware. | ||
| + | < | ||
| + | wget -O / | ||
| + | </ | ||
| + | - Create init.d script to load the firmware and set link speed at boot. | ||
| + | < | ||
| + | < | ||
| + | #!/bin/sh / | ||
| + | START=25 | ||
| + | boot() { | ||
| + | aq-fw-download / | ||
| + | ethtool -s lan5 advertise 0x1000000000000 | ||
| + | ssdk_sh debug phy set 7 0x4004c441 0x8 | ||
| + | echo " | ||
| + | } | ||
| + | </ | ||
| + | < | ||
| + | chmod +x / | ||
| + | / | ||
| + | </ | ||
| /*** if info available: uncomment and fill in | /*** if info available: uncomment and fill in | ||
| ===== Installation ===== | ===== Installation ===== | ||
| Line 74: | Line 206: | ||
| - | /*** if info available: uncomment and fill in | ||
| - | ===== Specific configuration ===== | ||
| - | <WRAP BOX 600px> | ||
| - | FIXME Please fill in real values for this device, then remove the EXAMPLEs and the WRAP that encloses this text. | ||
| - | ==== Network interfaces | + | ==== Flash Layout |
| - | The default network configuration is: | + | |
| - | ^ Interface Name ^ Description | + | |
| - | | br-lan | + | |
| - | | vlan0 (eth0.0) | + | |
| - | | vlan1 (eth0.1) | + | |
| - | | wl0 | EXAMPLE WiFi | EXAMPLE Disabled | + | |
| - | </ | + | |
| - | ***/ | + | |
| + | <tabbox OEM Firmware> | ||
| + | < | ||
| + | 0x000000000000-0x000000100000 : " | ||
| + | 0x000000100000-0x000000200000 : " | ||
| + | 0x000000200000-0x000000280000 : " | ||
| + | 0x000000280000-0x000000300000 : " | ||
| + | 0x000000300000-0x000000600000 : " | ||
| + | 0x000000600000-0x000000900000 : " | ||
| + | 0x000000900000-0x000000980000 : " | ||
| + | 0x000000980000-0x000000a00000 : " | ||
| + | 0x000000a00000-0x000000a80000 : " | ||
| + | 0x000000a80000-0x000000b00000 : " | ||
| + | 0x000000b00000-0x000000b80000 : " | ||
| + | 0x000000b80000-0x000000c00000 : " | ||
| + | 0x000000c00000-0x000000c80000 : " | ||
| + | 0x000000c80000-0x000000d00000 : " | ||
| + | 0x000000d00000-0x000000d80000 : " | ||
| + | 0x000000d80000-0x000000e80000 : " | ||
| + | 0x000000e80000-0x000000f80000 : " | ||
| + | 0x000000f80000-0x000001000000 : " | ||
| + | 0x000001000000-0x000001080000 : " | ||
| + | 0x000001080000-0x000001180000 : " | ||
| + | 0x000001180000-0x000001280000 : " | ||
| + | 0x000001280000-0x000001380000 : " | ||
| + | 0x000001380000-0x000001480000 : " | ||
| + | 0x000001480000-0x000001980000 : " | ||
| + | 0x000001980000-0x000007d80000 : " | ||
| + | 0x000001980000-0x000001f00000 : " | ||
| + | 0x000001f00000-0x000007d80000 : " | ||
| + | 0x000007d80000-0x000008100000 : " | ||
| + | 0x000008100000-0x000008200000 : " | ||
| + | 0x000008200000-0x000008280000 : " | ||
| + | 0x000008280000-0x000008480000 : " | ||
| + | 0x000008480000-0x00000e880000 : " | ||
| + | 0x00000e880000-0x000020000000 : " | ||
| + | </ | ||
| + | <tabbox OpenWrt Firmware> | ||
| + | < | ||
| + | 0x000000000000-0x000000100000 : " | ||
| + | 0x000000100000-0x000000200000 : " | ||
| + | 0x000000200000-0x000000280000 : " | ||
| + | 0x000000280000-0x000000300000 : " | ||
| + | 0x000000300000-0x000000600000 : " | ||
| + | 0x000000600000-0x000000900000 : " | ||
| + | 0x000000900000-0x000000980000 : " | ||
| + | 0x000000980000-0x000000a00000 : " | ||
| + | 0x000000a00000-0x000000a80000 : " | ||
| + | 0x000000a80000-0x000000b00000 : " | ||
| + | 0x000000b00000-0x000000b80000 : " | ||
| + | 0x000000b80000-0x000000c00000 : " | ||
| + | 0x000000c00000-0x000000c80000 : " | ||
| + | 0x000000c80000-0x000000d00000 : " | ||
| + | 0x000000d00000-0x000000d80000 : " | ||
| + | 0x000000d80000-0x000000e80000 : " | ||
| + | 0x000000e80000-0x000000f80000 : " | ||
| + | 0x000000f80000-0x000001000000 : " | ||
| + | 0x000001000000-0x000001080000 : " | ||
| + | 0x000001080000-0x000001180000 : " | ||
| + | 0x000001180000-0x000001280000 : " | ||
| + | 0x000001280000-0x000001380000 : " | ||
| + | 0x000001380000-0x000001480000 : " | ||
| + | 0x000001480000-0x000001980000 : " | ||
| + | 0x000001980000-0x000003680000 : " | ||
| + | 0x000007e00000-0x000007e80000 : " | ||
| + | 0x00000e880000-0x000020000000 : " | ||
| + | </ | ||
| + | </ | ||
| - | /*** if info available: uncomment and fill in | + | ==== Obtain SSH Access |
| - | ==== Buttons | + | |
| - | -> [[docs: | + | |
| - | Here, we merely name the buttons, so we can use them in the above Howto. | + | |
| - | <WRAP BOX 600px> | + | ... |
| - | FIXME Please fill in real values for this device, then remove the EXAMPLEs and the WRAP that encloses this text. | + | |
| - | + | ||
| - | The Netgear RAX120 (Nighthawk AX12) has the following buttons: | + | |
| - | + | ||
| - | ^ BUTTON | + | |
| - | | EXAMPLE Reset | reset | | + | |
| - | | EXAMPLE Secure Easy Setup | | + | |
| - | | EXAMPLE No buttons at all. | - | | + | |
| - | </ | + | |
| - | ***/ | + | |
| - | + | ||
| - | + | ||
| - | ===== Hardware ===== | + | |
| - | ==== Info ==== | + | |
| - | ^ Architecture | + | |
| - | ^ Vendor | + | |
| - | ^ Bootloader | + | |
| - | ^ System-On-Chip | + | |
| - | ^ CPU/ | + | |
| - | ^ Flash-Chip | + | |
| - | ^ Flash size | EXAMPLE 8 MiB | | + | |
| - | ^ RAM | EXAMPLE 64 MiB | | + | |
| - | ^ Wireless | + | |
| - | ^ Ethernet | + | |
| - | ^ Switch | + | |
| - | ^ USB | EXAMPLE 1x 2.0 | | + | |
| - | ^ Serial | + | |
| - | ^ JTAG | EXAMPLE [[#JTAG|Not populated]] | + | |
| - | + | ||
| - | + | ||
| - | /*** if info available: uncomment and fill in | + | |
| - | ==== Flash Layout ==== | + | |
| - | <WRAP BOX> | + | |
| - | FIXME // | + | |
| - | + | ||
| - | Please check out the article [[docs: | + | |
| - | </ | + | |
| - | ***/ | + | |
| Line 143: | Line 289: | ||
| /* Thanks, your wiki administration - Oct. 2015 */ | /* Thanks, your wiki administration - Oct. 2015 */ | ||
| - | **Insert photo of front of the casing** | + | ... |
| - | **Insert photo of back of the casing** | + | ==== Opening |
| - | **Insert photo of backside label** | + | The case bottom and cover are attached to each other really tightly, but the case can be opened once you figure out all necessary steps: |
| - | **Insert photo of PCB** | + | |
| + | | ||
| + | | ||
| - | ==== Opening the case ==== | ||
| - | <WRAP BOX> | + | Bottom panel: |
| - | FIXME //Describe what needs to be done to open the device, e.g. remove rubber feet, adhesive labels, screws, ...// | + | |
| - | </ | + | {{media: |
| + | |||
| + | Clips: | ||
| + | |||
| + | {{media: | ||
| + | |||
| + | Top cover & circuit board: | ||
| + | |||
| + | {{media: | ||
| ==== Serial ==== | ==== Serial ==== | ||
| + | |||
| -> [[docs: | -> [[docs: | ||
| - | How to connect to the Serial Port of this specific device:\\ | + | The serial header in RAX120 (labled J9003) is right at the edge of the circuitboard, |
| - | **Insert photo of PCB with markings for serial port** | + | I bended sideways the pins (at least ground, RX, TX), so that I could easily attach the serial cable. |
| + | Using the markings | ||
| + | ^ Serial connection parameters | ||
| - | <WRAP BOX> | + | Header: |
| - | FIXME //Replace EXAMPLE by real values.// | + | |
| - | </ | + | |
| - | ^ Serial connection parameters\\ for Netgear RAX120 | + | {{media: |
| - | ==== JTAG ==== | + | Serial cable: |
| - | -> [[docs:techref:hardware:port.jtag]] general information about the JTAG port, JTAG cable, | + | |
| + | {{media:netgear:rax120:rax120_serial_pin_advice.jpg? | ||
| + | |||
| + | I drilled a hole for the serial | ||
| + | |||
| + | {{media: | ||
| - | How to connect to the JTAG Port of this specific device:\\ | ||
| - | **Insert photo of PCB with markings for JTAG port** | ||
| ===== Bootlogs ===== | ===== Bootlogs ===== | ||
| - | ==== OEM bootlog | + | |
| + | ==== Bootloader log ==== | ||
| + | |||
| + | Bootloader log as seen from serial console. | ||
| <WRAP bootlog> | <WRAP bootlog> | ||
| - | < | + | < |
| + | |||
| + | =~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2020.09.03 19:19:50 =~=~=~=~=~=~=~=~=~=~=~= | ||
| + | |||
| + | Format: Log Type - Time(microsec) - Message - Optional Info | ||
| + | Log Type: B - Since Boot(Power On Reset), | ||
| + | S - QC_IMAGE_VERSION_STRING=BOOT.BF.3.3.1-00110 | ||
| + | S - IMAGE_VARIANT_STRING=HAACANAZA | ||
| + | S - OEM_IMAGE_VERSION_STRING=CRM | ||
| + | S - Boot Config, 0x000002e5 | ||
| + | B - 205 - PBL, Start | ||
| + | B - 2748 - bootable_media_detect_entry, | ||
| + | B - 3454 - bootable_media_detect_success, | ||
| + | B - 3459 - elf_loader_entry, | ||
| + | B - 6288 - auth_hash_seg_entry, | ||
| + | B - 6548 - auth_hash_seg_exit, | ||
| + | B - 78086 - elf_segs_hash_verify_entry, | ||
| + | B - 149990 - PBL, End | ||
| + | B - 160491 - SBL1, Start | ||
| + | B - 212158 - GCC [RstStat: | ||
| + | B - 218624 - pm_device_init, | ||
| + | B - 338397 - PM_SET_VAL: | ||
| + | D - 119163 - pm_device_init, | ||
| + | B - 340624 - pm_driver_init, | ||
| + | D - 5276 - pm_driver_init, | ||
| + | B - 347120 - clock_init, Start | ||
| + | D - 1525 - clock_init, Delta | ||
| + | B - 351238 - boot_flash_init, | ||
| + | D - 12474 - boot_flash_init, | ||
| + | B - 367372 - boot_config_data_table_init, | ||
| + | D - 3050 - boot_config_data_table_init, | ||
| + | B - 374845 - Boot Setting : 0x00000618 | ||
| + | B - 378840 - CDT version: | ||
| + | B - 386038 - sbl1_ddr_set_params, | ||
| + | B - 389546 - cpr_init, Start | ||
| + | D - 1098 - cpr_init, Delta | ||
| + | B - 394761 - Pre_DDR_clock_init, | ||
| + | B - 398848 - Pre_DDR_clock_init, | ||
| + | B - 402234 - DDR Type : PCDDR3 | ||
| + | B - 407815 - do ddr sanity test, Start | ||
| + | D - 976 - do ddr sanity test, Delta | ||
| + | B - 412756 - DDR: Start of HAL DDR Boot Training | ||
| + | B - 417392 - DDR: End of HAL DDR Boot Training | ||
| + | B - 423035 - DDR: Checksum to be stored on flash is -45748451 | ||
| + | B - 433130 - Image Load, Start | ||
| + | D - 245068 - QSEE Image Loaded, Delta - (1368672 Bytes) | ||
| + | B - 678259 - Image Load, Start | ||
| + | D - 640 - SEC Image Loaded, Delta - (2048 Bytes) | ||
| + | B - 685884 - Image Load, Start | ||
| + | D - 43157 - DEVCFG Image Loaded, Delta - (31941 Bytes) | ||
| + | B - 729133 - Image Load, Start | ||
| + | D - 22997 - RPM Image Loaded, Delta - (99896 Bytes) | ||
| + | B - 752221 - Image Load, Start | ||
| + | D - 71004 - APPSBL Image Loaded, Delta - (446536 Bytes) | ||
| + | B - 823347 - QSEE Execution, Start | ||
| + | D - 30 - QSEE Execution, Delta | ||
| + | B - 829112 - USB D+ check, Start | ||
| + | D - 0 - USB D+ check, Delta | ||
| + | B - 835608 - SBL1, End | ||
| + | D - 677313 - SBL1, Delta | ||
| + | S - Flash Throughput, 6939 KB/s (1950340 Bytes, | ||
| + | S - DDR Frequency, 466 MHz | ||
| + | S - Core 0 Frequency, 1651 MHz | ||
| + | |||
| + | |||
| + | |||
| + | U-Boot 2016.01-23637-g6be947d (Sep 26 2018 - 10:21:39 +0800) | ||
| + | |||
| + | |||
| + | Model: QCA, IPQ807x-HK01 | ||
| + | U-boot dni1 V1.2 for DNI HW ID: 29765589; NAND flash 512MB; RAM 1024MB . | ||
| + | developed based on ' | ||
| + | DRAM: smem ram ptable found: ver: 1 len: 4 | ||
| + | 1 GiB | ||
| + | NAND: ONFI device found | ||
| + | ID = 1590acef | ||
| + | Vendor = ef | ||
| + | Device = ac | ||
| + | SF: Unsupported flash IDs: manuf 00, jedec 0000, ext_jedec 0000 | ||
| + | ipq_spi: SPI Flash not found (bus/ | ||
| + | 512 MiB | ||
| + | MMC: < | ||
| + | *** Warning - bad CRC, using default environment | ||
| + | |||
| + | In: serial@78B3000 | ||
| + | Out: | ||
| + | Err: | ||
| + | machid: 8010000 | ||
| + | Net: MAC0 addr: | ||
| + | PHY ID1: 0x4d | ||
| + | PHY ID2: 0xd0b1 | ||
| + | |||
| + | NAND read: device 0 offset 0x7e00000, size 0x80000 | ||
| + | | ||
| + | bad magic on ETHPHYFW partition | ||
| + | PHY ID1: 0x3a1 | ||
| + | PHY ID2: 0xb612 | ||
| + | EDMA ver 1 hw init | ||
| + | Num rings - TxDesc:1 (0-0) TxCmpl:1 (7-7) | ||
| + | RxDesc:1 (15-15) RxFill:1 (7-7) | ||
| + | ipq807x_edma_alloc_rings: | ||
| + | ipq807x_edma_setup_ring_resources: | ||
| + | ipq807x_edma_configure_rings: | ||
| + | ipq807x_edma_hw_init: | ||
| + | eth0 | ||
| + | Hit any key to stop autoboot: | ||
| + | ipq807x_eth_halt: | ||
| + | eth0 PHY0 Down Speed :10 Half duplex | ||
| + | eth0 PHY1 Down Speed :10 Half duplex | ||
| + | eth0 PHY2 Down Speed :10 Half duplex | ||
| + | eth0 PHY3 Down Speed :10 Half duplex | ||
| + | eth0 PHY4 Down Speed :10 Half duplex | ||
| + | 10M speed not supported | ||
| + | ipq807x_eth_halt: | ||
| + | |||
| + | nmrp server is stopped or failed ! | ||
| + | Loading DNI firmware for checking... | ||
| + | |||
| + | Loading from device 0: nand0 (offset 0x1980000) | ||
| + | |||
| + | ** KERNEL partition size, kernel : 0x580000 ** | ||
| + | |||
| + | ** ROOTFS partition size, kernel: 0x580000, rootfs: 0x3380800 ** | ||
| + | |||
| + | ** rootfs address : 0x4457ffc0 ** | ||
| + | |||
| + | ## Checking Image at 44000000 ... | ||
| + | FIT image found | ||
| + | FIT description: | ||
| + | Image 0 (kernel@1) | ||
| + | | ||
| + | | ||
| + | | ||
| + | Data Start: | ||
| + | Data Size: 4730017 Bytes = 4.5 MiB | ||
| + | | ||
| + | | ||
| + | Load Address: 0x41080000 | ||
| + | Entry Point: | ||
| + | Hash algo: crc32 | ||
| + | Hash value: | ||
| + | Hash algo: sha1 | ||
| + | Hash value: | ||
| + | Image 1 (fdt@hk09) | ||
| + | | ||
| + | | ||
| + | | ||
| + | Data Start: | ||
| + | Data Size: 71866 Bytes = 70.2 KiB | ||
| + | | ||
| + | Hash algo: crc32 | ||
| + | Hash value: | ||
| + | Hash algo: sha1 | ||
| + | Hash value: | ||
| + | Image 2 (fdt@db.hk01) | ||
| + | | ||
| + | | ||
| + | | ||
| + | Data Start: | ||
| + | Data Size: 71229 Bytes = 69.6 KiB | ||
| + | | ||
| + | Hash algo: crc32 | ||
| + | Hash value: | ||
| + | Hash algo: sha1 | ||
| + | Hash value: | ||
| + | Image 3 (fdt@hk02) | ||
| + | | ||
| + | | ||
| + | | ||
| + | Data Start: | ||
| + | Data Size: 71997 Bytes = 70.3 KiB | ||
| + | | ||
| + | Hash algo: crc32 | ||
| + | Hash value: | ||
| + | Hash algo: sha1 | ||
| + | Hash value: | ||
| + | Image 4 (fdt@hk05) | ||
| + | | ||
| + | | ||
| + | | ||
| + | Data Start: | ||
| + | Data Size: 62801 Bytes = 61.3 KiB | ||
| + | | ||
| + | Hash algo: crc32 | ||
| + | Hash value: | ||
| + | Hash algo: sha1 | ||
| + | Hash value: | ||
| + | Image 5 (fdt@hk06) | ||
| + | | ||
| + | | ||
| + | | ||
| + | Data Start: | ||
| + | Data Size: 69432 Bytes = 67.8 KiB | ||
| + | | ||
| + | Hash algo: crc32 | ||
| + | Hash value: | ||
| + | Hash algo: sha1 | ||
| + | Hash value: | ||
| + | Image 6 (fdt@hk08) | ||
| + | | ||
| + | | ||
| + | | ||
| + | Data Start: | ||
| + | Data Size: 72361 Bytes = 70.7 KiB | ||
| + | | ||
| + | Hash algo: crc32 | ||
| + | Hash value: | ||
| + | Hash algo: sha1 | ||
| + | Hash value: | ||
| + | Image 7 (fdt@ac01.1) | ||
| + | | ||
| + | | ||
| + | | ||
| + | Data Start: | ||
| + | Data Size: 71430 Bytes = 69.8 KiB | ||
| + | | ||
| + | Hash algo: crc32 | ||
| + | Hash value: | ||
| + | Hash algo: sha1 | ||
| + | Hash value: | ||
| + | Image 8 (fdt@hk07) | ||
| + | | ||
| + | | ||
| + | | ||
| + | Data Start: | ||
| + | Data Size: 71684 Bytes = 70 KiB | ||
| + | | ||
| + | Hash algo: crc32 | ||
| + | Hash value: | ||
| + | Hash algo: sha1 | ||
| + | Hash value: | ||
| + | Image 9 (fdt@hk01.c3) | ||
| + | | ||
| + | | ||
| + | | ||
| + | Data Start: | ||
| + | Data Size: 78213 Bytes = 76.4 KiB | ||
| + | | ||
| + | Hash algo: crc32 | ||
| + | Hash value: | ||
| + | Hash algo: sha1 | ||
| + | Hash value: | ||
| + | Image 10 (fdt@ac01.2) | ||
| + | | ||
| + | | ||
| + | | ||
| + | Data Start: | ||
| + | Data Size: 71430 Bytes = 69.8 KiB | ||
| + | | ||
| + | Hash algo: crc32 | ||
| + | Hash value: | ||
| + | Hash algo: sha1 | ||
| + | Hash value: | ||
| + | Image 11 (fdt@hk01.c2) | ||
| + | | ||
| + | | ||
| + | | ||
| + | Data Start: | ||
| + | Data Size: 76581 Bytes = 74.8 KiB | ||
| + | | ||
| + | Hash algo: crc32 | ||
| + | Hash value: | ||
| + | Hash algo: sha1 | ||
| + | Hash value: | ||
| + | Image 12 (fdt@hk01) | ||
| + | | ||
| + | | ||
| + | | ||
| + | Data Start: | ||
| + | Data Size: 77609 Bytes = 75.8 KiB | ||
| + | | ||
| + | Hash algo: crc32 | ||
| + | Hash value: | ||
| + | Hash algo: sha1 | ||
| + | Hash value: | ||
| + | Image 13 (fdt@db.hk02) | ||
| + | | ||
| + | | ||
| + | | ||
| + | Data Start: | ||
| + | Data Size: 70794 Bytes = 69.1 KiB | ||
| + | | ||
| + | Hash algo: crc32 | ||
| + | Hash value: | ||
| + | Hash algo: sha1 | ||
| + | Hash value: | ||
| + | Default Configuration: | ||
| + | Configuration 0 (config@hk09) | ||
| + | | ||
| + | | ||
| + | | ||
| + | Configuration 1 (config@db.hk01) | ||
| + | | ||
| + | | ||
| + | | ||
| + | Configuration 2 (config@hk02) | ||
| + | | ||
| + | | ||
| + | | ||
| + | Configuration 3 (config@hk05) | ||
| + | | ||
| + | | ||
| + | | ||
| + | Configuration 4 (config@hk06) | ||
| + | | ||
| + | | ||
| + | | ||
| + | Configuration 5 (config@hk08) | ||
| + | | ||
| + | | ||
| + | | ||
| + | Configuration 6 (config@ac01.1) | ||
| + | | ||
| + | | ||
| + | | ||
| + | Configuration 7 (config@hk07) | ||
| + | | ||
| + | | ||
| + | | ||
| + | Configuration 8 (config@hk01.c3) | ||
| + | | ||
| + | | ||
| + | | ||
| + | Configuration 9 (config@ac01.2) | ||
| + | | ||
| + | | ||
| + | | ||
| + | Configuration 10 (config@hk01.c2) | ||
| + | | ||
| + | | ||
| + | | ||
| + | Configuration 11 (config@hk01) | ||
| + | | ||
| + | | ||
| + | | ||
| + | Configuration 12 (config@db.hk02) | ||
| + | | ||
| + | | ||
| + | | ||
| + | ## Checking hash(es) for FIT Image at 44000000 ... | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | |||
| + | ## Checking Image at 4457ffc0 ... | ||
| + | | ||
| + | Image Name: | ||
| + | Image Type: | ||
| + | Data Size: 54003712 Bytes = 51.5 MiB | ||
| + | Load Address: 40908000 | ||
| + | Entry Point: | ||
| + | | ||
| + | |||
| + | NAND read: device 0 offset 0x1980000, size 0x6400000 | ||
| + | | ||
| + | ## Loading kernel from FIT Image at 44000000 ... | ||
| + | Using ' | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | Data Start: | ||
| + | Data Size: 4730017 Bytes = 4.5 MiB | ||
| + | | ||
| + | | ||
| + | Load Address: 0x41080000 | ||
| + | Entry Point: | ||
| + | Hash algo: crc32 | ||
| + | Hash value: | ||
| + | Hash algo: sha1 | ||
| + | Hash value: | ||
| + | | ||
| + | ## Loading fdt from FIT Image at 44000000 ... | ||
| + | Using ' | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | Data Start: | ||
| + | Data Size: 77609 Bytes = 75.8 KiB | ||
| + | | ||
| + | Hash algo: crc32 | ||
| + | Hash value: | ||
| + | Hash algo: sha1 | ||
| + | Hash value: | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | Using machid 0x8010000 from environment | ||
| + | |||
| + | Starting kernel ... | ||
| + | |||
| + | Jumping to AARCH64 kernel via monitor | ||
| + | [ 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 4.4.60 (root@CNXMDNIOUB01) (gcc version 4.8.3 (OpenWrt/ | ||
| + | |||
| + | </ | ||
| + | </ | ||
| + | |||
| + | ==== OEM kernel bootlog ==== | ||
| + | |||
| + | Kernel log as seen from serial console. | ||
| + | |||
| + | <WRAP bootlog> | ||
| + | < | ||
| + | |||
| + | Jumping to AARCH64 kernel via monitor | ||
| + | [ 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 4.4.60 (root@CNXMDNIOUB01) (gcc version 4.8.3 (OpenWrt/ | ||
| + | [ 0.000000] Boot CPU: AArch64 Processor [410fd034] | ||
| + | [ 0.000000] Ignoring memory range 0x40000000 - 0x41000000 | ||
| + | [ 0.000000] efi: Getting EFI parameters from FDT: | ||
| + | [ 0.000000] efi: UEFI not found. | ||
| + | [ 0.000000] psci: probing for conduit method from DT. | ||
| + | [ 0.000000] psci: PSCIv1.0 detected in firmware. | ||
| + | [ 0.000000] psci: Using standard PSCI v0.2 function IDs | ||
| + | [ 0.000000] psci: MIGRATE_INFO_TYPE not supported. | ||
| + | [ 0.000000] PERCPU: Embedded 15 pages/cpu @ffffffc03ef4f000 s21248 r8192 d32000 u61440 | ||
| + | [ 0.000000] Detected VIPT I-cache on CPU0 | ||
| + | [ 0.000000] CPU features: enabling workaround for ARM erratum 845719 | ||
| + | [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 229288 | ||
| + | [ 0.000000] Kernel command line: console=ttyMSM0, | ||
| + | [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) | ||
| + | [ 0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) | ||
| + | [ 0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) | ||
| + | [ 0.000000] software IO TLB [mem 0x7fe07000-0x7fe47000] (0MB) mapped at [ffffffc03ee07000-ffffffc03ee46fff] | ||
| + | [ 0.000000] Memory: 902096K/ | ||
| + | [ 0.000000] Virtual kernel memory layout: | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, | ||
| + | [ 0.000000] Preemptible hierarchical RCU implementation. | ||
| + | [ 0.000000] Build-time adjustment of leaf fanout to 64. | ||
| + | [ 0.000000] NR_IRQS:64 nr_irqs:64 0 | ||
| + | [ 0.000000] Architected cp15 timer(s) running at 19.20MHz (virt). | ||
| + | [ 0.000000] clocksource: | ||
| + | [ 0.000003] sched_clock: | ||
| + | [ 0.000237] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000) | ||
| + | [ 0.000244] pid_max: default: 32768 minimum: 301 | ||
| + | [ 0.000301] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) | ||
| + | [ 0.000306] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) | ||
| + | [ 0.000645] Initializing cgroup subsys io | ||
| + | [ 0.000657] Initializing cgroup subsys devices | ||
| + | [ 0.000664] Initializing cgroup subsys freezer | ||
| + | [ 0.000671] Initializing cgroup subsys net_cls | ||
| + | [ 0.000676] Initializing cgroup subsys pids | ||
| + | [ 0.000845] EFI services will not be available. | ||
| + | [ 0.000861] ASID allocator initialised with 65536 entries | ||
| + | [ 0.051368] MSM Memory Dump base table set up | ||
| + | [ 0.051384] MSM Memory Dump apps data table set up | ||
| + | [ 0.090106] Detected VIPT I-cache on CPU1 | ||
| + | [ 0.090136] CPU1: Booted secondary processor [410fd034] | ||
| + | [ 0.120083] Detected VIPT I-cache on CPU2 | ||
| + | [ 0.120097] CPU2: Booted secondary processor [410fd034] | ||
| + | [ 0.150096] Detected VIPT I-cache on CPU3 | ||
| + | [ 0.150109] CPU3: Booted secondary processor [410fd034] | ||
| + | [ 0.150136] Brought up 4 CPUs | ||
| + | [ 0.150150] SMP: Total of 4 processors activated. | ||
| + | [ 0.150156] CPU: All CPU(s) started at EL1 | ||
| + | [ 0.150171] alternatives: | ||
| + | [ 0.159007] DMI not present or invalid. | ||
| + | [ 0.159154] clocksource: | ||
| + | [ 0.159169] futex hash table entries: 1024 (order: 5, 131072 bytes) | ||
| + | [ 0.159394] pinctrl core: initialized pinctrl subsystem | ||
| + | [ 0.159926] NET: Registered protocol family 16 | ||
| + | [ 0.160033] ramoops: using module parameters | ||
| + | [ 0.160115] pstore: Registered ramoops as persistent store backend | ||
| + | [ 0.160121] ramoops: attached 0x20000@0x50b00000, | ||
| + | [ 0.190026] cpuidle: using governor ladder | ||
| + | [ 0.220034] cpuidle: using governor menu | ||
| + | [ 0.220102] vdso: 2 pages (1 code @ ffffffc0009e5000, | ||
| + | [ 0.220119] hw-breakpoint: | ||
| + | [ 0.220195] DMA: preallocated 256 KiB pool for atomic allocations | ||
| + | [ 0.220251] CPU: IPQ8074, SoC Version: 1.2 | ||
| + | [ 0.220271] < | ||
| + | [ 0.220455] IPC logging disabled | ||
| + | [ 0.220458] IPC logging disabled | ||
| + | [ 0.220460] IPC logging disabled | ||
| + | [ 0.220463] IPC logging disabled | ||
| + | [ 0.220465] IPC logging disabled | ||
| + | [ 0.227967] irq: no irq domain found for / | ||
| + | [ 0.230271] < | ||
| + | [ 0.230307] glink_core_link_up glink is up | ||
| + | [ 0.230933] sps:sps is ready. | ||
| + | [ 0.261270] dmi: Firmware registration failed. | ||
| + | [ 0.262048] Advanced Linux Sound Architecture Driver Initialized. | ||
| + | [ 0.262419] clocksource: | ||
| + | [ 0.262594] FS-Cache: Loaded | ||
| + | [ 0.264171] NET: Registered protocol family 2 | ||
| + | [ 0.264238] create ipmac proc | ||
| + | [ 0.264576] TCP established hash table entries: 8192 (order: 4, 65536 bytes) | ||
| + | [ 0.264630] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) | ||
| + | [ 0.264724] TCP: Hash tables configured (established 8192 bind 8192) | ||
| + | [ 0.264763] UDP hash table entries: 512 (order: 2, 16384 bytes) | ||
| + | [ 0.264781] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) | ||
| + | [ 0.264889] NET: Registered protocol family 1 | ||
| + | [ 0.265027] RPC: Registered named UNIX socket transport module. | ||
| + | [ 0.265031] RPC: Registered udp transport module. | ||
| + | [ 0.265034] RPC: Registered tcp transport module. | ||
| + | [ 0.265037] RPC: Registered tcp NFSv4.1 backchannel transport module. | ||
| + | [ 0.265549] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available | ||
| + | [ 0.270605] squashfs: version 4.0 (2009/ | ||
| + | [ 0.271445] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). | ||
| + | [ 0.271820] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. | ||
| + | [ 0.272102] romfs: ROMFS MTD (C) 2007 Red Hat, Inc. | ||
| + | [ 0.272165] fuse init (API version 7.23) | ||
| + | [ 0.272347] SGI XFS with ACLs, security attributes, realtime, no debug enabled | ||
| + | [ 0.274690] Key type asymmetric registered | ||
| + | [ 0.274700] Asymmetric key parser ' | ||
| + | [ 0.274720] io scheduler noop registered | ||
| + | [ 0.274727] io scheduler deadline registered (default) | ||
| + | [ 0.275769] Turn Off All LED | ||
| + | [ 0.276190] 20000000.pci supply vdda not found, using dummy regulator | ||
| + | [ 0.276226] 20000000.pci supply vdda_phy not found, using dummy regulator | ||
| + | [ 0.276250] 20000000.pci supply vdda_refclk not found, using dummy regulator | ||
| + | [ 0.276430] PCI host bridge / | ||
| + | [ 0.276447] | ||
| + | [ 0.276456] | ||
| + | [ 1.302444] qcom-pcie 20000000.pci: | ||
| + | [ 1.303971] qcom-pcie 20000000.pci: | ||
| + | [ 1.303976] qcom-pcie 20000000.pci: | ||
| + | [ 1.304077] qcom-pcie: probe of 20000000.pci failed with error -110 | ||
| + | [ 1.304212] 10000000.pci supply vdda not found, using dummy regulator | ||
| + | [ 1.304238] 10000000.pci supply vdda_phy not found, using dummy regulator | ||
| + | [ 1.304257] 10000000.pci supply vdda_refclk not found, using dummy regulator | ||
| + | [ 1.304429] PCI host bridge / | ||
| + | [ 1.304443] | ||
| + | [ 1.304450] | ||
| + | [ 2.339420] qcom-pcie 10000000.pci: | ||
| + | [ 2.340943] qcom-pcie 10000000.pci: | ||
| + | [ 2.340948] qcom-pcie 10000000.pci: | ||
| + | [ 2.341009] qcom-pcie: probe of 10000000.pci failed with error -110 | ||
| + | [ 2.341267] MDSS QPIC HW Base phy_Address=0x7980000 virt=0x4c0000 | ||
| + | [ 2.341489] mdss_qpic_panel_probe: | ||
| + | [ 2.342329] mdss_fb_register: | ||
| + | [ 2.345036] NET: Registered protocol family 27 | ||
| + | [ 2.345045] IPC_RTR: ipc_router_create_log_ctx: | ||
| + | [ 2.345053] qmi_log_init: | ||
| + | [ 2.345056] qmi_log_init: | ||
| + | [ 2.345105] msm_rpm_log_probe: | ||
| + | [ 2.345635] TZ Log : Will warn on Access Violation, as paniconaccessviolation is not set | ||
| + | [ 2.346033] msm_serial 78b3000.serial: | ||
| + | [ 2.346057] msm_serial 78b3000.serial: | ||
| + | [ 2.346085] 78b3000.serial: | ||
| + | [ 2.346102] msm_serial: console setup on port #0 | ||
| + | [ 3.182703] console [ttyMSM0] enabled | ||
| + | [ 3.187553] msm_serial 78b1000.serial: | ||
| + | [ 3.190956] msm_serial 78b1000.serial: | ||
| + | [ 3.197038] 78b1000.serial: | ||
| + | [ 3.202765] msm_serial: driver initialized | ||
| + | [ 3.211247] msm_serial_hsl_init: | ||
| + | [ 3.219978] brd: module loaded | ||
| + | [ 3.222288] loop: module loaded | ||
| + | [ 3.223436] spi_qup 78b5000.spi: | ||
| + | [ 4.222425] m25p80 spi32766.0: SPI transfer failed: -110 | ||
| + | [ 4.222449] spi_master spi32766: failed to transfer one message from queue | ||
| + | [ 4.226794] m25p80 spi32766.0: error -110 reading 9f | ||
| + | [ 4.233490] m25p80: probe of spi32766.0 failed with error -110 | ||
| + | [ 4.239333] nand: device found, Manufacturer ID: 0xef, Chip ID: 0xac | ||
| + | [ 4.244249] nand: Winbond W29N04GZ | ||
| + | [ 4.250744] nand: 512 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 | ||
| + | [ 4.254033] 33 ofpart partitions found on MTD device qcom_nand.0 | ||
| + | [ 4.261513] Creating 33 MTD partitions on " | ||
| + | [ 4.267686] 0x000000000000-0x000000100000 : " | ||
| + | [ 4.274080] 0x000000100000-0x000000200000 : " | ||
| + | [ 4.278862] 0x000000200000-0x000000280000 : " | ||
| + | [ 4.283504] 0x000000280000-0x000000300000 : " | ||
| + | [ 4.288881] 0x000000300000-0x000000600000 : " | ||
| + | [ 4.295918] 0x000000600000-0x000000900000 : " | ||
| + | [ 4.301127] 0x000000900000-0x000000980000 : " | ||
| + | [ 4.304519] 0x000000980000-0x000000a00000 : " | ||
| + | [ 4.309623] 0x000000a00000-0x000000a80000 : " | ||
| + | [ 4.315110] 0x000000a80000-0x000000b00000 : " | ||
| + | [ 4.320043] 0x000000b00000-0x000000b80000 : " | ||
| + | [ 4.324992] 0x000000b80000-0x000000c00000 : " | ||
| + | [ 4.329770] 0x000000c00000-0x000000c80000 : " | ||
| + | [ 4.334982] 0x000000c80000-0x000000d00000 : " | ||
| + | [ 4.339680] 0x000000d00000-0x000000d80000 : " | ||
| + | [ 4.344883] 0x000000d80000-0x000000e80000 : " | ||
| + | [ 4.350566] 0x000000e80000-0x000000f80000 : " | ||
| + | [ 4.355612] 0x000000f80000-0x000001000000 : " | ||
| + | [ 4.360768] 0x000001000000-0x000001080000 : " | ||
| + | [ 4.365355] 0x000001080000-0x000001180000 : " | ||
| + | [ 4.370862] 0x000001180000-0x000001280000 : " | ||
| + | [ 4.376101] 0x000001280000-0x000001380000 : " | ||
| + | [ 4.381379] 0x000001380000-0x000001480000 : " | ||
| + | [ 4.386693] 0x000001480000-0x000001980000 : " | ||
| + | [ 4.393770] 0x000001980000-0x000007d80000 : " | ||
| + | [ 4.457390] 0x000001980000-0x000001f00000 : " | ||
| + | [ 4.461145] 0x000001f00000-0x000007d80000 : " | ||
| + | [ 4.519862] mtd: device 26 (rootfs) set to be root filesystem | ||
| + | [ 4.520177] mtd: find squashfs magic at 0x1f00000 of qcom_nand.0 | ||
| + | [ 4.524580] mtd: find squashfs magic at 0x0 of rootfs | ||
| + | [ 4.530649] remap_blocks_in_rootfs_partition: | ||
| + | [ 4.535609] create_block_mapping: | ||
| + | [ 4.602991] 0x000007d80000-0x000008100000 : " | ||
| + | [ 4.605503] 0x000008100000-0x000008200000 : " | ||
| + | [ 4.607958] 0x000008200000-0x000008280000 : " | ||
| + | [ 4.612433] 0x000008280000-0x000008480000 : " | ||
| + | [ 4.618465] 0x000008480000-0x00000e880000 : " | ||
| + | [ 4.684647] 0x00000e880000-0x000020000000 : " | ||
| + | [ 4.734211] random: nonblocking pool is initialized | ||
| + | [ 4.857922] spmi spmi-0: PMIC Arb Version-2 (0x20010000) | ||
| + | [ 4.859741] libphy: Fixed MDIO Bus: probed | ||
| + | [ 5.082445] qca-mdio 90000.mdio: Could not find phy-reset-gpio | ||
| + | [ 5.082512] libphy: qca_mdio: probed | ||
| + | [ 5.088277] qca-mdio 90000.mdio: qca-mdio driver was registered | ||
| + | [ 5.091039] cnss: Unable to create IPC log context! | ||
| + | [ 5.096660] cnss: Platform driver probed successfully. | ||
| + | [ 5.101513] cnss: Platform driver probed successfully. | ||
| + | [ 5.106697] i2c /dev entries driver | ||
| + | [ 5.119773] sdhci: Secure Digital Host Controller Interface driver | ||
| + | [ 5.119797] sdhci: Copyright(c) Pierre Ossman | ||
| + | [ 5.124884] sdhci-pltfm: | ||
| + | [ 5.129394] sdhci_msm 7824900.sdhci: | ||
| + | [ 5.135017] sdhci_msm 7824900.sdhci: | ||
| + | [ 5.141851] sdhci_msm 7824900.sdhci: | ||
| + | [ 5.146903] sdhci_msm 7824900.sdhci: | ||
| + | [ 5.192460] mmc0: SDHCI controller on 7824900.sdhci [7824900.sdhci] using ADMA 64-bit | ||
| + | [ 5.192611] sdhci_msm 7864900.sdhci: | ||
| + | [ 5.320507] sdhci_msm 7864900.sdhci: | ||
| + | [ 5.320527] sdhci_msm 7864900.sdhci: | ||
| + | [ 5.335959] pmd9655_ldo11: | ||
| + | [ 5.336043] sdhci_msm 7864900.sdhci: | ||
| + | [ 5.382477] mmc1: SDHCI controller on 7864900.sdhci [7864900.sdhci] using ADMA 64-bit | ||
| + | [ 5.383712] | ||
| + | [ 5.383712] Version Rollback Feature Disabled | ||
| + | [ 5.389834] SPMI VADC - Min ch: 0 Max ch: 15 | ||
| + | [ 5.396454] of_graph_get_next_endpoint(): | ||
| + | [ 5.399473] coresight-csr 6001000.csr: | ||
| + | [ 5.406909] of_graph_get_next_endpoint(): | ||
| + | [ 5.411845] of_graph_get_next_endpoint(): | ||
| + | [ 5.419398] of_graph_get_next_endpoint(): | ||
| + | [ 5.426770] of_graph_get_next_endpoint(): | ||
| + | [ 5.434149] of_graph_get_next_endpoint(): | ||
| + | [ 5.441520] of_graph_get_next_endpoint(): | ||
| + | [ 5.448906] of_graph_get_next_endpoint(): | ||
| + | [ 5.456285] of_graph_get_next_endpoint(): | ||
| + | [ 5.463662] of_graph_get_next_endpoint(): | ||
| + | [ 5.471034] of_graph_get_next_endpoint(): | ||
| + | [ 5.478425] of_graph_get_next_endpoint(): | ||
| + | [ 5.485797] of_graph_get_next_endpoint(): | ||
| + | [ 5.493180] of_graph_get_next_endpoint(): | ||
| + | [ 5.500547] of_graph_get_next_endpoint(): | ||
| + | [ 5.507936] of_graph_get_next_endpoint(): | ||
| + | [ 5.515312] of_graph_get_next_endpoint(): | ||
| + | [ 5.522695] of_graph_get_next_endpoint(): | ||
| + | [ 5.530189] of_graph_get_next_endpoint(): | ||
| + | [ 5.537523] of_graph_get_next_endpoint(): | ||
| + | [ 5.544917] of_graph_get_next_endpoint(): | ||
| + | [ 5.552314] of_graph_get_next_endpoint(): | ||
| + | [ 5.559684] sps_register_bam_device : unable to create IPC Logging 0 for bam 0x0000000006044000 | ||
| + | [ 5.566888] sps_register_bam_device : unable to create IPC Logging 1 for bam 0x0000000006044000sps_register_bam_device : unable to create IPC Logging 2 for bam 0x0000000006044000 | ||
| + | [ 5.585058] sps_register_bam_device : unable to create IPC Logging 3 for bam 0x0000000006044000sps_register_bam_device : unable to create IPC Logging 4 for bam 0x0000000006044000 | ||
| + | [ 5.599871] sps:BAM 0x0000000006044000 is registered.[ | ||
| + | [ 5.612160] coresight-tmc 6027000.tmc: | ||
| + | [ 5.617327] coresight-funnel 6021000.funnel: | ||
| + | [ 5.622384] coresight-funnel 6100000.funnel: | ||
| + | [ 5.628208] coresight-funnel 6120000.funnel: | ||
| + | [ 5.634114] coresight-funnel 61a1000.funnel: | ||
| + | [ 5.640364] coresight-etm4x 619c000.etm: | ||
| + | [ 5.646105] coresight-etm4x 619d000.etm: | ||
| + | [ 5.652011] coresight-etm4x 619e000.etm: | ||
| + | [ 5.657687] coresight-etm4x 619f000.etm: | ||
| + | [ 5.663121] coresight-replicator-qcom 6026000.replicator: | ||
| + | [ 5.668815] coresight-stm 6002000.stm: | ||
| + | [ 5.677062] of_graph_get_next_endpoint(): | ||
| + | [ 5.681339] coresight-hwevent 6101000.hwevent: | ||
| + | [ 5.689942] ipq_audio soc: | ||
| + | [ 5.696580] ipq_audio soc: | ||
| + | [ 5.704541] qca_codec 0-0012: i2c regmap done | ||
| + | [ 5.710537] Netfilter messages via NETLINK v0.30. | ||
| + | [ 5.714328] nf_conntrack version 0.5.0 (7047 buckets, 28188 max) | ||
| + | [ 5.719465] ip_tables: (C) 2000-2006 Netfilter Core Team | ||
| + | [ 5.725493] NET: Registered protocol family 10 | ||
| + | [ 5.731139] NET: Registered protocol family 17 | ||
| + | [ 5.734629] bridge: automatic filtering via arp/ | ||
| + | [ 5.739051] Bridge firewalling registered | ||
| + | [ 5.751778] 8021q: 802.1Q VLAN Support v1.8 | ||
| + | [ 5.755702] Key type dns_resolver registered | ||
| + | [ 5.760668] < | ||
| + | [ 5.764257] msm_glink_smem_native_xprt rx fifo not found | ||
| + | [ 5.770661] pmd9655_s3: supplied by e-smps1-reg | ||
| + | [ 5.776111] cpr4_ipq807x_apss_read_fuse_data: | ||
| + | [ 5.780245] cpr4_ipq807x_apss_read_fuse_data: | ||
| + | [ 5.786862] cpr4_ipq807x_apss_read_fuse_data: | ||
| + | [ 5.794513] cpr4_ipq807x_apss_read_fuse_data: | ||
| + | [ 5.801985] cpr3_mem_acc_init: | ||
| + | [ 5.811155] cpr4_ipq807x_apss_calculate_open_loop_voltages: | ||
| + | [ 5.818103] cpr4_ipq807x_apss_calculate_open_loop_voltages: | ||
| + | [ 5.828086] cpr4_ipq807x_apss_calculate_open_loop_voltages: | ||
| + | [ 5.837896] cpr4_ipq807x_apss_calculate_open_loop_voltages: | ||
| + | [ 5.847730] cpr4_ipq807x_apss_calculate_target_quotients: | ||
| + | [ 5.857516] cpr4_ipq807x_apss_calculate_target_quotients: | ||
| + | [ 5.868366] cpr4_ipq807x_apss_calculate_target_quotients: | ||
| + | [ 5.879306] cpr4_ipq807x_apss_calculate_target_quotients: | ||
| + | [ 5.890314] cpr3_regulator_init_ctrl: | ||
| + | [ 5.901545] pmd9655_s4: supplied by e-smps1-reg | ||
| + | [ 5.908017] cpr3_mem_acc_init: | ||
| + | [ 5.912277] npu_corner: fused NOM: open-loop= 840000 uV | ||
| + | [ 5.919226] npu_corner: fused TURBO: open-loop= 912000 uV | ||
| + | [ 5.926887] ipq_audio soc: | ||
| + | [ 5.931159] ipq_audio soc: | ||
| + | [ 5.953224] hctosys: unable to open rtc device (rtc0) | ||
| + | [ 5.958779] ALSA device list: | ||
| + | [ 5.958798] | ||
| + | [ 5.962372] VFS: Mounted root (squashfs filesystem) readonly on device 31:26. | ||
| + | [ 5.964170] Freeing unused kernel memory: 248K (ffffffc000993000 - ffffffc0009d1000) | ||
| + | [ 5.971235] Freeing alternatives memory: 44K (ffffffc0009d1000 - ffffffc0009dc000) | ||
| + | [ 6.223078] init: Console is alive | ||
| + | [ 6.223171] init: - watchdog - | ||
| + | [ 7.023605] usbcore: registered new interface driver usbfs | ||
| + | [ 7.023647] usbcore: registered new interface driver hub | ||
| + | [ 7.028018] usbcore: registered new device driver usb | ||
| + | [ 7.034330] Button Hotplug driver version 0.4.1 | ||
| + | [ 7.040746] SCSI subsystem initialized | ||
| + | [ 7.046926] ehci_hcd: USB 2.0 ' | ||
| + | [ 7.047206] ehci-platform: | ||
| + | [ 7.059055] msm-usb-ssphy-qmp 78000.ssphy: | ||
| + | [ 7.065854] msm-usb-ssphy-qmp 78000.ssphy: | ||
| + | [ 7.065874] msm-usb-ssphy-qmp 78000.ssphy: | ||
| + | [ 7.272746] msm-usb-ssphy-qmp 58000.ssphy: | ||
| + | [ 7.280154] msm-usb-ssphy-qmp 58000.ssphy: | ||
| + | [ 7.280174] msm-usb-ssphy-qmp 58000.ssphy: | ||
| + | [ 7.488167] xhci-hcd xhci-hcd.0.auto: | ||
| + | [ 7.488200] xhci-hcd xhci-hcd.0.auto: | ||
| + | [ 7.492722] xhci-hcd xhci-hcd.0.auto: | ||
| + | [ 7.500116] xhci-hcd xhci-hcd.0.auto: | ||
| + | [ 7.509065] hub 1-0:1.0: USB hub found | ||
| + | [ 7.515034] hub 1-0:1.0: 1 port detected | ||
| + | [ 7.518720] xhci-hcd xhci-hcd.0.auto: | ||
| + | [ 7.522681] xhci-hcd xhci-hcd.0.auto: | ||
| + | [ 7.527979] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. | ||
| + | [ 7.535713] hub 2-0:1.0: USB hub found | ||
| + | [ 7.543848] hub 2-0:1.0: 1 port detected | ||
| + | [ 7.547541] xhci-hcd xhci-hcd.1.auto: | ||
| + | [ 7.551479] xhci-hcd xhci-hcd.1.auto: | ||
| + | [ 7.556897] xhci-hcd xhci-hcd.1.auto: | ||
| + | [ 7.564354] xhci-hcd xhci-hcd.1.auto: | ||
| + | [ 7.573210] hub 3-0:1.0: USB hub found | ||
| + | [ 7.579259] hub 3-0:1.0: 1 port detected | ||
| + | [ 7.582922] xhci-hcd xhci-hcd.1.auto: | ||
| + | [ 7.586894] xhci-hcd xhci-hcd.1.auto: | ||
| + | [ 7.592215] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM. | ||
| + | [ 7.599935] hub 4-0:1.0: USB hub found | ||
| + | [ 7.608082] hub 4-0:1.0: 1 port detected | ||
| + | [ 8.225775] 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 | ||
| + | Before mount_root | ||
| + | Info: init ubi volumes on ntgrdata raw partition | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | UBI device number 0, total 800 LEBs (101580800 bytes, 96.9 MiB), | ||
| + | | ||
| + | Info: attach ubi device on ntgrdata success! | ||
| + | Info: init ubi volumes on dnidata raw partition | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | UBI device number 1, total 40 LEBs (5079040 bytes, 4.8 MiB), available 0 LEBs (0 bytes), LEB size 126976 bytes (124.0 KiB) | ||
| + | Info: attach ubi device on dnidata success! | ||
| + | libubi: error!: cannot get information about "/ | ||
| + | error 2 (No such file or directory) | ||
| + | ubinfo: error!: error while probing "/ | ||
| + | error 2 (No such file or directory) | ||
| + | libubi: error!: cannot get information about "/ | ||
| + | error 2 (No such file or directory) | ||
| + | ubimkvol: error!: error while probing "/ | ||
| + | error 2 (No such file or directory) | ||
| + | libubi: error!: cannot get information about "/ | ||
| + | error 2 (No such file or directory) | ||
| + | ubinfo: error!: error while probing "/ | ||
| + | error 2 (No such file or directory) | ||
| + | libubi: error!: cannot get information about "/ | ||
| + | error 2 (No such file or directory) | ||
| + | ubimkvol: error!: error while probing "/ | ||
| + | error 2 (No such file or directory) | ||
| + | After mount_root | ||
| + | 131072+0 records in | ||
| + | 131072+0 records out | ||
| + | 131072 bytes (128.0KB) copied, 0.229944 se[ | ||
| + | [ | ||
| + | conds, 556.7KB/s | ||
| + | [ | ||
| + | [ | ||
| + | Please press Enter to activate this console. | ||
| + | sort: standard output: Broken pipe | ||
| + | Thu Jun 18 11:54:20 GMT 2020 | ||
| + | ln: / | ||
| + | Loading data from /dev/mtd19 ... | ||
| + | |||
| + | Done! | ||
| + | |||
| + | The data center is Running ... | ||
| + | |||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | / | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | / | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | sed: / | ||
| + | sed: / | ||
| + | / | ||
| + | find: / | ||
| + | cfg026cb7 | ||
| + | cfg043777 | ||
| + | cfg05f087 | ||
| + | cfg06f087 | ||
| + | cfg02aa45 | ||
| + | Generating Rules... | ||
| + | Done! | ||
| + | wpspin: | ||
| + | ECC failed: 0 | ||
| + | ECC corrected: 0 | ||
| + | Number of bad blocks: 0 | ||
| + | Number of bbt blocks: 0 | ||
| + | Block size 131072, page size 2048, OOB size 64 | ||
| + | Dumping data starting at 0x00000000 and ending at 0x00380000... | ||
| + | sn: | ||
| + | SN: 67U19C5EF08BF | ||
| + | lan mac: bc: | ||
| + | wan mac: bc: | ||
| + | wlan5g mac: bc: | ||
| + | BLUETOOTH MAC is invalid, please set in in bootloader | ||
| + | / | ||
| + | CRC check good on image file (0x1174) | ||
| + | |||
| + | Segment Addresses and Sizes as read from the PHY ROM image header: | ||
| + | |||
| + | Primary Iram Address: 0x5400 | ||
| + | Primary Iram Size: 0x333d8 | ||
| + | Primary Dram Address: 0x38800 | ||
| + | Primary Dram Size: 0x158d0 | ||
| + | |||
| + | |||
| + | Loading IRAM: | ||
| + | |||
| + | Byte: 800: | ||
| + | Byte: 1000: | ||
| + | Byte: 1800: | ||
| + | Byte: 2000: | ||
| + | Byte: 2800: | ||
| + | Byte: 3000: | ||
| + | Byte: 3800: | ||
| + | Byte: 4000: | ||
| + | Byte: 4800: | ||
| + | Byte: 5000: | ||
| + | Byte: 5800: | ||
| + | Byte: 6000: | ||
| + | Byte: 6800: | ||
| + | Byte: 7000: | ||
| + | Byte: 7800: | ||
| + | Byte: 8000: | ||
| + | Byte: 8800: | ||
| + | Byte: 9000: | ||
| + | Byte: 9800: | ||
| + | Byte: A000: | ||
| + | Byte: A800: | ||
| + | Byte: B000: | ||
| + | Byte: B800: | ||
| + | Byte: C000: | ||
| + | Byte: C800: | ||
| + | Byte: D000: | ||
| + | Byte: D800: | ||
| + | Byte: E000: | ||
| + | Byte: E800: | ||
| + | Byte: F000: | ||
| + | Byte: F800: | ||
| + | Byte: 10000: | ||
| + | Byte: 10800: | ||
| + | Byte: 11000: | ||
| + | Byte: 11800: | ||
| + | Byte: 12000: | ||
| + | Byte: 12800: | ||
| + | Byte: 13000: | ||
| + | Byte: 13800: | ||
| + | Byte: 14000: | ||
| + | Byte: 14800: | ||
| + | Byte: 15000: | ||
| + | Byte: 15800: | ||
| + | Byte: 16000: | ||
| + | Byte: 16800: | ||
| + | Byte: 17000: | ||
| + | Byte: 17800: | ||
| + | Byte: 18000: | ||
| + | Byte: 18800: | ||
| + | Byte: 19000: | ||
| + | Byte: 19800: | ||
| + | Byte: 1A000: | ||
| + | Byte: 1A800: | ||
| + | Byte: 1B000: | ||
| + | Byte: 1B800: | ||
| + | Byte: 1C000: | ||
| + | Byte: 1C800: | ||
| + | Byte: 1D000: | ||
| + | Byte: 1D800: | ||
| + | Byte: 1E000: | ||
| + | Byte: 1E800: | ||
| + | Byte: 1F000: | ||
| + | Byte: 1F800: | ||
| + | Byte: 20000: | ||
| + | Byte: 20800: | ||
| + | Byte: 21000: | ||
| + | Byte: 21800: | ||
| + | Byte: 22000: | ||
| + | Byte: 22800: | ||
| + | Byte: 23000: | ||
| + | Byte: 23800: | ||
| + | Byte: 24000: | ||
| + | Byte: 24800: | ||
| + | Byte: 25000: | ||
| + | Byte: 25800: | ||
| + | Byte: 26000: | ||
| + | Byte: 26800: | ||
| + | Byte: 27000: | ||
| + | Byte: 27800: | ||
| + | Byte: 28000: | ||
| + | Byte: 28800: | ||
| + | Byte: 29000: | ||
| + | Byte: 29800: | ||
| + | Byte: 2A000: | ||
| + | Byte: 2A800: | ||
| + | Byte: 2B000: | ||
| + | Byte: 2B800: | ||
| + | Byte: 2C000: | ||
| + | Byte: 2C800: | ||
| + | Byte: 2D000: | ||
| + | Byte: 2D800: | ||
| + | Byte: 2E000: | ||
| + | Byte: 2E800: | ||
| + | Byte: 2F000: | ||
| + | Byte: 2F800: | ||
| + | Byte: 30000: | ||
| + | Byte: 30800: | ||
| + | Byte: 31000: | ||
| + | Byte: 31800: | ||
| + | Byte: 32000: | ||
| + | Byte: 32800: | ||
| + | Byte: 33000: | ||
| + | |||
| + | CRC-16 after loading IRAM: 0x6E0F | ||
| + | |||
| + | Loading DRAM: | ||
| + | |||
| + | Byte: 800: | ||
| + | Byte: 1000: | ||
| + | Byte: 1800: | ||
| + | Byte: 2000: | ||
| + | Byte: 2800: | ||
| + | Byte: 3000: | ||
| + | Byte: 3800: | ||
| + | Byte: 4000: | ||
| + | Byte: 4800: | ||
| + | Byte: 5000: | ||
| + | Byte: 5800: | ||
| + | Byte: 6000: | ||
| + | Byte: 6800: | ||
| + | Byte: 7000: | ||
| + | Byte: 7800: | ||
| + | Byte: 8000: | ||
| + | Byte: 8800: | ||
| + | Byte: 9000: | ||
| + | Byte: 9800: | ||
| + | Byte: A000: | ||
| + | Byte: A800: | ||
| + | Byte: B000: | ||
| + | Byte: B800: | ||
| + | Byte: C000: | ||
| + | Byte: C800: | ||
| + | Byte: D000: | ||
| + | Byte: D800: | ||
| + | Byte: E000: | ||
| + | Byte: E800: | ||
| + | Byte: F000: | ||
| + | Byte: F800: | ||
| + | Byte: 10000: | ||
| + | Byte: 10800: | ||
| + | Byte: 11000: | ||
| + | Byte: 11800: | ||
| + | Byte: 12000: | ||
| + | Byte: 12800: | ||
| + | Byte: 13000: | ||
| + | Byte: 13800: | ||
| + | Byte: 14000: | ||
| + | Byte: 14800: | ||
| + | Byte: 15000: | ||
| + | Byte: 15800: | ||
| + | |||
| + | 0th port: Image load good - mailbox CRC-16 matches (0x6540) | ||
| + | Image load good - mailbox CRC-16 matches | ||
| + | |||
| + | SSDK Init OK! | ||
| + | operation done. | ||
| + | |||
| + | Volume ID: 3 (on ubi0) | ||
| + | Type: dynamic | ||
| + | Alignment: | ||
| + | Size: 25 LEBs (3174400 bytes, 3.0 MiB) | ||
| + | State: | ||
| + | Name: vol_ntgrcryptD | ||
| + | Character device major/ | ||
| + | Volume ID: 4 (on ubi0) | ||
| + | Type: dynamic | ||
| + | Alignment: | ||
| + | Size: 5 LEBs (634880 bytes, 620.0 KiB) | ||
| + | State: | ||
| + | Name: vol_ntgrcryptK | ||
| + | Character device major/ | ||
| + | [ | ||
| + | [ | ||
| + | Success! | ||
| + | File descriptor 9 (pipe: | ||
| + | Reading all physical volumes. | ||
| + | File descriptor 9 (pipe: | ||
| + | Successfully initialized wpa_supplicant | ||
| + | ubirmvol: volume id not specified | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | connect error for client socket: No such file or directory | ||
| + | Cannot initialize. | ||
| + | Loading ArmorDebug[0] from / | ||
| + | Loading ArmorStatus[0] from / | ||
| + | Loading BSTResults[0] from / | ||
| + | Loading BSTCfg[0] from / | ||
| + | Loading DALHNotifyBST[0] from / | ||
| + | Loading DALHNotifyDTN[0] from / | ||
| + | Loading DALHNotifyNDN[0] from / | ||
| + | Loading DeviceIdList[0] from / | ||
| + | Loading DeviceIdList[1] from / | ||
| + | Loading DeviceIdList[2] from / | ||
| + | Loading DeviceIdList[3] from / | ||
| + | Loading DeviceIdList[4] from / | ||
| + | Loading DeviceIdList[5] from / | ||
| + | Loading DeviceIdList[6] from / | ||
| + | Loading DeviceIdList[7] from / | ||
| + | Loading DeviceIdList[8] from / | ||
| + | Loading DeviceIdList[9] from / | ||
| + | Loading DeviceIdList[10] from / | ||
| + | Loading DeviceIdList[11] from / | ||
| + | Loading DeviceIdList[12] from / | ||
| + | Loading DeviceIdList[13] from / | ||
| + | Loading DeviceIdList[14] from / | ||
| + | Loading DeviceIdList[15] from / | ||
| + | Loading DeviceIdList[16] from / | ||
| + | Loading DeviceIdList[17] from / | ||
| + | Loading DeviceIdList[18] from / | ||
| + | Loading DeviceIdList[19] from / | ||
| + | Loading DeviceIdList[20] from / | ||
| + | Loading DeviceIdList[21] from / | ||
| + | Loading DeviceIdList[22] from / | ||
| + | Loading DeviceIdList[23] from / | ||
| + | Loading DeviceIdList[24] from / | ||
| + | Loading DeviceIdList[25] from / | ||
| + | Loading DeviceIdList[26] from / | ||
| + | Loading DeviceIdList[27] from / | ||
| + | Loading DeviceIdList[28] from / | ||
| + | Loading DeviceIdList[29] from / | ||
| + | Loading DeviceIdList[30] from / | ||
| + | Loading DeviceIdList[31] from / | ||
| + | Loading DeviceIdList[32] from / | ||
| + | Loading DeviceIdList[33] from / | ||
| + | Loading DeviceIdList[34] from / | ||
| + | Loading DeviceIdList[35] from / | ||
| + | Loading DeviceIdList[36] from / | ||
| + | Loading DeviceIdList[37] from / | ||
| + | Loading DeviceIdList[38] from / | ||
| + | Loading DeviceIdList[39] from / | ||
| + | Loading DeviceIdList[40] from / | ||
| + | Loading DeviceIdList[41] from / | ||
| + | Loading DeviceIdList[42] from / | ||
| + | Loading DeviceIdList[43] from / | ||
| + | Loading DeviceIdList[44] from / | ||
| + | Loading DeviceIdList[45] from / | ||
| + | Loading DeviceIdList[46] from / | ||
| + | Loading DeviceIdList[47] from / | ||
| + | Loading DeviceIdList[48] from / | ||
| + | Loading DeviceIdList[49] from / | ||
| + | Loading DeviceIdList[50] from / | ||
| + | Loading DeviceIdList[51] from / | ||
| + | Loading DeviceIdList[52] from / | ||
| + | Loading DeviceIdList[53] from / | ||
| + | Loading DeviceIdList[54] from / | ||
| + | Loading DeviceIdList[55] from / | ||
| + | Loading DeviceIdList[56] from / | ||
| + | Loading DeviceIdList[57] from / | ||
| + | Loading DeviceIdList[58] from / | ||
| + | Loading DeviceIdList[59] from / | ||
| + | Loading DeviceIdList[60] from / | ||
| + | Loading DeviceIdList[61] from / | ||
| + | Loading DeviceIdList[62] from / | ||
| + | Loading DeviceIdList[63] from / | ||
| + | Loading DeviceIdList[64] from / | ||
| + | Loading DeviceIdList[65] from / | ||
| + | Loading DeviceIdList[66] from / | ||
| + | Loading DeviceIdList[67] from / | ||
| + | Loading DeviceIdList[68] from / | ||
| + | Loading DeviceIdList[69] from / | ||
| + | Loading DeviceIdList[70] from / | ||
| + | Loading DeviceIdList[71] from / | ||
| + | Loading DeviceIdList[72] from / | ||
| + | Loading DeviceIdList[73] from / | ||
| + | Loading DeviceIdList[74] from / | ||
| + | Loading DeviceIdList[75] from / | ||
| + | Loading DeviceIdList[76] from / | ||
| + | Loading DeviceIdList[77] from / | ||
| + | Loading DeviceIdList[78] from / | ||
| + | Loading DeviceIdList[79] from / | ||
| + | Loading DeviceIdList[80] from / | ||
| + | Loading DeviceIdList[81] from / | ||
| + | Loading DeviceIdList[82] from / | ||
| + | Loading DeviceIdList[83] from / | ||
| + | Loading DeviceIdList[84] from / | ||
| + | Loading DeviceIdList[85] from / | ||
| + | Loading DeviceIdList[86] from / | ||
| + | Loading DeviceIdList[87] froLoading DeviceIdList[192] from / | ||
| + | Loading DeviceIdLisLoading Dilsignature[98] from / | ||
| + | Loading Dilsignatureboot ************* | ||
| + | 1737 | ||
| + | Enjoy !!!!! D2D running | ||
| + | start_service ************* | ||
| + | switch init | ||
| + | |||
| + | SSDK Init OK! | ||
| + | operation done. | ||
| + | |||
| + | |||
| + | SSDK Init OK! | ||
| + | operation done. | ||
| + | |||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | dev.nss.general.redirect = 1 | ||
| + | opmode = normal | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | killall: acld: no process killed | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | Deleting static route ... Done! | ||
| + | Adding static route ... Done! | ||
| + | [ | ||
| + | check minidlna ... | ||
| + | / | ||
| + | grep: / | ||
| + | / | ||
| + | udhcp server (v0.9.8) started | ||
| + | / | ||
| + | |||
| + | SSDK Init OK! | ||
| + | operation done. | ||
| + | |||
| + | |||
| + | SSDK Init OK! | ||
| + | operation done. | ||
| + | |||
| + | |||
| + | SSDK Init OK! | ||
| + | operation done. | ||
| + | |||
| + | |||
| + | SSDK Init OK! | ||
| + | operation done. | ||
| + | |||
| + | [wlan]===time: | ||
| + | [wlan]===time: | ||
| + | [wlan]=========time: | ||
| + | [wlan]=========time: | ||
| + | cat: can't open '/ | ||
| + | sh: Satellite: unknown operand | ||
| + | [wlan]===time: | ||
| + | [wlan]=========time: | ||
| + | Save Data Success!, Parentid: 3751, parent process: (wlan), | ||
| + | |||
| + | lbd: stopping daemon | ||
| + | Command failed: Not found | ||
| + | [ | ||
| + | killall: iface-mgr: no process killed | ||
| + | killall: acfg_tool: no process killed | ||
| + | acfg_tool: Issuing blocking call to wait for events | ||
| + | lbd: stopping daemon | ||
| + | Command failed: Not found | ||
| + | [ | ||
| + | killall: iface-mgr: no process killed | ||
| + | acfg_tool: Issuing blocking call to wait for events | ||
| + | qcawifi qcawificfg80211 disable radio wifi1 | ||
| + | qcawifi qcawificfg80211 disable radio wifi0 | ||
| + | /sbin/wlan: eval: line 1: can't create / | ||
| + | /sbin/wlan: eval: line 1: can't create / | ||
| + | qcawificfg80211: | ||
| + | sh: you need to specify whom to kill | ||
| + | sh: 1: unknown operand | ||
| + | sh: you need to specify whom to kill | ||
| + | sh: 1: unknown operand | ||
| + | [wlan]=========time: | ||
| + | [wlan]===time: | ||
| + | [wlan]=========time: | ||
| + | Save Data Success!, Parentid: 4307, parent process: (wlan), | ||
| + | |||
| + | acfg_tool: Issuing blocking call to wait for events | ||
| + | qcawifi qcawificfg80211: | ||
| + | acfg_tool: Issuing blocking call to wait for events | ||
| + | [ | ||
| + | rm: can't remove ' | ||
| + | rm: can't remove ' | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | *********Starting cnssdaemon and initiating cold boot calibration************* | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | |||
| + | SSDK Init OK! | ||
| + | operation done. | ||
| + | |||
| + | |||
| + | SSDK Init OK! | ||
| + | operation done. | ||
| + | |||
| + | |||
| + | SSDK Init OK! | ||
| + | operation done. | ||
| + | |||
| + | |||
| + | SSDK Init OK! | ||
| + | operation done. | ||
| + | |||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | cat: can't open '/ | ||
| + | / | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | Run ROUTER_BOARD net-scan config...The attached devices demo is Running ... | ||
| + | dilapi.c: 1665: | ||
| + | mkdir: can't create directory '/ | ||
| + | mknod: /dev/ptmx: File exists | ||
| + | mknod: /dev/pts/0: Operation not permitted | ||
| + | mknod: /dev/pts/1: O[ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | peration not permitted | ||
| + | The telnetenable is running ... | ||
| + | device eth4 is not a slave of br0 | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | dev.nss.general.redirect = 0 | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | net.bridge.bridge-nf-call-ip6tables = 0 | ||
| + | net.bridge.bridge-nf-ca[ | ||
| + | ll-iptables = 0 | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | No Direct-Attach chipsets found. | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | cat: can't open ' | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | Enable ol_stats by default for Hawkeye | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | cat: can't open '/ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | Invalid command : dni_vlan_pri | ||
| + | sh: 192: unknown operand | ||
| + | [ | ||
| + | [ | ||
| + | Error for wireless request "Set Fragmentation Threshold" | ||
| + | SET failed on device ath1 ; Invalid argument. | ||
| + | [ | ||
| + | [ | ||
| + | Interface doesn' | ||
| + | stafwd (8BE0): Invali[ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | d argument | ||
| + | Interface doesn' | ||
| + | vhtsubfee (8BE0): Invalid argument | ||
| + | Interface doesn' | ||
| + | vhtmubfee (8BE0): Invalid argument | ||
| + | Interface doesn' | ||
| + | he_mubfee (8BE0): Invalid argument | ||
| + | sh: 0: unknown operand | ||
| + | sh: 0: unknown operand | ||
| + | sh: 0: unknown operand | ||
| + | sh: ag: out of range | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | OK | ||
| + | /sbin/wlan: eval: line 16: scan_interfaces: | ||
| + | /sbin/wlan: eval: line 16: setup_interface: | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | sh: 1: unknown operand | ||
| + | sh: 0: unknown operand | ||
| + | sh: out of range | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | qcawifi qcawificfg80211: | ||
| + | [ | ||
| + | grep: / | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | time zone index is : 2 | ||
| + | chgrp: unknown group www-data | ||
| + | [FW UPGRADE][2020-06-18 11: | ||
| + | |||
| + | [ | ||
| + | [wlan]===time: | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | o============== | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [wlan]=========time: | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | Init wifison script to boot lbd | ||
| + | / | ||
| + | uci: Entry not found | ||
| + | uci: Entry not found | ||
| + | uci: Entry not found | ||
| + | uci: Entry not found | ||
| + | uci: Entry not found | ||
| + | uci: Entry not found | ||
| + | uci: Entry not found | ||
| + | Save Data Success!, Parentid: 7191, parent process: (wifison.sh), | ||
| + | |||
| + | [ | ||
| + | lbd: starting daemon | ||
| + | / | ||
| + | / | ||
| + | / | ||
| + | [ | ||
| + | [ | ||
| + | 2048+0 records in | ||
| + | 2048+0 records out | ||
| + | 1048576 bytes (1.0MB) copied, 0.119904 seconds, 8.3MB/s | ||
| + | ca.crt | ||
| + | cert.info | ||
| + | client.crt | ||
| + | client.key | ||
| + | dh1024.pem | ||
| + | server.crt | ||
| + | server.key | ||
| + | / | ||
| + | Starting Firewall... | ||
| + | [ | ||
| + | Done! | ||
| + | time zone index is : 2 | ||
| + | POT is Running... | ||
| + | [ | ||
| + | cat: can't open '/ | ||
| + | cat: can't open '/ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | traffic_meter start : . | ||
| + | $Shutting down igmpproxy: | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | chown: unknown user/group root:root | ||
| + | sed: / | ||
| + | Changed config file to use production server | ||
| + | chown: unknown user/group root:root | ||
| + | Save Data Success!, Parentid: 8357, parent process: (S94armor_init), | ||
| + | |||
| + | [ | ||
| + | Save Data reject(no change)!, Parentid: 8431, parent process: (S95done), | ||
| + | |||
| + | check mouted USB partions... | ||
| + | ****************Start of ping-netgear******************** | ||
| + | DUT_boot_up_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. | ||
| + | |||
| + | |||
| + | 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. | ||
| + | |||
| + | |||
| + | 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. | ||
| + | |||
| + | |||
| + | 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. | ||
| + | |||
| + | control-firmware will be Running when Internet status is UP !!! | ||
| + | Thermal Init Set ALL wifi 0 | ||
| + | Thermal Init Set ALL wifi 0 | ||
| + | ln: / | ||
| + | / | ||
| + | cat: can't open '/ | ||
| + | cat: can't open '/ | ||
| + | 2+0 records in | ||
| + | 2+0 records out | ||
| + | 262144 bytes (256.0KB) copied, 0.062853 seconds, 4.0MB/s | ||
| + | 4096+0 records in | ||
| + | 4096+0 records out | ||
| + | 2097152 bytes (2.0MB) copied, 0.653297 seconds, 3.1MB/s | ||
| + | tar: Skipping to next header | ||
| + | [ | ||
| + | [ | ||
| + | tar: Child returned status 1 | ||
| + | tar: Error is not recoverable: | ||
| + | Save Data Success!, Parentid: 8773, parent process: (S99aws), | ||
| + | |||
| + | killall: aws-iot: no process killed | ||
| + | rm: can't remove '/ | ||
| + | Save Data reject(no change)!, Parentid: 8773, parent process: (S99aws), | ||
| + | |||
| + | Save Data reject(no change)!, Parentid: 1, parent process: (procd), | ||
| + | |||
| + | Save Data reject(no change)!, Parentid: 8958, parent process: (detectSATA), | ||
| + | |||
| + | bdbrokerd is up, call ash start | ||
| + | Save Data Success!, Parentid: 1, parent process: (procd), | ||
| + | |||
| + | Save Data reject(no change)!, Parentid: 8958, parent process: (detectSATA), | ||
| + | |||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | ########### [ Thu, 18 Jun 2020 11:55:18 +0000 ] ############# | ||
| + | [[ | ||
| + | [ | ||
| + | VAP: ath1] | ||
| + | ########### [ Thu, 18 Jun 2020 11:55:19 +0000 ] ############# | ||
| + | [VAP: ath0] | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | |||
| + | </ | ||
| + | </ | ||
| + | |||
| + | |||
| + | ==== OEM console environment ==== | ||
| + | |||
| + | <WRAP bootlog> | ||
| + | < | ||
| + | BusyBox v1.24.1 (2020-06-18 18:56:23 CST) built-in shell (ash) | ||
| + | Enter ' | ||
| + | |||
| + | | ||
| + | | ||
| + | MMMMMMMM | ||
| + | MMMM= MMMMMM | ||
| + | MMMM= MMMMM MMMM MM | ||
| + | MMMM= | ||
| + | MMMM= | ||
| + | MMMM= | ||
| + | MMMM= | ||
| + | MMMM= | ||
| + | MMMM$ , | ||
| + | MMMMMMM: | ||
| + | MMMMMM | ||
| + | | ||
| + | M | ||
| + | | ||
| + | For those about to rock... (Chaos Calmer, RAX120-V1.0.1.128+r49254) | ||
| + | | ||
| + | |||
| + | root@RAX120:/# | ||
| + | Built-in commands: | ||
| + | ------------------ | ||
| + | . : [ [[ alias bg break cd chdir command continue echo eval exec | ||
| + | exit export false fg getopts hash help history jobs kill let | ||
| + | local printf pwd read readonly return set shift source test times | ||
| + | trap true type ulimit umask unalias unset wait | ||
| + | |||
| + | root@RAX120:/# | ||
| + | |||
| + | root@RAX120:/# | ||
| + | 15.05.1 | ||
| + | |||
| + | |||
| + | root@RAX120:/# | ||
| + | DISTRIB_ID=' | ||
| + | DISTRIB_RELEASE=' | ||
| + | DISTRIB_REVISION=' | ||
| + | DISTRIB_CODENAME=' | ||
| + | DISTRIB_TARGET=' | ||
| + | DISTRIB_DESCRIPTION=' | ||
| + | DISTRIB_TAINTS=' | ||
| + | |||
| + | |||
| + | </ | ||
| </ | </ | ||
| ==== OpenWrt bootlog ==== | ==== OpenWrt bootlog ==== | ||
| <WRAP bootlog> | <WRAP bootlog> | ||
| - | < | + | < |
| + | [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] | ||
| + | [ 0.000000] Linux version 5.15.88 (user@user-virtual-machine) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 12.2.0 r21804+24-0a15bb6510) 12.2.0, GNU ld (GNU Binutils) 2.39) #0 SMP Tue Jan 17 06:26:02 2023 | ||
| + | [ 0.000000] Machine model: Netgear RAX120v2 | ||
| + | [ 0.000000] Zone ranges: | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] Movable zone start for each node | ||
| + | [ 0.000000] Early memory node ranges | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000007fffffff] | ||
| + | [ 0.000000] psci: probing for conduit method from DT. | ||
| + | [ 0.000000] psci: PSCIv1.0 detected in firmware. | ||
| + | [ 0.000000] psci: Using standard PSCI v0.2 function IDs | ||
| + | [ 0.000000] psci: MIGRATE_INFO_TYPE not supported. | ||
| + | [ 0.000000] psci: SMC Calling Convention v1.0 | ||
| + | [ 0.000000] psci: OSI mode supported. | ||
| + | [ 0.000000] percpu: Embedded 17 pages/cpu s30360 r8192 d31080 u69632 | ||
| + | [ 0.000000] pcpu-alloc: s30360 r8192 d31080 u69632 alloc=17*4096 | ||
| + | [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 | ||
| + | [ 0.000000] Detected VIPT I-cache on CPU0 | ||
| + | [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 258048 | ||
| + | [ 0.000000] Kernel command line: console=ttyMSM0, | ||
| + | [ 0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear) | ||
| + | [ 0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) | ||
| + | [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off | ||
| + | [ 0.000000] Memory: 893416K/ | ||
| + | [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, | ||
| + | [ 0.000000] rcu: Hierarchical RCU implementation. | ||
| + | [ 0.000000] Tracing variant of Tasks RCU enabled. | ||
| + | [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. | ||
| + | [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 | ||
| + | [ 0.000000] Root IRQ handler: gic_handle_irq | ||
| + | [ 0.000000] GICv2m: range[mem 0x0b00a000-0x0b00affc], | ||
| + | [ 0.000000] arch_timer: cp15 and mmio timer(s) running at 19.20MHz (virt/ | ||
| + | [ 0.000000] clocksource: | ||
| + | [ 0.000000] sched_clock: | ||
| + | [ 0.000127] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000) | ||
| + | [ 0.000143] pid_max: default: 32768 minimum: 301 | ||
| + | [ 0.000302] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear) | ||
| + | [ 0.000319] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear) | ||
| + | [ 0.001935] rcu: Hierarchical SRCU implementation. | ||
| + | [ 0.002109] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build | ||
| + | [ 0.002701] smp: Bringing up secondary CPUs ... | ||
| + | [ 0.003277] Detected VIPT I-cache on CPU1 | ||
| + | [ 0.003344] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] | ||
| + | [ 0.003952] Detected VIPT I-cache on CPU2 | ||
| + | [ 0.003992] CPU2: Booted secondary processor 0x0000000002 [0x410fd034] | ||
| + | [ 0.004553] Detected VIPT I-cache on CPU3 | ||
| + | [ 0.004589] CPU3: Booted secondary processor 0x0000000003 [0x410fd034] | ||
| + | [ 0.004654] smp: Brought up 1 node, 4 CPUs | ||
| + | [ 0.004681] SMP: Total of 4 processors activated. | ||
| + | [ 0.004689] CPU features: detected: 32-bit EL0 Support | ||
| + | [ 0.004696] CPU features: detected: CRC32 instructions | ||
| + | [ 0.004750] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching | ||
| + | [ 0.004760] CPU: All CPU(s) started at EL1 | ||
| + | [ 0.004782] alternatives: | ||
| + | [ 0.013118] clocksource: | ||
| + | [ 0.013155] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) | ||
| + | [ 0.013304] pinctrl core: initialized pinctrl subsystem | ||
| + | [ 0.014310] NET: Registered PF_NETLINK/ | ||
| + | [ 0.014761] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations | ||
| + | [ 0.014805] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations | ||
| + | [ 0.014843] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations | ||
| + | [ 0.015183] thermal_sys: | ||
| + | [ 0.016696] cpuidle: using governor menu | ||
| + | [ 0.016912] ASID allocator initialised with 65536 entries | ||
| + | [ 0.018118] OF: /opp-table: could not get # | ||
| + | [ 0.072361] qcom, | ||
| + | [ 0.079892] SCSI subsystem initialized | ||
| + | [ 0.080119] usbcore: registered new interface driver usbfs | ||
| + | [ 0.080167] usbcore: registered new interface driver hub | ||
| + | [ 0.080203] usbcore: registered new device driver usb | ||
| + | [ 0.080437] CPUidle PSCI: failed to enable OSI mode: -95 | ||
| + | [ 0.080787] qcom_scm: convention: smc arm 64 | ||
| + | [ 0.081986] clocksource: | ||
| + | [ 0.082638] NET: Registered PF_INET protocol family | ||
| + | [ 0.082775] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear) | ||
| + | [ 0.083605] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear) | ||
| + | [ 0.083637] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) | ||
| + | [ 0.083653] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear) | ||
| + | [ 0.083740] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear) | ||
| + | [ 0.083890] TCP: Hash tables configured (established 8192 bind 8192) | ||
| + | [ 0.083988] UDP hash table entries: 512 (order: 2, 16384 bytes, linear) | ||
| + | [ 0.084029] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear) | ||
| + | [ 0.084199] NET: Registered PF_UNIX/ | ||
| + | [ 0.084232] PCI: CLS 0 bytes, default 64 | ||
| + | [ 0.085311] workingset: timestamp_bits=46 max_order=18 bucket_order=0 | ||
| + | [ 0.088960] squashfs: version 4.0 (2009/ | ||
| + | [ 0.088975] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. | ||
| + | [ 0.090880] qcom-qmp-phy 58000.phy: supply vdda-phy not found, using dummy regulator | ||
| + | [ 0.091027] qcom-qmp-phy 58000.phy: supply vdda-pll not found, using dummy regulator | ||
| + | [ 0.092089] qcom-qmp-phy 58000.phy: Registered Qcom-QMP phy | ||
| + | [ 0.092357] qcom-qmp-phy 78000.phy: supply vdda-phy not found, using dummy regulator | ||
| + | [ 0.092488] qcom-qmp-phy 78000.phy: supply vdda-pll not found, using dummy regulator | ||
| + | [ 0.093376] qcom-qmp-phy 78000.phy: Registered Qcom-QMP phy | ||
| + | [ 0.094260] qcom-qusb2-phy 59000.phy: supply vdda-pll not found, using dummy regulator | ||
| + | [ 0.094398] qcom-qusb2-phy 59000.phy: supply vdda-phy-dpdm not found, using dummy regulator | ||
| + | [ 0.094548] qcom-qusb2-phy 59000.phy: Registered Qcom-QUSB2 phy | ||
| + | [ 0.094724] qcom-qusb2-phy 79000.phy: supply vdda-pll not found, using dummy regulator | ||
| + | [ 0.094836] qcom-qusb2-phy 79000.phy: supply vdda-phy-dpdm not found, using dummy regulator | ||
| + | [ 0.094994] qcom-qusb2-phy 79000.phy: Registered Qcom-QUSB2 phy | ||
| + | [ 0.099190] bam-dma-engine 704000.dma-controller: | ||
| + | [ 0.099215] bam-dma-engine 704000.dma-controller: | ||
| + | [ 0.103144] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled | ||
| + | [ 0.103713] msm_serial 78b3000.serial: | ||
| + | [ 0.103758] msm_serial 78b3000.serial: | ||
| + | [ 0.103805] 78b3000.serial: | ||
| + | [ 0.103839] msm_serial: console setup on port #0 | ||
| + | [ 0.804697] printk: console [ttyMSM0] enabled | ||
| + | [ 0.809826] msm_serial: driver initialized | ||
| + | [ 0.817616] loop: module loaded | ||
| + | [ 0.818923] nand: device found, Manufacturer ID: 0xef, Chip ID: 0xac | ||
| + | [ 0.820652] nand: Winbond W29N04GZ | ||
| + | [ 0.827270] nand: 512 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 | ||
| + | [ 0.830764] 26 fixed-partitions partitions found on MTD device qcom_nand.0 | ||
| + | [ 0.838085] Creating 26 MTD partitions on " | ||
| + | [ 0.844883] 0x000000000000-0x000000100000 : " | ||
| + | [ 0.851607] 0x000000100000-0x000000200000 : " | ||
| + | [ 0.856492] 0x000000200000-0x000000280000 : " | ||
| + | [ 0.861004] 0x000000280000-0x000000300000 : " | ||
| + | [ 0.866526] 0x000000300000-0x000000600000 : " | ||
| + | [ 0.874354] 0x000000600000-0x000000900000 : " | ||
| + | [ 0.879238] 0x000000900000-0x000000980000 : " | ||
| + | [ 0.882146] 0x000000980000-0x000000a00000 : " | ||
| + | [ 0.887258] 0x000000a00000-0x000000a80000 : " | ||
| + | [ 0.892713] 0x000000a80000-0x000000b00000 : " | ||
| + | [ 0.897653] 0x000000b00000-0x000000b80000 : " | ||
| + | [ 0.902608] 0x000000b80000-0x000000c00000 : " | ||
| + | [ 0.907386] 0x000000c00000-0x000000c80000 : " | ||
| + | [ 0.912607] 0x000000c80000-0x000000d00000 : " | ||
| + | [ 0.917271] 0x000000d00000-0x000000d80000 : " | ||
| + | [ 0.922505] 0x000000d80000-0x000000e80000 : " | ||
| + | [ 0.928287] 0x000000e80000-0x000000f80000 : " | ||
| + | [ 0.933362] 0x000000f80000-0x000001000000 : " | ||
| + | [ 0.938384] 0x000001000000-0x000001080000 : " | ||
| + | [ 0.943033] 0x000001080000-0x000001180000 : " | ||
| + | [ 0.948607] 0x000001180000-0x000001280000 : " | ||
| + | [ 0.953835] 0x000001280000-0x000001380000 : " | ||
| + | [ 0.959091] 0x000001380000-0x000001480000 : " | ||
| + | [ 0.964451] 0x000001480000-0x000001980000 : " | ||
| + | [ 0.972357] 0x000001980000-0x000003680000 : " | ||
| + | [ 0.997262] 0x00000e880000-0x000020000000 : " | ||
| + | [ 1.228555] mtd: setting mtd25 (rootfs) as root device | ||
| + | [ 1.228852] mtdsplit: no squashfs found in " | ||
| + | [ 1.240511] spmi spmi-0: PMIC arbiter version v2 (0x20010000) | ||
| + | [ 1.243568] s1: supplied by regulator-dummy | ||
| + | [ 1.245412] s2: supplied by regulator-dummy | ||
| + | [ 1.249401] vdd_s3: supplied by regulator-dummy | ||
| + | [ 1.253705] vdd_s4: supplied by regulator-dummy | ||
| + | [ 1.258228] s5: supplied by regulator-dummy | ||
| + | [ 1.262622] l1: supplied by regulator-dummy | ||
| + | [ 1.266756] l2: supplied by regulator-dummy | ||
| + | [ 1.270913] l3: supplied by regulator-dummy | ||
| + | [ 1.275120] l4: supplied by regulator-dummy | ||
| + | [ 1.279255] l5: supplied by regulator-dummy | ||
| + | [ 1.283424] l6: supplied by regulator-dummy | ||
| + | [ 1.287608] l7: supplied by regulator-dummy | ||
| + | [ 1.291753] l8: supplied by regulator-dummy | ||
| + | [ 1.295945] l9: supplied by regulator-dummy | ||
| + | [ 1.300208] l11: supplied by regulator-dummy | ||
| + | [ 1.304277] l12: supplied by regulator-dummy | ||
| + | [ 1.308771] l13: supplied by regulator-dummy | ||
| + | [ 1.329036] i2c_dev: i2c /dev entries driver | ||
| + | [ 1.334149] sdhci: Secure Digital Host Controller Interface driver | ||
| + | [ 1.334193] sdhci: Copyright(c) Pierre Ossman | ||
| + | [ 1.339225] sdhci-pltfm: | ||
| + | [ 1.347096] remoteproc remoteproc0: | ||
| + | [ 1.351558] NET: Registered PF_INET6 protocol family | ||
| + | [ 1.355950] Segment Routing with IPv6 | ||
| + | [ 1.360271] In-situ OAM (IOAM) with IPv6 | ||
| + | [ 1.363899] NET: Registered PF_PACKET protocol family | ||
| + | [ 1.367825] 8021q: 802.1Q VLAN Support v1.8 | ||
| + | [ 1.388557] qcom, | ||
| + | [ 1.388859] cpr4_ipq807x_apss_read_fuse_data: | ||
| + | [ 1.394869] cpr4_ipq807x_apss_read_fuse_data: | ||
| + | [ 1.401282] cpr4_ipq807x_apss_read_fuse_data: | ||
| + | [ 1.408955] cpr4_ipq807x_apss_read_fuse_data: | ||
| + | [ 1.416464] cpr3_mem_acc_init: | ||
| + | [ 1.425596] cpr4_ipq807x_apss_calculate_open_loop_voltages: | ||
| + | [ 1.432544] cpr4_ipq807x_apss_calculate_open_loop_voltages: | ||
| + | [ 1.442527] cpr4_ipq807x_apss_calculate_open_loop_voltages: | ||
| + | [ 1.452335] cpr4_ipq807x_apss_calculate_open_loop_voltages: | ||
| + | [ 1.462194] cpr4_ipq807x_apss_calculate_target_quotients: | ||
| + | [ 1.471948] cpr4_ipq807x_apss_calculate_target_quotients: | ||
| + | [ 1.482807] cpr4_ipq807x_apss_calculate_target_quotients: | ||
| + | [ 1.493743] cpr4_ipq807x_apss_calculate_target_quotients: | ||
| + | [ 1.504817] cpr3_regulator_init_ctrl: | ||
| + | [ 1.507430] cpufreq: cpufreq_online: | ||
| + | [ 1.523364] remoteproc remoteproc0: | ||
| + | [ 1.533504] ubi0: attaching mtd25 | ||
| + | [ 2.112002] random: crng init done | ||
| + | [ 2.803768] ubi0: scanning is finished | ||
| + | [ 2.811224] ubi0: attached mtd25 (name " | ||
| + | [ 2.811267] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes | ||
| + | [ 2.815977] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 | ||
| + | [ 2.822823] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 | ||
| + | [ 2.829676] ubi0: good PEBs: 2236, bad PEBs: 0, corrupted PEBs: 0 | ||
| + | [ 2.836449] ubi0: user volume: 3, internal volumes: 1, max. volumes count: 128 | ||
| + | [ 2.842704] ubi0: max/mean erase counter: 7/4, WL threshold: 4096, image sequence number: 31865999 | ||
| + | [ 2.849819] ubi0: available PEBs: 0, total reserved PEBs: 2236, PEBs reserved for bad PEB handling: 80 | ||
| + | [ 2.858771] ubi0: background thread " | ||
| + | [ 2.859428] block ubiblock0_1: | ||
| + | [ 2.877321] VFS: Mounted root (squashfs filesystem) readonly on device 254:0. | ||
| + | [ 2.877727] Freeing unused kernel memory: 1216K | ||
| + | [ 2.932054] Run /sbin/init as init process | ||
| + | [ 2.932075] | ||
| + | [ 2.932078] | ||
| + | [ 2.932081] | ||
| + | [ 2.932083] | ||
| + | [ 2.932086] | ||
| + | [ 3.058545] init: Console is alive | ||
| + | [ 3.058670] init: - watchdog - | ||
| + | [ 3.430917] kmodloader: loading kernel modules from / | ||
| + | [ 3.589684] ssdk_switch_device_num_init[1335]: | ||
| + | [ 3.589799] ssdk_dt_get_switch_node[1124]: | ||
| + | [ 3.596201] ssdk_dt_parse_access_mode[999]: | ||
| + | [ 3.602151] ssdk_dt_parse_access_mode[1012]: | ||
| + | [ 3.609438] ssdk_dt_parse_access_mode[1013]: | ||
| + | [ 3.616910] ssdk_dt_parse_mac_mode[327]: | ||
| + | [ 3.623586] ssdk_dt_parse_mac_mode[336]: | ||
| + | [ 3.629053] ssdk_dt_parse_mac_mode[345]: | ||
| + | [ 3.635011] ssdk_dt_parse_uniphy[364]: | ||
| + | [ 3.640786] ssdk_dt_parse_intf_mac[942]: | ||
| + | [ 3.646364] ssdk_dt_parse_intf_mac[942]: | ||
| + | [ 3.652958] ssdk_dt_parse_intf_mac[942]: | ||
| + | [ 3.659557] ssdk_plat_init[1692]: | ||
| + | [ 3.783168] ssdk_gcc_clock_init[1275]: | ||
| + | [ 3.784280] malibu_phy_api_ops_init[2846]: | ||
| + | [ 3.794341] aquantia_phy_api_ops_init[2241]: | ||
| + | [ 3.797692] regi_init[3953]: | ||
| + | [ 4.041990] ssdk_ppe_reset_init[1535]: | ||
| + | [ 4.045588] qca_hppe_portctrl_hw_init[126]: | ||
| + | [ 5.092030] ssdk_switch_register[2017]: | ||
| + | [ 5.092065] qca_link_polling_select[1487]: | ||
| + | [ 5.096753] ssdk_switch_register[2043]: | ||
| + | [ 5.105100] regi_init[3957]: | ||
| + | [ 5.110825] ssdk_genl_init[211]: | ||
| + | [ 5.116298] regi_init[4020]: | ||
| + | [ 5.124711] EDMA ver 1 hw init | ||
| + | [ 5.129171] EDMA HW Reset completed succesfully | ||
| + | [ 5.131846] Num rings - TxDesc:1 (23-23) TxCmpl:1 (7-7) | ||
| + | [ 5.136266] RxDesc:1 (15-15) RxFill:1 (7-7) | ||
| + | [ 5.142173] Generic PHY 90000.mdio-1: | ||
| + | [ 5.146251] nss-dp 3a001000.dp1 lan4: Registered netdev lan4(qcom-id: | ||
| + | [ 5.155678] Generic PHY 90000.mdio-1: | ||
| + | [ 5.162341] nss-dp 3a001200.dp2 lan3: Registered netdev lan3(qcom-id: | ||
| + | [ 5.171766] Generic PHY 90000.mdio-1: | ||
| + | [ 5.178507] nss-dp 3a001400.dp3 lan2: Registered netdev lan2(qcom-id: | ||
| + | [ 5.187822] GMAC4(ffffff8002f038c0) Invalid MAC@ - using a2: | ||
| + | [ 5.194207] Generic PHY 90000.mdio-1: | ||
| + | [ 5.201522] nss-dp 3a001600.dp4 lan1: Registered netdev lan1(qcom-id: | ||
| + | [ 5.210803] GMAC5(ffffff8002f048c0) Invalid MAC@ - using 76: | ||
| + | [ 5.217232] Generic PHY 90000.mdio-1: | ||
| + | [ 5.224535] nss-dp 3a001800.dp5 wan: Registered netdev wan(qcom-id: | ||
| + | [ 5.233811] GMAC6(ffffff8002f058c0) Invalid MAC@ - using 82: | ||
| + | [ 5.240328] Generic Clause 45 PHY 90000.mdio-1: | ||
| + | [ 5.247353] nss-dp 3a001a00.dp6 lan5: Registered netdev lan5(qcom-id: | ||
| + | [ 5.257280] ********************************************************** | ||
| + | [ 5.263772] * NSS Data Plane driver | ||
| + | [ 5.270353] ********************************************************** | ||
| + | [ 5.285435] xhci-hcd xhci-hcd.1.auto: | ||
| + | [ 5.285482] xhci-hcd xhci-hcd.1.auto: | ||
| + | [ 5.289940] xhci-hcd xhci-hcd.1.auto: | ||
| + | [ 5.297445] xhci-hcd xhci-hcd.1.auto: | ||
| + | [ 5.306842] xhci-hcd xhci-hcd.1.auto: | ||
| + | [ 5.312653] xhci-hcd xhci-hcd.1.auto: | ||
| + | [ 5.318208] xhci-hcd xhci-hcd.1.auto: | ||
| + | [ 5.326151] hub 1-0:1.0: USB hub found | ||
| + | [ 5.332416] hub 1-0:1.0: 1 port detected | ||
| + | [ 5.336305] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. | ||
| + | [ 5.340419] hub 2-0:1.0: USB hub found | ||
| + | [ 5.348261] hub 2-0:1.0: 1 port detected | ||
| + | [ 5.352119] xhci-hcd xhci-hcd.2.auto: | ||
| + | [ 5.355884] xhci-hcd xhci-hcd.2.auto: | ||
| + | [ 5.361307] xhci-hcd xhci-hcd.2.auto: | ||
| + | [ 5.368774] xhci-hcd xhci-hcd.2.auto: | ||
| + | [ 5.378197] xhci-hcd xhci-hcd.2.auto: | ||
| + | [ 5.384009] xhci-hcd xhci-hcd.2.auto: | ||
| + | [ 5.389563] xhci-hcd xhci-hcd.2.auto: | ||
| + | [ 5.397501] hub 3-0:1.0: USB hub found | ||
| + | [ 5.403734] hub 3-0:1.0: 1 port detected | ||
| + | [ 5.407700] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM. | ||
| + | [ 5.411763] hub 4-0:1.0: USB hub found | ||
| + | [ 5.419630] hub 4-0:1.0: 1 port detected | ||
| + | [ 5.424850] kmodloader: done loading kernel modules from / | ||
| + | [ 5.431850] init: - preinit - | ||
| + | [ 7.844917] UBIFS (ubi0:2): Mounting in unauthenticated mode | ||
| + | [ 7.845021] UBIFS (ubi0:2): background thread " | ||
| + | [ 7.927255] UBIFS (ubi0:2): UBIFS: mounted UBI device 0, volume 2, name " | ||
| + | [ 7.927303] UBIFS (ubi0:2): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes | ||
| + | [ 7.934101] UBIFS (ubi0:2): FS size: 259031040 bytes (247 MiB, 2040 LEBs), max 2053 LEBs, journal size 12951552 bytes (12 MiB, 102 LEBs) | ||
| + | [ 7.943997] UBIFS (ubi0:2): reserved for root: 4952683 bytes (4836 KiB) | ||
| + | [ 7.956307] UBIFS (ubi0:2): media format: w5/r0 (latest is w5/r0), UUID 73F1A91B-1765-4BE4-B4C6-1FE79C28A0C8, | ||
| + | [ 7.963600] mount_root: overlay filesystem has not been fully initialized yet | ||
| + | [ 7.974433] mount_root: switching to ubifs overlay | ||
| + | [ 7.984410] overlayfs: null uuid detected in lower fs '/', | ||
| + | [ 8.116071] urandom-seed: | ||
| + | [ 8.151809] procd: - early - | ||
| + | [ 8.151901] procd: - watchdog - | ||
| + | [ 8.686888] procd: - watchdog - | ||
| + | [ 8.687141] procd: - ubus - | ||
| + | [ 8.743729] procd: - init - | ||
| + | [ 8.872866] urngd: v1.0.2 started. | ||
| + | [ 8.891105] kmodloader: loading kernel modules from / | ||
| + | [ 8.920353] Loading modules backported from Linux version v6.1-rc8-0-g76dcd734eca2 | ||
| + | [ 8.920392] Backport generated by backports.git v5.15.81-1-41-g02e352527db5 | ||
| + | [ 8.931638] NET: Registered PF_QIPCRTR protocol family | ||
| + | [ 8.964549] PPP generic driver version 2.4.2 | ||
| + | [ 8.965202] NET: Registered PF_PPPOX protocol family | ||
| + | [ 8.973115] ath11k c000000.wifi: | ||
| + | [ 8.973148] ath11k c000000.wifi: | ||
| + | [ 8.977317] remoteproc remoteproc0: | ||
| + | [ 8.993947] remoteproc remoteproc0: | ||
| + | [ 9.970726] remoteproc remoteproc0: | ||
| + | [ 9.972994] ath11k c000000.wifi: | ||
| + | [ 9.977732] ath11k c000000.wifi: | ||
| + | [ 9.983229] ath11k c000000.wifi: | ||
| + | [ 9.992924] kmodloader: done loading kernel modules from / | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | |||
| + | </ | ||
| </ | </ | ||
| + | ===== Unbrick ===== | ||
| + | ==== tftp method === | ||
| + | Below is the method to unbrick without TTL access (most of the instructions on the internet doesn' | ||
| + | |||
| + | Assume using a linux pc for unbrick, and tftp client is already installed: | ||
| + | - Connect PC to router' | ||
| + | - Download the stock firmware to PC, save as 1.img in the working dir | ||
| + | - Run in terminal:< | ||
| + | tftp 192.168.1.1 | ||
| + | >binary | ||
| + | > | ||
| + | </ | ||
| + | - Power off the device, hold the RESET button, power on device, keep RESET holding all the time | ||
| + | - After holding for about 20~30s, the device' | ||
| + | - Press ENTER button in the tftp. | ||
| + | - Wait for transfer to finish(there is no message indicating tftp is working during transfering, | ||
| + | - Wait for the device to auto reboot. | ||
| + | - (Optional) Do a reset of the router in the normal way, after device already starts up. | ||
| + | This method doesn' | ||
| + | |||
| + | ==== TTL + USB method (not suggested)==== | ||
| + | In the case tftp doesn' | ||
| + | |||
| + | Install the initramfs of the experimental fork of into an USB stick, perform a USB-boot with TTL. (see the steps on the '' | ||
| + | |||
| + | Once running in the initramfs, backup/ | ||
| + | < | ||
| + | dd if=/ | ||
| + | dd of=/ | ||
| + | </ | ||
| + | |||
| + | Usually what you need to backup/ | ||
| + | |||
| + | == Note == | ||
| + | |||
| + | The mtd partition table seen from the bootloader is not same as seen from official firmware or openwrt. So, this method is not really suggested, since mistakes can happen easily | ||
| ===== Notes ===== | ===== Notes ===== | ||
| + | This website contains much information about this device: [[http:// | ||
| ===== Tags ===== | ===== Tags ===== | ||
| [[meta: | [[meta: | ||
| - | {{tag>EXAMPLETAG unsupported}} | + | {{tag>ipq807x ipq8074 512flash 1024ram 6port GigabitEthernet 5GigabitEthernet 802.11bgn 802.11ax serial u-boot 4core ath11k cortexa53 4x4 8x8 txbf MU-MIMO wifi6}} |