Filesystem services: Difference between revisions
No edit summary |
|||
| Line 169: | Line 169: | ||
== OpenBisPartition == | == OpenBisPartition == | ||
Takes a u32 partition ID, returns 0x2EE202 for partitions which do not exist, 0x320002 for partitions which cannot be opened and a valid [[#IStorage]] handle otherwise. | Takes a u32 partition ID, returns 0x2EE202 for partitions which do not exist, 0x320002 for partitions which cannot be opened and a valid [[#IStorage]] handle otherwise. | ||
== MountContentStorage == | == MountContentStorage == | ||
| Line 388: | Line 386: | ||
|} | |} | ||
=BisPartitionID= | |||
* 0: This gives raw access to nand sectors containing the BCT. | |||
* 10: Same as above except this starts with the raw nand sectors for the bootloader in the boot-partition. | |||
* Rest: see [[Flash_Filesystem|here]]. | |||
[[Category:Services]] | [[Category:Services]] | ||