boc-flash is a tool to download firmware images and flash them to NOR / NAND memory. It was developed by Bolloré telecom for the Maki WiMAX CPE.
It can optionally display progress information on a framebuffer device.
It is released under the terms of the GNU General Public License version 3 or later.
Getting boc-flash
You can checkout the latest development version using git as follows:
git clone git://git.bolloretelecom.eu/boc-flash.git
Requirements
You will need the following tools and libraries to build boc-flash:
Compiling
From your boc-flash directory, run:
mkdir build cd build cmake .. make
