Are you putting the card in "read-only" mode? It is a necessary step.
Brief update. First, I have found that I have a newer version of the firmware than reported on the SX100 wiki page (see page for details). Disappointing that Canon did not release an updater for people with older firmware versions. Hopefully we don't have to port CHDK twice after getting it working with DryOS (presumably that is what lives inside the camera)...Second, I have got my camera into an infinite loop. I have also confirmed the LED addresses with the program that blinks the LEDs. More importantly, I have compiled the blinker program and watched the AF light blink away. A firmware dump is hopefully not too far away. First I must cook up a simple circuit (I have photocells (aka LDRs), not photodiodes) that outputs a mic level signal.
@fiamazo: you have done all the correct steps, but one detail might be wrong. The address at which you must enter "BOOTDISK" is might not necessarily be where AA 55 occurs. What I did was got to location 0x40 and just enter BOOTDISK, as in this thread:http://forums.dpreview.com/forums/readflat.asp?forum=1010&thread=24983823&page=1
One other thing I did was to fdisk the card and toggle the bootable flag for the partition on the card. I don't know if this made any kind of difference.
Hi all,brief update. I have got a dump from the camera using a photodiode. I haven't managed to decode it yet, though. Running adc on it gives a segmentation fault straight away (gdb backtrace shows a memory access error). I do not have time yet to look into why this is happening. Has anyone else seen such a problem? Any suggestions as to what it might be?Thanks!