MiniPOV3 on Ubuntu

MiniPOV4 and previous versions

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
llynix
 
Posts: 1
Joined: Sat Oct 01, 2011 9:36 am

MiniPOV3 on Ubuntu

Post by llynix »

I found an easier way to install the needed avr toolchain on Ubuntu 10.10 at least:

sudo apt-get install flex byacc bison gcc
sudo apt-get install libc6-dev
sudo apt-get install binutils
sudo apt-get instlal gcc-avr
sudo apt-get install gcc-avr
sudo apt-get install avr-libc
sudo apt-get install avrdude
mkdir minipov
cd minipov/
wget http://www.ladyada.net/media/minipov3/m ... rmware.zip
unzip minipovfirmware.zip
#edit makefile to AVRDUDE_PORT = /dev/ttyS0
nano Makefile
make
make program-minipov

That's the down and dirty of it.. hope it helps someone. I was using the serial port and not the usb.. so the instructions may vary.

Locked
Please be positive and constructive with your questions and comments.

Return to “MiniPOV”