Board.txt for SV-328

What changes do I have to make for the Arduino software to understand the SV-328.

orangutan.name=Orangutan with Programmer
orangutan.upload.maximum_size=16384
orangutan.build.mcu=atmega168
orangutan.build.f_cpu=20000000L
orangutan.build.core=arduino

The above does not work. Arduino returns:

Wrong microcontroller found
Binary sketch size: 976 bytes (of a 16384 byte maximum)

avrdude: Expected signature for ATMEGA168 is 1E 94 06
Double check chip, or use -F to override this check

Hello.

Try changing the maximum size to 32768 and the MCU to atmega328p. Please let me know if you still have problems getting things working.

- Ben