On Tue, Mar 10, 2015 at 10:50 AM, Ray Madigan <[email protected]> wrote: > What I am trying to accomplish is to run a single java application on the > beaglebone. The java application extends JFrame so it needs a minimal > window environment. The application also uses sqlite database. > > What I would really like is for the OS on the beaglebone to be able to > access a mounted file system on the microsd card. All that I have read so > far tells mewhen the beaglebone is loaded from the eMMC then the os > can't/won't use the microsd card.
The "OS" "as setup" won't use the microSD directly. You are still free to mount the microSD and use it in your application as you see fit. > In order to have enough storage to run > the minimal windowed environment, I assume it to be LXDE, the beaglebone > will have to reside on the sd card. Is this correct, or do I have to read > more? Regards, -- Robert Nelson http://www.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.
