rmc_website/dsidev/twl_eva/8_prepare.html
2024-10-09 01:40:11 -04:00

31 lines
1.3 KiB
HTML
Executable File

---
layout: devinfo
app: TWL_EVA_PREPARE
altname: PREPARE
category: [TWL EVA]
sequence: TRUE
redirect_from: /dsidev/twl_eva_prepare.html
group: true
---
<b>PREPARE</b> is a tool to write and sign the DSi's HWInfo, a per-console file containing the serial and region. HWInfo is required to boot final firmware (ignored on factory firmware) and so PREPARE is used to <i>prepare</i> the DSi for <a href="/dsidev/twl_eva_import.html">IMPORT</a>.<br>There are two versions, PREPARE and PREPARE SD. The only difference is that PREPARE SD does not include "WRITE SDMC-LNC" (the <a href="/dsidev/sdmc_launcher.html">SDMC Launcher</a>), while the normal PREPARE does. There is also a <a href="/dsidev/twl_eva_prewrite.html">PREWRITE</a> which is very similar in function to PREPARE with a few additions, though PREWRITE is likely not used.<br><br>The tests for both PREPAREs are listed below:<br><br>
<table class="functionlist"><tr><td><pre>
PREPARE:
28-01 FAT NORMAL FORMAT
28-08 MAKE TWLCFG.dat
29-06 INIT HWINFO_S.dat
29-07 INIT HWINFO_N.dat
28-04 WRITE SDMC-LNC
28-09 IMPORT TAD FILES
28-05 LOAD MENU LAUNCHER
28-06 WRITE MENU LAUNCHER
PREPARE SD:
28-01 FAT NORMAL FORMAT
28-08 MAKE TWLCFG.dat
29-06 INIT HWINFO_S.dat
29-07 INIT HWINFO_N.dat
28-09 IMPORT TAD FILES
28-05 LOAD MENU LAUNCHER
28-06 WRITE MENU LAUNCHER
</td></tr></table>