Fixed
Details
Details
Assignee
Romain Forlot
Romain ForlotReporter
Ron Aaron
Ron AaronFix versions
Labels
Contract ID
Components
Affects versions
Priority
Created August 9, 2018 at 6:18 AM
Updated September 24, 2019 at 2:47 PM
Resolved August 16, 2018 at 9:03 AM
I followed the wiki instructions on building the native application in a Docker instance, and successfully installed the sample on the RPI3 using 'afm-util install'.
However, when I do '
afm-util run hello..
.', I see 'Error org.freedesktop.DBus.Error.Failed: "can't start
"'.I have been successful running other code shown by "afm-util list" on the RPI. So I believe the problem is either that the build process for the native app is incorrect, or that the bindings etc. it contains are not up to date.
This is important to me because I am trying to incorporate AGL binding functionality in 8th (https://8th-dev.com) so I can support AGL natively, and would like to use a simple application like the given sample as a template on which to base my efforts.