Skip to content

the "flash" program in openOS does not warn that the EEPROM is readonly #3682

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

Open
igorkll opened this issue Dec 5, 2023 · 2 comments
Open

Comments

@igorkll
Copy link

igorkll commented Dec 5, 2023

when trying to flash read only eeprom, the flash program does not display a message stating that the flash failed

ff66theone added a commit to ff66theone/OpenComputers that referenced this issue Apr 27, 2025
Potential fix for MightyPirates#3682, declaration of `eeprom` moved to main chunk.
@Ocawesome101
Copy link

how does one make an eeprom read-only?

@ff66theone
Copy link
Contributor

There is a function called eeprom.makeReadOnly(), but the problem I encountered while making the fix was that I can't query the read-only state of the EEPROM, so I resorted to try changing the label, which, I checked in the source code, fails if the EEPROM is read-only.

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

3 participants