Archiv > Raspberry PI
Plugins
(1/1)
eyeamok:
Ok, I checked out 4.0 for my raspberry, built plugin on raspberry, all worked but I did not checkout develserver. tried adding package to sd card before install but package will not install. No description error, Am building plugin again after checking out develserver and doing a make start. How do I actually get it to install after installing system ? , Do I copy the files to SD card before install?? instructions are a little confusing.
clausmuus:
Hi,
the develserver is not a package that should be installed on the MLD system, but only needed on the develop PC. So, if you do a make in the develserver folder, this will start a webserver on the devel PC that are present all your packages for download by a MLD System.
So, after you have do a make you must setup the devel user (OPKG_DEVELOPER) on the MLD System in the rc.config. By default the username is the same as the user that has made the make on the devel PC.
After this you can do a "opkg update" and than you can install the packages you have build on your devel PC.
I hope you can follow my instructions. If not, feel free to ask again.
Claus
eyeamok:
is rc.config in the etc folder?? dont see OPKG_DEVELOPER anywhere in it??
clausmuus:
excuse me, That was an information for the actual x86 Build. For the RPI you must do this on the commandline:
--- Code: ---echo "src/gz devel-base http://www.minidvblinux.de/download/4.0.0/files/[USER]/base" >> /etc/opkg/devel.conf
echo "src/gz devel-libs http://www.minidvblinux.de/download/4.0.0/files/[USER]/libs" >> /etc/opkg/devel.conf
--- End code ---
Please replace the [USER] in the call by you devel user name.
You can find a whole (german) description in the Wiki at: http://www.minidvblinux.de/wiki/mld/entwicklung/eigener_addons_server
Claus
Navigation
[0] Message Index
Go to full version