GL.iNet GL-S1300

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

The GL.iNet GL-S1300 (Convexa-S) is a compact Gigabit Wireless Router and IoT hub featuring a quad-core ARM CPU, 16MB NOR Flash, 8GB eMMC storage, 512MB RAM, one Gigabit Ethernet WAN port, two Gigabit Ethernet LAN ports, simultaneous dual-band wireless, one USB3.0 port, support for Zigbee and Bluetooth using optional internal modules, an internal pre-populated serial header and an unpopulated I2C header.

GL-S1300 picture GL-S1300 - Rear picture

FIXME

  1. This is an empty template that suggests the information that should be present on a well-constructed Device Page. This means, that you have to fill it with life and information.
  2. There are several “fixme” tags with text on a light background (like this text) throughout this template. As you fill in the page, remove those tags so that people can judge its completeness.
  3. When there are no more “fixme” tags left, delete this one too, along with the <WRAP> that encloses it.
  • Please include only model specific information, omit bla,bla and put everything generic into separate articles
  • If you have no time to write certain stuff, link to docs
  • base-system should lead the way, do not explain this again
  • DO NOT provide a complete howto here! Instead groom the general documentation.

Install OpenWrt (generic explanation)

FIXME Please add the installation procedure here.

The GL-S1300 has two flash chips, the 16MiB SPI flash, and the 8GiB eMMC flash.

The factory QSDK firmware uses the SPI flash mainly for the bootloader, and places the kernel, rootfs and overlay on the eMMC, using the remainder for general storage.

:!: WARNING: Even though the eMMC uses GPT partitions, the QSDK U-Boot has hardcoded offsets and sizes for the kernel.

Factory QSDK Layout for 16MiB SPI Flash (spi0.0: W25Q128)
Layer0 Raw NOR, Partitions from device tree
Layer1 mtd0 mtd1 mtd2 mtd3 mtd4 mtd5 mtd6 mtd7 mtd8
Address 0x00_0000 0x04_0000 0x06_0000 0x0c_0000 0x0d_0000 0x0e_0000 0x0f_0000 0x17_0000 0x18_0000
Size 256 KiB 128 KiB 384 KiB 64 KiB 64 KiB 64 KiB 512 KiB 64 KiB 14.5 MiB
Name
SBL
MIBIB
QSEE
CDT
DDRPARAMS
APPSBLENV
APPSBL
ART
firmware
Usage
Qualcomm
Bootloader ELF
Qualcomm
Partition Table
Qualcomm
TrustZone ELF
Qualcomm
Config
(empty, all 0xff)
U-Boot
Environment
U-Boot
ELF
Wi-Fi
Calibration
unused
Factory QSDK Layout for 8GiB eMMC Flash (mmcblk0: H26M41204)
Layer0 GPT Partitioned mmcblk0
Layer1 mmcblk0p1 mmcblk0p2 mmcblk0p3 mmcblk0p4
Sectors 34-65569 65570-327713 327714-1376289 1376290-
Size 32 MiB 128 MiB 512 MiB 6774 MiB
Mountpoint / /overlay /data
Name
0:HLOS
rootfs
rootfs_data
user_data
Usage
FIT Kernel
Squashfs RootFS
EXT4 Overlay
EXT4 Mass-Storage

The kernel and rootfs of factory firmware is on eMMC, and openwrt firmware is on NOR flash. The transition image includes U-boot and partition table, which decides where to load kernel and rootfs. After you install openwrt image, you can switch between factory and openwrt firmware by flashing transition image.

This section deals with

  • How you install OpenWrt from a device freshly opened
  • The steps required such as reset to factory defaults if the device has already been configured

Note: Reset router to factory defaults if it has been previously configured.

  • Prepare router to boot from NOR flash:
    • Power off the device
    • Disconnect all network cables except one connected to a computer with IP address 192.168.1.2
    • Press the reset button while powering on the device. The left-most led will turn on. The right-most led will blink 4 times. Then the center led will turn on.
    • Browse to http://192.168.1.1/
    • Udate uBoot settings for OpenWRT by uploading https://github.com/gl-inet/openwrt/blob/openwrt-18.06-s1300/s1300-factory-to-openwrt.img file to router
    • Wait for it to reboot
  • Flash OpenWRT image
    • Power off the device
    • Disconnect all network cables except one connected to a computer with IP address 192.168.1.2
    • Press the reset button while powering on the device. The left-most led will turn on. The right-most led will blink 4 times. Then the center led will turn on.
    • Browse to http://192.168.1.1/
    • Upload OpenWRT .bin firmware image
  • Telnet to 192.168.1.1 and set a root password, or browse to http://192.168.1.1 if LuCI is installed.

Specific values needed for tftp

FIXME Enter values for “FILL-IN” below

Bootloader tftp server IPv4 address FILL-IN
Bootloader MAC address (special) FILL-IN
Firmware tftp image Latest OpenWrt release (NOTE: Name must contain “tftp”)
TFTP transfer window FILL-IN seconds
TFTP window start approximately FILL-IN seconds after power on
TFTP client required IP address FILL-IN

generic.sysupgrade

FIXME These are generic instructions. Update with your router's specifics.

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

If you don't have a GUI (LuCI) available, you can alternatively upgrade via the command line. There are two command line methods for upgrading:

  • sysupgrade
  • mtd

Note: It is important that you put the firmware image into the ramdisk (/tmp) before you start flashing.

sysupgrade

  • Login as root via SSH on 192.168.1.1, then enter the following commands:
cd /tmp
wget http://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc
sysupgrade /tmp/xxx.abc

mtd

If sysupgrade does not support this router, use mtd.

  • Login as root via SSH on 192.168.1.1, then enter the following commands:
cd /tmp
wget http://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc
mtd write /tmp/xxx.abc linux && reboot

Basic configuration After flashing, proceed with this.
Set up your Internet connection, configure wireless, configure USB port, etc.

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

The default network configuration is:

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

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

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

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

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

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

The GL.iNet GL-S1300 has the following buttons:

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

Front:
GL-S1300 - Front picture Back Back:
GL-S1300 - Rear picture

Backside label:
Insert photo of backside label

Note: This will void your warranty!

  • Remove four rubber feet from bottom
  • Unscrew four small phillips screws hidden beneath the feet
  • Use a spudger to carefully release the eight plastic clips holding the top of the case to the bottom
  • You will now have access to the pre-soldered UART connector

Optional:

  • The four internal Wi-Fi antennas slide out from the side of the case
  • The antennas are attached to the PCB using snap-fit U.FL connectors
  • The metal heatspreader is attached to the top and bottom of the PCB by three small phillips screws
  • The heatspreader has thermal pads attached, removing it may require replacing the thermal pads!
  • There are two metal shielding cans covered by the heatspreader. These can be unclipped by gently prying upwards.

Main PCB:
GL-S1300 - Annotated PCB picture GL-S1300 - Top of PCB GL-S1300 - Back of PCB

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

How to connect to the Serial Port of this specific device:
See above annotated PCB picture for pinout. Pinout is also silkscreened on the PCB. From edge of board: GND/RX/TX/3V3.

Serial connection parameters
for GL.iNet GL-S1300
115200, 8N1 (3.3V logic)

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

How to connect to the JTAG Port of this specific device:
Insert photo of PCB with markings for JTAG port

None so far.

GL-iNet ROM Testing V3.104 (Based on QSDK, OpenWrt 15.05.1 r48067)

Format: Log Type - Time(microsec) - Message - Optional Info Log Type: B - Since Boot(Power On Reset), D - Delta, S - Statistic S - QC_IMAGE_VERSION_STRING=BOOT.BF.3.1.1-00120 S - IMAGE_VARIANT_STRING=DAABANAZA S - OEM_IMAGE_VERSION_STRING=CRM S - Boot Config, 0x00000021 S - Reset status Config, 0x00000010 S - Core 0 Frequency, 0 MHz B - 261 - PBL, Start B - 1338 - bootable_media_detect_entry, Start B - 1678 - bootable_media_detect_success, Start B - 1692 - elf_loader_entry, Start B - 5068 - auth_hash_seg_entry, Start B - 7209 - auth_hash_seg_exit, Start B - 577087 - elf_segs_hash_verify_entry, Start B - 694221 - PBL, End B - 694245 - SBL1, Start B - 785306 - pm_device_init, Start D - 7 - pm_device_init, Delta B - 786751 - boot_flash_init, Start D - 52824 - boot_flash_init, Delta B - 843715 - boot_config_data_table_init, Start D - 3836 - boot_config_data_table_init, Delta - (419 Bytes) B - 850920 - clock_init, Start D - 7565 - clock_init, Delta B - 862958 - CDT version:2,Platform ID:8,Major ID:1,Minor ID:0,Subtype:1 B - 866371 - sbl1_ddr_set_params, Start B - 871468 - cpr_init, Start D - 2 - cpr_init, Delta B - 875850 - Pre_DDR_clock_init, Start D - 4 - Pre_DDR_clock_init, Delta D - 13175 - sbl1_ddr_set_params, Delta B - 889169 - pm_driver_init, Start D - 2 - pm_driver_init, Delta B - 960156 - sbl1_wait_for_ddr_training, Start D - 27 - sbl1_wait_for_ddr_training, Delta B - 976676 - Image Load, Start D - 152363 - QSEE Image Loaded, Delta - (297752 Bytes) B - 1129473 - Image Load, Start D - 1446 - SEC Image Loaded, Delta - (2048 Bytes) B - 1139797 - Image Load, Start D - 214526 - APPSBL Image Loaded, Delta - (438711 Bytes) B - 1354722 - QSEE Execution, Start D - 60 - QSEE Execution, Delta B - 1360962 - SBL1, End D - 668718 - SBL1, Delta S - Flash Throughput, 2007 KB/s (738930 Bytes, 368121 us) S - DDR Frequency, 672 MHz U-Boot 2012.07 [Chaos Calmer 15.05.1,r48067] (Apr 01 2019 - 16:26:53) smem ram ptable found: ver: 1 len: 3 DRAM: 512 MiB machid : 0x8010001 NAND: ID = 20202020 Vendor = 20 Device = 20 Not an ONFI device ONFI probe failed ID = 20202020 Vendor = 20 Device = 20 qpic_nand: unknown NAND device manufacturer: 20 device: 20 raise: Signal # 8 caught U-Boot BUG at mtdcore.c:20! SF: Detected W25Q128 with page size 64 KiB, total 16 MiB ipq_spi: page_size: 0x100, sector_size: 0x10000, size: 0x1000000 16 MiB MMC: qca_mmc: 0 In: serial Out: serial Err: serial machid: 8010001 flash_type: 0 Net: MAC0 addr:e4:95:6e:4x:xx:xx PHY ID1: 0x4d PHY ID2: 0xd0b1 ipq40xx_ess_sw_init done eth0 Hit "gl" key to stop booting: 0 SF: Detected W25Q128 with page size 64 KiB, total 16 MiB Checking calibration status... Device have calibrated,checking test status... Device haven tested, checking MAC info... Device have MAC info, starting firmware... 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 ping failed; host 192.168.1.2 is not alive 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 ping failed; host 192.168.1.2 is not alive 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 ping failed; host 192.168.1.2 is not alive MMC read: dev # 0, block # 34, count 65536 ... 65536 blocks read: OK ## Booting kernel from FIT Image at 84000000 ... Using 'config@ap.dk04.1-c1' configuration Trying 'kernel@1' kernel subimage Description: ARM OpenWrt Linux-4.4.60 Type: Kernel Image Compression: gzip compressed Data Start: 0x840000e4 Data Size: 3753713 Bytes = 3.6 MiB Architecture: ARM OS: Linux Load Address: 0x80208000 Entry Point: 0x80208000 Hash algo: crc32 Hash value: 7ac18ca1 Hash algo: sha1 Hash value: e035802f5c3883d811ffba44925669d791ffec8e Verifying Hash Integrity ... crc32+ sha1+ OK ## Flattened Device Tree from FIT Image at 84000000 Using 'config@ap.dk04.1-c1' configuration Trying 'fdt@ap.dk04.1-c1' FDT blob subimage Description: ARM OpenWrt qcom-ipq40xx-ap.dkxx device tree blob Type: Flat Device Tree Compression: uncompressed Data Start: 0x843bac30 Data Size: 23959 Bytes = 23.4 KiB Architecture: ARM Hash algo: crc32 Hash value: 9f20b1d1 Hash algo: sha1 Hash value: 45791178d69b132988e969b877679c52ef5c667d Verifying Hash Integrity ... crc32+ sha1+ OK Booting using the fdt blob at 0x843bac30 Uncompressing Kernel Image ... OK Loading Device Tree to 86ff7000, end 86fffd96 ... OK Using machid 0x8010001 from environment Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.4.60 (lancer@gl-inet) (gcc version 4.8.3 (OpenWrt/Linaro GCC 4.8-2014.04 r48067) ) #5 SMP PREEMPT Thu Aug 22 11:58:04 CST 2019 [ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] Machine model: Qualcomm Technologies, Inc. IPQ4019/AP-DK04.1-C1 [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] PERCPU: Embedded 12 pages/cpu @dfb34000 s18560 r8192 d22400 u49152 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 125824 [ 0.000000] Kernel command line: rootfsname=rootfs rootwait clk_ignore_unused [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes) [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes) [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes) [ 0.000000] Memory: 494872K/507904K available (5234K kernel code, 312K rwdata, 1768K rodata, 228K init, 271K bss, 13032K reserved, 0K cma-reserved, 0K highmem) [ 0.000000] Virtual kernel memory layout: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB) [ 0.000000] vmalloc : 0xe0800000 - 0xff800000 ( 496 MB) [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB) [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB) [ 0.000000] .text : 0xc0208000 - 0xc08dea88 (7003 kB) [ 0.000000] .init : 0xc08df000 - 0xc0918000 ( 228 kB) [ 0.000000] .data : 0xc0918000 - 0xc09661e8 ( 313 kB) [ 0.000000] .bss : 0xc0969000 - 0xc09acc9c ( 272 kB) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 32. [ 0.000000] NR_IRQS:16 nr_irqs:16 16 [ 0.000000] Architected cp15 timer(s) running at 48.00MHz (virt). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xb11fd3bfb, max_idle_ns: 440795203732 ns [ 0.000008] sched_clock: 56 bits at 48MHz, resolution 20ns, wraps every 4398046511096ns [ 0.000023] Switching to timer-based delay loop, resolution 20ns [ 0.000255] Calibrating delay loop (skipped), value calculated using timer frequency.. 96.00 BogoMIPS (lpj=480000) [ 0.000271] pid_max: default: 32768 minimum: 301 [ 0.000398] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.000411] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.001127] Initializing cgroup subsys io [ 0.001158] Initializing cgroup subsys memory [ 0.001192] Initializing cgroup subsys devices [ 0.001209] Initializing cgroup subsys freezer [ 0.001224] Initializing cgroup subsys net_cls [ 0.001264] CPU: Testing write buffer coherency: ok [ 0.001593] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.001679] Setting up static identity map for 0x80208280 - 0x802082d8 [ 0.053178] MSM Memory Dump base table set up [ 0.053220] MSM Memory Dump apps data table set up [ 0.091036] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 0.121083] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002 [ 0.151145] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003 [ 0.151233] Brought up 4 CPUs [ 0.151264] SMP: Total of 4 processors activated (384.00 BogoMIPS). [ 0.151273] CPU: All CPU(s) started in SVC mode. [ 0.160217] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5 [ 0.160715] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.160748] futex hash table entries: 1024 (order: 4, 65536 bytes) [ 0.161092] pinctrl core: initialized pinctrl subsystem [ 0.162762] NET: Registered protocol family 16 [ 0.164370] DMA: preallocated 2048 KiB pool for atomic coherent allocations [ 0.190386] cpuidle: using governor ladder [ 0.220420] cpuidle: using governor menu [ 0.236514] <CORE> glink_init: IPC Logging Disabled [ 0.237365] IPC logging disabled [ 0.237376] IPC logging disabled [ 0.237383] IPC logging disabled [ 0.237389] IPC logging disabled [ 0.237396] IPC logging disabled [ 0.237663] sps:sps is ready. [ 0.273159] SCSI subsystem initialized [ 0.275373] Advanced Linux Sound Architecture Driver Initialized. [ 0.276523] clocksource: Switched to clocksource arch_sys_counter [ 0.278408] NET: Registered protocol family 2 [ 0.279430] TCP established hash table entries: 4096 (order: 2, 16384 bytes) [ 0.279501] TCP bind hash table entries: 4096 (order: 3, 32768 bytes) [ 0.279591] TCP: Hash tables configured (established 4096 bind 4096) [ 0.279657] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.279690] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.279941] NET: Registered protocol family 1 [ 0.291385] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.291411] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.296397] Key type asymmetric registered [ 0.296423] Asymmetric key parser 'x509' registered [ 0.296472] io scheduler noop registered [ 0.296488] io scheduler deadline registered (default) [ 0.303256] NET: Registered protocol family 27 [ 0.303275] IPC_RTR: ipc_router_create_log_ctx: IPC Logging disabled [ 0.303299] qmi_log_init: IPC Logging disabled [ 0.303307] qmi_log_init: IPC Logging disabled [ 0.304145] tcsr 194b000.tcsr: setting usb hs phy mode select = e700e7 [ 0.304213] tcsr 1953000.ess_tcsr: setting ess interface select = 0 [ 0.304287] tcsr 1949000.tcsr: setting wifi_glb_cfg = 41000000 [ 0.304345] tcsr 1957000.tcsr: setting wifi_noc_memtype_m0_m2 = 2222222 [ 0.305204] msm_serial: driver initialized [ 0.305528] msm_serial_hsl_probe: detected port #0 (ttyMSM0) [ 0.305567] msm_serial_hsl_probe: Bus scaling is disabled [ 0.305708] 78af000.serial: ttyMSM0 at MMIO 0x78af000 (irq = 27, base_baud = 115200) is a MSM [ 0.305787] msm_hsl_console_setup: console setup on port #0 [ 0.861157] console [ttyMSM0] enabled [ 0.865231] msm_serial_hsl_probe: detected port #1 (ttyMSM1) [ 0.870462] msm_serial_hsl_probe: Bus scaling is disabled [ 0.875932] 78b0000.serial: ttyMSM1 at MMIO 0x78b0000 (irq = 28, base_baud = 115200) is a MSM [ 0.884795] msm_serial_hsl_init: driver initialized [ 0.904086] brd: module loaded [ 0.907114] spi_qup 78b5000.spi: IN:block:16, fifo:64, OUT:block:16, fifo:64 [ 0.914649] spi_qup 78b6000.spi: IN:block:16, fifo:64, OUT:block:16, fifo:64 [ 0.922837] m25p80 spi0.0: found w25q128, expected n25q128a11 [ 0.927670] m25p80 spi0.0: w25q128 (16384 Kbytes) [ 0.932294] 8 ofpart partitions found on MTD device spi0.0 [ 0.937740] Creating 8 MTD partitions on "spi0.0": [ 0.942490] 0x000000000000-0x000000040000 : "0:SBL1" [ 0.948742] 0x000000040000-0x000000060000 : "0:MIBIB" [ 0.953920] 0x000000060000-0x0000000c0000 : "0:QSEE" [ 0.959051] 0x0000000c0000-0x0000000d0000 : "0:CDT" [ 0.964068] 0x0000000d0000-0x0000000e0000 : "0:DDRPARAMS" [ 0.969713] 0x0000000e0000-0x0000000f0000 : "0:APPSBLENV" [ 0.975304] 0x0000000f0000-0x000000170000 : "0:APPSBL" [ 0.980704] 0x000000170000-0x000000180000 : "0:ART" [ 0.986802] libphy: Fixed MDIO Bus: probed [ 1.210620] ipq40xx-mdio 90000.mdio: Could not find phy-reset-gpio [ 1.215946] libphy: ipq40xx_mdio: probed [ 1.222018] ipq40xx-mdio 90000.mdio: ipq40xx-mdio driver was registered [ 1.227773] cnss: Unable to create IPC log context! [ 1.232933] cnss: Platform driver probed successfully. [ 1.237748] i2c /dev entries driver [ 1.244454] sdhci: Secure Digital Host Controller Interface driver [ 1.249720] sdhci: Copyright(c) Pierre Ossman [ 1.253956] sdhci-pltfm: SDHCI platform and OF driver helper [ 1.260717] sdhci_msm 7824900.sdhci: Got SD LDO GPIO #33 [ 1.365029] sdhci_msm 7824900.sdhci: No vreg data found for vdd [ 1.369944] sdhci_msm 7824900.sdhci: No vreg data found for vdd-io [ 1.388936] sdhci_msm 7824900.sdhci: No vmmc regulator found [ 1.436798] mmc0: SDHCI controller on 7824900.sdhci [7824900.sdhci] using ADMA 64-bit [ 1.452071] Version Rollback Feature Disabled [ 1.486002] NET: Registered protocol family 10 [ 1.490585] NET: Registered protocol family 17 [ 1.494078] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this. [ 1.506760] Bridge firewalling registered [ 1.510634] 8021q: 802.1Q VLAN Support v1.8 [ 1.514894] Registering SWP/SWPB emulation handler [ 1.521655] hctosys: unable to open rtc device (rtc0) [ 1.530071] clk: Not disabling unused clocks [ 1.533321] ALSA device list: [ 1.536262] No soundcards found. [ 1.540214] 6Waiting for root device ... [ 1.572291] mmc0: MAN_BKOPS_EN bit is not set [ 1.587489] mmc0: new HS200 MMC card at address 0001 [ 1.592253] mmcblk0: mmc0:0001 H8G4a� 7.28 GiB [ 1.596251] mmcblk0rpmb: mmc0:0001 H8G4a� partition 3 4.00 MiB [ 1.603732] GPT: device [179:2] (rootfs) set to be root filesystem [ 1.608937] mmcblk0: p1 p2 p3 p4 [ 1.651327] VFS: Mounted root (squashfs filesystem) readonly on device 179:2. [ 1.657877] Freeing unused kernel memory: 228K (c08df000 - c0918000) [ 2.351776] init: Console is alive [ 2.354344] init: - watchdog - [ 4.195892] usbcore: registered new interface driver usbfs [ 4.200490] usbcore: registered new interface driver hub [ 4.205791] usbcore: registered new device driver usb [ 4.213503] Button Hotplug driver version 0.4.1 [ 4.222399] exFAT: Version 1.2.9 [ 4.230639] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 4.237134] ehci-platform: EHCI generic platform driver [ 4.250397] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 4.256458] ohci-platform: OHCI generic platform driver [ 4.263030] uhci_hcd: USB Universal Host Controller Interface driver [ 4.788577] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 4.793067] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1 [ 4.800980] xhci-hcd xhci-hcd.0.auto: hcc params 0x0228f665 hci version 0x100 quirks 0x00010010 [ 4.809463] xhci-hcd xhci-hcd.0.auto: irq 199, io mem 0x08a00000 [ 4.816317] hub 1-0:1.0: USB hub found [ 4.819176] hub 1-0:1.0: 1 port detected [ 4.823481] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 4.828556] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2 [ 4.836192] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 4.845069] hub 2-0:1.0: USB hub found [ 4.848012] hub 2-0:1.0: 1 port detected [ 4.852391] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller [ 4.857343] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 3 [ 4.865155] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220f665 hci version 0x100 quirks 0x00010010 [ 4.873690] xhci-hcd xhci-hcd.1.auto: irq 200, io mem 0x06000000 [ 4.880512] hub 3-0:1.0: USB hub found [ 4.883353] hub 3-0:1.0: 1 port detected [ 4.887742] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller [ 4.892703] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 4 [ 4.900465] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM. [ 4.909320] hub 4-0:1.0: USB hub found [ 4.912175] hub 4-0:1.0: config failed, hub doesn't have any ports! (err -19) [ 4.923671] input: soc:gpio_keys as /devices/platform/soc/soc:gpio_keys/input/input0 [ 4.933435] usbcore: registered new interface driver usb-storage [ 4.939839] usbcore: registered new interface driver uas [ 5.358199] 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 [ 6.894175] EXT4-fs (mmcblk0p3): recovery complete [ 6.898701] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: (null) [ 6.899255] mount_root: switching to jffs2 overlay After mount_root 377+0 records in 377+0 records out 12064 bytes (11.8KB) copied, 0.033751 seconds, 349.1KB/s 377+0 records in 377+0 records out 12064 bytes (11.8KB) copied, 0.028769 seconds, 409.5KB/s [ 7.017509] procd: - early - [ 7.019465] procd: - watchdog - [ 7.682903] procd: - ubus - Failed to connect to ubus [ 8.695168] procd: - init - Please press Enter to activate this console. BusyBox v1.25.1 (2020-02-26 11:00:57 CST) built-in shell (ash) MM NM MMMMMMM M M $MMMMM MMMMM MMMMMMMMMMM MMM MMM MMMMMMMM MM MMMMM. MMMMM:MMMMMM: MMMM MMMMM MMMM= MMMMMM MMM MMMM MMMMM MMMM MMMMMM MMMM MMMMM' MMMM= MMMMM MMMM MM MMMMM MMMM MMMM MMMMNMMMMM MMMM= MMMM MMMMM MMMMM MMMM MMMM MMMMMMMM MMMM= MMMM MMMMMM MMMMM MMMM MMMM MMMMMMMMM MMMM= MMMM MMMMM, NMMMMMMMM MMMM MMMM MMMMMMMMMMM MMMM= MMMM MMMMMM MMMMMMMM MMMM MMMM MMMM MMMMMM MMMM= MMMM MM MMMM MMMM MMMM MMMM MMMM MMMM MMMM$ ,MMMMM MMMMM MMMM MMM MMMM MMMMM MMMM MMMM MMMMMMM: MMMMMMM M MMMMMMMMMMMM MMMMMMM MMMMMMM MMMMMM MMMMN M MMMMMMMMM MMMM MMMM MMMM M MMMMMMM M M M --------------------------------------------------------------- For those about to rock... (Chaos Calmer, r48067) --------------------------------------------------------------- root@(none):/#


COPY HERE THE BOOTLOG ONCE OPENWRT IS INSTALLED AND RUNNING


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

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