long hook_raw_size(){ return 0xEC04F0;}
Hi, I'm a newbie of CHDK with some knowledge of assembly (but not ARM assembly ).I did the dump of the firmware of my SX110IS and I disassembled it with IDA, helped by some sigs and idc.The problem is that I can't find in all the wiki a full and well structured tutorial on how to proceed with the porting of CHDK.Can someone help me with a good link?
14 bit RAW?
Nor is one likely to appear, because step by step tutorials aren't a substitute for understanding.
It's a 8Mpixels, so .... 10 bit RAW???
Anyway, why I can find only few IDA database (idb) of disassembled firmware?
For example it will be useful for me to find the SX100IS firmware fully disassembled.
Yes, 10 bit RAW for all CHDK ported cameras.
10 bits for every channel (R, G and B) for a total of 30 bits or a total of 10 bits?In the second case is the sensor able to record 1024 colours only??
In my perspective, a tutorial could be useful only to organize some little information as:1) The list of functions that anyone must find into a disassembled firmware;2) The list of hardware pointers (leds, keyboard,free RAM ecc..)
Anyway, why I can find only few IDA database (idb) of disassembled firmware? For example it will be useful for me to find the SX100IS firmware fully disassembled.