[beagleboard] Has anyone gotten Xenomai working on a BB white (3.2 kernel)?

2015-06-13 Thread Fred Basset
Hi All, I have a custom designed Linux board, based on the older BB white. It uses the 3.2 kernel from the TI PSP archive. The system is working well, and is stable. I would like to experiment with adding Xenomai to my existing kernel, but looking at the docs the latest Xenomai 3 does not seem

Re: [beagleboard] Logging data to the internet?

2014-06-16 Thread Fred Basset
Take a look at MQTT. You could periodically publish your data from the Beagle Bone via MQTT then subscribe to that channel on the server. On each message reception store the data into a local database. Your web app. could then query that database for display. On Mon, Jun 16, 2014 at 9:48 AM, A

Re: [beagleboard] SD Card containing OS and apps dead after three months use

2014-06-13 Thread Fred Basset
Brandon, I'm curious as to how you calculated a lifetime of 2 yrs for the 16Gb card with 2Gb free? On Thu, Jun 12, 2014 at 11:55 AM, Brandon I wrote: > With a 16Gb card, you'll most likely get about 2 years use before the card > fails, assuming you had 2gb free on your failing cards card, the

[beagleboard] fsck the DOS partition, or not?

2014-06-01 Thread Fred Basset
Guys, I am running a custom board based on the most revent BB white board. I use a micro SD card for storage. What is your opinion on doing a filesystem check of the first DOS partition on the SD card on bootup (i.e. specifying a check in /etc/fstab?). On my system I do not do that, but do have

Re: [beagleboard] How to check a filesystem on a remotely deployed device?

2014-05-16 Thread Fred Basset
Yes you are correct of course. I'm just picking up the pieces from the previous developers. The next system I roll out will incorporate your suggestion. On Fri, May 16, 2014 at 7:41 PM, Charles Steinkuehler < char...@steinkuehler.net> wrote: > On 5/16/2014 7:05 PM, John Syn wrote: > > > >> Tha

Re: [beagleboard] How to check a filesystem on a remotely deployed device?

2014-05-16 Thread Fred Basset
28 PM, William Hermans wrote: > google search yielded . . . > > > http://www.cyberciti.biz/faq/linux-force-fsck-on-the-next-reboot-or-boot-sequence/ > > > On Fri, May 16, 2014 at 2:53 PM, Fred Basset wrote: > >> I am wondering how you would do a filesystem check (e.

[beagleboard] How to check a filesystem on a remotely deployed device?

2014-05-16 Thread Fred Basset
I am wondering how you would do a filesystem check (e.g. fsck) on a remote system (e.g. logged in via SSH)? You need to unmount the filesystem before checking it, but once you unmount it you have nothing left to execute from? We have a custom board based on the BeagleBone that uses ext3 on a uSD