CHDK Wiki
No edit summary
No edit summary
Line 3: Line 3:
 
'''CHDK is available for firmwares 1.00b, 1.00c and 1.00d on the [http://grandag.nm.ru/hdk/autobuild/ Allbest Autobuild] site or here: [http://mighty-hoernsche.de/chdk/ Juciphox Autobuild]'''
 
'''CHDK is available for firmwares 1.00b, 1.00c and 1.00d on the [http://grandag.nm.ru/hdk/autobuild/ Allbest Autobuild] site or here: [http://mighty-hoernsche.de/chdk/ Juciphox Autobuild]'''
   
NOTE! If your scripts hang on SD450, try going through the script and changing <pre>"shoot"</pre> to <pre>click "shoot_full"</pre>.
+
NOTE! If your scripts hang on SD450, try going through the script and changing <pre>"shoot"</pre> to <pre>click "shoot_full"</pre>. Source: [http://chdk.setepontos.com/index.php/topic,2380.new.html]. If you think this text doesn't belong here, go ahead and move it or reformat or whatever, but please keep this info on this page because it's very important to know if you're rocking an SD450. -Yakov
   
   

Revision as of 14:58, 9 December 2008

The Canon Powershot Digital ELPH SD450, known in Europe as the Canon Digital IXUS 55 and in Japan as the IXY Digital 60 is a 5.0 megapixel compact camera that runs the DigiC II image processor chip and VxWorks operating system.

CHDK is available for firmwares 1.00b, 1.00c and 1.00d on the Allbest Autobuild site or here: Juciphox Autobuild

NOTE! If your scripts hang on SD450, try going through the script and changing

"shoot"

to

click "shoot_full"

. Source: [1]. If you think this text doesn't belong here, go ahead and move it or reformat or whatever, but please keep this info on this page because it's very important to know if you're rocking an SD450. -Yakov


Canon Powershot Digital ELPH SD450 / Digital IXUS 55 / IXY Digital 60

Firmware Version

Canon DIGITAL IXUS 55
P-ID: 30FF PAL

Firmware Ver GM1.00B
No error
Aug 3 2005   13:53:21

Camera ID for pakwif

30ff hex = 12543 decimal
01000000 hex = 16777216 decimal = version 1.0.0.0

So:

pakwif PS.FIR DISKBOOT.BIN 12543 16777216

Useful Constants

LED addresses:

# define LED_PWR	0xc02200E8
# define LED_GREEN 	0xc02200D8
# define LED_RED 	0xc02200DC
# define LED_YELLOW 	0xc02200E0
# define LED_BLUE 	0xc02200E4
# define LED_AF_RED 	0xc02200EC

Firmware Dump

Version 1.00B will be extracted using the "standard" Blinker method. I used a standard phototransistor and basically the following circuit:

SC Blinker Receiver

Active Soundcard Firmware Blinking Receiver

I was not able to decode the signal without errors using the fastest transfer speed. Therefore I had to change the blinker FW to the slower speed seetings. Using the AF LED I was then able to get a clean signal. I repeated the procedure twice to verifiy that the results are ok and obtained the following dump:

Ixus55_dump_1.00b.zip - 1.35MB

Repeating the procedure for another Ixus 55 with firmware version 1.00c resulted in the following dump:

ixus55_dump_1.00c.zip - 1.35MB

Beta version of CHDK port for firmware 1.00B

The following code contains the next beta version of the CHDK port for the Ixus 55:

ixus55_100b.zip - 1.97MB

I compiled this version on a Mac running OS X 10.4 using the ARM toolchain from here

Now everything seems to work more or less, especially Raw-capture as well.

I opened up a corresponding discussion thread at the CHDK forum here.