Once I start machinekit on my element14 BBB, the configuration window pops up with an array of configurations. But it looks like my favorite one won't load. I get the following:
machinekit@beaglebone:~$ machinekit
MACHINEKIT - 0.1
Machine configuration directory is '/home/machinekit/machinekit/configs/ARM.BeagleBone.PocketNC-1'
Machine configuration file is 'PocketNC.ini'
Starting Machinekit...
rtapi_msgd command: /usr/libexec/linuxcnc/rtapi_msgd --instance=0 --rtmsglevel=1 --usrmsglevel=1 --halsize=524288
rtapi_app command: /usr/libexec/linuxcnc/rtapi_app_rt-preempt --instance=0
io started
halcmd loadusr io started
PocketNC.hal:10: execv(/home/machinekit/machinekit-dev/configs/ARM/BeagleBone/PocketNC/setup.bridge.sh): No such file or directory
E: 19-04-03 19:38:58 dangling 'DEALER' socket created at hal/utils/halcmd_rtapiapp.cc:284
PocketNC.hal:10: program '/home/machinekit/machinekit-dev/configs/ARM/BeagleBone/PocketNC/setup.bridge.sh' failed, returned 1
Shutting down and cleaning up Machinekit...
Cleanup done
Machinekit terminated with an error. For simple cases more information
can be found in the following files:
/home/machinekit/linuxcnc_debug.txt
/home/machinekit/linuxcnc_print.txt
For other cases get more meaningfull information by restarting after
export DEBUG=5
and look at the output of:
/var/log/linuxcnc.log
dmesg
When looking for errors, specifically look for libraries that fail to load
by looking for lines with 'insmod failed' as per example below.
insmod failed, returned -1:
do_load_cmd: dlopen: nonexistant-component.so: cannot open shared object file:
No such file or directory
For getting help, please have a look here: www.machinekit.io/docs/getting-help/
|
|
Sender notified by Mailtrack 04/04/19, 2:13:52 PM |
--
website: http://www.machinekit.io blog: http://blog.machinekit.io github: https://github.com/machinekit
---
You received this message because you are subscribed to a topic in the Google Groups "Machinekit" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/machinekit/n9Q9jJJdquU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to machinekit+...@googlegroups.com.
Visit this group at https://groups.google.com/group/machinekit.
For more options, visit https://groups.google.com/d/optout.
ln: cannot remove '/tmp/linuxcnc.print': Operation not permittedln: cannot remove '/tmp/linuxcnc.debug': Operation not permitted--
website: http://www.machinekit.io blog: http://blog.machinekit.io github: https://github.com/machinekit
---
You received this message because you are subscribed to the Google Groups "Machinekit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to machinekit+...@googlegroups.com.
|
|
Sender notified by Mailtrack 04/04/19, 4:43:54 PM |
I don't like to come across as one not making the tiniest background attempt at all, but I just don't know how to change the path. :|
![]()
Sender notified by
Mailtrack 04/04/19, 4:43:54 PM
On Thu, Apr 4, 2019 at 4:31 PM Bas de Bruijn <b...@basdebruijn.com> wrote:
Have you changed the path to setup.bridge.sh as Daren pointed out?
To unsubscribe from this group and stop receiving emails from it, send an email to machi...@googlegroups.com.
You received this message because you are subscribed to a topic in the Google Groups "Machinekit" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/machinekit/n9Q9jJJdquU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to machinekit+...@googlegroups.com.
Machine configuration directory is '/home/machinekit/machinekit/configs/ARM.BeagleBone.PocketNC-1'
PocketNC.hal:10: execv(/home/machinekit/machinekit-dev/configs/ARM/BeagleBone/PocketNC/setup.bridge.sh): No such file or directorymachinekit@beaglebone:~$ find /home/machinekit/ -name PocketNC.hal
/home/machinekit/machinekit/configs/ARM.BeagleBone.PocketNC-1/PocketNC.hal
/home/machinekit/machinekit/configs/ARM.BeagleBone.PocketNC/PocketNC.hal# Launch the setup script to make sure hardware setup looks good
loadusr -w /home/machinekit/machinekit-dev/configs/ARM/BeagleBone/PocketNC/setup.bridge.shloadusr -w /home/machinekit/machinekit/configs/ARM.BeagleBone.PocketNC-1/setup.bridge.sh