--- layout: devinfo app: TWL_EVA_PREPARE altname: PREPARE category: [TWL EVA] sequence: TRUE redirect_from: /dsidev/twl_eva_prepare.html group: true --- PREPARE 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 prepare the DSi for IMPORT.
There are two versions, PREPARE and PREPARE SD. The only difference is that PREPARE SD does not include "WRITE SDMC-LNC" (the SDMC Launcher), while the normal PREPARE does. There is also a PREWRITE which is very similar in function to PREPARE with a few additions, though PREWRITE is likely not used.

The tests for both PREPAREs are listed below:

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