PTMSYSM:LaunchFIRMRebootSystem

From 3dbrew
Revision as of 17:18, 3 May 2013 by Yellows8 (talk | contribs) (Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x04090080] |- | 1-2 | u64 passed to PMApp command 0x...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Request

Index Word Description
0 Header code [0x04090080]
1-2 u64 passed to PMApp command 0x0006XXXX.

Response

Index Word Description
0 Header code
1 Result code

Description

This uses PMApp command 0x0006XXXX with the input u64. This then uses svcKernelSetState with Type1 and Param0-Param3 = 0. Then this uses svcKernelSetState with Type3 where Param0=1 to trigger copying the ARM11 kernel FIRM parameters buffer to FCRAM+0, then svcKernelSetState with Type7 is used to trigger a hardware system reboot via the MCU.