QCA9531

Gainstrong Oolite series OpenWrt source

Oolite v1.0 https://github.com/GainStrongService/lede_projects/tree/oolite-v1 Oolite v1.5 https://github.com/GainStrongService/lede_projects/tree/oolite-v1_5 Oolite v3.1 https://github.com/GainStrongService/lede_projects/tree/oolite-v3.1 Oolite v3.2 https://github.com/GainStrongService/lede_projects/tree/oolite-v3.2 Oolite v3.4 https://github.com/GainStrongService/lede_projects/tree/oolite-v3.4 Oolite v3.5 https://github.com/GainStrongService/lede_projects/tree/oolite-v3.5 Oolite v4.0 https://github.com/GainStrongService/lede_projects/tree/oolite-v4 Oolite v5.0 https://github.com/GainStrongService/lede_projects/tree/oolitev5_0 Oolite v5.1 https://github.com/GainStrongService/lede_projects/tree/oolite-v5_1-16m Oolite v5.2 https://github.com/GainStrongService/lede_projects/tree/oolitev5_2 Oolite v5R https://github.com/GainStrongService/lede_projects/tree/oolite-v5r Oolite v8.0 https://github.com/GainStrongService/openwrt/tree/2102/mt7621-oolite-8 Oolite v8.1 https://github.com/GainStrongService/openwrt/tree/2102/mt7621-oolite-8 Oolite v9.0 https://github.com/GainStrongService/lede_projects/tree/oolite-v9 MiniBox v1.0 https://github.com/GainStrongService/lede_projects/tree/minibox-v1 MiniBox v2.0 https://github.com/GainStrongService/lede_projects/tree/minibox_v2.0 MiniBox v3.0 https://github.com/GainStrongService/lede_projects/tree/minibox-v3-16m MiniBox v3.2 https://github.com/GainStrongService/lede_projects/tree/miniboxv3_2 MiniBox-LTE… read more »

HowTo: Register GPIO reset button for OoliteV5.1

OoliteV5.1 base board have one reset button. However this reset button connected to cpu reset. So if you need a software reset button instead of hardware reset, you need do some works follow this:   1. regist GPIOx to kernel core, please modify machine file "mach-oolite-v5.c" follow below: I) define some macros for GPIOx: #define… read more »

HowTo: build a image for Miniboxv3.0 with OpenWRT

please follow those instructions to build a image for Miniboxv3.0: 1. get openwrt source from https://git.archive.openwrt.org/15.05/openwrt.git >> git clone https://git.archive.openwrt.org/15.05/openwrt.git 2. reset git to 9485d3dfa3796258faf9cff446eba5de612a1efe >> git reset –hard 9485d3dfa3796258faf9cff446eba5de612a1efe 3. install openwrt packages >> ./scripts/feeds update -a && ./scripts/feeds install -a 4. apply patch minibox_v3_cc15.05_20160325.patch , please see attachment minibox_v3_cc15.05_20160325 >> patch -p1 < minibox_v3_cc15.05_20160325.patch… read more »

Oolite-Box V1.0 Upgrade

Contents  1 Backup  2 Upgrade  3.Firmware    Preparatory work: (1)connect lan: The Board IP generally 192.168.1.1,than sure PC ip and the Board IP in the same gateway, open cmd ping 192.168.1.1 -t  sure wether connection (2)(if the Board has the Serial)Serial Connection:the Red wire don’t connect,the Black wire connect ground,the Green wire connect TX,White wire connect RX… read more »

Minibox-Lte V1.0 Upgrade

Contents  1 Backup  2 Upgrade   Preparatory work: (1)connect lan: The Board IP generally 192.168.1.1,than sure PC ip and the Board IP in the same gateway, open cmd ping 192.168.1.1 -t  sure wether connection 1.Backup (1)Backup by net : 192.168.1.1​ Turn on the Board and login net : 192.168.1.1, by chick and backup the current configuration files… read more »

How to compile the MiniBox V3.2 lede firmware

1.download the lede source code  2.git pull ,update the source code  3.try the reset the "git log" to bf4aa52dbf9f4ecb4e48f815e30357976605a12a   git reset –hard bf4aa52dbf9f4ecb4e48f815e30357976605a12a 3.update the package ./scripts/feeds update -a && ./scripts/feeds install -a 4.apply the patch  patch -p1 <minibox-v3_2 minibox-v3_2 5.make menuconfig & make kernelmenuconfig select the right target & compile     

Minibox V3.2 How to config ap+client mode

How to config ap+client mode   1. for now,this mode only suit for lede but not QSDK 2. We need to modify the config manually 3. Here is the two router one is ap the other one is client Step 1 : config the ap router      1. DHCP enable      2. Mode : Access Point… read more »

HowTo: build a image for Oolite V5.1 with OpenWRT

please follow those instructions to build a image for Oolite V5.1 : 1. get openwrt source from https://github.com/openwrt/openwrt.git >> git clone https://github.com/openwrt/openwrt.git 2. reset git to 8e1065d681daff321f715ce5c6c172c12036bd6f >> git reset –hard 8e1065d681daff321f715ce5c6c172c12036bd6f 3. install openwrt packages >> ./scripts/feeds update -a && ./scripts/feeds install -a 4. apply patch oolitev5.1-16m.patch , please see attachment oolitev5.1-16m >> git apply –stat oolitev5.1-16m.patch      … read more »

Sidebar