Skip to content

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

Open
@codeThatThinks

Description

@codeThatThinks

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions