You can use MTD_PHRAM to use that memory area as a MTD device; then with MTD_BLOCK you can use that as a block device. Be sure that nothing else (e.g. a video driver) is touching that memory otherwise it will explode in a spectacular way(seriously, you risk a massive corruption of your filesystems)


Reply With Quote
(seriously, you risk a massive corruption of your filesystems)
