Hi folks,
I just purchased a new SX280, after many years using an old SX110 (with CHDK). I'm struggling to get CHDK even running on the new camera. I'm running Linux, and I've attempted to use STICK to get the 16GB SSD card setup, but I'm tripping over a bug which the author is attempting to resolve (but hasn't yet). To be honest, I don't really care for using a GUI to do what can be accomplished with a few commands. However, I'm having difficult tracking down what the correct commands are. The closest that I've gotten to getting CHDK running was with a tiny 1MB FAT12 partition and the rest of the SD card formatted for FAT32. However, even though CHDK ran, the camera complained that there wasn't sufficient space left (presumably on the tiny 1MB FAT12 partition). As a secondary problem, I can't seem to figure out which button corresponds to ALT. I've seen a few references to it possibly being the DISPLAY button, but that didn't seem to do anything for me.
Whenever I've tried to just go with a single 16GB FAT32 partition, CHDK never runs at all. Here's what I've attempted to do:
* Create a single W95/FAT32 partition, occupying all 16GB
* Make the partition bootable:
echo -n BOOTDISK | dd bs=1 count=8 seek=64 of=/dev/mmcblk0p1
* Mount the partition
* Copy the full contents of the CHDK build (from earlier in this thread) to the mounted partition
* Create empty ver files in the new partition:
touch ver.req vers.req
* Unmount the partition, eject the SD card, set it READ-ONLY(LOCK). Insert into the camera, and power it on, and the screen should briefly flash with the CHDK info. I never see the CHDK info, and instead get the camera warning me that the memory card is locked.
Can someone point out what I'm missing or doing incorrectly? Also confirm which button corresponds to ALT would be great.
thanks!