Author Topic: SX200is Porting  (Read 102305 times)

Offline OldGit

  • Sr. Member
  • ****
  • Posts: 303
SX200is Porting
« on: 05 / August / 2009, 19:57:20 »
As we now have a confirmed "good" dump for the SX200, and I and others are attempting the work,
this is a just a placeholder for progress / problems etc.

Referrence port SX10-101A ?
SX200 IS-100C

Offline gronph

  • Rookie
  • *
  • Posts: 15
Re: SX200is Porting
« Reply #1 on: 12 / August / 2009, 02:15:56 »
Hm, no one with an sx200 here?

Offline smartkiller

  • Full Member
  • ***
  • Posts: 139
Re: SX200is Porting
« Reply #2 on: 12 / August / 2009, 03:00:27 »
Hallo
I'm also very Interested for the Porting to SX 200is.

I missed functions for making HDR Fotos and the RAW Format.

Smartkiller
SX200 IS Firm. 100c
SX1 IS Firm. 201a

Offline Paul

  • Newbie
  • *
  • Posts: 2
Re: SX200is Porting
« Reply #3 on: 12 / August / 2009, 03:24:46 »
Hello,

I have a SX200. If you tell me what to do, I will be more than happy to help !

Paul

Offline reyalp

  • Guru Member
  • ******
  • Posts: 4488
Re: SX200is Porting
« Reply #4 on: 12 / August / 2009, 04:21:38 »
Hello,

I have a SX200. If you tell me what to do, I will be more than happy to help !

Paul

See http://chdk.wikia.com/wiki/For_Developers particularly Adding support of a new camera - CHDK Wiki

If you aren't reasonably proficient in C and some flavor of assembler, there isn't really anything you can do yet.
Don't forget what the H stands for.

Offline OldGit

  • Sr. Member
  • ****
  • Posts: 303
Re: SX200is Porting
« Reply #5 on: 12 / August / 2009, 11:58:50 »
Hi,
sorry for the adsence, my connection was dead for the last few days.
Progress....
I have the boot process 2/3 done, camera restarting but dying at the core spytask creation around the "restore configuration" / "gui initialisation" steps.
This is due to the lib.c not being finished yet.
I have found the "hook raw" stuff but am still looking for the rest of the stuff (get_vid... etc.)

Also need to confim the SD card writing, I then hope to be able to get this thing booting up to the CHDK menu.

This will still only be the first stage so I still have a way to go.
I'll heep trying but if ayone can find, or has the vid stuff etc please shoot.

As this is my first port I am a bit slow at it, but if I get to the boot up point I will post again.
SX200 IS-100C

Offline mx3

  • Developers
  • Sr. Member
  • ****
  • Posts: 372
Re: SX200is Porting
« Reply #6 on: 12 / August / 2009, 12:16:41 »
Progress....
I have the boot process 2/3 done, camera restarting but dying at the core spytask creation around the "restore configuration" / "gui initialisation" steps.
attaching of your source code to forum would speedup development
skype: max_dtc. ICQ: 125985663, email: win.drivers(at)gmail, eVB decompiler

Offline OldGit

  • Sr. Member
  • ****
  • Posts: 303
Re: SX200is Porting
« Reply #7 on: 12 / August / 2009, 14:50:59 »
Quote
attaching of your source code to forum would speedup development
At work at present, source is at home, home connection is unstable but as soon as I can I will post what I have so far.
SX200 IS-100C

Offline blaster

  • Rookie
  • *
  • Posts: 7
Re: SX200is Porting
« Reply #8 on: 12 / August / 2009, 15:27:02 »
...
I missed functions for making HDR Fotos and the RAW Format.
...

If you use canon's newest firmware you can shoot in RAW without any hacks. (source http://teknogadget.com/canon-powershot-sx200-is.html)


I also want to thank OldGit for the good work so far :) It would be cool to see the source
SX200IS 100C

CHDK Forum

Re: SX200is Porting
« Reply #8 on: 12 / August / 2009, 15:27:02 »

Offline gronph

  • Rookie
  • *
  • Posts: 15
Re: SX200is Porting
« Reply #9 on: 12 / August / 2009, 15:53:11 »
If you use canon's newest firmware you can shoot in RAW without any hacks. (source http://teknogadget.com/canon-powershot-sx200-is.html)



WOW thats great news! But where do I get this Firmware?

Offline blaster

  • Rookie
  • *
  • Posts: 7
Re: SX200is Porting
« Reply #10 on: 12 / August / 2009, 16:42:34 »
I can't find the firmware on canon's site :\ If there is such a firmware I guess their ship their newer produced sx200is camera's with the new firmware. I get mine tomorrow. I can check and send you a pm. If the newer produces sx200s is shipped with the new firmware it should be possible to get it from canon support center.

edit:
sorry for off topic

edit 2:
got my sx200 today. old firmware
« Last Edit: 12 / August / 2009, 17:32:43 by blaster »
SX200IS 100C

Offline ratz1967

  • Rookie
  • *
  • Posts: 10
Re: SX200is Porting
« Reply #11 on: 12 / August / 2009, 18:44:19 »
The new firmware seems to be:



Firmware Ver GM1.00D <<<<<<<<  D





SX220HS + SX200is   +  S30 + Powershot 600

Offline jr72

  • Newbie
  • *
  • Posts: 1
Re: SX200is Porting
« Reply #12 on: 12 / August / 2009, 20:42:28 »
Hi everybody

First, thanks to all developers around here, CHDK is really something.

Very interested in the port for the sx200.
I have a bit of knowledge in c although I doubt it can help (I'm too inexperienced I think).
Any other way I can help please tell me.

Offline squirrelbait

  • Rookie
  • *
  • Posts: 12
Re: SX200is Porting
« Reply #13 on: 12 / August / 2009, 23:46:43 »
...
I missed functions for making HDR Fotos and the RAW Format.
...

If you use canon's newest firmware you can shoot in RAW without any hacks. (source http://teknogadget.com/canon-powershot-sx200-is.html)




That article was from Febuary, before the camera was even released,  making it hopelessly out of date.

Offline OldGit

  • Sr. Member
  • ****
  • Posts: 303
Re: SX200is Porting
« Reply #14 on: 15 / August / 2009, 02:06:15 »
Got the internet back at last.
Before I lose it again here are the sources I have so far.
step1.7z - 0.03MB
As always, use at your own risk.
This set includes all files except Primary.bin, I have included the core.c and main.c as well as camera.h
Core.c has debug flashing in it.

I found that this slowed down the boot and then allowed the lens to fully extend and the screen to come up.

Buttons are all over the place, autoload not working yet, haven't set sd_protect value.

Next is to get the CHDK menus up and the buttons working correctly (I hope)

If someone could take a look and check waht I have so far I would be so gratefull, this has been driving me mad.
SX200 IS-100C

 


SimplePortal 2.3.3 © 2008-2010, SimplePortal