Hi,
i have made my own arduino serial, using this as a guide, arduino.cc/en/uploads/Main/ArduinoSeverinoManual.pdf
i did the board on stripper board (vero board) i will upload a picture of both sides of the board and my "design" when i get home from work.
i made a parallel programmer, following this guide, arduino.cc/en/Hacking/ParallelProgrammer?from=Main.ParallelProgrammer
except i did not have a 220 ohm resistor so i substituted it with a which is 220 K ohms, im guessing this is a big deal & part of my problem.
i have a ATmega8 chip, and the only pc i have with a parallel port is my Ubuntu server (8.10) so i connected my parallel programmer to it, then the other end to the ICSP, the board is powered from a pc power supply. i found the instructions for that here, reprap.org/bin/view/Main/PCPowerSupply
so i ssh'd into the server, installed avrdude and ran: sudo avrdude -p m8 -c pada, which gave an error, rc=-1
i know there is a lot that could have gone wrong from what i have described here,
- my board
- my parallel programmer
but i was unable to find anyone else who had tried the serial arduino on vero board, with instructions.
as for the parallel programmer and avrdude,
the instructions i found are ambiguous... or i am trying to over complicate things...
is this what i am supposed to do...
power the arduino, connect the ardiono -> parallel programmer -> pc
then run something like
sudo avrdude -p m8 -c dapa -U flash:w:arduino.hex
then i should have the arduino bootloader on the chip?