I’ve been suffering from the lack of support after buying one Stalker v2.0 beta. This board is just a real beta, nothing more than a beta. ^^
After getting to know more about Arduino and AtMega328. I found a fix for the operating clock problem.
Just add the following lines to your boards.txt at arduinoxxx/hardware/arduino/…
##############################################################
stalker328.name=Arduino Duemilanove or Nano ATmega328 NoXtal 8MHz
stalker328.upload.protocol=stk500
stalker328.upload.maximum_size=30720
stalker328.upload.speed=57600
stalker328.bootloader.low_fuses=0xFF
stalker328.bootloader.high_fuses=0xDA
stalker328.bootloader.extended_fuses=0x05
stalker328.bootloader.path=atmega
stalker328.bootloader.file=ATmegaBOOT_168_atmega328.hex
stalker328.bootloader.unlock_bits=0x3F
stalker328.bootloader.lock_bits=0x0F
stalker328.build.mcu=atmega328p
stalker328.build.f_cpu=8000000L
stalker328.build.core=arduino
I’ve copied the original Arduino Duemilanove configuration into a new stalker328 config, then changed only the .f_cpu parameter into 8Mhz. That’s all you have to do folks! This configuration will change the entire system clock value.
After saving the modded boards.txt, you have to choose your new board setting by following Tools>Board>Arduino Duemilanove or Nano ATmega328 NoXtal 8MHz .
Good luck for you who bought a Stalker v2b with no luck!