Ijust can't leave things alone.

This commit is contained in:
Ian Skinner 2023-05-22 22:17:04 -04:00
parent 3e13e47852
commit 73784bff9e
3 changed files with 8 additions and 4 deletions

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2023-05-22T22:06:40-04:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">rmcs site</title><entry><title type="html">Nintendo DS Cart Mod To Make A WiFi Board Flasher</title><link href="http://localhost:4000/2023/04/13/nintendo_ds_cart_mod_to_make_a_wifi_board_flasher.html" rel="alternate" type="text/html" title="Nintendo DS Cart Mod To Make A WiFi Board Flasher" /><published>2023-04-13T00:00:00-04:00</published><updated>2023-04-13T00:00:00-04:00</updated><id>http://localhost:4000/2023/04/13/nintendo_ds_cart_mod_to_make_a_wifi_board_flasher</id><content type="html" xml:base="http://localhost:4000/2023/04/13/nintendo_ds_cart_mod_to_make_a_wifi_board_flasher.html"><![CDATA[A few months ago I came across a <a href="http://imaginglabo.web.fc2.com/DSL-Fw.htm">repair/modding blog</a> where DS carts were used as donors for repairing DS lite WiFi boards (these store the firmware). The blog showed how the flash chips in game carts and WiFi boards were interchangable, which was actually what led me to making the <a href="/dsidev/guide/ds-ique-firmware.html">custom iQue WiFi board</a>. There was one other thing on the site that interested me: a mod to turn a DS cartridge into a WiFi board flasher. <?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2023-05-22T22:16:32-04:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">rmcs site</title><entry><title type="html">Nintendo DS Cart Mod To Make A WiFi Board Flasher</title><link href="http://localhost:4000/2023/04/13/nintendo_ds_cart_mod_to_make_a_wifi_board_flasher.html" rel="alternate" type="text/html" title="Nintendo DS Cart Mod To Make A WiFi Board Flasher" /><published>2023-04-13T00:00:00-04:00</published><updated>2023-04-13T00:00:00-04:00</updated><id>http://localhost:4000/2023/04/13/nintendo_ds_cart_mod_to_make_a_wifi_board_flasher</id><content type="html" xml:base="http://localhost:4000/2023/04/13/nintendo_ds_cart_mod_to_make_a_wifi_board_flasher.html"><![CDATA[A few months ago I came across a <a href="http://imaginglabo.web.fc2.com/DSL-Fw.htm">repair/modding blog</a> where DS carts were used as donors for repairing DS lite WiFi boards (these store the firmware). The blog showed how the flash chips in game carts and WiFi boards were interchangable, which was actually what led me to making the <a href="/dsidev/guide/ds-ique-firmware.html">custom iQue WiFi board</a>. There was one other thing on the site that interested me: a mod to turn a DS cartridge into a WiFi board flasher.
<br><br> <br><br>
<span style="font-size: .8vw;">To simplify things I'm going to refer to the WiFi board as "board", DS cartridge as "cart". Also note that "save chip" and "flash chip" are the same, though I use both terms for the cart and board, respectively.</span> <span style="font-size: .8vw;">To simplify things I'm going to refer to the WiFi board as "board", DS cartridge as "cart". Also note that "save chip" and "flash chip" are the same, though I use both terms for the cart and board, respectively.</span>
<br><br> <br><br>

View File

@ -105,7 +105,9 @@ The SL1 terminal on the DS lite, located by the volume switch, is used to write-
<img src="/assets/dsi/release/USG-CPU-X4/IMG_5437.jpg" style="width:30%;height:auto;"><br> <img src="/assets/dsi/release/USG-CPU-X4/IMG_5437.jpg" style="width:30%;height:auto;"><br>
<img src="/assets/dsi/release/USG-CPU-X4/IMG_5439.jpg" style="width:45%;height:auto;"> <img src="/assets/dsi/release/USG-CPU-X4/IMG_5439.jpg" style="width:45%;height:auto;">
<img src="/assets/dsi/release/USG-CPU-X4/IMG_5440.jpg" style="width:45%;height:auto;"><br><br> <img src="/assets/dsi/release/USG-CPU-X4/IMG_5440.jpg" style="width:45%;height:auto;"><br>
<span style="font-size:0.5vw;">Thanks to Kaisaan, Garhoogin, and Kezerker for editing, as well as xprism and togemet2 for additional info.</span><br>
</div>
</div> </div>
</div> </div>
<img src="/assets/dsi/widebarnoprompt_d.png" style="width:94vw;margin-right:10%:margin-top:3%;"> <img src="/assets/dsi/widebarnoprompt_d.png" style="width:94vw;margin-right:10%:margin-top:3%;">

View File

@ -71,7 +71,7 @@ The X4 is a later stage prototype, as not much else changed from the X4 to the f
The firmware was dumped as soon as the console was recieved, and dissapointingly it came back as the worldwide region with a builddate of 2006/03/08 11:19, which is <a href="https://tcrf.net/Nintendo_DS#Version_Reporting_.26_Revisions">the latest worldwide firmware</a> to have been released. The BIOS also matched retail, though, as one user stated, "not surprised since bios was finalized earlier than 2006". Considering how the X3 board documents submitted to the FCC were in 2006, this would make much sense.<br><br> The firmware was dumped as soon as the console was recieved, and dissapointingly it came back as the worldwide region with a builddate of 2006/03/08 11:19, which is <a href="https://tcrf.net/Nintendo_DS#Version_Reporting_.26_Revisions">the latest worldwide firmware</a> to have been released. The BIOS also matched retail, though, as one user stated, "not surprised since bios was finalized earlier than 2006". Considering how the X3 board documents submitted to the FCC were in 2006, this would make much sense.<br><br>
There might be an explanation for the very new retail firmware on the console: SL1.<br> There might be an explanation for the very new retail firmware on the console: SL1.<br>
The SL1 terminal on the DS lite, located by the volume switch, is used to write-protect the firmware. When SL1 is open, it is impossible to edit the firmware. This board's SL1 was soldered shut, meaning someone was tampering with the firmware. It may have been done by Nintendo (the ever handy FCC docs show that they did officially solder this shut on some prototypes) or it may just have been someone who purchased it at some point down the line. Big bummer either way.<br> The SL1 terminal on the DS lite, located by the volume switch, is used to write-protect the firmware. When SL1 is open, it is impossible to edit the firmware. This board's SL1 was soldered shut, meaning someone was tampering with the firmware. It may have been done by Nintendo (the ever handy FCC docs show that they did officially solder this shut on some prototypes) or it may just have been someone who purchased it at some point down the line. Big bummer either way.<br>
<img src="https://cdn.discordapp.com/attachments/704065693813047368/1110048812053049365/image.png" style="width:20.5%;height:auto;"> <img src="/assets/dsi/release/USG-CPU-X4/12.png" style="width:20.5%;height:auto;">
<div style="text-align:center;"><h1>X4 Photos:</h1> <div style="text-align:center;"><h1>X4 Photos:</h1>
<img src="/assets/dsi/release/USG-CPU-X4/IMG_5446.jpg" style="width:30%;height:auto;"> <img src="/assets/dsi/release/USG-CPU-X4/IMG_5446.jpg" style="width:30%;height:auto;">
<img src="/assets/dsi/release/USG-CPU-X4/IMG_5447.jpg" style="width:30%;height:auto;"> <img src="/assets/dsi/release/USG-CPU-X4/IMG_5447.jpg" style="width:30%;height:auto;">
@ -105,7 +105,9 @@ The SL1 terminal on the DS lite, located by the volume switch, is used to write-
<img src="/assets/dsi/release/USG-CPU-X4/IMG_5437.jpg" style="width:30%;height:auto;"><br> <img src="/assets/dsi/release/USG-CPU-X4/IMG_5437.jpg" style="width:30%;height:auto;"><br>
<img src="/assets/dsi/release/USG-CPU-X4/IMG_5439.jpg" style="width:45%;height:auto;"> <img src="/assets/dsi/release/USG-CPU-X4/IMG_5439.jpg" style="width:45%;height:auto;">
<img src="/assets/dsi/release/USG-CPU-X4/IMG_5440.jpg" style="width:45%;height:auto;"><br><br> <img src="/assets/dsi/release/USG-CPU-X4/IMG_5440.jpg" style="width:45%;height:auto;"><br>
<span style="font-size:0.5vw;">Thanks to Kaisaan, Garhoogin, and Kezerker for editing, as well as xprism and togemet2 for additional info.</span>
</div>
</div> </div>
</div> </div>
<img src="/assets/dsi/widebarnoprompt_d.png" style="width:94vw;margin-right:10%:margin-top:3%;"> <img src="/assets/dsi/widebarnoprompt_d.png" style="width:94vw;margin-right:10%:margin-top:3%;">