From dad0a49ee7d1138df5782e11e1a02620ed22c2d8 Mon Sep 17 00:00:00 2001 From: Lillian Skinner Date: Fri, 25 Oct 2024 13:49:42 -0400 Subject: [PATCH] Testing better embeds --- _layouts/dsiware.html | 12 ++++++++++-- _layouts/release.html | 19 +++++-------------- dsidev/ctrboardchecker.html | 1 + dsidev/release/USG-CPU-X4.html | 1 + dsidev/release/dev-nands.html | 1 + dsidev/release/proto-factory.html | 1 + dsidev/sdmc_launcher.html | 1 + dsidev/twl_eva/0_board.html | 1 + dsidev/twl_eva/b_wrfu.html | 1 + index.html | 5 ----- 10 files changed, 22 insertions(+), 21 deletions(-) diff --git a/_layouts/dsiware.html b/_layouts/dsiware.html index f17063a..384d7e5 100755 --- a/_layouts/dsiware.html +++ b/_layouts/dsiware.html @@ -10,7 +10,11 @@ {% if page.app == null -%} {{ page.title }} | rmc - + {% if page.preview == null -%} + + {%- else -%} + + {%- endif %} @@ -20,7 +24,11 @@ {%- if ENTRY.PUBLISHED == "TRUE" -%} {{ page.app }} | {{ site.title }} - + {% if page.preview == null -%} + + {%- else -%} + + {%- endif %} diff --git a/_layouts/release.html b/_layouts/release.html index e3cce1a..4555b81 100755 --- a/_layouts/release.html +++ b/_layouts/release.html @@ -9,23 +9,14 @@ {% if page.app == null -%} {{ page.title }} | rmc - + {% if page.preview == null -%} + + {%- else -%} + + {%- endif %} - {%- else -%} -{%- for ENTRY in site.data.dsinfo -%} - {%- if ENTRY.PROGRAM == page.app -%} - {%- if ENTRY.PUBLISHED == "TRUE" -%} - {{ page.app }} | {{ site.title }} - - - - - - {%- endif -%} - {%- endif -%} -{%- endfor -%} {%- endif %} diff --git a/dsidev/ctrboardchecker.html b/dsidev/ctrboardchecker.html index 820b29e..55d48ad 100644 --- a/dsidev/ctrboardchecker.html +++ b/dsidev/ctrboardchecker.html @@ -1,6 +1,7 @@ --- layout: devinfo app: CTRBoardChecker +preview: /external/image-084.jpg --- The CTR CPU Board Sequencer is a tool used in the prouction of the 3DS. The Sequencer is made to run on a DSi called the "factory DSi", an all white kiosk dev unit. The Sequencer allows the factory DSi to act as an interface for various factory hardware. Factory workers will run tests, view the 3DS status, and diagnose errors through the Sequencer. It's hard to tell how many parts of the factory process may have used the Sequencer and factory DSi, but the known ones have been documented below.

The Sequencer app is built off of the same code as TWL EVA and looks similar, but it does not have any of the normal TWL EVA functions. diff --git a/dsidev/release/USG-CPU-X4.html b/dsidev/release/USG-CPU-X4.html index d55d5a3..692606c 100755 --- a/dsidev/release/USG-CPU-X4.html +++ b/dsidev/release/USG-CPU-X4.html @@ -2,6 +2,7 @@ title: X4 prototype DS lite layout: release releaseslug: usg-x4 +preview: /photos/1.jpg ---

X4 Prototype released

A new prototype DS lite has been discovered by lasscat and ProtonX! Huge thanks to both for sharing the console and helping to get it preserved!

Origin:

diff --git a/dsidev/release/dev-nands.html b/dsidev/release/dev-nands.html index 163c8cc..2fcfe89 100755 --- a/dsidev/release/dev-nands.html +++ b/dsidev/release/dev-nands.html @@ -2,6 +2,7 @@ title: Classroom + MangaON DSi dev NANDs layout: release releaseslug: classroom +preview: /photos/classroom_open.jpg ---

Classroom + MangaON DSi dev NANDs

The following 8 NAND dumps are from various DSi development units (and 2 retail), some of which were used for developing the Classroom DSi and MangaON. Each console is briefly explained below, along with downloads links for each backup. A development cartridge containing the KART program has also been included in this release.
Many thanks to @collection_nintendo on Instagram for providing the dumps.
diff --git a/dsidev/release/proto-factory.html b/dsidev/release/proto-factory.html index b603192..30499a3 100755 --- a/dsidev/release/proto-factory.html +++ b/dsidev/release/proto-factory.html @@ -2,6 +2,7 @@ title: X6 DSi and factory firmwares layout: release releaseslug: factoryproto +preview: /photos/X6/X6_open.jpg ---

X6 DSi and factory firmwares

Today we're happy to release a prototype DSi and 3 other motherboards with prototype firmware. Huge thanks to MarioDS64 for sharing his X6 DSi, HudsonU for his factory firmware, and Kelly for helping me get ahold of my two boards. diff --git a/dsidev/sdmc_launcher.html b/dsidev/sdmc_launcher.html index 72c7a1b..05b2e53 100644 --- a/dsidev/sdmc_launcher.html +++ b/dsidev/sdmc_launcher.html @@ -1,6 +1,7 @@ --- layout: devinfo app: SDMC_Launcher +preview: /preview.png --- This is a special stage2 bootloader that boots an SRL off of the SD card. Only used in factories, this bootloader is installed on every DSi when it enters the BOARD phase of testing. This allows the DSi to run tools like PRE_IMPORT that will install an actual firmware. SDMC Launcher is found in most copies of TWL EVA and is treated as a fallback bootloader in case certain NAND writing operations fail.
SRLs must be signed for the target console in order to be booted. diff --git a/dsidev/twl_eva/0_board.html b/dsidev/twl_eva/0_board.html index 51eb900..84ec581 100755 --- a/dsidev/twl_eva/0_board.html +++ b/dsidev/twl_eva/0_board.html @@ -6,6 +6,7 @@ sequence: TRUE redirect_from: /dsidev/twlboardchecker.html group: true +preview: /preview.png --- BOARD is the first phase of DSi testing in the factory. A bare DSi motherboard would be placed in a special box, and hardware tests would be performed to ensure there are no shorts or other faults. All of these tests would be controlled externally by a DS lite running the TWL CPU Board Sequencer app. While we don't have photos of the DSi testing hardware, you can see a similar thing with the CTR BOARD process below, where a DSi would control tests on a 3DS motherboard.

diff --git a/dsidev/twl_eva/b_wrfu.html b/dsidev/twl_eva/b_wrfu.html index e3a570a..0fd2966 100755 --- a/dsidev/twl_eva/b_wrfu.html +++ b/dsidev/twl_eva/b_wrfu.html @@ -6,6 +6,7 @@ sequence: TRUE redirect_from: /dsidev/wrfutester.html group: true +preview: /external/WRFU_BOX_I.jpg --- All photos courtesy of Voodooween.

diff --git a/index.html b/index.html index eab11ee..a5911f7 100755 --- a/index.html +++ b/index.html @@ -21,11 +21,6 @@

Welcome to random meaningless characters!

Welcome! This site is focused on documenting every single DS/DSi factory and development app, as well as prototype firmwares and hardware. We have the largest collection of apps publicly available, the most accurate information, and things you'll have never heard of. We also do prototype/dev releases, so if you have any cartridges or development units, get in touch

Also, if you have time to contribute, please check out the edit button on the top of each page! - -

- Testing area: -
- {{ "now" | date: "%Y-%m-%d %H:%M" }}