Bootprocess: Difference between revisions
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
== Console Bootlog == | == Console Bootlog == | ||
<syntaxhighlight lang="text"> | <syntaxhighlight lang="text" line enclose="div"> | ||
log here | log here | ||
</syntaxhighlight> | </syntaxhighlight> | ||
{{Reverse Engineering}} | {{Reverse Engineering}} | ||
<noinclude>[[Category:Main]]</noinclude> | <noinclude>[[Category:Main]]</noinclude> |
Revision as of 06:39, 5 October 2014
This article is marked for rewrite/restructuring in proper wiki format. You can help PS4 Developer wiki by editing it. |
Initial Power on
As soon as power is applied to the console, a bootloader inside MediaCon loads the blob "C0000001" (MediaCon firmware) from the main serial flash. The main serial flash is then re-initialized and MediaCon parses a number of configuration settings from the flash before finally loading the blob "C0020001" (wifi/bluetooth chipset firmware) from the flash .
Ethernet, WiFi and Bluetooth are initialized and the ps4 is now in it's standby state. MediaCon waits for a signal to boot the rest of the console.
Booting the APU
...please help filling this in...
Console Bootlog
log here
|