Re: [Emc-users] Beagleboard Black and Machinekit on eMMc

2014-04-07 Thread Jeff
...@rmtucker.f2s.com To: emc-users@lists.sourceforge.net Subject: [Emc-users] Beagleboard Black and Machinekit on eMMc After discussing this with Michael H last night it got me thinking if this was possible. After checking the new Debian images for the beaglebone they appear to be very small. I also did

Re: [Emc-users] Beagleboard Black and Machinekit on eMMc

2014-03-17 Thread Sebastian Kuzminsky
On 3/16/14 08:53 , Mark Tucker wrote: Now i am going to try to create a deb package with no docs etc,using an 8g card as my developer system and The machinekit image,which i believe includes the developer stuff. The debs already don't include docs. The docs are in a separate deb that you

Re: [Emc-users] Beagleboard Black and Machinekit on eMMc

2014-03-17 Thread Mark Tucker
Ok Hit my first snag when trying to build the deb packages. Unmet dependencies:- linux-image-3.8.13xenomai-bone41 libxenomai-dev libxenomai1 xenomai-runtime The bottom3 i have installed via apt-get install But it still says they are unmet. Not sure what to do with the top one. On 17/03/14

Re: [Emc-users] Beagleboard Black and Machinekit on eMMc

2014-03-17 Thread Charles Steinkuehler
On 3/17/2014 11:32 AM, Mark Tucker wrote: Ok Hit my first snag when trying to build the deb packages. Unmet dependencies:- linux-image-3.8.13xenomai-bone41 libxenomai-dev libxenomai1 xenomai-runtime The bottom3 i have installed via apt-get install But it still says they are unmet.

Re: [Emc-users] Beagleboard Black and Machinekit on eMMc

2014-03-17 Thread Mark Tucker
Charles I installed the image as instructed and that cleared that problem,so it is just the other 3? I am on trying a build with a -d option just to see how it goes. I only just realised that i can ssh into the bone in the workshop and sit in the house and do this??? Up until now i have been

Re: [Emc-users] Beagleboard Black and Machinekit on eMMc

2014-03-17 Thread Mark Tucker
Forgot to ask? At the moment the only user account on my 2gb debian image is debian and pasword temppwd. Should i create another user linuxcnc password linuxcnc. If so how? Or does it not matter? On 17/03/14 17:08, Mark Tucker wrote: Charles I installed the image as instructed and that

Re: [Emc-users] Beagleboard Black and Machinekit on eMMc

2014-03-17 Thread Charles Steinkuehler
The username doesn't matter, but the fact that it's debian and not linuxcnc means something is messed up with the image building scripts. On 3/17/2014 12:14 PM, Mark Tucker wrote: Forgot to ask? At the moment the only user account on my 2gb debian image is debian and pasword temppwd. Should

Re: [Emc-users] Beagleboard Black and Machinekit on eMMc

2014-03-17 Thread Mark Tucker
Charles I did not use a script to build the initial image. On 17/03/14 17:32, Charles Steinkuehler wrote: The username doesn't matter, but the fact that it's debian and not linuxcnc means something is messed up with the image building scripts. On 3/17/2014 12:14 PM, Mark Tucker wrote:

Re: [Emc-users] Beagleboard Black and Machinekit on eMMc

2014-03-17 Thread Charles Steinkuehler
I mean there's a problem with the omap-image-builder scripts I use to create the images in the first place. You can just continue using the debian username, the system doesn't care what you call yourself, but the fact that the username is not linuxcnc means I have a bug to squash somewhere. On

Re: [Emc-users] Beagleboard Black and Machinekit on eMMc

2014-03-17 Thread Mark Tucker
Well it did not build. This is the last few lines of the terminal output hal/drivers/mesa-hostmot2/pins.c:245:21: warning: incompatible implicit declaration of built-in function 'sprintf' [enabled by default] hal/drivers/mesa-hostmot2/pins.c:251:14: warning: incompatible implicit declaration of

Re: [Emc-users] Beagleboard Black and Machinekit on eMMc

2014-03-17 Thread Mark Tucker
Just as a point of interest,even if i do a normal make etc it fails with the same errors? On 17/03/14 17:57, Mark Tucker wrote: Well it did not build. This is the last few lines of the terminal output hal/drivers/mesa-hostmot2/pins.c:245:21: warning: incompatible implicit declaration of

Re: [Emc-users] Beagleboard Black and Machinekit on eMMc

2014-03-17 Thread Charles Steinkuehler
I don't think it should be trying to build the hostmot2 stuff on the BeagleBone. You likely need to look at the packaging files and see what's getting passed to ./configure The packing issue has bumped up in priority for me, but I'm still going out of town again tomorrow and don't think I'll get

Re: [Emc-users] Beagleboard Black and Machinekit on eMMc

2014-03-17 Thread Thomas Studwell
I think it's great that you're trying to squeeze linuxcnc onto the eMMC memory, but for those of us who aren't having an issue booting and running from an SD Card I would like to make sure that this constrained version will be kept on a separate branch and that the 'full blown' version of

Re: [Emc-users] Beagleboard Black and Machinekit on eMMc

2014-03-17 Thread Sebastian Kuzminsky
On 3/17/14 12:06 , Charles Steinkuehler wrote: The packing issue has bumped up in priority for me, but I'm still going out of town again tomorrow and don't think I'll get much done. For now I'm looking at trying to get the Xenomai run-time and Linux kernel easily installable via apt-get. The

Re: [Emc-users] Beagleboard Black and Machinekit on eMMc

2014-03-17 Thread Michael Haberler
Am 17.03.2014 um 21:44 schrieb Sebastian Kuzminsky s...@highlab.com: On 3/17/14 12:06 , Charles Steinkuehler wrote: The packing issue has bumped up in priority for me, but I'm still going out of town again tomorrow and don't think I'll get much done. For now I'm looking at trying to get the

Re: [Emc-users] Beagleboard Black and Machinekit on eMMc

2014-03-17 Thread Sebastian Kuzminsky
On 3/17/14 16:31 , Michael Haberler wrote: Am 17.03.2014 um 21:44 schrieb Sebastian Kuzminsky s...@highlab.com: I'm trying to teach John Morris' excellent xenomai kernel builder system to build armhf-bbb kernels. assuming this works out, that package (stream) might be worth announcing on

Re: [Emc-users] Beagleboard Black and Machinekit on eMMc

2014-03-17 Thread John Morris
On 03/17/2014 03:44 PM, Sebastian Kuzminsky wrote: On 3/17/14 12:06 , Charles Steinkuehler wrote: The packing issue has bumped up in priority for me, but I'm still going out of town again tomorrow and don't think I'll get much done. For now I'm looking at trying to get the Xenomai run-time

Re: [Emc-users] Beagleboard Black and Machinekit on eMMc

2014-03-16 Thread Mark Tucker
I am currently still fumbling around with this. I have done a minimum install to a 2gb memory card,If i can squeeze it on here i am sure it will go on the eMMc.:-\ At the moment there is over 1g free in the rootfs. Now i am going to try to create a deb package with no docs etc,using an 8g card

[Emc-users] Beagleboard Black and Machinekit on eMMc

2014-03-14 Thread Mark Tucker
After discussing this with Michael H last night it got me thinking if this was possible. After checking the new Debian images for the beaglebone they appear to be very small. I also did some Deb build last night on my ubuntu/linuxcnc,and it produces linuxcnc without the docs etc. So what i need

Re: [Emc-users] Beagleboard Black and Machinekit on eMMc

2014-03-14 Thread Sebastian Kuzminsky
On 3/14/14 12:00 , Mark Tucker wrote: After discussing this with Michael H last night it got me thinking if this was possible. After checking the new Debian images for the beaglebone they appear to be very small. I also did some Deb build last night on my ubuntu/linuxcnc,and it produces

[Emc-users] Beagleboard

2012-01-23 Thread andy pugh
I have a friend involved in the Yocto embedded Linux project, he said the following: I'm afraid I don't know the status of rt-preempt on beagle. Its not something that is on the official test matrix so it might work or it might not :/. I did ask around but nobody is giving me indications one way

Re: [Emc-users] Beagleboard

2012-01-23 Thread Jon Elson
andy pugh wrote: I have a friend involved in the Yocto embedded Linux project, he said the following: I'm afraid I don't know the status of rt-preempt on beagle. Its not something that is on the official test matrix so it might work or it might not :/. I did ask around but nobody is giving