mirror of
https://github.com/rvtr/rmc_website.git
synced 2025-06-18 10:25:30 -04:00
16 lines
942 B
HTML
16 lines
942 B
HTML
---
|
|
layout: devinfo
|
|
app: SDMC_Launcher
|
|
altname: SDMC Launcher
|
|
category: [bootloader/ntrboot]
|
|
sequence: FALSE
|
|
group: true
|
|
preview: /preview.png
|
|
---
|
|
|
|
This is a special <a href="https://dsibrew.org/wiki/Stage2" target="_blank">stage2</a> bootloader that boots an SRL off of the SD card. Only used in factories, this bootloader is installed on every DSi when it enters the <a href="/dsidev/twlboardchecker.html">BOARD</a> phase of testing. This allows the DSi to run tools like <a href="/dsidev/twl_eva_pre_import.html">PRE_IMPORT</a> that will install an actual firmware. SDMC Launcher is found in most copies of TWL EVA and is treated as a fallback bootloader in case certain NAND writing operations fail. <br>SRLs must be signed for the target console in order to be booted.
|
|
<div class="screenshot">
|
|
<img src="{{ site.imgdir }}{{ page.app }}/screenshots/pass.png">
|
|
<img src="{{ site.imgdir }}{{ page.app }}/screenshots/fail1.png">
|
|
</div>
|