Difference between revisions of "AM:UpdateFirmwareAuto"

From 3dbrew
Jump to navigation Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x040F0000] |} =Response= {| class="wikitable" border="1" |- ! Index Word ! Des...")
 
m
 
(2 intermediate revisions by 2 users not shown)
Line 23: Line 23:
  
 
=Description=
 
=Description=
Same as [[AM:InstallFIRM]] except the titleID used here is loaded by AM module with [[AMPXI:GetTitleList]], this titleID is [[FIRM|NATIVE_FIRM]]. The titleID used here is the first titleID from the loaded title-list which is a CTR system [[Title_list|title]], where uniqueID=0.
+
Same as [[AM:UpdateFirmwareTo]] except the titleID used here is loaded by AM module with [[AMPXI:GetTitleList]], this titleID is [[FIRM|NATIVE_FIRM]]. The titleID used here is the first titleID from the loaded title-list which is a CTR system [[Title_list|title]], where uniqueID=0. After obtaining this titleID, AM module then uses command [[AMPXI:GetTitleInfo]], the titleID-low and title-version from this are then compared with data stored in [[Configuration Memory]]. If these title-info checks fail, AM module will return result-code 0xD8A083FA. The [[AMPXI:InstallFIRM]] command is only used if these title-info checks pass.

Latest revision as of 07:30, 17 April 2016

Request[edit]

Index Word Description
0 Header code [0x040F0000]

Response[edit]

Index Word Description
0 Header code
1 Result code

Description[edit]

Same as AM:UpdateFirmwareTo except the titleID used here is loaded by AM module with AMPXI:GetTitleList, this titleID is NATIVE_FIRM. The titleID used here is the first titleID from the loaded title-list which is a CTR system title, where uniqueID=0. After obtaining this titleID, AM module then uses command AMPXI:GetTitleInfo, the titleID-low and title-version from this are then compared with data stored in Configuration Memory. If these title-info checks fail, AM module will return result-code 0xD8A083FA. The AMPXI:InstallFIRM command is only used if these title-info checks pass.