SD990 - page 10 - DryOS Development - CHDK Forum  

SD990

  • 206 Replies
  • 90176 Views
Re: SD990
« Reply #90 on: 02 / April / 2009, 17:57:22 »
Advertisements
I got it working! Keep up the great work on this, I really like what you have done so far!!!

Re: SD990
« Reply #91 on: 03 / April / 2009, 11:31:06 »
Hello.
I've been hard-testing this week the 15th march version (mostly DNG) and I 've got very improved results, mostly about hot pixels.

Quite interesting. What kind of software did you use to get this improved results over JPEG?

Re: SD990
« Reply #92 on: 06 / April / 2009, 09:10:36 »
Hello,
Many thanks for reyalp & co for amazing work!
Can someone explain what is the purpose of  sd990-test-3.patch and how to use it?

Re: SD990
« Reply #93 on: 06 / April / 2009, 13:11:37 »
Gurus,
I've built cross toolchain (on Linux) with binutils-2.18 and gcc-4.3.3 as described.
Building chdk for ixus980, I now get the failure that the processor would not support the "BLX R12" assembly instruction (in boot.c).
Is passing mcpu=arm946e-s -mfpu=fpa the right remedy? As I don't know the hardware, I'm especially doubtful on -mfpu=fpa ... Does the processor have an FPU? If so, shouldn't it be an vfp9?
openSUSE, Canon IXUS 980 IS


Re: SD990
« Reply #94 on: 06 / April / 2009, 15:41:57 »
Is passing mcpu=arm946e-s -mfpu=fpa the right remedy? As I don't know the hardware, I'm especially doubtful on -mfpu=fpa ... Does the processor have an FPU? If so, shouldn't it be an vfp9?
Well, it compiles, but crashes on the camera. Not passing any -mcpu/-march switch (as it always seems to imply something about FPU availability that's not right) and then recompiling the single file that fails (boot.c) with -march=arm5vte to avoid the blx r12 message does the trick for me. I doubt that this is ideal or even clean. Resulting FW then works. (I have battery voltage limits and EFL corrected ...)
openSUSE, Canon IXUS 980 IS

*

Offline reyalp

  • ******
  • 14082
Re: SD990
« Reply #95 on: 06 / April / 2009, 16:23:42 »
Is passing mcpu=arm946e-s -mfpu=fpa the right remedy? As I don't know the hardware, I'm especially doubtful on -mfpu=fpa ... Does the processor have an FPU? If so, shouldn't it be an vfp9?
Well, it compiles, but crashes on the camera. Not passing any -mcpu/-march switch (as it always seems to imply something about FPU availability that's not right) and then recompiling the single file that fails (boot.c) with -march=arm5vte to avoid the blx r12 message does the trick for me. I doubt that this is ideal or even clean. Resulting FW then works. (I have battery voltage limits and EFL corrected ...)

There is a long thread on gcc 4 confguration here (never mind the windows parts)
http://chdk.setepontos.com/index.php/topic,2500.0.html

FWIW, the camera does NOT have an FPU.

Sorry I've been quiet lately on this thread, Real Life has been keeping me extremely busy. I should have a bit more time soon.

Don't forget what the H stands for.

*

Offline reyalp

  • ******
  • 14082
Re: SD990
« Reply #96 on: 06 / April / 2009, 16:25:28 »
Hello,
Many thanks for reyalp & co for amazing work!
Can someone explain what is the purpose of  sd990-test-3.patch and how to use it?

It's a patch against the CHDK source tree. Since you didn't recognize this, it's unlikely to be any use to you. If you want to use CHDK, use the build included in the zip.
Don't forget what the H stands for.

Re: SD990
« Reply #97 on: 07 / April / 2009, 10:20:15 »
Thanks!


Re: SD990
« Reply #98 on: 08 / April / 2009, 20:22:45 »
Anyone know how to make a motion/lightening script or better yet where I could find one???

Thanks

*

Offline reyalp

  • ******
  • 14082
Re: SD990
« Reply #99 on: 09 / April / 2009, 00:19:18 »
Anyone know how to make a motion/lightening script or better yet where I could find one???

Thanks

I ran MDFB (digic III version) successfully. http://chdk.setepontos.com/index.php/topic,471.0.html
 
Don't forget what the H stands for.

 

Related Topics