Re: [SlimDevices: Plugins] Spotty on aarch64-linux?

2017-11-21 Thread Michael Herger
I finally received my Rock64. I built modules for Perl 5.24. If that's the perl you're using, then you should be able to just download the ARM .deb file and install using dpkg. Oh, I guess I wrote to the wrong thread... I haven't attacked Spotty on that platform yet. Good reminder :-) -- Mi

Re: [SlimDevices: Plugins] Spotty on aarch64-linux?

2017-11-21 Thread Michael Herger
I finally received my Rock64. I built modules for Perl 5.24. If that's the perl you're using, then you should be able to just download the ARM .deb file and install using dpkg. Unfortunately I wasn't able top get Ubuntu running on that device. Does anyone have any experience with this combinat

Re: [SlimDevices: Plugins] Spotty on aarch64-linux?

2017-10-15 Thread slimrobic
Thanks for your guide, It worked for me as well following your steps. slimrobic's Profile: http://forums.slimdevices.com/member.php?userid=67454 View this thread: http://forums.slimdevices.com/showthread.php?t=108103 _

Re: [SlimDevices: Plugins] Spotty on aarch64-linux?

2017-10-08 Thread dsdreamer
After a little more research... Code: cd ~ curl https://sh.rustup.rs -sSf | sh source $HOME/.cargo/env git clone https://github.com/michaelherger/spotty.git cd ./spotty/src cargo build -j 1 --release cd ../target/release/ sudo cp spotty /usr/share/squeeze

Re: [SlimDevices: Plugins] Spotty on aarch64-linux?

2017-10-07 Thread dsdreamer
Use armhf binaries, as this is all I can get right now. Code: sudo apt-get install libc6:armhf libncurses5:armhf libstdc++6:armhf And, (sorry about the kludge) Code: cd ./Cache/InstalledPlugins/Plugins/Spotty/Bin/a

[SlimDevices: Plugins] Spotty on aarch64-linux?

2017-10-05 Thread dsdreamer
Hi, I wonder if there is a possibility to get Spotty's helper programs compiled for Debian / aarch64-linux? The only source file I could find is this one: https://github.com/michaelherger/spotty/tree/master/src. Is this sufficient to build the missing executables, if I have installed a rust com