Rockbox Development > Starting Development and Compiling

how to make rockbox support >4G file?

(1/2) > >>

powerpan:
what I could do to make it support a big file > 4G?

saratoga:
FAT32 doesn't support 4GB files, so I guess you'd have to add support for another file system.

Its probably easier to just not use >4GB files.

powerpan:
I ported rockbox on linux, so I need 4G file support

Chronon:
I'm pretty sure that Rockbox as an Application isn't bound by the FAT32 restriction.  The host operating system should handle file system access in that case.

powerpan:
but the data structure will limit this.
like size of off_t, I think there might be more than this limits the decode for large file.

uncompress file and lossless file will easily break 4G limit.

I'm starting to port it to support upnp, like renderer to be control by remote computer/android pad. file size will be a headache later while it could access NAS.

Navigation

[0] Message Index

[#] Next page

Go to full version