More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox-3DS-Homebrews | {{Infobox-3DS-Homebrews | ||
| title = firm_payload_bootstrap | | title = firm_payload_bootstrap | ||
| type = System Tools | | type = System Tools | ||
| version= | | version=2017 | ||
| lastupdated = 2017/01/03 | | lastupdated = 2017/01/03 | ||
| licence = Mixed | | licence = Mixed | ||
Line 9: | Line 8: | ||
| website = https://github.com/yellows8/firm_payload_bootstrap | | website = https://github.com/yellows8/firm_payload_bootstrap | ||
| download = https://dlhb.gamebrew.org/3dshomebrew/firm_payload_bootstrap.rar | | download = https://dlhb.gamebrew.org/3dshomebrew/firm_payload_bootstrap.rar | ||
| source = | | source = https://github.com/yellows8/firm_payload_bootstrap | ||
}} | }} | ||
<youtube>oQsZ_MCmht4</youtube> | <youtube>oQsZ_MCmht4</youtube> | ||
This is for booting an arm9 payload embedded in the built arm9bin. This is intended for running [ | This is for booting an arm9 payload embedded in the built arm9bin. This is intended for running [https://github.com/yellows8/bootldr9_rawdevice bootldr9_rawdevice], but other binaries could be used as well. The arm11code is setup to jump to code initialized by the arm9 payload once signaled. This requires the [https://github.com/derrekr/ctr_firm_builder ctr_firm_builder] tool, since this is intended for use under a FIRM binary. | ||
This must be built with the "ARM9PAYLOADPATH={path}" make param. | This must be built with the "ARM9PAYLOADPATH={path}" make param. |
Revision as of 12:23, 16 September 2021
Template:Infobox-3DS-Homebrews
This is for booting an arm9 payload embedded in the built arm9bin. This is intended for running bootldr9_rawdevice, but other binaries could be used as well. The arm11code is setup to jump to code initialized by the arm9 payload once signaled. This requires the ctr_firm_builder tool, since this is intended for use under a FIRM binary.
This must be built with the "ARM9PAYLOADPATH={path}" make param.