Commit 0c33c959 authored by tuxuser's avatar tuxuser
Browse files

Info about perConsole files in NAND

parent db8c89cc
Loading
Loading
Loading
Loading
+30 −29
Original line number Diff line number Diff line
@@ -65,35 +65,36 @@ Size: 0x10

## File Entries

| Index | Name          | Format  | Plaintext | Information                    |
| ----- | ------------- | ------- | ----------|------------------------------- |
| 01    | 1smcbl_a.bin  | binary  |        no | SMC bootloader, slot A         |
| 02    | header.bin    | binary  |       yes | XBFS header                    |
| 03    | devkit.ini    | binary  |        no | devkit ini                     |
| 04    | mtedata.cfg   | binary  |        no | MTE data                       |
| 05    | certkeys.bin  | binary  |       yes | Keyblobs & console certificate |
| 06    | smcerr.log    | binary  |        no | SMC error log                  |
| 07    | system.xvd    | xvd     |       yes | SystemOS VM partition          |
| 08    | $sosrst.xvd   | xvd     |       yes | SystemOS restore               |
| 09    | download.xvd  | xvd     |       yes | Download     ???               |
| 10    | smc_s.cfg     | binary  |        no | SMC config - static            |
| 11    | sp_s.cfg      | binary  | partially | SP config - static             |
| 12    | os_s.cfg      | binary  |        no | OS config - static             |
| 13    | smc_d.cfg     | binary  |        no | SMC config - dynamic           |
| 14    | sp_d.cfg      | binary  |        no | SP config - dynamic            |
| 15    | os_d.cfg      | binary  |        no | OS config - dynamic            |
| 16    | smcfw.bin     | binary  |        no | SMC firmware                   |
| 17    | boot.bin      | binary  |        no | Bootloaders                    |
| 18    | host.xvd      | xvd     |       yes | HostOS partition               |
| 19    | settings.xvd  | xvd     |       yes | Settings                       |
| 20    | 1smcbl_b.bin  | binary  |        no | SMC bootloader, slot B         |
| 21    | bootanim.dat  | binary  |       yes | Bootanimation                  |
| 22    | sostmpl.xvd   | xvd     |       yes | SystemOS template              |
| 23    | update.cfg    | binary  |       yes | Update config / log?           |
| 24    | sosinit.xvd   | xvd     |       yes | SystemOS init                  |
| 25    | hwinit.cfg    | binary  |        no | Hardware init config           |
| Index | Name          | Format  | Plaintext | Information                    | Per console |
| ----- | ------------- | ------- | ----------|------------------------------- | ----------- |
| 01    | 1smcbl_a.bin  | binary  |        no | SMC bootloader, slot A         | no          |
| 02    | header.bin    | binary  |       yes | XBFS header                    | no          |
| 03    | devkit.ini    | binary  |        no | devkit ini                     | unknown     |
| 04    | mtedata.cfg   | binary  |        no | MTE data                       | unknown     |
| 05    | certkeys.bin  | binary  |       yes | Keyblobs & console certificate | yes         |
| 06    | smcerr.log    | binary  |        no | SMC error log                  | no          |
| 07    | system.xvd    | xvd     |       yes | SystemOS VM partition          | no          |
| 08    | $sosrst.xvd   | xvd     |       yes | SystemOS restore               | no          |
| 09    | download.xvd  | xvd     |       yes | Download     ???               | no          |
| 10    | smc_s.cfg     | binary  |        no | SMC config - static            | unknown     |
| 11    | sp_s.cfg      | binary  | partially | SP config - static             | yes         |
| 12    | os_s.cfg      | binary  |        no | OS config - static             | unknown     |
| 13    | smc_d.cfg     | binary  |        no | SMC config - dynamic           | unknown     |
| 14    | sp_d.cfg      | binary  |        no | SP config - dynamic            | unknown     |
| 15    | os_d.cfg      | binary  |        no | OS config - dynamic            | unknown     |
| 16    | smcfw.bin     | binary  |        no | SMC firmware                   | unknown     |
| 17    | boot.bin      | binary  |        no | Bootloaders                    | unknown     |
| 18    | host.xvd      | xvd     |       yes | HostOS partition               | no          |
| 19    | settings.xvd  | xvd     |       yes | Settings                       | no          |
| 20    | 1smcbl_b.bin  | binary  |        no | SMC bootloader, slot B         | no          |
| 21    | bootanim.dat  | binary  |       yes | Bootanimation                  | no          |
| 22    | sostmpl.xvd   | xvd     |       yes | SystemOS template              | no          |
| 23    | update.cfg    | binary  |       yes | Update config / log?           | unknown     |
| 24    | sosinit.xvd   | xvd     |       yes | SystemOS init                  | no          |
| 25    | hwinit.cfg    | binary  |        no | Hardware init config           | unknown     |

Note: Only XVD header is plaintext, data portion is encrypted as usual.
Per Console: Is file encrypted via console specific keys or locked to console by SocId.

## Access via SRA/SystemOS