Meanwhile . . . I'm destroying this SD card trying to get PRU C compiler working without CCS, and without losing my sanity . . .
On Mon, Oct 19, 2015 at 4:42 PM, Robert Nelson <[email protected]> wrote: > On Mon, Oct 19, 2015 at 6:39 PM, Robert Nelson <[email protected]> > wrote: > > On Mon, Oct 19, 2015 at 6:36 PM, William Hermans <[email protected]> > wrote: > >>> It's not in local ram, it's on disk... > >> > >> > >> Ok, so looks like I have my "facts" confused with perhaps something > else. As > >> far as the cache goes. Still, run apt-get update before you use apt to > >> install something. Especially if you use it very seldom. > > > > You could put them in a tmpfs to cut down on writes ;) > > > > /var/cache/apt/ > > > > voodoo@hestia:/var/cache$ sudo apt-get clean > > voodoo@hestia:/var/cache$ du -sh apt > > 60K apt > > voodoo@hestia:/var/cache$ sudo apt-get update > > <> > > voodoo@hestia:/var/cache$ du -sh apt > > 76M apt > > the 60k is: > > voodoo@hestia:/var/cache/apt$ ls -lh ./* > total 4.0K > -rw-r----- 1 root root 0 Dec 29 2013 lock > drwxr-xr-x 2 root root 4.0K Oct 18 20:28 partial > voodoo@hestia:/var/cache/apt$ ls -lh ./*/* > -rw-r----- 1 root root 0 Dec 29 2013 ./archives/lock > > ./archives/partial: > total 0 > > so on tmpfs mount it would be easy to create.. > > Regards, > > -- > Robert Nelson > https://rcn-ee.com/ > > -- > For more options, visit http://beagleboard.org/discuss > --- > You received this message because you are subscribed to the Google Groups > "BeagleBoard" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
