2009-02-17 02:25:27 Writing back to flash
andy (UNITED STATES)
Message: 69499
Hi
Am using BF537 Core module from tinyboards.com. Am using ext2 filesystem. The root file system is loaded onto the ram from the flash. Everytime I make changes to the files or create files they are removed upon reboot. I guess that the changes made are not written back to the flash. How should I get make the changes permenant i.e. reside even after reboot?
thanks.
QuoteReplyEditDelete
2009-02-17 05:44:08 Re: Writing back to flash
Daniele Pagani (ITALY)
Message: 69520
Dear Andy,
I think that a good solution is to read here:
docs.blackfin.uclinux.org/doku.php?id=linux-kernel:mtd
in order to understand Memory Technology Devices.
Daniele.