about this blog
Here you can find latest hack progress reports and other raw information.
tags
recent entries
Donate for GH1 hack project!
-April 23, 2010
GH1 firmware update research
-April 19, 2010
GH1 related
-April 17, 2010
More info on Panasonic
-April 14, 2010
Panasonic Cameras
-April 12, 2010
recent comments
When your supplemental succeeds, you on too. You aren’t in contention with each other to ...
-October 03, 2019
In some ways, splitting from with a co-conspirator you logical with but aren’t married to ...
-October 03, 2019
When your share in succeeds, you follow to too. You aren’t in make an analogy ...
-October 02, 2019
In some ways, splitting from with a doodad you accepted with but aren’t married to ...
-October 02, 2019
When your party succeeds, you succeed to too. You aren’t in controversy with each other ...
-October 02, 2019
archive
april 2010
march 2010
september 2009
august 2009
topics
General (13)
Dumping (1)
Disassembling (5)
Features (0)
admin* | AUGUST 2009
Friday, August 7, 2009
3:54
Dumping
Now you can dump any firmware from most PENTAX DSLR models.
How to do it?
Make two MODSET.xxx files
First MODSET.xxx file |
[CPU_ROM_STORE] |
Second MODSET.xxx file |
[DSP_ROM_STORE] |
Copy first file to root of your flash card.
Turn on your camera. Wait before dumping is completed. Turn camera off.
Copy second file to root of your flash card.
Turn on your camera. Wait before dumping is completed.
You'll have two files on flash card now.
Send them to us in archived form ONLY if Pentax have no available firmware for your model. But we are interested in K7 beta and v1.0 firmware images.
Dumping comments (2)
Friday, August 7, 2009
3:46
How to turn build in script interpreter
You must enable script mode :
MODSET.xxx file |
[SCRIPT_EN_MODE EN] |
Make 'AUTORUN.xxx' file (xxx same as in MODSET file) with script inside.
Available BASIC keywords |
END, EXIT, PAUSE, WAIT, GOTO, IFGOTO, ALLCLR, CLS, PRINT, LANGUAGE, COLOR, $ % ( for values ) GOSUB, IFGOSUB , RETURN, IF, ELSE,
WHILE, INTERVAL, CYCLE, FILEOUT, FSEARCH,
TIMERON, TIMEROFF. |
Looks like quite full functional BASIC You could try "hello world" first.
AUTORUN.xxx hello world example |
PRINT "Hello World"; EXIT |
According to first test results, you must turn camera on with MENU button and after firmware version number you'll see your program execution result.
Test volunteers are welcome.
General comments (11)
|
|