SX100 IS - page 27 - Firmware Dumping - CHDK Forum

SX100 IS

  • 276 Replies
  • 141781 Views
Re: SX100 IS
« Reply #260 on: 18 / September / 2008, 16:23:11 »
Advertisements
SX100IS 1.00b workaround.    In summary it seems that some with SX100 firmware 1.00b are having issues and some are not.        I am in the category of those who are experiencing some problems, however, I am able to get everything working with a little workaround.


This is the startup process I have to use:  (When I press the on/off button it takes me to view picture mode instead of take a photograph mode)  I then press the shutter release which takes me to take a picture mode.  Next I have to make sure to switch the rotary selector on top to M full manual mode.  Then I press the view photo button twice, the first time takes me to view the last picture, and the second time returns me to take a photo in full manual mode.  Now the rotary selector on the back functions as it should.

VER.REQ version display process:

Screen 1:
Canon PowerShot SX100 IS
P-ID:315E NT D

Firmware Ver GM1.00B
E18
Jul 31 2007 19:07:47

Screen 2:
Canon PowerShot SX100 IS
P-ID:315E NT D

Adj Ver.009.005
ZoomLensTimeout
2008.07.04 19:18:11

Screen 3:
Canon PowerShot SX100 IS
P-ID:315E NT D

Adj Ver.009.005
IS Firm Ver.   2.30
IS Param Ver. 2.30



Re: SX100 IS
« Reply #261 on: 22 / September / 2008, 13:41:42 »
I'm getting the same Blue LED of Death when booting. Rotating the dial does nothing though. Any ideas?

EDIT: Ok, I've gotten 100c to work using a 2gig card, so the problem is related to the 4gig.
« Last Edit: 22 / September / 2008, 14:45:36 by 416inversed »

Re: SX100 IS
« Reply #262 on: 30 / September / 2008, 05:35:11 »
Hi,

I'm both yesterday SX100IS and i'm trying to install a CHDK onto this camera.

My firmware is 1.00b :( and so far i have no success in applying a CHDK. I try one from http://grandag.nm.ru/hdk/autobuild/download.htm and also from http://mighty-hoernsche.de/chdk/ .

When I started in a play mode there a red message box that says it there a new CHDK, but in menus all options are disabled. If I try to enter Shooting mode there a blue led just blinks...camera  not responding.

Is somewhere I did wrong or 1.00b is just too tricky...  >:(

*

Offline Hacki

  • ****
  • 359
  • EOS 80D
Re: SX100 IS
« Reply #263 on: 30 / September / 2008, 08:21:17 »
At least the SX100 1.00C wont boot into record mode - means, the lens stays retracted, and it's either saying "No Image.", or displaying one of the images on the card..

To get into record mode, you need to press the shutter button half. The lens will extend, and you'll be able to take photos as normal.

You say the menus are disabled. This indeed looks like you're accessing the cameras menu when in playback mode..

As i said, go to record mode with a half press of the shutter. The CHDK menu can only be accessed by going into alt mode first. What the alt mode is, and how you access it, is explained - for example - here: CHDK for Dummies - CHDK Wiki

Quote
If I try to enter Shooting mode there a blue led just blinks...camera  not responding.

What do you mean by that?

Regards


Re: SX100 IS
« Reply #264 on: 30 / September / 2008, 14:02:40 »
Heh, i did't read full article, sorry !!!  :-[


I't work like charm ! Love it ! I try CHDK from both location and everything works fine, so far.

Thanks for this features ! Great stuff !

Re: SX100 IS
« Reply #265 on: 30 / November / 2008, 13:20:23 »
Hi,

my Camera allways poweres up in Playback Mode.
Is this a Bug?

Hi at all!

There are good news on that: thanks to Ewavr!

SX100IS stuck in Playback mode :(

Re: SX100 IS
« Reply #266 on: 21 / January / 2009, 02:36:10 »
Hi, I am new in CHDK. I have CANON SX100IS Firmware 1.0.0.0 and A710IS Firmware 1.0.0.0.
As far as I have understood, there is no firmware upgrade and I must buy another camera to get CHDK on it.
Can anyone confirm this to me? Or give me idea how to do the upgrade?!

Thanks

*

Offline Hacki

  • ****
  • 359
  • EOS 80D
Re: SX100 IS
« Reply #267 on: 21 / January / 2009, 02:41:30 »


Re: SX100 IS
« Reply #268 on: 22 / January / 2009, 05:11:36 »
Thanks, Hacki. I've read it before but did not create ver.req file and did not have info on Firmware.

After that, I have not made the card bootable, until I used CardTricks.

Now, it is on and let us see how to use it.

Regards
« Last Edit: 22 / January / 2009, 05:18:28 by puki »

*

Offline chdkj

  • ***
  • 140
Re: SX100 IS
« Reply #269 on: 30 / April / 2009, 15:25:01 »
Hi,

while working on CHDK for SX110IS I've additionally found the addresses for
vid_get_viewport_live_fb() for SX100IS 1.00c.
I believe vid_get_viewport_live_fb in platform\sx100is\sub\100c\lib.c could
look like this:

void *vid_get_viewport_live_fb()
{
    void **fb=(void **)0x21E4; //ROM:FFC2A4FC
    unsigned char buff = *((unsigned char*)0x2098); //ROM:FFC2A4AC ,
ROM:FFC2A4C8
    if (buff == 0) buff = 2;  else buff--;
    return fb[buff];
}

Regards!


Found here:

ROM:FFC2A4A8 sub_FFC2A4A8                            ; DATA XREF:
ROM:off_FFC2AA48o
ROM:FFC2A4A8                 STMFD   SP!, {R4,LR}
ROM:FFC2A4AC                 LDR     R4, =0x2098
ROM:FFC2A4B0                 LDR     R0, [R4,#0xC8]
ROM:FFC2A4B4                 CMP     R0, #1
ROM:FFC2A4B8                 LDRNE   R0, [R4,#0xDC]
ROM:FFC2A4BC                 LDMNEFD SP!, {R4,LR}
ROM:FFC2A4C0                 MOVNE   R1, #1
ROM:FFC2A4C4                 BNE     sub_FFC193D4
ROM:FFC2A4C8                 LDR     R1, =0x2098
ROM:FFC2A4CC                 LDR     R0, [R4,#0x54]
ROM:FFC2A4D0                 LDR     R1, [R1,#0x20]
ROM:FFC2A4D4                 CMP     R0, #2
ROM:FFC2A4D8                 BGE     loc_FFC2A4F8
ROM:FFC2A4DC                 LDR     R2, [R4,#0x58]
ROM:FFC2A4E0                 MOV     R0, #0
ROM:FFC2A4E4                 BL      sub_FFCA99EC
ROM:FFC2A4E8                 LDR     R0, [R4,#0x4C]
ROM:FFC2A4EC                 ADD     R0, R0, #1
ROM:FFC2A4F0                 STR     R0, [R4,#0x4C]
ROM:FFC2A4F4                 B       loc_FFC2A50C
ROM:FFC2A4F8 ;
---------------------------------------------------------------------------
ROM:FFC2A4F8
ROM:FFC2A4F8 loc_FFC2A4F8                            ; CODE XREF:
sub_FFC2A4A8+30j
ROM:FFC2A4F8                 LDRB    R2, [R4]
ROM:FFC2A4FC                 LDR     R0, =0x21E4
ROM:FFC2A500                 LDR     R2, [R0,R2,LSL#2]
ROM:FFC2A504                 MOV     R0, #0
ROM:FFC2A508                 BL      sub_FFCA99EC
ROM:FFC2A50C
ROM:FFC2A50C loc_FFC2A50C                            ; CODE XREF:
sub_FFC2A4A8+4Cj
ROM:FFC2A50C                 LDMFD   SP!, {R4,LR}
ROM:FFC2A510                 MOV     R1, #0
ROM:FFC2A514                 MOV     R0, #0
ROM:FFC2A518                 B       sub_FFCDE6EC

sx110

 

Related Topics