Show Posts
|
|
Pages: [1]
|
|
7
|
Forum 2005-2010 (read only) / Uno Punto Zero / Re: WILL any Body HELP! (Parallel Programmer)
|
on: January 20, 2011, 03:32:52 pm
|
|
Hi there..Don´t know if this will help but I built the parallel programmer and Arduino on a breadboard. I wanted to bootload a Mega168 chip. After countless failures I finally suceeded in bootloading the chip as follows....
Downloaded the latest WinAVR Copied and renamed the ATmegaBOOT_168_diecimila.hex to diecimila.hex and put this file in c:\ Opened windows command prompt Changed directory to C:\ Then ran the following command... avrdude -c dapa -p m168 -F -U diecimila.hex
Hey presto...It bootloaded perfectly and is working fine. The -c dapa instruction uses defaults for anything not specified such as LPT1 as parallel port and -U asumes you want to erase the chip and flash the named file. I put the boot file in root directory and ran the avrdude from root so it automatically looked in that directory for the boot file first.
Hope this helps someone.
|
|
|
|
|