presentation fab academy 2012

Post on 18-Nov-2014

676 Views

Category:

Technology

3 Downloads

Preview:

Click to see full reader

DESCRIPTION

Electronics Production FAB ISP

TRANSCRIPT

FAB ACADEMY 2012ASSIGNMENT

Make the FabISP in-circuit programmer

FELIX LIBIO

Milling

Soldering

Programming

Finally we proceed to program in Ubuntu, this requires having the AVR software.Source: http://www.as220.org/fabacademy/tutorials/05.htmlOpen the terminal by typing sudo apt-get install flex byacc bison gcc libusb-dev avrdude this to enter Administrator mode.

then:sudo apt-get install gcc-avr, put Y = yes.then:sudo apt-get install avr-libcthen:sudo apt-get install libc6-dev

To locate the firmware file we have to go to the Desktop:

Write or Copy cd Desktop /then:Ls + Enter, to locate the firmware folder

then:Firmware + Enter

then:Ls + Enter

Program the Fab ISP (Ubuntu and Mac):make clean make hexsudo make fuse

sudo make program

To Verify That Your ISP is working correctly:lsusb

If your Fab ISP has been successfully programmed, you should see a list of the USB devices plugged into your computer. The Fab ISP will be listed in a line like the following:

top related