OpenWrt

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 »

How To Use CPU UART debug port

Contents [hide] 1.Use a main chip's gpio to control the slave chip's power or reset pin. 2.Use a special key to stop the uboot. 3.Increase the Uboot delay to wait the slave chip complete started. Sometime we will have the requirement to use Cpu Uart(debug port),most of the time the Uart want to connect a slave… read more »

How To Use GPIO to Simulate I2C-Bus

Contents [hide] 1.Add  kmod-i2c-gpio-custom  2.Rebuild the firmware. 3.Flash new firmware then insmod module 1.Add  kmod-i2c-gpio-custom  # make menuconfig Kernel modules  —>         I2C support  —>                <*> kmod-i2c-gpio-custom.  2.Rebuild the firmware. # make V=s J=8 3.Flash new firmware then insmod module root@OpenWrt:/# insmod i2c-dev [   76.360000] i2c… read more »

How To Use CPU UART debug port

Sometime we will have the requirement to use Cpu Uart(debug port),most of the time the Uart want to connect a slave chip.But usually the slave chip usually will disturb the man chip start.There has some way to solve this issue. 1.Use a main chip's gpio to control the slave chip's power or reset pin. In the… read more »

Use 3G/4G modem

Openwrt Documents for use 3G-4G modem v1.0.0 Author:James Bond August 27, 2016 1 make menuconfig Kernel modules  —> USB Support  —> <*> kmod-usb-serial……. Support for USB-to-Serial converters <*> kmod-usb-serial-option…… Support for Option HSDPA modems -*- kmod-usb-serial-wwan…….. Support for GSM and CDMA modems Utilities  —> <*> comgt………………… Option/Vodafone 3G/GPRS control tool LuCI  —> Protocols  —> <*> luci-proto-3g…………………………. read more »

Sidebar