IXUS 310 HS (Elph 500 HS / IXY 31S) - available from the autobuild server - page 5 - DryOS Development - CHDK Forum  

IXUS 310 HS (Elph 500 HS / IXY 31S) - available from the autobuild server

  • 73 Replies
  • 51407 Views
Re: IXUS 310 HS (Elph 500 HS / IXY 31S) - available from the autobuild server
« Reply #40 on: 29 / October / 2011, 18:27:52 »
Advertisements
I quickly took the windows way. I commented out #define for play and power buttons. Compile went successful in both gcc version. But I am way too dumb to find out where are the things I should copy to my SD card. I have no DISKBOOT.BIN or so.

Is this the wrong expectation? What should I copy to my SD card?

Thanks!

nekut

*

Offline philmoz

  • *****
  • 3450
    • Photos
Re: IXUS 310 HS (Elph 500 HS / IXY 31S) - available from the autobuild server
« Reply #41 on: 29 / October / 2011, 18:53:47 »
I quickly took the windows way. I commented out #define for play and power buttons. Compile went successful in both gcc version. But I am way too dumb to find out where are the things I should copy to my SD card. I have no DISKBOOT.BIN or so.

Is this the wrong expectation? What should I copy to my SD card?

Thanks!

nekut

The build should end up in the trunk/bin directory.
If you use CHDK-Shell it will be trunk/trunkNNNN/bin directory (where NNNN is the SVN version number).
Depending on what target you build you will either have the DISKBOOT.BIN and PS.FI2 files or a .zip files similiar to those downloaded from the autobuild server.

If you get stuck let me know your firmware version and I'll post a pre-compiled version.

Phil.
CHDK ports:
  sx30is (1.00c, 1.00h, 1.00l, 1.00n & 1.00p)
  g12 (1.00c, 1.00e, 1.00f & 1.00g)
  sx130is (1.01d & 1.01f)
  ixus310hs (1.00a & 1.01a)
  sx40hs (1.00d, 1.00g & 1.00i)
  g1x (1.00e, 1.00f & 1.00g)
  g5x (1.00c, 1.01a, 1.01b)
  g7x2 (1.01a, 1.01b, 1.10b)

Re: IXUS 310 HS (Elph 500 HS / IXY 31S) - available from the autobuild server
« Reply #42 on: 29 / October / 2011, 19:16:25 »
Well they are generated when I clicked debug! I guess otherwise they were done and "cleaned".

On testing!

nekut

Re: IXUS 310 HS (Elph 500 HS / IXY 31S) - available from the autobuild server
« Reply #43 on: 29 / October / 2011, 19:41:02 »
It is working as expected! Camera is revived. I am looking forward to show to the person who gave it to me. He already got a new camera, I will offer installing CHDK for him as well.

It is simply brilliant to solve a hardware damage with additional software. Premium engineering. Congrats!

nekut


*

Offline tommi2water

  • ***
  • 157
  • IXUS 220 HS Firmware: 1.00c
Re: IXUS 310 HS (Elph 500 HS / IXY 31S) - available from the autobuild server
« Reply #44 on: 30 / November / 2011, 10:19:43 »
When I compared shooting.c from ELPH500 to ELPH300 I probably found a wrong entry in ELPH500 shooting.c file:
Code: [Select]
    { MODE_SCN_POSTER_EFFECT,   33319 },
    { MODE_SCN_POSTER_EFFECT,   33309 },

I assume that it should be:
Code: [Select]
    { MODE_SCN_POSTER_EFFECT,   33319 },
    { MODE_COLOR_ACCENT,   33309 },

Update:
attached: shooting.c.patch for ELPH500 subversion integration
« Last Edit: 30 / November / 2011, 10:49:48 by tommi2water »

Re: IXUS 310 HS (Elph 500 HS / IXY 31S) - available from the autobuild server
« Reply #45 on: 01 / December / 2011, 17:26:11 »
I just dumped my new Elph 500 HS, it has 1.01C, dumped with cBasic Universal Dumper
http://ul.to/xyz6ah4h

*

Offline philmoz

  • *****
  • 3450
    • Photos
Re: IXUS 310 HS (Elph 500 HS / IXY 31S) - available from the autobuild server
« Reply #46 on: 01 / December / 2011, 19:57:14 »
I just dumped my new Elph 500 HS, it has 1.01C, dumped with cBasic Universal Dumper
http://ul.to/xyz6ah4h

Attached is an initial test version for firmware 1.01c.

Phil.
CHDK ports:
  sx30is (1.00c, 1.00h, 1.00l, 1.00n & 1.00p)
  g12 (1.00c, 1.00e, 1.00f & 1.00g)
  sx130is (1.01d & 1.01f)
  ixus310hs (1.00a & 1.01a)
  sx40hs (1.00d, 1.00g & 1.00i)
  g1x (1.00e, 1.00f & 1.00g)
  g5x (1.00c, 1.01a, 1.01b)
  g7x2 (1.01a, 1.01b, 1.10b)

*

Offline fe50

  • ******
  • 3147
  • IXUS50 & 860, SX10 Star WARs-Star RAWs
    • fe50
Re: IXUS 310 HS (Elph 500 HS / IXY 31S) - available from the autobuild server
« Reply #47 on: 02 / December / 2011, 03:59:50 »
@Serfer
1. Hello & welcome !
2. Thanks for the dump !

@Phil.
...wow, fast as a lightning strike !  8) 

Added the
  • IXUS310 / ELPH500 1.01C
full 16MB dump (dumped with cBasic udumper) provided by Serfer from this forum post to the box.net/chdk repository.


Re: IXUS 310 HS (Elph 500 HS / IXY 31S) - available from the autobuild server
« Reply #48 on: 02 / December / 2011, 12:01:05 »
I just dumped my new Elph 500 HS, it has 1.01C, dumped with cBasic Universal Dumper
http://ul.to/xyz6ah4h

Attached is an initial test version for firmware 1.01c.

Phil.

It works so far, many thanks!

Re: IXUS 310 HS (Elph 500 HS / IXY 31S) - available from the autobuild server
« Reply #49 on: 08 / December / 2011, 15:58:17 »
I just dumped my new Elph 500 HS, it has 1.01C, dumped with cBasic Universal Dumper
http://ul.to/xyz6ah4h

Attached is an initial test version for firmware 1.01c.

Phil.

Hi Phil,

 I just tried to install it on my IXUS 310. As soon as I selected update firmware, the screen went black and now my camera is not starting.

Please help.

Thanks,
Anshley

 

Related Topics