Project



Name: GL.Inet
People: webmind
Description: Fun with minirouters

GL.Inet

GL.Inet is a nice MIPS based little low-power router which runs OpenWRT, has serial, GPIO, 2x Ethernet, Wifi, USB2.0 Host. It's quite suitable for projects like the PirateBox. This page is a documentation effort.

Board sizes

  • 51x51mm PCB
  • Width of Ethernet 30.7mm

Serial config

  • Baudrate: 115200
  • Handshake: none
  • Flow-control: none

picocom

 picocom -b 115200 /dev/ttyUSB

ckermit

 set line /dev/ttyUSB0\  set speed 115200\  set carrier-watch off\  set handshake none\  set flow-control none\  robust\  set file type bin\  set file name lit\  set rec pack 1000\  set send pack 1000\  set window 5

Software discussion and troubleshooting

External Links

:* Flash your own firmware: http://www.gl-inet.com/w/?p=371&lang=en

:* OpenWRT Patches: http://www.gl-inet.com/w/?p=393&lang=en

:* Build your own firmware: http://www.gl-inet.com/w/?p=398&lang=en