Project

General

Profile

Firmware » History » Revision 25

Revision 24 (jaap, 2014-05-02 10:44) → Revision 25/29 (jaap, 2014-05-14 16:45)

h1. LAOS firmware 

 h3. Firmware 

 The Firmware is the code that controls the motor and laser. It is installed on the mainboard. 

 The firmware uses a simple instruction language that is described [[SimpleCode|here]]. These instructions are used to instruct the laser to move, cut and mark. 

 h3. Download compiled versions 

 The compiled firmware file is here (save to your MBED): 

 p(((. "Latest firmware version":https://github.com/LaosLaser/Firmware/blob/master/laoslaser-14-05-2014.bin version":https://github.com/LaosLaser/Firmware/raw/mbed-gcc/laoslaser-03-01-2014.bin 
 All firmware versions: https://github.com/LaosLaser/Firmware 

 The configuration files are here (download, modify for your machine, and save on MBED as *config.txt*): 

 p(((. http://redmine.laoslaser.org/projects/laos/wiki/LAOS_configuration_file 

 The MBED uses the latest .bin file (timestamp). 

 h3. Installation 

 Connect to the MBED into USB, which will cause it to appear as a USB drive (label: MBED). Place the downloaded firmware in the root directory of the USB drive.  
 After that you need to reset the laser to read the new firmware file. Use the reset button on the MBED to restart the lasercutter. 

 h3. Configuration 

 [[LAOS_configuration_file]] 

 h3. Development 

 These are other version of the firmware that might fix some bugs. 

 * Development Firmware V0.4 (Dated 11-aug-2012) Fixes the laser power on problem- ["Download":https://github.com/LaosLaser/Firmware.git] and save to your MBED. 

 h4. Compiling from source 

 See [[CompilingFirmware]]