-
Notifications
You must be signed in to change notification settings - Fork 16
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
add missing SPI flash chips #48
base: master
Are you sure you want to change the base?
Conversation
also increase the max freq to 25MHz
How would you retrieve the JEDEC ID if it's unrecognized? |
I'll spit out a message on boot, "spi-nor: unrecognized JEDEC id bytes aa bb cc ...", the "aa", "bb" and "cc" parts are the ones I'm interested in (plus the info of what console they're in, of course) You can use something like |
JEDEC bytes |
Ok, according to gbatek your chip is a "32B", "3XH"... thing About the lower screen thing, it might be a situation similar to what godmode9 went through for years. Try getting the latest firm_linux_loader, it might fix it. |
The latest firm_linux_loader and arm9linuxfw make it hang on boot,
actually. Might be an issue with the zImage I made.
…On Fri, May 14, 2021 at 7:29 PM Wolfvak ***@***.***> wrote:
Ok, according to gbatek your chip is a "32B", "3XH"... thing
It seems to follow the same scheme as "5A32", so it's as easy as adding
the ID.
About the lower screen thing, it might be a situation similar to what
godmode9 went through for years. Try getting the latest firm_linux_loader,
it might fix it.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#48 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHE6CQPPDYK66IGN2HORDXLTNW543ANCNFSM444YU4XA>
.
|
European New 3DS XL, purchesed in 2015 (might look at the motherboard later), reports 20 58 0c 00 00 00. (That's without the branch - I'm assuming that's the chip that was added here, so this probably isn't of much use :p) |
Ok, so everyone has already seen the "unknown SPI flash chip" error or whatever, the flash chips are fairly obscure and there's basically no data available on them, other than what nocash has already figured out
We can assume they're designed to be NDS-compatible, so they need to expose at least 128KB worth of data - this doesn't mean much, because the "5A32" chip in old3DS consoles (at least mine, an XL) does expose and wraparound every 128K, but it doesn't allow writing to anything except the first 4K and the last 3.25K of the 128K area.
Right now it's been added as a very simple 4K chip, but this might need to change, either to write a driver that allows us to expose this highly specific and non-standard information, or to just say it has 128K worth of memory and hope nobody tries to write to the remaining 94.33% area that's not writable.
I need more data to try and add as many chips as possible - if you can boot this branch and it doesn't detect the chip in your system, please send us the JEDEC ID it displays and as much info as possible.
More info available on https://problemkaputt.de/gbatek.htm#dsfirmwareserialflashmemory