Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WILL NOT Read Corona v6 4gb NAND, Wiring is correct, and neat. #43

Open
BluntSlapp opened this issue Apr 10, 2024 · 2 comments
Open

WILL NOT Read Corona v6 4gb NAND, Wiring is correct, and neat. #43

BluntSlapp opened this issue Apr 10, 2024 · 2 comments

Comments

@BluntSlapp
Copy link

As the title states. J-runner finds my console fine, even starts to read it, but it fails about 3 seconds in with a different error code each time.

I've tried literally everything I can think of, this NAND is also completely fine, I was using it this morning.

I've checked my wiring, I've checked, and double checked the wiring diagram, rgh3 is installed correctly, etc.

I'm really pulling at stings to find a reason as to why this would happen, so I thought I'd let yall know.

@roomert
Copy link

roomert commented Sep 23, 2024

Sorry for the late comment.

Had this issue myself, the Pico is unable to read the 4GB consoles as it functions as an SPI flasher and its storage is WAAAAAY too small to handle the data coming off of the NAND chip. You need to get an actual programmer, XFlasher is the goto one.

@huck0031
Copy link

huck0031 commented Dec 8, 2024

Having the same issue here, what's strange is I managed to r/w a Corona 4gb Nand perfectly fine a couple weeks ago, but it seems the current board I'm working on is just not having it (production date . I have re soldered dozens of times and have tried multiple Picos, I will update when I receive my SD Tool as I have decided to go that route for this particular system.

This particular board I am having problems with is a X857330-003-4GB

Below is the last few lines of my console.log file:


=========================================================================
J-Runner with Extras
Session: 12/07/2024 23:13:33
Version: 3.3.0 r4
Status: Up to date

WARNING - Working Folder!
Your working folder is not empty, click Show Working Folder to view its contents

Checking Console...
Corona: 4GB (eMMC connected)

Checking Console...
Corona: 4GB (eMMC connected)

Reading Nand to C:\Users\olivi\OneDrive\Documents\xboxTools\J-Runner-with-Extras\output\nanddump1.bin
Error: 230E3672

Read Successful!

Initializing nanddump1.bin, please wait...
Glitch2 selected
Nand Initialization Finished

Cancelled


=========================================================================
J-Runner with Extras
Session: 12/07/2024 23:17:05
Version: 3.3.0 r4
Status: Up to date

WARNING - Working Folder!
Your working folder is not empty, click Show Working Folder to view its contents

Checking Console...
Corona: 4GB (eMMC connected)

Checking Console...
Corona: 4GB (eMMC connected)

Reading Nand to C:\Users\olivi\OneDrive\Documents\xboxTools\J-Runner-with-Extras\output\nanddump1.bin
Error: 27DB12BF

Read Successful!

Initializing nanddump1.bin, please wait...
Glitch2 selected
Nand Initialization Finished

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@roomert @BluntSlapp @huck0031 and others