GL.iNet GL-AR750

The GL.iNet GL-AR750 was introduced in the fall of 2017. The unit is delivered with LEDE 17.01-SNAPSHOT r3380-55ec22d with Gl.iNet's proprietary user interface on top of all the standard OpenWrt tools.

The GL.iNet GL-AR750S is a 2018 release, which is covered at GL.iNet GL-AR750S

Front view of GL-AR750

Features include:

  • Based on Qualcomm QCA9531 SoC @ 650MHz
  • 128MB DDR2 RAM, 16MB NOR flash
  • 300Mbps Wifi N (2.4GHz) and 433Mbps Wifi AC (5GHz)
  • MicroSD card slot (up to 128GB)
  • 3 100Mbit Ethernet ports
  • 1 USB 2.0 port
  • 2 position toggle switch
  • Small (105*72*27mm) and light (66g)
  • Low power (6W)
  • Optional 802.3af power

Please read the article flash.layout for a better understanding. It contains a couple of explanations. Then let's have a quick view at flash layout of this particular device:

GL.iNet GL-AR750 Flash Layout (stock)
Layer0 raw NOR flash memory chip (m25p80 spi0.0: mx25l12805d) 16384 KiB
Layer1 mtd0 u-boot 256 KiB mtd1 u-boot-env 64 KiB mtd2 art 64 KiB mtd3 firmware 16000 KiB
Layer2 mtd4 kernel 1408 KiB mtd5 rootfs 14592 KiB
mountpoint /
filesystem OverlayFS
Layer3 mtd6 rootfs_data 7104 KiB
Size in KiB 256 KiB 64 KiB 64 KiB 1408 KiB 7488 KiB 7104 KiB
Name u-boot u-boot-env art kernel rootfs_data
mountpoint none none none none /rom /overlay
filesystem none none none none SquashFS JFFS2

ART = Atheros Radio Test - it contains mac addresses and calibration data for the wifi (EEPROM). If it is missing or corrupt, ath10k won't come up anymore.

Install OpenWrt in GL.Inet devices

Note: It can happen that the browser cache does conflict with the new loaded firmware. This can be avoided by browsing to: http://192.168.1.1/index.html?index. By adding ?index it asked the browser not to load from cache.

generic.flashing.tftp
GL.iNet uboot page

Note: tftp upgrade requires connecting to the Serial port, and pressing 'spacebar' during boot to access the U-Boot command line.

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/targets/ar71xx/generic/openwrt-ar71xx-generic-gl-ar750-squashfs-sysupgrade.bin
sysupgrade /tmp/openwrt-ar71xx-generic-gl-ar750-squashfs-sysupgrade.bin

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/targets/ar71xx/generic/openwrt-ar71xx-generic-gl-ar750-squashfs-sysupgrade.bin
mtd write /tmp/openwrt-ar71xx-generic-gl-ar750-squashfs-sysupgrade.bin firmware && reboot

generic.debrick

The U-Boot bootloader has a web interface to update the firmware. To use the web interface, you need to connect to the LAN port, and your computer's ethernet port set to 192.168.1.2/24. To start the web interface:

  1. With the router unplugged, press and hold the reset button.
  2. Plug in the router.
  3. Hold the reset button for at least 3 seconds.
  4. Release button, wait a few seconds, and connect to http://192.168.1.1

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

The following packages are not included in the minimal trunk images, and are needed for some basic USB/MMC storage support:

Name Required Description
kmod-usb-storage yes Basic USB storage support
block-mount no Storage auto-mounting (note: not all filesystems are supported)
kmod-fs-vfat no FAT filesystem support
kmod-nls-cp437
kmod-nls-utf8
kmod-nls-iso8859-1
kmod-fs-exfat no exFAT filesystem support

The default network configuration is:

Interface Name Description Default configuration
br-lan LAN & WiFi 192.168.1.1/24
vlan1 (eth1.1) LAN ports (2) None
eth0 WAN port DHCP
wlan0 5Ghz WiFi Disabled
wlan1 2Ghz WiFi Disabled

Port 0 (CPU) is the internal connection to the router itself. Port 1 is next to the WAN port, and Port 2 is next to the USB port.

Port Switch port
LAN 1 1
LAN 2 2

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

The GL-AR750 has the following buttons:

BUTTON Event
Reset reset
Switch to left BTN_0 (pressed)
Switch to right BTN_0 (released)

Front:
Front view of GL-AR750

Back:
Side view of GL-AR750

Backside label:
Back view of GL-AR750

Note: This will void your warranty!

Remove the two screws under the rubber feet on the edge next to the network ports (see backside photo above).

Next, gently pull the top of the case while pushing in on the 4 clips (2 each side) shown below - you need something narrow to push the clips inward to release them...

Case clips on GL-AR750

Once the top is removed, the PC board can be removed by lifting the side opposite the network ports. The serial/I2C ports are available with just the cover removed.

Main PCB:
PCB top view of GL-AR750

PCB bottom view of GL-AR750

→ The port.serial port on the GL-AR750 comes with the headers factory fitted.

How to connect to the Serial Port of this specific device:
It can be seen at the top of the board next to the LEDs (see PCB picture above), with labels “GND,RX,and TX”.

Serial connection parameters
for GL.iNet GL-AR750
115200, 8N1

The GL-AR750 does not have JTAG support

None so far.

U-Boot 1.1.4-gbeb0f336 (Oct 25 2017 - 14:12:34) DRAM: 128 MB Nor Flash: 16 MB, sector count = 256 ath_spi_nand_ecc: Couldn't enable internal ECC Protect off 9F040000 ... 9F04FFFF Un-Protecting sectors 4..4 in bank 1 Un-Protected 1 sectors Erasing Flash...Erasing flash... First 0x4 last 0x4 sector size 0x10000 4 Erased 1 sectors Writing to Flash... write addr: 9f040000 done Protecting sectors 4..4 in bank 1 Protected 1 sectors Un-Protect Flash Bank # 1 Hit any key to stop autoboot: -99 Found ART,Checking calibration status... Device have calibrated,Checking device test status... Device have tested,Checking MAC address... Device have MAC address,Checking device flash status... Device only have nor flash,Booting standard firmware from nor flash... Booting image at: 0x9f060000 Trying eth0 eth0 link down FAIL Trying eth1 eth1 link down FAIL Using eth0 device Tx Timed out ping failed; host 192.168.1.2 is not alive no devices available ## Booting image at 9f060000 ... Image Name: MIPS LEDE Linux-4.4.61 Created: 2017-10-25 10:29:44 UTC Image Type: MIPS Linux Kernel Image (lzma compressed) Data Size: 1383592 Bytes = 1.3 MB Load Address: 80060000 Entry Point: 80060000 Verifying Checksum at 0x9f060040 ...OK Uncompressing Kernel Image ... OK No initrd ## Transferring control to Linux (at address 80060000) ... ## Giving linux memsize in bytes, 134217728 Starting kernel ... [ 0.000000] Linux version 4.4.61 (luo@luo-B250M-D3H) (gcc version 5.4.0 (LEDE GCC 5.4.0 r3358-7d5bf54) ) #0 Tue Oct 24 01:31:47 2017 [ 0.000000] bootconsole [early0] enabled [ 0.000000] CPU0 revision is: 00019374 (MIPS 24Kc) [ 0.000000] SoC: Qualcomm Atheros QCA9533 ver 2 rev 0 [ 0.000000] Determined physical RAM map: [ 0.000000] memory: 08000000 @ 00000000 (usable) [ 0.000000] Initrd not found or empty - disabling initrd [ 0.000000] No valid device tree found, continuing without [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x0000000000000000-0x0000000007ffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x0000000007ffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000007ffffff] [ 0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes. [ 0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 32512 [ 0.000000] Kernel command line: board=GL-AR750 mtdparts=spi0.0:256k(u-boot)ro,64k(u-boot-env),64k(art)ro,16000k(firmware) console=ttyS0,115200 rootfstype=squashfs,jffs2 noinitrd [ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes) [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes) [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes) [ 0.000000] Writing ErrCtl register=00000000 [ 0.000000] Readback ErrCtl register=00000000 [ 0.000000] Memory: 124880K/131072K available (3157K kernel code, 191K rwdata, 788K rodata, 272K init, 205K bss, 6192K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] NR_IRQS:51 [ 0.000000] Clocks: CPU:650.000MHz, DDR:597.753MHz, AHB:216.666MHz, Ref:25.000MHz [ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 5880801374 ns [ 0.000008] sched_clock: 32 bits at 325MHz, resolution 3ns, wraps every 6607641598ns [ 0.008222] Calibrating delay loop... 432.53 BogoMIPS (lpj=2162688) [ 0.071098] pid_max: default: 32768 minimum: 301 [ 0.076083] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.083061] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.093024] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.103443] futex hash table entries: 256 (order: -1, 3072 bytes) [ 0.111128] NET: Registered protocol family 16 [ 0.117200] MIPS: machine is GL-AR750 [ 0.562316] registering PCI controller with io_map_base unset [ 0.578075] i2c-gpio i2c-gpio.0: using pins 17 (SDA) and 16 (SCL) [ 0.584836] PCI host bridge to bus 0000:00 [ 0.589164] pci_bus 0000:00: root bus resource [mem 0x10000000-0x11ffffff] [ 0.596431] pci_bus 0000:00: root bus resource [io 0x0000] [ 0.602302] pci_bus 0000:00: root bus resource [??? 0x00000000 flags 0x0] [ 0.609466] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff] [ 0.618303] pci 0000:00:00.0: BAR 0: assigned [mem 0x10000000-0x101fffff 64bit] [ 0.626057] pci 0000:00:00.0: BAR 6: assigned [mem 0x10200000-0x1020ffff pref] [ 0.633675] pci 0000:00:00.0: using irq 40 for pin 1 [ 0.639807] clocksource: Switched to clocksource MIPS [ 0.646365] NET: Registered protocol family 2 [ 0.651899] TCP established hash table entries: 1024 (order: 0, 4096 bytes) [ 0.659262] TCP bind hash table entries: 1024 (order: 0, 4096 bytes) [ 0.666025] TCP: Hash tables configured (established 1024 bind 1024) [ 0.672836] UDP hash table entries: 256 (order: 0, 4096 bytes) [ 0.679006] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) [ 0.685925] NET: Registered protocol family 1 [ 0.695126] Crashlog allocated RAM at address 0x3f00000 [ 0.714579] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.720794] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.733627] io scheduler noop registered [ 0.737768] io scheduler deadline registered (default) [ 0.743464] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled [ 0.752781] console [ttyS0] disabled [ 0.776689] serial8250.0: ttyS0 at MMIO 0x18020000 (irq = 11, base_baud = 1562500) is a 16550A [ 0.785794] console [ttyS0] enabled [ 0.785794] console [ttyS0] enabled [ 0.793357] bootconsole [early0] disabled [ 0.793357] bootconsole [early0] disabled [ 0.806913] m25p80 spi0.0: found mx25l12805d, expected m25p80 [ 0.812940] m25p80 spi0.0: mx25l12805d (16384 Kbytes) [ 0.818176] 4 cmdlinepart partitions found on MTD device spi0.0 [ 0.824299] Creating 4 MTD partitions on "spi0.0": [ 0.829253] 0x000000000000-0x000000040000 : "u-boot" [ 0.836546] 0x000000040000-0x000000050000 : "u-boot-env" [ 0.843601] 0x000000050000-0x000000060000 : "art" [ 0.850014] 0x000000060000-0x000001000000 : "firmware" [ 0.878992] 2 uimage-fw partitions found on MTD device firmware [ 0.885148] 0x000000060000-0x0000001c0000 : "kernel" [ 0.891608] 0x0000001c0000-0x000001000000 : "rootfs" [ 0.898238] mtd: device 5 (rootfs) set to be root filesystem [ 0.904176] 1 squashfs-split partitions found on MTD device rootfs [ 0.910582] 0x000000910000-0x000001000000 : "rootfs_data" [ 0.939281] libphy: ag71xx_mdio: probed [ 1.532743] ag71xx ag71xx.0: connected to PHY at ag71xx-mdio.1:04 [uid=004dd042, driver=Generic PHY] [ 1.542838] eth0: Atheros AG71xx at 0xb9000000, irq 4, mode:MII [ 2.132351] ag71xx-mdio.1: Found an AR934X built-in switch [ 2.175623] eth1: Atheros AG71xx at 0xba000000, irq 5, mode:GMII [ 2.184016] NET: Registered protocol family 10 [ 2.192708] NET: Registered protocol family 17 [ 2.197377] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this. [ 2.210585] 8021q: 802.1Q VLAN Support v1.8 [ 2.216555] hctosys: unable to open rtc device (rtc0) [ 2.227129] VFS: Mounted root (squashfs filesystem) readonly on device 31:5. [ 2.235953] Freeing unused kernel memory: 272K (8046c000 - 804b0000) [ 3.203650] init: Console is alive [ 3.207361] init: - watchdog - [ 5.187298] usbcore: registered new interface driver usbfs [ 5.193114] usbcore: registered new interface driver hub [ 5.198696] usbcore: registered new device driver usb [ 5.210329] exFAT: Version 1.2.9 [ 5.250835] SCSI subsystem initialized [ 5.261014] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 5.269308] ehci-platform: EHCI generic platform driver [ 5.274862] ehci-platform ehci-platform: EHCI Host Controller [ 5.280857] ehci-platform ehci-platform: new USB bus registered, assigned bus number 1 [ 5.291163] ehci-platform ehci-platform: irq 3, io mem 0x1b000000 [ 5.309840] ehci-platform ehci-platform: USB 2.0 started, EHCI 1.00 [ 5.317123] hub 1-0:1.0: USB hub found [ 5.321413] hub 1-0:1.0: 1 port detected [ 5.328424] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 5.336318] ohci-platform: OHCI generic platform driver [ 5.344169] uhci_hcd: USB Universal Host Controller Interface driver [ 5.355187] usbcore: registered new interface driver usb-storage [ 5.372002] init: - preinit - [ 5.806766] usb 1-1: new high-speed USB device number 2 using ehci-platform [ 6.042771] random: procd: uninitialized urandom read (4 bytes read, 11 bits of entropy available) [ 6.052521] hub 1-1:1.0: USB hub found [ 6.060058] hub 1-1:1.0: 4 ports detected [ 6.240375] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready Press the [f] key and hit [enter] to enter failsafe mode Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level [ 6.409825] usb 1-1.1: new high-speed USB device number 3 using ehci-platform [ 6.525493] usb-storage 1-1.1:1.0: USB Mass Storage device detected [ 6.532678] scsi host0: usb-storage 1-1.1:1.0 [ 7.531538] scsi 0:0:0:0: Direct-Access Generic STORAGE DEVICE 0233 PQ: 0 ANSI: 0 [ 7.544953] sd 0:0:0:0: [sda] Attached SCSI removable disk [ 9.539777] jffs2: notice: (440) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found. [ 9.557621] mount_root: switching to jffs2 overlay [ 9.570482] urandom-seed: Seeding with /etc/urandom.seed [ 9.699560] procd: - early - [ 9.703543] procd: - watchdog - [ 10.265743] random: jshn: uninitialized urandom read (4 bytes read, 20 bits of entropy available) [ 10.459367] procd: - ubus - [ 10.730046] random: ubusd: uninitialized urandom read (4 bytes read, 21 bits of entropy available) [ 10.850635] random: jshn: uninitialized urandom read (4 bytes read, 22 bits of entropy available) [ 10.868374] random: ubusd: uninitialized urandom read (4 bytes read, 22 bits of entropy available) [ 10.878450] random: ubusd: uninitialized urandom read (4 bytes read, 22 bits of entropy available) [ 10.888054] random: ubus: uninitialized urandom read (4 bytes read, 22 bits of entropy available) [ 10.897543] random: ubusd: uninitialized urandom read (4 bytes read, 22 bits of entropy available) [ 10.913880] random: ubusd: uninitialized urandom read (4 bytes read, 22 bits of entropy available) [ 10.929933] random: ubusd: uninitialized urandom read (4 bytes read, 22 bits of entropy available) [ 10.946032] procd: - init - Please press Enter to activate this console. [ 12.200840] ntfs: driver 2.1.32 [Flags: R/O MODULE]. [ 12.261985] tun: Universal TUN/TAP device driver, 1.6 [ 12.267208] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com> [ 12.313407] l2tp_core: L2TP core driver, V2.0 [ 12.334738] l2tp_netlink: L2TP netlink interface [ 12.365319] gre: GRE over IPv4 demultiplexor driver [ 12.381473] ip_gre: GRE over IPv4 tunneling driver [ 12.410097] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 12.456929] Netfilter messages via NETLINK v0.30. [ 12.470937] ip_set: protocol 6 [ 12.540171] i2c /dev entries driver [ 12.552686] Loading modules backported from Linux version wt-2017-01-31-0-ge882dff19e7f [ 12.561020] Backport generated by backports.git backports-20160324-13-g24da7d3c [ 12.734184] PCI: Enabling device 0000:00:00.0 (0000 -> 0002) [ 12.740254] ath10k_pci 0000:00:00.0: pci irq legacy oper_irq_mode 1 irq_mode 0 reset_mode 0 [ 12.986872] ath10k_pci 0000:00:00.0: Direct firmware load for ath10k/pre-cal-pci-0000:00:00.0.bin failed with error -2 [ 12.997994] ath10k_pci 0000:00:00.0: Falling back to user helper [ 21.560209] firmware ath10k!pre-cal-pci-0000:00:00.0.bin: firmware_loading_store: map pages failed [ 21.871752] ath10k_pci 0000:00:00.0: qca9887 hw1.0 target 0x4100016d chip_id 0x004000ff sub 0000:0000 [ 21.881320] ath10k_pci 0000:00:00.0: kconfig debug 0 debugfs 0 tracing 0 dfs 0 testmode 1 [ 21.895206] ath10k_pci 0000:00:00.0: firmware ver 10.2.4-1.0-00013 api 5 features no-p2p,ignore-otp,skip-clock-init,mfp crc32 14a57ac6 [ 21.907845] ath10k_pci 0000:00:00.0: Direct firmware load for ath10k/QCA9887/hw1.0/board-2.bin failed with error -2 [ 21.918654] ath10k_pci 0000:00:00.0: Falling back to user helper [ 23.509100] firmware ath10k!QCA9887!hw1.0!board-2.bin: firmware_loading_store: map pages failed [ 23.651233] ath10k_pci 0000:00:00.0: board_file api 1 bmi_id N/A crc32 546cca0d [ 24.724990] ath10k_pci 0000:00:00.0: htt-ver 2.1 wmi-op 5 htt-op 2 cal file max-sta 128 raw 0 hwcrypto 1 [ 25.107048] u32 classifier [ 25.109913] input device check on [ 25.113693] Actions configured [ 25.119735] Mirror/redirect action on [ 25.135683] nf_conntrack version 0.5.0 (1955 buckets, 7820 max) [ 25.150464] fuse init (API version 7.23) [ 25.257187] usbcore: registered new interface driver cdc_acm [ 25.263102] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters [ 25.273999] usbcore: registered new interface driver cdc_wdm [ 25.284090] ip_tables: (C) 2000-2006 Netfilter Core Team [ 25.292146] usbcore: registered new interface driver ipheth [ 25.421707] usbcore: registered new interface driver usbserial [ 25.427830] usbcore: registered new interface driver usbserial_generic [ 25.434743] usbserial: USB Serial support registered for generic [ 25.543812] xt_time: kernel timezone is -0000 [ 25.582621] usbcore: registered new interface driver cdc_ether [ 25.601561] usbcore: registered new interface driver cdc_ncm [ 25.618458] usbcore: registered new interface driver cp210x [ 25.624382] usbserial: USB Serial support registered for cp210x [ 25.646959] usbcore: registered new interface driver huawei_cdc_ncm [ 25.685064] PPP generic driver version 2.4.2 [ 25.691986] PPP MPPE Compression module registered [ 25.698953] NET: Registered protocol family 24 [ 25.705575] PPTP driver version 0.8.5 [ 25.713114] usbcore: registered new interface driver qmi_wwan [ 25.723119] usbcore: registered new interface driver rndis_host [ 25.732981] usbcore: registered new interface driver sierra [ 25.738843] usbserial: USB Serial support registered for Sierra USB modem [ 25.749229] usbcore: registered new interface driver sierra_net [ 25.795850] ieee80211 phy1: Atheros AR9531 Rev:2 mem=0xb8100000, irq=47 [ 25.851386] l2tp_ppp: PPPoL2TP kernel driver, V2.0 [ 25.872151] usbcore: registered new interface driver option [ 25.877998] usbserial: USB Serial support registered for GSM modem (1-port) [ 35.113235] device eth1 entered promiscuous mode [ 35.122468] br-lan: port 1(eth1) entered forwarding state [ 35.128083] br-lan: port 1(eth1) entered forwarding state [ 35.164393] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 36.049936] br-lan: port 1(eth1) entered disabled state [ 36.691312] eth1: link up (1000Mbps/Full duplex) [ 36.696141] br-lan: port 1(eth1) entered forwarding state [ 36.701790] br-lan: port 1(eth1) entered forwarding state [ 39.344430] br-lan: port 1(eth1) entered forwarding state [ 40.352604] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 40.375273] IPv6: ADDRCONF(NETDEV_UP): wlan1: link is not ready [ 40.423796] device wlan0 entered promiscuous mode [ 40.446844] device wlan1 entered promiscuous mode [ 41.899199] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready [ 41.906003] br-lan: port 3(wlan1) entered forwarding state [ 41.911737] br-lan: port 3(wlan1) entered forwarding state [ 42.229535] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [ 42.236359] br-lan: port 2(wlan0) entered forwarding state [ 42.242096] br-lan: port 2(wlan0) entered forwarding state [ 43.918568] br-lan: port 3(wlan1) entered forwarding state [ 44.239875] br-lan: port 2(wlan0) entered forwarding state [ 52.836791] random: nonblocking pool is initialized


U-Boot 1.1.4-gbeb0f336 (Oct 25 2017 - 14:12:34) DRAM: 128 MB Nor Flash: 16 MB, sector count = 256 ath_spi_nand_ecc: Couldn't enable internal ECC Protect off 9F040000 ... 9F04FFFF Un-Protecting sectors 4..4 in bank 1 Un-Protected 1 sectors Erasing Flash...Erasing flash... First 0x4 last 0x4 sector size 0x10000 4 Erased 1 sectors Writing to Flash... write addr: 9f040000 done Protecting sectors 4..4 in bank 1 Protected 1 sectors Un-Protect Flash Bank # 1 Hit any key to stop autoboot: -99 Found ART,Checking calibration status... Device have calibrated,Checking device test status... Device have tested,Checking MAC address... Device have MAC address,Checking device flash status... Device only have nor flash,Booting standard firmware from nor flash... Booting image at: 0x9f060000 Trying eth0 eth0 link down FAIL Trying eth1 eth1 link down FAIL Using eth0 device Tx Timed out ping failed; host 192.168.1.2 is not alive no devices available ## Booting image at 9f060000 ... Image Name: MIPS OpenWrt Linux-4.9.91 Created: 2018-04-06 22:09:05 UTC Image Type: MIPS Linux Kernel Image (lzma compressed) Data Size: 1396790 Bytes = 1.3 MB Load Address: 80060000 Entry Point: 80060000 Verifying Checksum at 0x9f060040 ...OK Uncompressing Kernel Image ... OK No initrd ## Transferring control to Linux (at address 80060000) ... ## Giving linux memsize in bytes, 134217728 Starting kernel ... [ 0.000000] Linux version 4.9.91 (devel@fedora) (gcc version 7.3.0 (OpenWrt GCC 7.3.0 r6640-c0742307a1) ) #0 Fri Apr 6 22:09:05 2018 [ 0.000000] bootconsole [early0] enabled [ 0.000000] CPU0 revision is: 00019374 (MIPS 24Kc) [ 0.000000] SoC: Qualcomm Atheros QCA9533 ver 2 rev 0 [ 0.000000] Determined physical RAM map: [ 0.000000] memory: 08000000 @ 00000000 (usable) [ 0.000000] Initrd not found or empty - disabling initrd [ 0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes. [ 0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x0000000000000000-0x0000000007ffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x0000000007ffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000007ffffff] [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 32512 [ 0.000000] Kernel command line: board=GL-AR750 mtdparts=spi0.0:256k(u-boot)ro,64k(u-boot-env),64k(art)ro,-(firmware) console=ttyS0,115200 rootfstype=squashfs noinitrd [ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes) [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes) [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes) [ 0.000000] Writing ErrCtl register=00000000 [ 0.000000] Readback ErrCtl register=00000000 [ 0.000000] Memory: 124872K/131072K available (3176K kernel code, 167K rwdata, 796K rodata, 268K init, 213K bss, 6200K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] NR_IRQS:51 [ 0.000000] Clocks: CPU:650.000MHz, DDR:597.314MHz, AHB:216.666MHz, Ref:25.000MHz [ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 5880801374 ns [ 0.000009] sched_clock: 32 bits at 325MHz, resolution 3ns, wraps every 6607641598ns [ 0.008235] Calibrating delay loop... 432.53 BogoMIPS (lpj=2162688) [ 0.071099] pid_max: default: 32768 minimum: 301 [ 0.076073] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.083055] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.092914] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.103330] futex hash table entries: 256 (order: -1, 3072 bytes) [ 0.110315] NET: Registered protocol family 16 [ 0.116396] MIPS: machine is GL.iNet GL-AR750 [ 0.603546] registering PCI controller with io_map_base unset [ 0.622086] i2c-gpio i2c-gpio.0: using pins 17 (SDA) and 16 (SCL) [ 0.628697] PCI host bridge to bus 0000:00 [ 0.633069] pci_bus 0000:00: root bus resource [mem 0x10000000-0x11ffffff] [ 0.640307] pci_bus 0000:00: root bus resource [io 0x0000] [ 0.646183] pci_bus 0000:00: root bus resource [??? 0x00000000 flags 0x0] [ 0.653338] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff] [ 0.661731] pci 0000:00:00.0: invalid calibration data [ 0.667540] pci 0000:00:00.0: BAR 0: assigned [mem 0x10000000-0x101fffff 64bit] [ 0.675299] pci 0000:00:00.0: BAR 6: assigned [mem 0x10200000-0x1020ffff pref] [ 0.682917] pci 0000:00:00.0: using irq 40 for pin 1 [ 0.688797] clocksource: Switched to clocksource MIPS [ 0.695099] NET: Registered protocol family 2 [ 0.700537] TCP established hash table entries: 1024 (order: 0, 4096 bytes) [ 0.707895] TCP bind hash table entries: 1024 (order: 0, 4096 bytes) [ 0.714650] TCP: Hash tables configured (established 1024 bind 1024) [ 0.721456] UDP hash table entries: 256 (order: 0, 4096 bytes) [ 0.727620] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) [ 0.734489] NET: Registered protocol family 1 [ 0.743329] Crashlog allocated RAM at address 0x3f00000 [ 0.749797] workingset: timestamp_bits=30 max_order=15 bucket_order=0 [ 0.763010] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.769193] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.787144] io scheduler noop registered [ 0.791328] io scheduler deadline registered (default) [ 0.797088] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled [ 0.804210] console [ttyS0] disabled [ 0.828106] serial8250.0: ttyS0 at MMIO 0x18020000 (irq = 11, base_baud = 1562500) is a 16550A [ 0.837212] console [ttyS0] enabled [ 0.837212] console [ttyS0] enabled [ 0.844767] bootconsole [early0] disabled [ 0.844767] bootconsole [early0] disabled [ 0.856466] m25p80 spi0.0: found mx25l12805d, expected m25p80 [ 0.863010] m25p80 spi0.0: mx25l12805d (16384 Kbytes) [ 0.868257] 4 cmdlinepart partitions found on MTD device spi0.0 [ 0.874411] Creating 4 MTD partitions on "spi0.0": [ 0.879372] 0x000000000000-0x000000040000 : "u-boot" [ 0.885870] 0x000000040000-0x000000050000 : "u-boot-env" [ 0.892925] 0x000000050000-0x000000060000 : "art" [ 0.899288] 0x000000060000-0x000001000000 : "firmware" [ 0.928286] 2 uimage-fw partitions found on MTD device firmware [ 0.934446] 0x000000060000-0x0000001c0000 : "kernel" [ 0.940844] 0x0000001c0000-0x000001000000 : "rootfs" [ 0.947417] mtd: device 5 (rootfs) set to be root filesystem [ 0.953364] 1 squashfs-split partitions found on MTD device rootfs [ 0.959764] 0x000000e70000-0x000001000000 : "rootfs_data" [ 0.967746] libphy: Fixed MDIO Bus: probed [ 0.993928] libphy: ag71xx_mdio: probed [ 1.621731] ag71xx ag71xx.0: connected to PHY at ag71xx-mdio.1:04 [uid=004dd042, driver=Generic PHY] [ 1.631860] eth0: Atheros AG71xx at 0xb9000000, irq 4, mode:MII [ 2.261341] ag71xx-mdio.1: Found an AR934X built-in switch [ 2.314650] eth1: Atheros AG71xx at 0xba000000, irq 5, mode:GMII [ 2.322364] NET: Registered protocol family 10 [ 2.330060] NET: Registered protocol family 17 [ 2.334799] 8021q: 802.1Q VLAN Support v1.8 [ 2.346094] VFS: Mounted root (squashfs filesystem) readonly on device 31:5. [ 2.354882] Freeing unused kernel memory: 268K [ 2.359498] This architecture does not have kernel memory protection. [ 2.568837] random: fast init done [ 3.002082] init: Console is alive [ 3.005800] init: - watchdog - [ 5.300491] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 5.541603] usbcore: registered new interface driver usbfs [ 5.547392] usbcore: registered new interface driver hub [ 5.553018] usbcore: registered new device driver usb [ 5.564041] exFAT: Version 1.2.9 [ 5.600455] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 5.616813] SCSI subsystem initialized [ 5.625721] ehci-platform: EHCI generic platform driver [ 5.631281] ehci-platform ehci-platform: EHCI Host Controller [ 5.637238] ehci-platform ehci-platform: new USB bus registered, assigned bus number 1 [ 5.647538] ehci-platform ehci-platform: irq 3, io mem 0x1b000000 [ 5.678834] ehci-platform ehci-platform: USB 2.0 started, EHCI 1.00 [ 5.686162] hub 1-0:1.0: USB hub found [ 5.690374] hub 1-0:1.0: 1 port detected [ 5.697575] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 5.705619] ohci-platform: OHCI generic platform driver [ 5.713689] uhci_hcd: USB Universal Host Controller Interface driver [ 5.724641] usbcore: registered new interface driver usb-storage [ 5.731574] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 5.749488] init: - preinit - [ 6.283075] usb 1-1: new high-speed USB device number 2 using ehci-platform [ 6.638512] hub 1-1:1.0: USB hub found [ 6.649056] hub 1-1:1.0: 4 ports detected [ 6.937038] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready Press the [f] key and hit [enter] to enter failsafe mode Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level [ 7.088827] usb 1-1.1: new high-speed USB device number 3 using ehci-platform [ 7.244632] usb-storage 1-1.1:1.0: USB Mass Storage device detected [ 7.251812] scsi host0: usb-storage 1-1.1:1.0 [ 8.280564] scsi 0:0:0:0: Direct-Access Generic STORAGE DEVICE 0233 PQ: 0 ANSI: 0 [ 8.294103] sd 0:0:0:0: [sda] Attached SCSI removable disk [ 10.184562] mount_root: loading kmods from internal overlay [ 10.261873] kmodloader: loading kernel modules from //etc/modules-boot.d/* [ 10.271004] kmodloader: done loading kernel modules from //etc/modules-boot.d/* [ 11.152685] jffs2: notice: (431) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found. [ 11.169204] block: attempting to load /tmp/jffs_cfg/upper/etc/config/fstab [ 11.181024] block: extroot: not configured [ 11.248608] jffs2: notice: (429) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found. [ 11.266098] mount_root: loading kmods from internal overlay [ 11.342653] kmodloader: loading kernel modules from /tmp/overlay/upper/etc/modules-boot.d/* [ 11.353897] kmodloader: done loading kernel modules from /tmp/overlay/upper/etc/modules-boot.d/* [ 11.774219] block: attempting to load /tmp/jffs_cfg/upper/etc/config/fstab [ 11.783839] block: extroot: not configured [ 11.789209] mount_root: switching to jffs2 overlay [ 11.869065] urandom-seed: Seeding with /etc/urandom.seed [ 11.997453] procd: - early - [ 12.001233] procd: - watchdog - [ 12.802129] procd: - watchdog - [ 12.805652] procd: - ubus - [ 13.021024] procd: - init - Please press Enter to activate this console. [ 14.557210] kmodloader: loading kernel modules from /etc/modules.d/* [ 14.652912] NET: Registered protocol family 38 [ 14.685219] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com [ 14.736102] ntfs: driver 2.1.32 [Flags: R/O MODULE]. [ 14.753142] tun: Universal TUN/TAP device driver, 1.6 [ 14.758365] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com> [ 14.784325] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 14.822520] Netfilter messages via NETLINK v0.30. [ 14.840299] ip_set: protocol 6 [ 14.949062] cryptodev: driver 1.9 loaded. [ 14.957497] i2c /dev entries driver [ 15.012024] u32 classifier [ 15.014826] input device check on [ 15.018606] Actions configured [ 15.045337] Mirror/redirect action on [ 15.067050] nf_conntrack version 0.5.0 (2048 buckets, 8192 max) [ 15.096752] fuse init (API version 7.26) [ 15.109934] usbcore: registered new interface driver cdc_acm [ 15.115790] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters [ 15.130894] usbcore: registered new interface driver cdc_wdm [ 15.139703] Loading modules backported from Linux version wt-2017-11-01-0-gfe248fc2c180 [ 15.147972] Backport generated by backports.git v4.14-rc2-1-31-g86cf0e5d [ 15.159146] ip_tables: (C) 2000-2006 Netfilter Core Team [ 15.167118] usbcore: registered new interface driver ipheth [ 15.273335] ctnetlink v0.93: registering with nfnetlink. [ 15.400614] usbcore: registered new interface driver ums-alauda [ 15.409649] usbcore: registered new interface driver ums-cypress [ 15.418692] usbcore: registered new interface driver ums-datafab [ 15.427537] usbcore: registered new interface driver ums-freecom [ 15.436594] usbcore: registered new interface driver ums-isd200 [ 15.445687] usbcore: registered new interface driver ums-jumpshot [ 15.460891] usbcore: registered new interface driver ums-karma [ 15.470537] usbcore: registered new interface driver ums-sddr09 [ 15.479571] usbcore: registered new interface driver ums-sddr55 [ 15.488972] usbcore: registered new interface driver ums-usbat [ 15.511574] usbcore: registered new interface driver usbserial [ 15.517684] usbcore: registered new interface driver usbserial_generic [ 15.524552] usbserial: USB Serial support registered for generic [ 15.577947] xt_time: kernel timezone is -0000 [ 15.586050] usbcore: registered new interface driver cdc_ether [ 15.597639] usbcore: registered new interface driver cdc_ncm [ 15.771417] usbcore: registered new interface driver cp210x [ 15.777256] usbserial: USB Serial support registered for cp210x [ 15.790404] usbcore: registered new interface driver huawei_cdc_ncm [ 15.862290] PPP generic driver version 2.4.2 [ 15.869733] NET: Registered protocol family 24 [ 15.877767] usbcore: registered new interface driver qmi_wwan [ 15.892411] usbcore: registered new interface driver rndis_host [ 15.902524] usbcore: registered new interface driver sierra [ 15.908370] usbserial: USB Serial support registered for Sierra USB modem [ 15.918728] usbcore: registered new interface driver sierra_net [ 15.969562] PCI: Enabling device 0000:00:00.0 (0000 -> 0002) [ 15.975593] ath10k_pci 0000:00:00.0: pci irq legacy oper_irq_mode 1 irq_mode 0 reset_mode 0 [ 16.253101] ath10k_pci 0000:00:00.0: Direct firmware load for ath10k/pre-cal-pci-0000:00:00.0.bin failed with error -2 [ 16.264206] ath10k_pci 0000:00:00.0: Falling back to user helper [ 16.339159] firmware ath10k!pre-cal-pci-0000:00:00.0.bin: firmware_loading_store: map pages failed [ 16.423168] ath10k_pci 0000:00:00.0: Direct firmware load for ath10k/QCA9887/hw1.0/firmware-6.bin failed with error -2 [ 16.434255] ath10k_pci 0000:00:00.0: Falling back to user helper [ 16.555935] firmware ath10k!QCA9887!hw1.0!firmware-6.bin: firmware_loading_store: map pages failed [ 16.572301] ath10k_pci 0000:00:00.0: qca9887 hw1.0 target 0x4100016d chip_id 0x004000ff sub 0000:0000 [ 16.581895] ath10k_pci 0000:00:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 1 [ 16.595820] ath10k_pci 0000:00:00.0: firmware ver 10.2.4-1.0-00033 api 5 features no-p2p,ignore-otp,skip-clock-init,mfp,allows-mesh-bcast crc32 c232a0c3 [ 16.697424] ath10k_pci 0000:00:00.0: Direct firmware load for ath10k/QCA9887/hw1.0/board-2.bin failed with error -2 [ 16.708275] ath10k_pci 0000:00:00.0: Falling back to user helper [ 16.786847] firmware ath10k!QCA9887!hw1.0!board-2.bin: firmware_loading_store: map pages failed [ 16.807585] ath10k_pci 0000:00:00.0: board_file api 1 bmi_id N/A crc32 546cca0d [ 17.855522] ath10k_pci 0000:00:00.0: htt-ver 2.1 wmi-op 5 htt-op 2 cal file max-sta 128 raw 0 hwcrypto 1 [ 18.098461] usbcore: registered new interface driver option [ 18.104379] usbserial: USB Serial support registered for GSM modem (1-port) [ 18.152621] ieee80211 phy1: Atheros AR9531 Rev:2 mem=0xb8100000, irq=47 [ 18.195089] kmodloader: done loading kernel modules from /etc/modules.d/* [ 29.769645] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready [ 29.790461] br-lan: port 1(eth1.1) entered blocking state [ 29.796054] br-lan: port 1(eth1.1) entered disabled state [ 29.802057] device eth1.1 entered promiscuous mode [ 29.807006] device eth1 entered promiscuous mode [ 29.948911] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready [ 29.997429] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 36.791490] IPv6: ADDRCONF(NETDEV_UP): wlan1: link is not ready [ 36.801608] br-lan: port 2(wlan1) entered blocking state [ 36.807111] br-lan: port 2(wlan1) entered disabled state [ 36.813058] device wlan1 entered promiscuous mode [ 36.817991] br-lan: port 2(wlan1) entered blocking state [ 36.823530] br-lan: port 2(wlan1) entered forwarding state [ 39.790007] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 39.808964] br-lan: port 2(wlan1) entered disabled state [ 39.946454] br-lan: port 3(wlan0) entered blocking state [ 39.952012] br-lan: port 3(wlan0) entered disabled state [ 39.957900] device wlan0 entered promiscuous mode [ 40.989189] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready [ 40.996008] br-lan: port 2(wlan1) entered blocking state [ 41.001557] br-lan: port 2(wlan1) entered forwarding state [ 41.074088] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready [ 41.657809] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [ 41.664613] br-lan: port 3(wlan0) entered blocking state [ 41.670133] br-lan: port 3(wlan0) entered forwarding state [ 73.818875] random: crng init done


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