Hi ppl!
I spend some time playing with chdk but so far no progress with the porting ... *g* The motion detection scripts works but focus bracketing bricks. Mh.
However, I'm a bit disappointed: I'm the only one with a sd1100 and 100c fw?!?! I bought that cam very late in 2008 and it got an 'older' firmware
Grrrrrrr.
@uzzy: So, you are my only beta tester
Can you confirm the bugs? Found some more? Would be cool to have a unit test script.
I found some more bugs where I'm not sure if they are bugs in chdk ... I'll open a new thread on this because need reports from ppl with a stable chdk.
@Nosferatu
Probably nothing wrong. chr uses the Linux toolchain (i think)
if he uses a newer version than 3.4.6 (the standard for win32)
there could be incompatibilities ...
Yes, I'm using arm-gcc 4.1 on linux. gcc 3.4 doesn't have -mcpu=arm946e-s which is necessary for some assembly instructions. However, with gcc 3.4 theres a working -march option ... I don't remember which one worked, look in the man page. I guess it was -march=armv5t for gcc 3.4
The cpu in the canon cam is obviously an arm946e-s see
Getting CPU configuration from CP15Also I disabled thumb code because it doesn't work for me.