mirror of
https://github.com/rvtr/rmc_website.git
synced 2025-06-18 18:25:31 -04:00
32 lines
1.1 KiB
HTML
Executable File
32 lines
1.1 KiB
HTML
Executable File
---
|
|
layout: devinfo
|
|
app: TWL_EVA_PREWRITE
|
|
altname: PREWRITE
|
|
category: [TWL EVA]
|
|
sequence: TRUE
|
|
redirect_from: /dsidev/twl_eva_prewrite.html
|
|
group: true
|
|
---
|
|
This is most likely a test to see if HWInfo and the final firmware can be written or not. <b>PREWRITE</b> creates and signs HWInfo just like <a href="/dsidev/twl_eva_prepare.html">PREPARE</a> does, though PREWRITE seems to have extra steps such as backing up/restoring logs during formatting. PREWRITE writes the following log entry which is not found in any DSi logs. This means PREWRITE is likely not used.
|
|
<br>
|
|
<code>0,PWRITE,OK,1.3, , , ,S/N=,</code>
|
|
<br><br>This is the PREWRITE function list:
|
|
<table class="functionlist"><tr><td><pre>
|
|
09-07 RTC FAT TO RAW
|
|
31-12 LOG BACKUP TO MMEM
|
|
12-07 TP CALDATA TO MMEM
|
|
28-01 FAT NORMAL FORMAT
|
|
31-14 LOG RESTORE FROM MMEM
|
|
28-08 MAKE TWLCFG.dat
|
|
29-06 INIT HWINFO_S.dat
|
|
29-07 INIT HWINFO_N.dat
|
|
09-06 RTC RAW TO FAT
|
|
12-08 TP CALDATA TO FAT
|
|
28-07 CLEAR NOR DATA
|
|
28-04 WRITE SDMC-LNC
|
|
28-09 IMPORT TAD FILES
|
|
28-05 LOAD MENU LAUNCHER
|
|
28-06 WRITE MENU LAUNCHER
|
|
31-15 WRITE PREWRITE LOG
|
|
</td></tr></table>
|