RTAI_SERIAL
I am sorry but it is not clear to me which link has the .config to use...
E
Please Log in or Create an account to join the conversation.
Section 5a is a good base to start from
I think this is the one I used for a x86 version of 3.8.13, there may be a bit too much turned off for you, no power management at all, have to switch off manually
regards
Please Log in or Create an account to join the conversation.
The comments in the config you attached have the date of march 2011 and the kernel version is noted as 2.6?
I have been thinking ... what compiler did you use. I am playing with xubuntu 12.04.5lts with gcc 4.6.3
Please Log in or Create an account to join the conversation.
Use gcc 4.6.x
There is still something badly wrong with gcc 4.7, I have had all sorts of problems with it that just don't occur with 4.6
regards
Please Log in or Create an account to join the conversation.
I notice an execution pause every so often. typing, mouse... am i being effected by SMI?
I am having trouble with the RTAI userspace build:
i nedded to install autoconf and dh-autoreconf to perform ./autogen in the ~/devel/RTAI dir
OK so what...
I go to make menuconfig and it complains as follows:
/bin/bash: 0:can't open /base/config/kconfig/lxdialog/check-lsdialog.sh
/bin/bash: 0:can't open /base/config/kconfig/check.sh
etc
ideas? I tried performing a frodos on the files bash is complaing about with no change.
Thanks,
Eric
Please Log in or Create an account to join the conversation.
OK using you config I have a kernel I can boot into. Yeah!
I notice an execution pause every so often. typing, mouse... am i being effected by SMI?
Not likely, there is something wrong with the kernel build, it has happened to me before, it probably does not like all the PM being turned off
I am having trouble with the RTAI userspace build:
i nedded to install autoconf and dh-autoreconf to perform ./autogen in the ~/devel/RTAI dir
OK so what...
I go to make menuconfig and it complains as follows:
/bin/bash: 0:can't open /base/config/kconfig/lxdialog/check-lsdialog.sh
/bin/bash: 0:can't open /base/config/kconfig/check.sh
etc
You can't bypass the autogen step, Shabby used the new version of autoconf tools, which may not be available in 12.04
You need to ensure you have all the build tools and libs required or it will not build
I am trying to find the location of the RTAI-3.9.296 sources used with the recently released distro.
If I can, that will greatly simplify everyting, bear with me
regards
Please Log in or Create an account to join the conversation.
Thanks,
E
Please Log in or Create an account to join the conversation.
I have spoken to Seb and have got a copy of the original git repo.
But in the interim he has already enabled some of the extra modules and has produced a deb package which includes them.
So I have what you wanted, but you are going to have to install the Wheezy distro from linuxcnc.org/binary.hybrid.iso
It makes sense anyway, this is the latest rtai kernel and I think support for Ubuntu is going to tail off. This looks like being the next 'official' bundled distro.
Once installed, do apt-get update and apt-get dist-upgrade.
Then run this script, or the contents of it, to get all the build tools and libs, which you will need anyway. It takes a while depending on your connection.
(I can't be bothered to weed out the ones which are only req for MachineKit, so you will be set up for that as well!)
Now download and unzip this deb. To save more explanations, I have added all the required Linuxcnc modules to it too
www.mgware.co.uk/temp/realtime-3.4.9-rtai-686-pae.deb
Move your existing /usr/realtime-3.4.9-rtai-686-pae directory somewhere out of the way and do dpkg -i realtime-3.4.9-rtai-686-pae.deb
You now have rtai_serial and rtai_16550A, I think seb will add rtai_fifos later, I will advise when you can do an update on the main repo and pull it from there.
Now want to know what you do with it, so keep us advised of progress
regards
Please Log in or Create an account to join the conversation.
So If i read this right...
This is a Debian OS, not Ubuntu.
This is not a kernel build.
This is not a build of the rtai modules, they are provided.
The rtai fifo module is not present.
True?
Can I build the RTAI modules from this and get the fifo module?
Thanks,
E
Please Log in or Create an account to join the conversation.
OK great.
So If i read this right...
This is a Debian OS, not Ubuntu.
This is not a kernel build.
This is not a build of the rtai modules, they are provided.
The rtai fifo module is not present.
True?
Correct
Can I build the RTAI modules from this and get the fifo module?
Hopefully you won't need to, I have tried to convince him to include that too, on the basis of if most people don't use it - it doesn't eat anything. Await an update from him due to time differences.
In the meanwhile I am looking to see if the rtai used will build against the kerrnel headers and produce loadable modules.
That will be the other route
Plenty to be getting on with, installing and fetching build deps
regards
Please Log in or Create an account to join the conversation.