Author |
Message |
LabLab
Joined: 17 Oct 2007
Posts: 306
Location: Europe
|
Posted: Sun Dec 30, 2007 17:19 Post subject: Pendrive with AU9380 controller
|
|
I have pendrive (no name) 64 MB working on AU9380 controller.
In dump we find FAT, but i dont understand alghorithm AU9380 work.
We upload 2000 bloc around FAT to your FTP (AU9380_2000block.rar)
|
|
|
Сергей

Joined: 26 Aug 2005
Posts: 20282
Flash-Extractor developer
|
Posted: Tue Jan 08, 2008 19:42 Post subject:
|
|
no mix
Try:
Block_number / 0000
Block_size 0x4200
Marker 518/519
|
|
|
LabLab
Joined: 17 Oct 2007
Posts: 306
Location: Europe
|
Posted: Wed Jan 16, 2008 1:54 Post subject:
|
|
Disk image is OK, but many folders is broken and unrecognizable. We upload this image to your FTP (DiskAU9380.rar).
Please, see in this image.
|
|
|
Алексей Алексеевич

Joined: 28 Nov 2005
Posts: 98
Location: Moscow, Soft-Center
|
Posted: Wed Jan 16, 2008 18:00 Post subject:
|
|
0000 parameters is correct.
make FAT32->check dirs
look groups of constant differences.
Addjust filter parameter- banks
|
|
|
LabLab
Joined: 17 Oct 2007
Posts: 306
Location: Europe
|
Posted: Thu Jan 17, 2008 0:35 Post subject:
|
|
I don't understand. How make it?
Log filter after execute block_number 0000 for sector 0x4200 and marker 518/519 is:
Bank Space: 0x0
Cut begin: 0
Full blocks: false
Banks: 1
00 / 0x000 / 0xff9
End
And next....?
|
|
|
Алексей Алексеевич

Joined: 28 Nov 2005
Posts: 98
Location: Moscow, Soft-Center
|
Posted: Thu Jan 17, 2008 15:34 Post subject:
|
|
I think that banks > 1.
I misstake
I need full dump to say more
|
|
|
LabLab
Joined: 17 Oct 2007
Posts: 306
Location: Europe
|
Posted: Thu Jan 17, 2008 17:12 Post subject:
|
|
n your FTP we upload AU9380_dump.rar
|
|
|
Сергей

Joined: 26 Aug 2005
Posts: 20282
Flash-Extractor developer
|
Posted: Fri Jan 18, 2008 13:31 Post subject:
|
|
Block_Number / 0000
Block Size: 0x4200
Sector: 512/16
Marker: 519
|
|
|
LabLab
Joined: 17 Oct 2007
Posts: 306
Location: Europe
|
Posted: Fri Jan 18, 2008 14:30 Post subject:
|
|
Works OK.
But...how work marker 518/519?
Util mix marker 518 and 519 ?
|
|
|
Сергей

Joined: 26 Aug 2005
Posts: 20282
Flash-Extractor developer
|
Posted: Fri Jan 18, 2008 14:37 Post subject:
|
|
For block_number / 0000:
Marker 518/519 mean:
Code: | Block_Number = byte[518]*0x100 + byte[519] |
In other words 16-bit number: 8-bit from 518 + 8-bit from 519
Marker 519 mean:
Code: | Block_Number = byte[519] |
In other words 8-bit number from 519
In this flash 518 byte is not block_number.
Its bank_number.
|
|
|
|