mirror of
https://github.com/rvtr/rmc_website.git
synced 2025-10-31 13:31:21 -04:00
added factory NAND
This commit is contained in:
parent
c1c0a2caa7
commit
153da11268
@ -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-04-17T12:57:56-04:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">rmc’s 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-04-19T19:05:45-04:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">rmc’s 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>
|
||||
<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>
|
||||
|
||||
@ -68,6 +68,9 @@
|
||||
<loc>http://localhost:4000/dsidev/ecconfigview.html</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://localhost:4000/pages/photography/flowers.html</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://localhost:4000/dsidev/dsishop/SMC/font_check/shopmock/fontlist_01_index.html</loc>
|
||||
</url>
|
||||
<url>
|
||||
@ -278,6 +281,10 @@
|
||||
<lastmod>2023-02-17T15:53:46-05:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://localhost:4000/pages/photography/</loc>
|
||||
<lastmod>2023-04-17T18:09:25-04:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://localhost:4000/pages/studentportal/studentportal.html</loc>
|
||||
<lastmod>2023-02-12T19:00:15-05:00</lastmod>
|
||||
</url>
|
||||
|
||||
BIN
assets/dsi/DSi_Factory_NAND-VJF100033106.zip
Normal file
BIN
assets/dsi/DSi_Factory_NAND-VJF100033106.zip
Normal file
Binary file not shown.
BIN
assets/other/why_@rolfie.png
Normal file
BIN
assets/other/why_@rolfie.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 33 KiB |
7
pages/photography/flowers.html
Normal file
7
pages/photography/flowers.html
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
title: Home
|
||||
layout: default
|
||||
---
|
||||
|
||||
<div class="content">
|
||||
<div class="text">
|
||||
12
pages/photography/index.html
Normal file
12
pages/photography/index.html
Normal file
@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title></title>
|
||||
</head>
|
||||
<body>
|
||||
<header></header>
|
||||
<main></main>
|
||||
<footer></footer>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Reference in New Issue
Block a user