SLIDE 28 Andrew McDonnell – LCA2014 Sysadmin Miniconf - Custom equipment monitoring with OpenWRT and Carambola – retro@andrewmcdonnell.net
28
The basic procedure
sudo apt-get install ckermit gawk subversion zlib1g-dev git # you also need: # gcc, binutils, patch, bzip2, flex, make, gettext, pkg-config, unzip, libz-dev and libc headers. git clone https://github.com/8devices/carambola2 # make a coffee cd carambola2 scripts/feeds update scripts/feeds install wget msmtp ser2net picocom mini-snmpd i2c-tools gpioctl-sysfs lcdproc luci make menuconfig make -j7 # go and have lunch # connect USB cable – provides power and serial # connect Ethernet cable # download image # cycle power to Carambola2 sudo apt-get install ckermit gawk subversion zlib1g-dev git # you also need: # gcc, binutils, patch, bzip2, flex, make, gettext, pkg-config, unzip, libz-dev and libc headers. git clone https://github.com/8devices/carambola2 # make a coffee cd carambola2 scripts/feeds update scripts/feeds install wget msmtp ser2net picocom mini-snmpd i2c-tools gpioctl-sysfs lcdproc luci make menuconfig make -j7 # go and have lunch # connect USB cable – provides power and serial # connect Ethernet cable # download image # cycle power to Carambola2