On the default setup of the MPC8313E-RDB I see:
/dev/ram0 mounted as /
rwfs mounted as /mnt/rwfs
shm mounted as /dev/shm
How can I see which partition is mounted to which memory device (NAND/NOR)?
How can I get access to the NAND and NOR flash memory so that I can write a simple file?
A 'touch my_file' creates the file but it is destroyed on every reboot.
I've tried 'touch /my_file' and 'touch /mnt/rwfs/my_file' and 'touch /dev/shm/my_file' and every time the file is destroyed. Am I really writing into DDR? How can I create a flash partition to write it?
Message Edited by MarkB on
2008-10-15 11:04 PMMessage Edited by MarkB on
2008-10-15 11:04 PM