I'm already on dump number 7, none of the first 6 are complete matches. I know because the md5 hash on every dump has at least a couple .bin files different from all the other dumps. Usually always boot0.bin, full.00.bin. Sometimes also those, plus full.01.bin.
So I'm curious how many times does it take to get to the center of a tootsie pop. No, seriously though. How many dumps did it take for you to get two or more identical NAND dumps?
Both my cards are formatted to exfat and my console was updated when it was on 4.x.x to enable exfat support. That patch brought me to 5.1.0.
The process to format my cards is:
dd if=/dev/zero of=/dev/sdd1 bs=8M status=progress && sync
Once the card is zeroed I use fdisk to partition it and set the partition flag to exfat (number 7 is the partition type)
fdisk /dev/sdd1
After partition I format that exfat partition to a exfat file system with the following.
mkexfatfs /dev/sdd1
I must also add that I do not have file corruption issues on my SD cards. My games all work great.
So my problem is I cannot get multiple identical dumps. Any ideas?
EDIT:
Almost forgot to mention... When the SX OS finishes the NAND dump I am shown a screen that shows "successful" three times. Once for boot, once for full, and then another completed successfully. I don't recall off hand the exact words used in this part. But each time, they all show successful.
So I'm curious how many times does it take to get to the center of a tootsie pop. No, seriously though. How many dumps did it take for you to get two or more identical NAND dumps?
- My Switch firmware is 5.1.0
- I am using SX pro with sx os version 2.0.1
- I have two SD cards SanDisk 128GB microSDXC UHS-I card for Nintendo Switch - SDSQXAO-128G-GN6ZA, purchased from amazon
- To dump the NAND I am using SX OS options menu > NAND > dump full nand.
Both my cards are formatted to exfat and my console was updated when it was on 4.x.x to enable exfat support. That patch brought me to 5.1.0.
The process to format my cards is:
dd if=/dev/zero of=/dev/sdd1 bs=8M status=progress && sync
Once the card is zeroed I use fdisk to partition it and set the partition flag to exfat (number 7 is the partition type)
fdisk /dev/sdd1
After partition I format that exfat partition to a exfat file system with the following.
mkexfatfs /dev/sdd1
I must also add that I do not have file corruption issues on my SD cards. My games all work great.
So my problem is I cannot get multiple identical dumps. Any ideas?
EDIT:
Almost forgot to mention... When the SX OS finishes the NAND dump I am shown a screen that shows "successful" three times. Once for boot, once for full, and then another completed successfully. I don't recall off hand the exact words used in this part. But each time, they all show successful.
Last edited: