website logo
โŒ˜K
๐Ÿ˜€RetroSix Wiki
๐Ÿ› ๏ธRepair & Schematics
Video Standards
Atari 2600
Atari Jaguar
Atari Lynx II
Mattel Intellivision
Game Boy
Game Boy Pocket
Game Boy Color
Game Boy Advance
Game Boy Advance SP
Game Gear
PC Engine GT
PlayStation 2
SNES
Sega Multi Mega
Sega Saturn
Nintendo Switch
Xbox Original
Xbox One S
Xbox Series S
Xbox Series X
Playstation 5
๐Ÿ•น๏ธGame Development
๐Ÿ“ฆRetroSix Products
๐ŸšฅLED Mods
๐Ÿ› ๏ธSend In Repair Service
๐Ÿ’ฏPrestige Shells & Consoles
๐Ÿ”‹CleanJuice Battery Upgrade
๐Ÿ”ŠCleanAmp Audio Amplifier
๐Ÿ”Glass Lenses
๐ŸฌOrdering & Shipping
๐Ÿ“Design Your Own Templates
๐Ÿ•น๏ธGame Gear
๐ŸŽซStickers & Decals
๐ŸŽฎPrinted Shells
๐ŸกHomeware
Docs powered byย archbeeย 
11min

eMMC Booting

Here are some incomplete notes of the eMMC booting and attempt to find a stage of boot that confirms 100% if the eMMC is bad/corrupt in terms of not giving the Switch its desired data to pass on to second stage boot.

Here are the pins you can use to probe. The only real important pins for basic testing of activity are below. We just want to see the clock is active and the eMMC is sending data at certain times.

eMMC Pins
eMMC Pins
๏ปฟ

eMMC Clock

Make sure your console is booting to at least first stage boot, and your current draw is usually close to the 200mA range at the point of eMMC activity.

Use an oscilloscope to probe the eMMC clock pin, which should be running a clock signal at 24MHz (12 nanoseconds per cycle) and 1.8V (with peaks showing just over 2V).

eMMC Clock
eMMC Clock
๏ปฟ

The clock will run 100% of the time while the system is on, even if there is no eMMC or a bad eMMC, it is a direct line from the 24MHz clock. You should always see this signal present.

eMMC Data

The data pins (any of them) are perfect for showing the activity and stages of boot of the console. But for these scopes we used the second from bottom DATA pin (so third data down).

There appears to be 3 stages of boot, with a small one between the first and second stage boot, which I think is just a security check.

Full Successful Boot

Set the scope to 1 second per division to see almost the entire cycle of boot. Have your oscilloscope touching the data pin on the eMMC before powering on the console, as this boot cycle happens only once so if you are not probing when powering up you will miss it.

Here is what a fully successful working eMMC and full console boot looks like on the 3rd data pin down.

Successful eMMC boot
Successful eMMC boot
๏ปฟ

The important part that is different between a successful boot and a bad/wrong eMMC is the first stage boot. If we zoom in we can see more detail.

Zoomed in working First Stage Boot
Zoomed in working First Stage Boot
๏ปฟ

For ease of reference I have labelled the sub-sections of the first stage boot area as F1, F2, F3 and F4.

Let us zoom in once more right into the F1 section of the first stage boot, which is what we are interested in.

F1 First Stage Boot Successful Check
F1 First Stage Boot Successful Check
๏ปฟ

This F1 block on a successful boot will pulse for around 20 pulses of data, and a total of 2 milliseconds in time. Then it will do nothing and stay high for a period before going into F2, F3 and F4 stages.

Wrong/Bad eMMC Boot

As the eMMC is tied to the console and cannot be replaced or swapped while maintaining the ability to run the stock Nintendo firmware (you can run RCM boots with any eMMC, just not official Nintendo firmware), it is important to identify when the wrong eMMC is used, or a bad eMMC (failed/corrupt data or bad connections perhaps).

The same console with a successful boot, with an eMMC from another console will only reach the first stage boot F1. It will not get to F2 sub-phase of the First Stage Boot.

If we take a look at F1 at the same time divisions as the working boot above, you will see F1 lasts much longer, and has a distinctive 19 short pulses followed by longer pulses, then short and long until it settles on outputting all long pulses for around 100 milliseconds. In contrast a successful F1 boot is 2 milliseconds.

F1 First Stage Boot Failed Check
F1 First Stage Boot Failed Check
๏ปฟ

My suspicion here is this is an ID check that confirms the encrypted information in the eMMC matches between the eMMC and console, and if that fails, it asks for the information again several times until giving up as a failed boot.

Either way, the tell tail sign of a bad read/wrong eMMC data seems to be this pattern of F1 being much different with short bursts then long.

Failed vs Successful F1 eMMC Boot
Failed vs Successful F1 eMMC Boot
๏ปฟ

TLDR; How To Check For Failed eMMC Boot

In short, probe the 3rd data pin down on the eMMC board, set your multimeter to 50 milliseconds per division with a trigger of 1V, turn on the console and look for the above comparison between successful vs failed eMMC boot.

No eMMC

If you remove the eMMC completely, the system will still boot to the same stage (first stage boot) but there will be no activity at all on any of the data pins.

Updated 03 Mar 2023
Did this page help you?
Yes
No
UP NEXT
Power Up Basics (Xbox Original)
Docs powered byย archbeeย 
TABLE OF CONTENTS
eMMC Clock
eMMC Data
Full Successful Boot
Wrong/Bad eMMC Boot
TLDR; How To Check For Failed eMMC Boot
No eMMC