mirror of
https://github.com/rvtr/rmc_website.git
synced 2025-10-31 13:31:21 -04:00
79 lines
3.1 KiB
HTML
79 lines
3.1 KiB
HTML
---
|
|
title: DS WiFi Board Firmware Locations
|
|
layout: dsiware
|
|
---
|
|
<style>
|
|
.float-container {
|
|
border: 0px solid #fff;
|
|
font-size: 0;
|
|
}
|
|
|
|
.float-child1 {
|
|
width: 40%;
|
|
height: 40%;
|
|
float: left;
|
|
padding: 1vw;
|
|
}
|
|
|
|
.float-child2 {
|
|
width: 20%;
|
|
height: 40%;
|
|
float: right;
|
|
padding: 1vw;
|
|
}
|
|
</style>
|
|
<div class="float-container">
|
|
<div class="float-child1">
|
|
<div class="container">
|
|
<div class="imageOne image">
|
|
<img src="/assets/dsi/widebarnoprompt_u.png" style="width:95.5vw;">
|
|
<img src="/assets/dsi/widepromptnobar.png" style="width:95.5vw;height:215vw;">
|
|
<img src="/assets/dsi/widebarnoprompt_d.png" style="width:95.5vw;">
|
|
</div>
|
|
<div class="othertext" style="width:93vw;">
|
|
<h1>DS WiFi Board Firmware Locations</h1>
|
|
<span style="color:red;">This is intended to be used with <a href="#">this guide</a> on turning a US console into an Chinese (iQue) or Korean one.</span><br>
|
|
The DS WiFi board contains the DS lite firmware. There appear to be two different versions of the WiFi board. To simplify things, I will call them "1X" and "2X" (not the actual IDs of the boards).
|
|
<br><br>
|
|
<h2>1X Board</h2>
|
|
1X looks to be the more common design, and is slightly smalled than its counterpart. 1X has the firmware flash chip located on the A side.<br>The board in the photos is listed by the code <code>A/B-14</code>, but similar boards appear to have codes anywhere in the 10s.
|
|
<h3>A Side:</h3>
|
|
<img src="/assets/dsi/ds-lite_wifi_board_1x_shell_front.jpg" style="width:30%;height:auto;">
|
|
<img src="/assets/dsi/ds-lite_wifi_board_1x_board_front.jpg" style="width:30%;height:auto;">
|
|
<h3>B Side:</h3>
|
|
The firmware chip is shown here as <code>25FW203T</code>. It may also be labelled "35PE20VP" or something similar. Note that the code for the chip is facing the right edge of the board. It must be positioned like this or the chip can't be read.<br>
|
|
<img src="/assets/dsi/ds-lite_wifi_board_1x_shell_back.jpg" style="width:30%;height:auto;">
|
|
<img src="/assets/dsi/ds-lite_wifi_board_1x_board_back.jpg" style="width:30%;height:auto;">
|
|
<br>
|
|
<h2>2X Board</h2>
|
|
2X boards don't seem to be as common. 2X has the firmware flash chip located on the B side.<br>The board in the photos is listed by the code <code>A/B-21</code>, but similar boards appear to have codes anywhere in the 20s.
|
|
<h3>A Side:</h3>
|
|
The firmware chip is shown here as <code>25FW203T</code>. It may also be labelled "35PE20VP" or something similar. Note that the code for the chip is facing the left edge of the board. It must be positioned like this or the chip can't be read.<br>
|
|
<img src="/assets/dsi/ds-lite_wifi_board_2x_shell_front.jpg" style="width:30%;height:auto;">
|
|
<img src="/assets/dsi/ds-lite_wifi_board_2x_board_front.jpg" style="width:30%;height:auto;">
|
|
<h3>B Side:</h3>
|
|
<img src="/assets/dsi/ds-lite_wifi_board_2x_shell_back.jpg" style="width:30%;height:auto;">
|
|
<img src="/assets/dsi/ds-lite_wifi_board_2x_board_back.jpg" style="width:30%;height:auto;">
|
|
<br>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div style="text-align:center;">
|
|
|
|
</div>
|
|
</div>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|