On 11/9/2018 1:48 PM, Johan Jakobsson wrote: > I've managed to start machinekit without a display using "Xvfb :1 & xv > -display :1 & ./usr/bin/machinekit" but perhaps that's not the correct way > to go about it? > As per the cetus git page ( https://github.com/machinekit/Cetus) it's a > pretty straight forward of just git cloning and running a configserver > command. Never managed to get the configserver command to work though. Or > perhaps it did work, nothing happened though and I wasn't able to connect > to it.
You need more installed and running than just configserver. Did you go through the additional steps mentioned: https://github.com/machinekoder/QtQuickVcp#using_mkwrapper I recommend starting with one of the example mkwrapper-sim configs until you get things working. > Interfaces content: > machinekit@mksocfpga-nano-soc:~$ cat /etc/network/interfaces > # interfaces(5) file used by ifup(8) and ifdown(8) > # Include files from /etc/network/interfaces.d: > source-directory /etc/network/interfaces.d > > interfaces.d directory is empty; So this sounds like one of the BBB based images which doesn't use the standard Debian network configs. I haven't messed with those in a while, but I think it's using conman and the second IP address is probably for a DHCP server running on your USB port (so you can ssh directly from a USB attached PC/Mac). I generally just disable all that and revert to the standard Debian /etc/network/interfaces file, but that does increase the boot time. > I > used > mksocfpga_stretch_machinekit_4.9.76-2018-05-26-de0_nano_soc_sd.img.tar.bz2 Got a specific link? I don't know where that image lives, and Google doesn't either. The ones I know about are all older than 2018: http://deb.machinekit.io/uploads/de0-nano/ -- Charles Steinkuehler [email protected] -- 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 [email protected]. Visit this group at https://groups.google.com/group/machinekit. For more options, visit https://groups.google.com/d/optout.
