LinuxCNC/Machinekit on i.MX6 board
15 Dec 2017 11:29 #103132
by andypugh
Replied by andypugh on topic LinuxCNC/Machinekit on i.MX6 board
After the segfault RTAPI will be in a terrible mess with various interdependent modules loaded.
I am afraid that a restart is normally the only solution, though you can _try_ the halrun -U command.
I am afraid that a restart is normally the only solution, though you can _try_ the halrun -U command.
Please Log in or Create an account to join the conversation.
16 Dec 2017 07:07 #103162
by savoyyang
Replied by savoyyang on topic LinuxCNC/Machinekit on i.MX6 board
Please Log in or Create an account to join the conversation.
- InMyDarkestHour
- Offline
- User is blocked
Less
More
- Posts: 701
- Thank you received: 111
16 Dec 2017 07:21 #103163
by InMyDarkestHour
Replied by InMyDarkestHour on topic LinuxCNC/Machinekit on i.MX6 board
Please Log in or Create an account to join the conversation.
17 Dec 2017 15:41 #103220
by savoyyang
Replied by savoyyang on topic LinuxCNC/Machinekit on i.MX6 board
thank you sir.I try it but still have other error.
Please Log in or Create an account to join the conversation.
17 Dec 2017 15:44 #103221
by savoyyang
Replied by savoyyang on topic LinuxCNC/Machinekit on i.MX6 board
Yesterday I tested not installed xenomai, the use of POSIX non-realtime, and then still install linuxcnc, but there is still segfaulting error, so linuxcnc itself can not direct run on i.mx6, we need to make some changes Caixing it.
Please Log in or Create an account to join the conversation.
18 Dec 2017 11:52 #103279
by savoyyang
Replied by savoyyang on topic LinuxCNC/Machinekit on i.MX6 board
hey andy, tonight I use git clone add git check to config
> git clone git://github.com/linuxcnc/linuxcnc.git linuxcnc-dev
> git checkout v2.8.0-pre1
> git checkout -b myv2.8.0 v2.8.0-pre1
cd linuxcnc-dev/src
./autogen.sh
./configure --with-realtime=uspace --prefix=/home/linaro/Documents/mybuildcnc/
finally,sim -> axis running successfully in my i.MX6 board.
> git clone git://github.com/linuxcnc/linuxcnc.git linuxcnc-dev
> git checkout v2.8.0-pre1
> git checkout -b myv2.8.0 v2.8.0-pre1
cd linuxcnc-dev/src
./autogen.sh
./configure --with-realtime=uspace --prefix=/home/linaro/Documents/mybuildcnc/
finally,sim -> axis running successfully in my i.MX6 board.
Please Log in or Create an account to join the conversation.
18 Dec 2017 11:54 #103280
by andypugh
That's good news.
The question now is, does it still say "Using POSIX non-realtime" or is it now "POSIX realtime"
Replied by andypugh on topic LinuxCNC/Machinekit on i.MX6 board
finally,sim -> axis running successfully in my i.MX6 board.
That's good news.
The question now is, does it still say "Using POSIX non-realtime" or is it now "POSIX realtime"
Please Log in or Create an account to join the conversation.
18 Dec 2017 11:56 #103281
by savoyyang
Replied by savoyyang on topic LinuxCNC/Machinekit on i.MX6 board
it's "POSIX realtime"
Please Log in or Create an account to join the conversation.
18 Dec 2017 11:59 #103282
by andypugh
Replied by andypugh on topic LinuxCNC/Machinekit on i.MX6 board
Interesting. After a bit of a look at the code I would have expected "XENOMAI (posix skin)"
github.com/LinuxCNC/linuxcnc/blob/af15a4...pace_xenomai.cc#L171
github.com/LinuxCNC/linuxcnc/blob/af15a4...pace_xenomai.cc#L171
Please Log in or Create an account to join the conversation.
26 Dec 2017 07:53 #103622
by savoyyang
Replied by savoyyang on topic LinuxCNC/Machinekit on i.MX6 board
Please Log in or Create an account to join the conversation.
Time to create page: 0.309 seconds