Writing in the physical memory contiki

2019-09-09 15:50发布

问题:

I'm using Linux distribution contiki OS,,

I want to write info into file in the physical memory not logical ,,

I try this ex using CFS (Coffee contiki file system) and it work fine (write (cfs_write) and read (cfs_read)),, but i could not find where is the file store (the path) ,, then i found that it's store in the logical memory _,

https://github.com/contiki-os/contiki/wiki/Coffee-filesystem-example

,,