You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/target/linux/ipq40xx
Dongming Han f103321349 ipq40xx: add support for GL.iNet GL-S1300
Specifications:
SOC:        Qualcomm IPQ4029 (DAKOTA) ARM Quad-Core
RAM:        512 MiB
FLASH1:     16 MiB NOR - SPI0
FLASH2:     8 GiB eMMC
ETH:        Qualcomm QCA8075
WLAN1:      Qualcomm Atheros QCA4029 2.4GHz 802.11b/g/n 2x2
WLAN2:      Qualcomm Atheros QCA4029 5GHz 802.11n/ac W2 2x2
INPUT:      Reset, WPS
LED:        Power, Mesh, WLAN
UART1:      On board pin header near to LED (3.3V, TX, RX, GND), 3.3V without pin - 115200 8N1
UART2:      On board with BLE module
SPI1:       On board socket for Zigbee module

Install via tftp
- NB: need to flash transition image firstly

Firstly install transition image:
(IPQ40xx) # tftpboot 0x84000000 s1300-factory-to-openwrt.img
(IPQ40xx) # sf probe && imgaddr=0x84000000 && source :script

Secondly install openwrt sysupgrade bin:
(IPQ40xx) # run lf

Revert to factory image:
(IPQ40xx) # tftpboot 0x84000000 s1300-openwrt-to-factory.img
(IPQ40xx) # sf probe && imgaddr=0x84000000 && source :script

The kernel and rootfs of factory firmware are 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 firstly install openwrt image, you can switch between
factory and openwrt firmware by flashing transition image.

Signed-off-by: Dongming Han <handongming@gl-inet.com>
4 years ago
..
base-files ipq40xx: add support for GL.iNet GL-S1300 4 years ago
files/arch/arm/boot/dts ipq40xx: add support for GL.iNet GL-S1300 4 years ago
files-5.4/drivers/net/ethernet/qualcomm/essedma ipq40xx: consolidate DTS files 4 years ago
generic ipqx0xx: add Generic subtarget 5 years ago
image ipq40xx: add support for GL.iNet GL-S1300 4 years ago
patches-4.19 ipq40xx: add support for GL.iNet GL-S1300 4 years ago
patches-5.4 ipq40xx: add support for GL.iNet GL-S1300 4 years ago
profiles ipq40xx: add target 6 years ago
Makefile ipq40xx: switch to 5.4 kernel 4 years ago
config-4.19 ipq40xx: disable DSA and Switchdev 4 years ago
config-5.4 ipq40xx: disable DSA and Switchdev 4 years ago