the collaborative CHDK build - page 4 - CHDK Releases - CHDK Forum supplierdeeply

the collaborative CHDK build

  • 249 Replies
  • 167511 Views
*

Offline fe50

  • ******
  • 3147
  • IXUS50 & 860, SX10 Star WARs-Star RAWs
    • fe50
Re: the collaborative CHDK build
« Reply #30 on: 15 / July / 2008, 18:07:24 »
Advertisements
Hi Jucifer,

the Collabuild 447 needs bigger MEMISOSIZE on the SD400, with 0x40000 it bricks the cam, compile log lists filesize=4CDD0;
with MEMISOSIZE=0x4D000 it works normal (tested on fw 1.01b).

*EDIT:
  platform\ixus50_sd400\sub\101a\makefile.inc:MEMISOSIZE=0x40000
  platform\ixus50_sd400\sub\101b\makefile.inc:MEMISOSIZE=0x40000
  platform\sx100is\sub\100c\makefile.inc:MEMISOSIZE=0x40000
  platform\sx100is\sub\100c\makefile.inc://MEMISOSIZE=0x50000
...the others are already 0x50000

Another small thing:
Are there any news with the "MD function would return the number of detected cells" (uBasic / LUA) from this Thread ?
« Last Edit: 16 / July / 2008, 06:29:35 by fe50 »

*

Offline dzsemx

  • ****
  • 302
  • [SX40HS][A650][A630]
Re: the collaborative CHDK build
« Reply #31 on: 16 / July / 2008, 09:48:21 »
Huge bug: A650 does not start up, probably hangs at boot, the blue led stays turned on... A630 works, tried with  the same sd card...
Tried first with own build, after that with yours bulid, but no succes :(
« Last Edit: 16 / July / 2008, 11:30:41 by dzsemx »

Re: the collaborative CHDK build
« Reply #32 on: 16 / July / 2008, 09:52:16 »
I think I lost optical zoom during video recording on my A720is with the latest build.  Anyone else?

Sorry about that.  I did reset my build last night after upgrading to your latest one.  Pulled the batteries twice.  Still would not zoom.

I went home for lunch today and tried it and it worked.  I'm a moron ;)

Anyhow please keep up the great work!
« Last Edit: 16 / July / 2008, 13:00:18 by bbriand »

*

Offline yvesson

  • ***
  • 209
  • A540 SX10IS
    • poll about some pics (not much serious) ^^
Re: the collaborative CHDK build
« Reply #33 on: 16 / July / 2008, 10:51:12 »
Hej,
It works on my A540 with built from 14/07, though it seems I can't come back once I used digital zoom. :/

I would have loved to give the needed infos to improove MD on A540 but the explanations on how to do it were not enough for me unfortunately.


*

Offline Jucifer

  • *****
  • 251
  • [A710IS]
Re: the collaborative CHDK build
« Reply #34 on: 16 / July / 2008, 12:17:08 »
fe50, thanks. As for MD and Lua in general, I think Velo is working on it.


dzsemx, MEMISOSIZE has to be increased also for A650... (forgot to check the needed size when compiling last time... thanks.)


bbriand, are you completely sure? And it worked on the previous build? (Tried resetting config etc.?)


yvesson, I thought the not able to come back from digital zoom -issue was fixed by ewavr on changeset 433. (Works at least on A710.)
I think I'll try to make a bit more step-by-step guide on how to find the needed addresses to improve MD.


PhyrePhoX, when trying different things for the menu modification I found one "bug"... I'll try to fix it before committing & building. (= fail to fix it and commit & build anyway ;)

*

Offline yvesson

  • ***
  • 209
  • A540 SX10IS
    • poll about some pics (not much serious) ^^
Re: the collaborative CHDK build
« Reply #35 on: 16 / July / 2008, 12:40:01 »
yvesson, I thought the not able to come back from digital zoom -issue was fixed by ewavr on changeset 433. (Works at least on A710.)
I think I'll try to make a bit more step-by-step guide on how to find the needed addresses to improve MD.

Hej,
But I tested it right before to post... hadn't noticed that before, and I have your built from 14/07/2008 so changeset 433 should be part of it ?
If so, what can I do to help you or so. else fix that on A540 ?

*

Offline zeno

  • *****
  • 891
Re: the collaborative CHDK build
« Reply #36 on: 16 / July / 2008, 12:50:18 »
Now that I look at conf.c... I think one should reset config when switching to juciphox branch... (I reused some old, unused config IDs. *yet again some evil laughter* Of course those can be moved to the end of the table...)
When new entries are added to trunk's ConfInfo conf_info[] and then added to juciphox with the same numbers (so that the IDs of the following entries have to be incremented), juciphox users have to reset config when updating.
If the new entries are appended to the table, trunk users switching to juciphox have to reset config. What they have to do now anyway. ;)
Bottom line:
appending new IDs = good.
modifying the existing IDs = less good.
Though I'm not completely certain. :]


edit: the remote issue... Should the same enum-type selector be in both menus containing the remote enable -selection? (off - script - no-script - both)

Just a quick note to say that my CFG editor fell over due to that use of "old, unused config IDs" but the new version at An Editor for CHDK.CFG Files now properly supports JuciPhox builds.
A570, S100, Ixus 127
Author of ASSIST, STICK, WASP, ACID, SDMInst, LICKS, WICKS, MacBoot, UBDB, CFGEdit

*

Offline dzsemx

  • ****
  • 302
  • [SX40HS][A650][A630]
Re: the collaborative CHDK build
« Reply #37 on: 16 / July / 2008, 13:44:19 »
ok, i just increased to 0x52000 and works ;)
by the way, the curves feature doesn't work with autodr, ev+1, ev+2 setting, or i missed something.. (isn't done yet?)
i'll take a closer look on the source tomorrow
« Last Edit: 16 / July / 2008, 13:55:59 by dzsemx »


*

Offline Jucifer

  • *****
  • 251
  • [A710IS]
Re: the collaborative CHDK build
« Reply #38 on: 16 / July / 2008, 15:01:27 »
yvesson, juciphox branch should have all the fixes trunk has. Alas, I don't have the skills to improve that feature. :/ Maybe ewavr could help?


zeno, cool. :]


dzsemx, do you have the syscurves.cvf file from CurveUpdate.zip in you chdk folder?


Fixed that one "bug" (in a way), committed & compiled. Now trying to upload the new builds. Dial-up is slooow. :I (edit: done uploading)
« Last Edit: 16 / July / 2008, 16:51:27 by Jucifer »

*

Offline yvesson

  • ***
  • 209
  • A540 SX10IS
    • poll about some pics (not much serious) ^^
Re: the collaborative CHDK build
« Reply #39 on: 16 / July / 2008, 15:06:28 »
yvesson, juciphox branch should have all the fixes trunk has. Alas, I don't have the skills to improve that feature. :/ Maybe ewavr could help?

Hej,
Sorry I tested it again and somehow this time I could zoom back... Seems my cam hanged for other reasons earlier.

 

Related Topics