Articles

Pupfish-MT7623A Brief

Contents [hide] Overview Key Features Main Features: Functional Block Diagram Pupfish-MT7623A_Dev-Board Pupfish-MT7623A_Core-Board Overview         MT7623A is a highly integrated network router system-on-chip used for high wireless performance, home entertainment, home automationand so on.         MT7623 is fabricated with advanced silicon process and integrates a Quad-core ARM® Cortex-A7 MPCoreTM operating up to… 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 V1.0 Upgrade

Oolite V1.0 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 (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… read more »

Sidebar