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

Switch EEPROM out for NOR flash for non-volatile storage #6

Open
codeThatThinks opened this issue Dec 29, 2021 · 0 comments
Open

Switch EEPROM out for NOR flash for non-volatile storage #6

codeThatThinks opened this issue Dec 29, 2021 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@codeThatThinks
Copy link
Owner

User settings were supposed to be stored on the I2C EEPROM, however the AT34 does not use the same addressing scheme as the AT24, therefore the kernel driver can only access the first 2KB. The driver also does not support mounting as a block device. A larger NOR flash could be placed on SPI1 and have the same write cycle life but be mountable as a /dev/mtd* device.

@codeThatThinks codeThatThinks added bug Something isn't working enhancement New feature or request labels Dec 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant