Extract fat image from flashrom/filesystem

  • Please support our website. Thank you.
  • Looking for something?

    Try our custom search:

    Advanced search

Re: Extract fat image from flashrom/filesystem

Postby hanturaya » Wed Feb 24, 2010 7:45 am

Hello again,

Try #1 with YFormat only:
"Found Format File, Size is 12"
Erase: .................
Ok
---> partitioning step DID NOT come up at all...
---> straight away display startup photo and hangs... :x

Try #2 with 3 files:
"Found Bootloader File, Size Is 32,768"
---> display hangs on that screen...
---> same after waited for 30 minutes... :shock:

Try #3 with OS82C + YFAPP only:
"Found OS File, Size Is 34,458,684"
Read: .......................
---> Hangs after 100% read...
---> same after waited for 30 minutes... :roll:

Regards,
hanturaya
Junior Member
Junior Member
 
Posts: 10
Joined: Tue Feb 02, 2010 5:05 am

Re: Extract fat image from flashrom/filesystem

Postby ablbd » Wed Feb 24, 2010 8:53 am

Obviously it doesn't reflash bootloader and is refusing to create/reflash shell (menu) file.

I found this thread
http://wiki.dealextreme.com/GPS%20info% ... %20similar).ashx#A_new_alternative_menu_31

Until now all your trials were based on OS file recovered from your friend's device; as a last resort, you could download the 2 packages from there and try them.
User avatar
ablbd
Full Member
Full Member
 
Posts: 64
Joined: Wed Nov 18, 2009 8:03 pm

Re: Extract fat image from flashrom/filesystem

Postby hanturaya » Wed Feb 24, 2010 12:21 pm

Tried that before... didn't work.... :evil:
Now, where's that screwdriver.... :lol:
hanturaya
Junior Member
Junior Member
 
Posts: 10
Joined: Tue Feb 02, 2010 5:05 am

Re: Extract fat image from flashrom/filesystem

Postby ablbd » Wed Feb 24, 2010 1:24 pm

After looking into bootloader I didn't expected that v2 would work.
What it worryes me is that it's not reflashing bootloader, yours may have been slightly corrupted...

Maybe you should try with following files in sd root: yformat, os82c, bltd82c, yfaap and yfupdate. Create on the same sd a directory called "ResidentFlash2" and put there the files I uploaded earlier, actually 2 directoryes with files inside.
Try simple hard reset and/or combined soft reset pressed while hard reset...
User avatar
ablbd
Full Member
Full Member
 
Posts: 64
Joined: Wed Nov 18, 2009 8:03 pm

Re: Extract fat image from flashrom/filesystem

Postby ablbd » Wed Feb 24, 2010 9:34 pm

BTW, you could try also this package http://www.megaupload.com/?d=4WTG2KCW
It is rom version 11.3, one of the newest for this type of devices and probably the last one (they switched to CE6)... You won't find it elsewhere on the net cause it came several month ago on a private "channel" directly from China.
User avatar
ablbd
Full Member
Full Member
 
Posts: 64
Joined: Wed Nov 18, 2009 8:03 pm

Re: Extract fat image from flashrom/filesystem

Postby hanturaya » Tue Mar 02, 2010 3:07 am

Hi again,

Tried all options... the hammer is out... the YF82c misery ended... :lol:

Thanks so much for the guidance and help... although it did not solve my problem, maybe there are others who benefited from the process...

Regards,

ablbd wrote:BTW, you could try also this package http://www.megaupload.com/?d=4WTG2KCW
It is rom version 11.3, one of the newest for this type of devices and probably the last one (they switched to CE6)... You won't find it elsewhere on the net cause it came several month ago on a private "channel" directly from China.
hanturaya
Junior Member
Junior Member
 
Posts: 10
Joined: Tue Feb 02, 2010 5:05 am

Re: Extract fat image from flashrom/filesystem

Postby ablbd » Thu Mar 04, 2010 5:52 pm

Hi
Returning to DiskRW subject, I sadly announce that this excellent tool will NOT work on CE6. At least not without modifications...

After a short glance in it's dissasembly, I will enumerate some of the reasons:
-CE6 is not supporting SetKmode API; only few dll's from OS can run in kernel mode, all other are running in user mode
-CE6 has a completely different memory layout which is not allowing one process to access other's process' or kernel's memory; this means that SetPermission(0xFFFFFFFF) API will not work (and is not supported by coredll)

Besides that, programs using following API's will not work too:
-KernelIoControl: protected API which cannot be called from user mode
-fastcalls and function calls using GetProcAddress: direct memory access is forbidden

It's not an exhaustive enumeration just a hint why ce4...ce5 programs will not work in ce6
User avatar
ablbd
Full Member
Full Member
 
Posts: 64
Joined: Wed Nov 18, 2009 8:03 pm

Re: Extract fat image from flashrom/filesystem

Postby ojejoe » Sat Apr 17, 2010 5:34 pm

ablbd wrote:It's not an exhaustive enumeration just a hint why ce4...ce5 programs will not work in ce6

Hi ablbd,
I haven't been here for awhile.
What is the reason, the ce5 programs don't work on ce4?
ojejoe
Junior Member
Junior Member
 
Posts: 48
Joined: Fri Nov 06, 2009 11:48 pm

Re: Extract fat image from flashrom/filesystem

Postby ablbd » Mon Apr 19, 2010 10:43 am

ojejoe wrote:What is the reason, the ce5 programs don't work on ce4?


There is no particular reason as for CE6. Is only question of dependencies and/or some coredll functions which are called by the program and may not be present in certain devices. Pick up from ce5 all dependencies + coredll and copy them into same directory where your application is started from (...or cook the rom of that particular device with a ce5 coredll :D ).

Keep in mind that dumped dll's will work in ram only if they were included in rom as FILES, so look after dependecies in packages/patches where dll's are relocated.
User avatar
ablbd
Full Member
Full Member
 
Posts: 64
Joined: Wed Nov 18, 2009 8:03 pm

Re: Extract fat image from flashrom/filesystem

Postby redband » Fri Jun 18, 2010 9:14 pm

After following various threads on various forums, I had a go at extracting a firmware from my Navigo v2, CE5 based GPS
It all looks fine and installs (more or less) but binmod fails (doesn't find TOC)

Anyway, ablbd (or ojejoe) any chance you could use your tool to extract the bin files for us? or perhaps share the tool??

http://www.megaupload.com/?d=DDGEMUFF

Cheers

Red
redband
Newbie
 
Posts: 1
Joined: Wed Jun 16, 2010 1:32 pm

Re: Extract fat image from flashrom/filesystem

Postby phuongnt » Mon Jun 21, 2010 7:10 am

hanturaya wrote:Hi again,

Tried all options... the hammer is out... the YF82c misery ended... :lol:

Thanks so much for the guidance and help... although it did not solve my problem, maybe there are others who benefited from the process...

Regards,

ablbd wrote:BTW, you could try also this package http://www.megaupload.com/?d=4WTG2KCW
It is rom version 11.3, one of the newest for this type of devices and probably the last one (they switched to CE6)... You won't find it elsewhere on the net cause it came several month ago on a private "channel" directly from China.


Don't give up hanturaya. Please see my post here http://www.dealextreme.com/forums/Forum ... did.593550 and try my uploaded firmware here http://www.megaupload.com/?d=WOMA1UJ4.

My GPS PNA is from Masada, I think yours is the same.
phuongnt
Newbie
 
Posts: 3
Joined: Mon Jun 21, 2010 7:07 am

Re: Extract fat image from flashrom/filesystem

Postby ablbd » Tue Jun 22, 2010 7:06 pm

redband wrote:Anyway, ablbd (or ojejoe) any chance you could use your tool to extract the bin files for us? or perhaps share the tool??
http://www.megaupload.com/?d=DDGEMUFF

I would but whole day megaupload replied with "The file you are trying to access is temporarily unavailable"... and I'm accessing it from a premium account.

That program is an experimental one, far from being released.
User avatar
ablbd
Full Member
Full Member
 
Posts: 64
Joined: Wed Nov 18, 2009 8:03 pm

Re: Extract fat image from flashrom/filesystem

Postby ablbd » Wed Jun 23, 2010 9:24 am

@redband
http://www.megaupload.com/?d=M56F7CY2
Copy files from \boot into the root of an sd, let's hope that is going to work. If not, I will need additional RAM dumps to figure out what the bootloader is expecting.
User avatar
ablbd
Full Member
Full Member
 
Posts: 64
Joined: Wed Nov 18, 2009 8:03 pm

Re: Extract fat image from flashrom/filesystem

Postby Bananengourmet » Fri Jun 25, 2010 9:09 am

Hi.

I am new here and will start with the problem I have:

I have an image of a ROM which is in .bin format.
So now I would like to make it flashable as I have the same problem as ojeoje described on page 2:
Only NK.bin, TinyNK.bin, ... are accepted by my device.

Can somebody help me with a kind of HowTo to split it up accordingly?
I do understand I have to look for ECEC in ROM which I did. 7 times in total.
How do I find the end of the sections and what section is what file (NK, ...)?

Any help appreciated.
Bananengourmet
Newbie
 
Posts: 5
Joined: Fri Jun 25, 2010 9:01 am

Re: Extract fat image from flashrom/filesystem

Postby ablbd » Fri Jun 25, 2010 9:18 am

I've seen upgrades which are combining all those parts in one bin but in that case usually it has also a "special" name. Upload the .bin to look what is all about.
User avatar
ablbd
Full Member
Full Member
 
Posts: 64
Joined: Wed Nov 18, 2009 8:03 pm

PreviousNext

Return to Development

Who is online

Users browsing this forum: fredoss, Google Adsense [Bot] and 3 guests