ok yet another bootloader question, been using the 328 for some time more pins needed,
im useing Nick Gammons tutorial for he bootloader, ive installed all the files, trying to install the bootloader but guess what, doesnt work get the not in sysn error
not sure what to select in the Programmer?, im pretty sure its the Arduino as ISP, is this correct? ive tryed all selection, ive checked the connections 5+ times
my connections are as follows, i have my 1284 aet up as the usual bare board config
Yes, hit G and it will upload the correct bootloader. Be aware that this is going to set your fuses for an external clock. So you will need to use an external clock after you disconnect this setup and try to use it on it's own.
Not sure. From the datasheet, it would appear that the device signatures for the 168PA and PU are the same. If you try to run it at 20Mhz with the normal bootloader, some of your timing may be off. Certainly the timers will be off in your arduino code. The cores are designed for 8 and 16 only. So it will work, but you may run into strange problems.