Difference between revisions of "AMPXI:InstallFIRM"

From 3dbrew
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=...")
 
m
 
Line 8: Line 8:
 
| Header code [0x00080080]
 
| Header code [0x00080080]
 
|-
 
|-
| 1
+
| 1-2
| TitleID lower word
+
| u64, Title ID
|-
 
| 2
 
| TitleID upper word
 
 
|}
 
|}
  
Line 22: Line 19:
 
|-
 
|-
 
| 0
 
| 0
| Header code
+
| Header code [0x00080040]
 
|-
 
|-
 
| 1
 
| 1

Latest revision as of 02:48, 10 January 2016

Request[edit]

Index Word Description
0 Header code [0x00080080]
1-2 u64, Title ID

Response[edit]

Index Word Description
0 Header code [0x00080040]
1 Result code

Description[edit]

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.