Well, Maybe I'm seeing too simple, but these are the steps I tried out:
1. - Added a directory "domotics" into /target/cris-axis-linux-gnu/var - Ran "make images" After the make session was finished and I flashed the image, I didn't see my directory in /var on the FoxBoard. Apparently, nothing was changed.... 2. - Added a directory 'domotics' into /target/cris-axis-linux-gnu/var - Added a soft-link to /var/domotics under /target/cris-axis-linux-gnu: ln -s /var/domotics domotics - Changed the permission of /target/cris-axis-linux-gnu/var/domotics to 01777 (rwxrwxrwt, just like tmp) - Ran "make images" After the make session was finished and I flashed the image, I only saw the soft-link on the FoxBoard. So, the soft-link was taken into account, but not the directory where it was linking to. The /var again didn't contain my "domotics" directory. Am I still missing something in my way of working? Best rgds, --Geert --- In [email protected], "blogic79" <[EMAIL PROTECTED]> wrote: > > --- In [email protected], "Geert Vancompernolle" > <geert.vancompernolle@> wrote: > > > > Hi, > > > > Could somebody tell me: > > > > - where the root file system is located in the distributions? > under devboard/target > > > - how I can add a new directory which is mapped to RAM (not to Flash)? > /var is in ram > > > - how it is "integrated" in the image we have to flash? > edit under target and then run make image or make images, cant > remember which one it was > > > > I see there's a rootfs.img, but can this be changed easily? Is this > > something that can be "re-created" locally and then converted back in > > such .img file? > yes > > > > > Best rgds, > > > > --Geert > > >
