Result of my USB test

Discuss the development of software, tools, libraries and anything else that helps make ps2dev happen.

Moderators: cheriff, Herben

Post Reply
sincro
Posts: 25
Joined: Tue Jan 27, 2004 9:54 am

Result of my USB test

Post by sincro »

Hi ole, i've insert your work in my program.

I've try with usb pen 64Mb USB 1.1 and it work perfect
my second try is usb pen 128Mb 2.0, with pen i'm not able to see directory but only one big file:

Code: Select all

usb_mass: connect: devId=2
usb_mass: connect ok: epI=10, epO=11
DIRECTORY LIST
--------------
    USBCØÿÿÿ.   size:1296064
I'm waiting for next update, if you wold another test ask me via e-mail.

Thanks

sincro
ole
Posts: 92
Joined: Sat May 08, 2004 11:14 pm
Location: Czech Republic

Post by ole »

I've try with usb pen 64Mb USB 1.1 and it work perfect
I'm glad to hear it.
About the problem: I have suspiction that the filesystem is not fat12 or fat16. The fat32 filesystem is not supported yet (I will have to reformat my flash disk and do some tests). But to determine the exact reason I would need to "borrow" a few sectors from your the disk :-). Ok I' ll prepare some diagnostic function in the example program that will show more infos in case of problems like this one.
Thanks for testing and feedback.
sincro
Posts: 25
Joined: Tue Jan 27, 2004 9:54 am

Post by sincro »

ole wrote:
I've try with usb pen 64Mb USB 1.1 and it work perfect
I'm glad to hear it.
About the problem: I have suspiction that the filesystem is not fat12 or fat16. The fat32 filesystem is not supported yet (I will have to reformat my flash disk and do some tests). But to determine the exact reason I would need to "borrow" a few sectors from your the disk :-). Ok I' ll prepare some diagnostic function in the example program that will show more infos in case of problems like this one.
Thanks for testing and feedback.
I've try to format both 16 and 32 fat. With 32 program freeze.

After you have include diagnostic send me and i'll report you the result.

Tnx

sincro

P.S. in my test i'm able to see directory and copy file from mass: to pfs0:
sincro
Posts: 25
Joined: Tue Jan 27, 2004 9:54 am

Post by sincro »

UPDATE

i've try another usb pen 128Mb 2.0, the program freeze when read dir.

with my 64Mb pen now i'm able to navigate all dir. Now i write a recursive copy function.

sincro
Post Reply