Not that simple. The Rpi was ARM6, the Rpi2 is ARM7. Now, firmware is available in a repo, openSUSE does have ARM7 repos, quite some images, just not for the Rpi2. For me building images from scratch is a place where I've never been.
Hello knurpth, Thanks for the scripts, I will also implement them. There is no problem in calling the Xibo1.4 dir Xibo. The only reason this is called 1.4 is because my development image also has 1.5 on it. I will incorporate all the changes into the image these couple of days and release a new one...
And another thing: To get the configuration.py script working, you need to install an extra couple of python libs sudo apt-get install python-serial python-glade2 python-gtk2 python-feedparser Job for the Easter holidays: make the xibostart script look for a "site.cfg" in the user's homedir, if it's...
Got the client autostarting by Step 1. creating a script in /usr/bin called xibostart, content: #!/bin/bash cd $HOME/Xibo1.4/client/python/ ./run.sh Issued chmod 755 /usr/bin/xibostart Step 2. by adding this line @lxterminal --command /usr/bin/xibostart to the file /etc/xdg/lxsession/LXDE/autostart ...
By the way, could I ask one of you to look at the reason why lxde doesn't start shellscripts?? I have searched this forum and some others but people seem to be doing a bit mysterious about the reason. Thanks in advance. First, let me thank you for the amazing piece of work you're doing. Funny thing...