IXUS 285 ( IXUS285 ) - page 4 - DryOS Development - CHDK Forum supplierdeeply

IXUS 285 ( IXUS285 )

  • 50 Replies
  • 18228 Views
*

Offline bbk

  • *
  • 6
Re: IXUS 285 ( IXUS285 )
« Reply #30 on: 08 / September / 2020, 10:26:41 »
Advertisements
Thanks, the values in the trunk are definitely wrong for this camera.
This test build should fix that.
Now you can also try the fw-update method to load the chdk.
Let me know if you find any other problems.
If all goes well, I will replace the source code in the previous post with the final version.

Tried with the fw-update method. Havent tried making the SD card bootable.
It works well with all the test cases  you mentioned as expected.

I tried some lua scripts . Just some glitches here and there - else all is fine ! Thanks a lot .
Is there a git repo youplace the source code for the same ? Possible to share it ?

*

Offline blackhole

  • *****
  • 940
  • A590IS 101b
    • Planetary astrophotography
Re: IXUS 285 ( IXUS285 )
« Reply #31 on: 08 / September / 2020, 10:56:12 »
Tried with the fw-update method. Havent tried making the SD card bootable.
It works well with all the test cases  you mentioned as expected.

I tried some lua scripts . Just some glitches here and there - else all is fine ! Thanks a lot .
Is there a git repo youplace the source code for the same ? Possible to share it ?
Thanks for testing!
Here you can find the complete toolchain for compiling chdk if you are using Windows OS: https://chdk.setepontos.com/index.php?topic=12752.0
The source code will be automatically downloaded for all supported cameras.
The source code is also available here: https://subversion.assembla.com/svn/chdk/trunk

The final source code is attached.

*

Offline bbk

  • *
  • 6
Re: IXUS 285 ( IXUS285 )
« Reply #32 on: 09 / September / 2020, 04:52:49 »
Thanks for testing!
Here you can find the complete toolchain for compiling chdk if you are using Windows OS: https://chdk.setepontos.com/index.php?topic=12752.0
The source code will be automatically downloaded for all supported cameras.
The source code is also available here: https://subversion.assembla.com/svn/chdk/trunk

The final source code is attached.

Great ! Thanks a lot @blackhole
Is there a thread that I can find where general discussion on ongoing developments in supporting scripts ( lua ) are discussed ?

*

Offline blackhole

  • *****
  • 940
  • A590IS 101b
    • Planetary astrophotography
Re: IXUS 285 ( IXUS285 )
« Reply #33 on: 09 / September / 2020, 12:50:58 »
Is there a thread that I can find where general discussion on ongoing developments in supporting scripts ( lua ) are discussed ?
I have no idea but you can always open a new topic. :-[


*

Offline fe50

  • ******
  • 3147
  • IXUS50 & 860, SX10 Star WARs-Star RAWs
    • fe50
Re: IXUS 285 ( IXUS285 )
« Reply #34 on: 19 / September / 2020, 11:15:16 »
Added the
  • IXUS 285 / ELPH 360HS 1.00C
full 32MB dump by bbk from this forum post to the CHDK P&S FW dumps repository.

*

Offline reyalp

  • ******
  • 14082
Re: IXUS 285 ( IXUS285 )
« Reply #35 on: 20 / October / 2020, 01:34:55 »
@blackhole
The ixus 285 also has the wrong GPIO address in the source code but it was recently reported that the test version works well with the correct GPIO address (0xC022F48C). That needs to change. There are no reports of any other problems with this camera.
Is that just
Code: [Select]
   *(int*)(0x2dc8) = (*(int*)0xC022F484)&0x80000 ? 0x40000 : 0x20000;
in boot.c, with no changes to the other values?
Don't forget what the H stands for.

*

Offline blackhole

  • *****
  • 940
  • A590IS 101b
    • Planetary astrophotography
Re: IXUS 285 ( IXUS285 )
« Reply #36 on: 20 / October / 2020, 02:34:32 »
Is that just
Code: [Select]
   *(int*)(0x2dc8) = (*(int*)0xC022F484)&0x80000 ? 0x40000 : 0x20000;
in boot.c, with no changes to the other values?
Address and other values are incorrect.
The correct code is:
Code: [Select]
*(int*)(0x2dc8) = (*(int*)0xC022F48C)&0x80000 ? 0x80000 : 0x40000;

*

Offline reyalp

  • ******
  • 14082
Re: IXUS 285 ( IXUS285 )
« Reply #37 on: 22 / October / 2020, 01:22:08 »
Address and other values are incorrect.
The correct code is:
Code: [Select]
*(int*)(0x2dc8) = (*(int*)0xC022F48C)&0x80000 ? 0x80000 : 0x40000;
Thanks, added in trunk 5599.
Don't forget what the H stands for.


Re: IXUS 285 ( IXUS285 )
« Reply #38 on: 12 / May / 2022, 17:46:47 »
Hello guys!

Sorry for resurrecting this thread, but I do not see another option. Is it possible to get the latest build of IXUS 285 CHDK? I have tried Windows and Linux compilation options but either files are unavailable or tools are too old/new, and I've been at it for a few days and it's a mess ... If it's possible that somebody can drop a build here, that's be VERY AWESOME!

Thanks in advance!

*

Offline Caefix

  • *****
  • 945
  • Sorry, busy deleting test shots...
Re: IXUS 285 ( IXUS285 )
« Reply #39 on: 13 / May / 2022, 07:48:24 »
 :blink: ... The compiler logs might be interesting.

... drop a build here,

Not my cam, but compilable, hopefully working.  :D
All lifetime is a loan from eternity.

 

Related Topics