Flash Filesystem: Difference between revisions

No edit summary
Magic (talk | contribs)
No edit summary
Line 1: Line 1:
=== NAND structure ===
= NAND structure =


== Boot Partitions ==
== Boot Partitions ==
Line 141: Line 141:
|}
|}


= PRODINFOF =
=== PRODINFOF ===
  PRODINFOF
  PRODINFOF
  ├── Certifications
  ├── Certifications
Line 167: Line 167:
             └── Sequence.log
             └── Sequence.log


= SYSTEM =
=== SYSTEM ===
  SYSTEM
  SYSTEM
  ├── PRF2SAFE.RCV
  ├── PRF2SAFE.RCV
  ├── Contents
  ├── Contents
  │  ├── placehld
  │  ├── registered
  │  │  └── ... [[NCA]]
  │  │  └── ... [[NCA]]
  │  └── registered
  │  └── placehld
  │      └── ... [[NCA]]
  │      └── ... [[NCA]]
  ├── save
  ├── save
  │  └── ...
  │  └── ...
  └── saveMeta
  └── saveMeta
    └── ...
=== SAFE ===
SAFE
├── PRF2SAFE.RCV
├── Contents
│  ├── registered
│  │  └── ... [[NCA]] (nothing installed?)
│  └── placehld
│      └── ... [[NCA]]
└── save
     └── ...
     └── ...