Hi, I am using the RPI + MCP2515 can module.
I need to install
"can-utils-master" (https://drive.google.com/open?id=0b1o28l8c2amwse15q2xubhhvvkk)
and "hardbyte-python"
(https://drive.google.com/open?id=0b1o28l8c2amwqwswdtbqumr6mda)
How can I do it.
Please with the commands in the terminal
Libreelec RPI+MCP2515 can
-
Maltsev.v.v -
March 21, 2019 at 8:53 PM -
Thread is Unresolved
-
-
- Official Post
You either need to self-build an LE image with a new "can-utils" package that compiles the source code and places the resulting binaries into the squashfs SYSTEM image file. Or you could package it as a Kodi add-on that can be installed from an add-on repo (but still needs the source code to be pre-compiled). I'm less sure about the "hardbyte-python" content. It may be enough to simply copy the files to /storage. As a general rule "maker" projects will be easier with Raspbian as LE distro packaging requires everything to be pre-built and embedded; there is (deliberately) no apt-get or ability to compile and install things to the (read-only and no compile tools) squashfs files.
-
Thanks for the answer, please give a specific example of how to do this (compile).
Step by step in ssh -
- Official Post
^ this wiki guide tells you how to self-compile an LE image. It does not tell you how to create the extra code packages and compile those into the image. You have to figure out that part on your own because a step-by-step guide for your exact use-case does not exist.