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

Erase block should be erased before rewrite #2

Open
ghost opened this issue Jul 21, 2016 · 1 comment
Open

Erase block should be erased before rewrite #2

ghost opened this issue Jul 21, 2016 · 1 comment

Comments

@ghost
Copy link

ghost commented Jul 21, 2016

Hi,

There is an issue in the code writing a ROM.
You can't write twice at the same place on the flash. You need to erase the corresponding erase-block (the flash is divided in 128K erase-blocks) before a rewrite.

See https://github.com/mikeryan/ems-flasher/blob/master/Tech for details (or contact me).

Christophe.

@Stewmath
Copy link
Owner

Stewmath commented Jul 21, 2016

I'm guessing this is only an issue with my multirom support? I don't use it very frequently anymore, preferring to not have a menu, so perhaps I could have missed such a bug. Single roms appear to work fine.

Given that Mike Ryan has multirom support in his version now, this fork seems redundant. So I'm not terribly motivated to fix the issue, especially given my very limited understanding of the protocols. I appreciate the bug report, though.

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

1 participant