OK a little bit progress: tring to replikate the anddemo live editing demo: I mounted the soc in a folder on my local pc via:
curlftpfs -o allow_other machinekit:[email protected] /tmp/my_ftp/ then started machinekit client up in a terminal started live editing (from local ui) pressed open, navigated to the ftp folder and opend the anddemo.qml file: mib@kdeneon-ws:~/Developer/the-snowwhite_git/machinekit-docs$ /home/mib/bin/MachinekitClient_Development-201904191256-master-ab3a606-x64.appimage qml: Starting to load the main application. qrc:///main.qml:51:5: QML ConnectionWindow: Binding loop detected for property "state" qml: Main application loaded. qml: Finishing the splash screen progress bar. qml: Hiding the splash screen. qml: Deleting the splash screen. qml: app source changed: qrc:///MachinekitClient.LiveCoding/LiveCoding.qml active: true Every thing fine so far. Then I pressed edit (nothing happens in the gui) Following messages play out in the mk-client konsole: kde-open5: /tmp/.mount_arDwp7/lib/libQt5Core.so.5: version `Qt_5.12' not found (required by kde-open5) kde-open5: /tmp/.mount_arDwp7/lib/libQt5Core.so.5: version `Qt_5.12' not found (required by /usr/lib/x86_64-linux-gnu/libKF5KIOWidgets.so.5) kde-open5: /tmp/.mount_arDwp7/lib/libQt5Core.so.5: version `Qt_5.12' not found (required by /usr/lib/x86_64-linux-gnu/libKF5KIOCore.so.5) kde-open5: /tmp/.mount_arDwp7/lib/libQt5Core.so.5: version `Qt_5.12' not found (required by /usr/lib/x86_64-linux-gnu/libKF5I18n.so.5) kde-open5: /tmp/.mount_arDwp7/lib/libQt5Core.so.5: version `Qt_5.12' not found (required by /usr/lib/x86_64-linux-gnu/libKF5CoreAddons.so.5) kde-open5: /tmp/.mount_arDwp7/lib/libQt5Core.so.5: version `Qt_5.12' not found (required by /usr/lib/x86_64-linux-gnu/libKF5JobWidgets.so.5) kde-open5: /tmp/.mount_arDwp7/lib/libQt5Core.so.5: version `Qt_5.12' not found (required by /usr/lib/x86_64-linux-gnu/libKF5Service.so.5) kde-open5: /tmp/.mount_arDwp7/lib/libQt5Core.so.5: version `Qt_5.12' not found (required by /usr/lib/x86_64-linux-gnu/libKF5Completion.so.5) kde-open5: /tmp/.mount_arDwp7/lib/libQt5Core.so.5: version `Qt_5.12' not found (required by /usr/lib/x86_64-linux-gnu/libKF5IconThemes.so.5) kde-open5: /tmp/.mount_arDwp7/lib/libQt5Core.so.5: version `Qt_5.12' not found (required by /usr/lib/x86_64-linux-gnu/libKF5ConfigWidgets.so.5) kde-open5: /tmp/.mount_arDwp7/lib/libQt5Core.so.5: version `Qt_5.12' not found (required by /usr/lib/x86_64-linux-gnu/libKF5WindowSystem.so.5) kde-open5: /tmp/.mount_arDwp7/lib/libQt5Core.so.5: version `Qt_5.12' not found (required by /usr/lib/x86_64-linux-gnu/libKF5WidgetsAddons.so.5) kde-open5: /tmp/.mount_arDwp7/lib/libQt5Core.so.5: version `Qt_5.12' not found (required by /usr/lib/x86_64-linux-gnu/libKF5ConfigGui.so.5) kde-open5: /tmp/.mount_arDwp7/lib/libQt5Core.so.5: version `Qt_5.12' not found (required by /usr/lib/x86_64-linux-gnu/libKF5ConfigCore.so.5) kde-open5: /tmp/.mount_arDwp7/lib/libQt5Core.so.5: version `Qt_5.12' not found (required by /usr/lib/x86_64-linux-gnu/libQt5Xml.so.5) kde-open5: /tmp/.mount_arDwp7/lib/libQt5Core.so.5: version `Qt_5.12' not found (required by /usr/lib/x86_64-linux-gnu/libKF5Crash.so.5) kde-open5: /tmp/.mount_arDwp7/lib/libQt5Core.so.5: version `Qt_5.12' not found (required by /usr/lib/x86_64-linux-gnu/libKF5DBusAddons.so.5) kde-open5: /tmp/.mount_arDwp7/lib/libQt5Core.so.5: version `Qt_5.12' not found (required by /usr/lib/x86_64-linux-gnu/libKF5AuthCore.so.5) kde-open5: /tmp/.mount_arDwp7/lib/libQt5Core.so.5: version `Qt_5.12' not found (required by /usr/lib/x86_64-linux-gnu/libQt5X11Extras.so.5) kde-open5: /tmp/.mount_arDwp7/lib/libQt5Core.so.5: version `Qt_5.12' not found (required by /usr/lib/x86_64-linux-gnu/libKF5Archive.so.5) kde-open5: /tmp/.mount_arDwp7/lib/libQt5Core.so.5: version `Qt_5.12' not found (required by /usr/lib/x86_64-linux-gnu/libKF5ItemViews.so.5) kde-open5: /tmp/.mount_arDwp7/lib/libQt5Core.so.5: version `Qt_5.12' not found (required by /usr/lib/x86_64-linux-gnu/libKF5Codecs.so.5) kde-open5: /tmp/.mount_arDwp7/lib/libQt5Core.so.5: version `Qt_5.12' not found (required by /usr/lib/x86_64-linux-gnu/libKF5GuiAddons.so.5) Since the Soc is running Debian Stretch I suspect this is a qt version mismach between mk-client and the Debian stretch on the soc: the /tmp/.mount_arDwp7/ folder is where the MK-Client appimage is mounted. On Friday, 31 May 2019 20:11:59 UTC+2, Michael Brown wrote: > > I'm wondering if there is a way to use the machinekitclient live coding > feature with a DExx mksocfpga setup, ie: > running machinekit on the soc and MK-Client on a pc ? > > I have so far looked at: > QtQuickVcp QML Live Coding with MachinekitClient > <https://groups.google.com/forum/#!msg/machinekit/ylnHOwrfN98/fAwKSxixCgAJ;context-place=forum/machinek> > video > in thread > and also https://machinekoder.com/qt-qml-live-coding-for-everyone/ > > Without finding other out than it works fine if you run the gui on your > local computer. > > My usual workflow (for customizing Cetus) is to edit the files on the > remote client (via ftp), and then > save --> restart machinekit client (then wait 15 secs for it to load again > if errorfree). > I'm hoping to find a way to get rid of that 12-15 sec lag between edits. > > Running machinekit on my PC is not a good option as the hal will be > connected to mesa cores running on the socfpga (a custom dbspi component). > > Best wishes Michael B. > -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/machinekit/4b2313fa-e467-4ff2-8f76-dd7dc492fb2b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
