mirror of
https://github.com/rvtr/rmc_website.git
synced 2025-06-18 18:25:31 -04:00
19 lines
1.2 KiB
HTML
Executable File
19 lines
1.2 KiB
HTML
Executable File
---
|
|
layout: devinfo
|
|
app: NandSweeper
|
|
---
|
|
|
|
This allows you to <code>SWEEP</code> or <code>DUMP</code> the NAND and SD card. These features are explained below.<br><br><span style="color:orange;">The app comes in two versions (NTRJ and NTRJ-Secure). I don't know the specific difference between them, but NTRJ-Secure will not boot.</span>
|
|
<h2>SWEEP</h2>
|
|
The <code>SWEEP</code> function allows you to set every byte in NAND or the SD as <code>00, FF, 55, AA</code>, or incremental/decremental and random patterns. The location to start writing is set through the <code>Input Transfer Sector</code>.
|
|
<h2>DUMP</h2>
|
|
<code>DUMP</code> displays a hex dump of the NAND and SD. The <code>Input Sector Address</code> sets the location to start reading from, and dpad-up and dpad-down are used to scroll through the hex dump.
|
|
<div style="text-align:center;">
|
|
<h1>Screenshots:</h1>
|
|
</div>
|
|
|
|
<div class="screenshot">
|
|
<img src="https://cdn.randommeaninglesscharacters.com/assets-dsi/screenshots/NandSweeper/nandsweeper_sweep.png">
|
|
<img src="https://cdn.randommeaninglesscharacters.com/assets-dsi/screenshots/NandSweeper/nandsweeper_dump.png">
|
|
</div>
|