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

[R4iGold only?] cmdGetHWRevision returns chipid instead of hwrev #10

Open
jason0597 opened this issue Dec 7, 2017 · 1 comment
Open

Comments

@jason0597
Copy link
Owner

jason0597 commented Dec 7, 2017

This line from flashcart_core's r4igold.cpp seems to return chipid instead of hwrev, making it so that it would fail this switch statement, and therefore making it say "Flashcart setup failed!" and refuse to proceed. If you add a new case that matches the "hwrev" (really it's the chipid), init will succeed and then read/inject commands will work.

Here's the log it prints out:
[INFO]: R4iGold: Init [NOTICE]: R4iGold: HW Revision = 00000fc2 [NOTICE]: R4iGold: HW Type = a79bca95

I do not know how to go about to fix this issue, or if it's even something that I can fix (flashcart_core issue?)

@jason0597
Copy link
Owner Author

jason0597 commented Dec 10, 2017

Apparently in the old ds_ntrboot_flasher, it would only suceed if you manually ejected and reinserted the flashcart to do a force reset (hence, only in the non _dsi flasher). In _dsi mode it wouldn't work at all, similar to this issue. This is one of the problems that stems from _dsi vs non-_dsi

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

No branches or pull requests

1 participant