Hi,
I'm new to the forum, ant to Arduino too... I have built a custom Arduino clone board, which works perfectly, on hardware level.
I used a blank 328P, and have written bootloader to it successfully with Arduino IDE and paralell programmer. I treated the board as an Arduino Pro/Mini with 328P, 16MHz, 5V.
My main problem is, that after i burn a bootloader to it, i can upload one sketch via USB-serial-TTL cable, and the next cannot be loaded. I have read about Paralell Programmer and fuse problems, but i have checked fuses with AVRdude, readed them, and all are OK. I tried to rewrite them, it worked, but i still cannot upload anything after the first sketch.
I can upload anything via the programmer, and serial communication is working (have tested it with Serial.println) too, only sketch uploading via USB is a big problem to me.
My fuse bits :
Extended: 0x5
High: 0xDA
Low: 0xFF
Lock : 0x0F
Are these the correct settings?
Thanks for any help!