AMPXI:InstallFIRM: Difference between revisions
Jump to navigation
Jump to search
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00080080] |- | 1 | TitleID lower word |- | 2 | TitleID upper word |} =Response=..." |
Steveice10 (talk | contribs) mNo edit summary |
||
Line 8: | Line 8: | ||
| Header code [0x00080080] | | Header code [0x00080080] | ||
|- | |- | ||
| 1 | | 1-2 | ||
| u64, Title ID | |||
| | |||
|} | |} | ||
Line 22: | Line 19: | ||
|- | |- | ||
| 0 | | 0 | ||
| Header code | | Header code [0x00080040] | ||
|- | |- | ||
| 1 | | 1 |
Latest revision as of 02:48, 10 January 2016
Request
Index Word | Description |
---|---|
0 | Header code [0x00080080] |
1-2 | u64, Title ID |
Response
Index Word | Description |
---|---|
0 | Header code [0x00080040] |
1 | Result code |
Description
This installs the data loaded from the specified FIRM title's NCCH ExeFS, to the NAND FIRM partitions. The titleID uniqueID must be zero, therefore only NATIVE_FIRM can be installed with this command. When the firm0 partition is not corrupted, firm1 is written first. Otherwise when firm0 is corrupted, firm0 is written first.