Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - bbowden

Pages: [1]
1
Xlights Setup / Re: Raspberry Pi 64 Bit OS
« on: April 15, 2022, 07:44:02 AM »
Install xLights on Raspberry Pi 64 bit OS build instructions.
Requires and tested on Bulleyes 64 bit OS.

see for reference:

https://github.com/smeighan/xLights#readme

Open terminal and update your system before beginning:

sudo apt update
sudo apt full-upgrade
sudo apt clean


Using apt-get, install the packages listed in the readme file.
Copy and paste:

sudo apt-get install g++ gcc build-essential libgtk-3-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev freeglut3-dev libavcodec-dev libavformat-dev libswscale-dev libsdl2-dev libswresample-dev libavutil-dev libavresample-dev libportmidi-dev libzstd-dev libcurl4-openssl-dev libltc-dev liblua5.3-dev wget git cbp2make

Install log4cpp for Debian Bullseye or make will crash:

sudo apt install liblog4cpp5-dev


Get the xLights source code by copying:

git clone --recurse-submodules https://github.com/smeighan/xLights.git xLights


Change directory to where this was downloaded:

cd xLights

Now you can build xLights which will take between 3.5 and 4.5 hours. The 2>&1 | tee make_error.txt isn?t needed but captures the screen output that will indicate errors.

sudo make 2>&1 | tee make_error.txt

Then install xLights.

sudo make install 2>&1 | tee install_error.txt

xLights will be found in the Raspberry start menu under Sounds & Video.
xLights icons loaded in an earlier test but did not in later.

Note qm-vamp may not have installed. The following error message was received:

install -d -m 755 //usr/lib/vamp
install -D -m 644 lib/linux/qm-vamp-plugins-1.7/INSTALL_linux.txt //usr/lib/vamp/ ;  install -D -m 644 lib/linux/qm-vamp-plugins-1.7/qm-vamp-plugins.n3 //usr/lib/vamp/ ;  install -D -m 644 lib/linux/qm-vamp-plugins-1.7/README.txt //usr/lib/vamp/ ;  install -D -m 644 lib/linux/qm-vamp-plugins-1.7/qm-vamp-plugins.cat //usr/lib/vamp/ ;
install -D -m 644 lib/linux/qm-vamp-plugins-1.7/qm-vamp-plugins.so.`uname -m` //usr/lib/vamp/qm-vamp-plugins.so
install: cannot stat 'lib/linux/qm-vamp-plugins-1.7/qm-vamp-plugins.so.aarch64': No such file or directory
make: *** [Makefile:147: install] Error 1

However I was able to load a musical sequence.

Run the clean command:

sudo make clean 2>&1 | tee clean_error.txt

Consider this a beta release. In my early testing it is working as good as a Windows build. 

2
Xlights Setup / Re: Raspberry Pi 64 Bit OS
« on: April 07, 2022, 05:57:22 PM »
Success!!!!
Windows certainly is easier.
There are a number of errors in the xLights Linux build instructions as applied to Raspberry Pi.
Also the make file doesn't work with respect to log4cpp.
My current install is sloppy with many failed attempts.
If I can clean up the instructions, I'll post.
Now on to testing.
I recently got a basic Windows laptop  test against the Raspberry.
Right now I have only one Raspberry which I have to switch functions.
But I'll be getting a Raspberry 400 to test xLights  to drive the 4B with a PiCap running FPP.

3
Xlights Setup / Re: Raspberry Pi 64 Bit OS
« on: February 24, 2022, 10:33:08 AM »
Yes and limited time. Currently using a work Windows laptop to address the Pi but would like to use a 400. Great thing about a Pi is one can swap OS by swapping the SD card.

4
Xlights Setup / Re: Raspberry Pi 64 Bit OS
« on: February 21, 2022, 06:18:29 PM »
I'm reminded of the story from Greek Mythology of how No One defeated the cyclops. I'm somewhat used to programing for a Pi and it looks doable. The Windows version shows how xLights should work and I need to learn how to work in that first. The xLights graphics are well within the Pi's capacity. This is an experiment for me. I'm using a 4b that I use as my personal desktop with a Falcon Picap and 100 WS2811's that I've fashioned into a tomato cage tree with a star. I've crossed several hurdles to get as far as I have. Some have slowed me down but none has stopped me.

5
Xlights Setup / Re: Raspberry Pi 64 Bit OS
« on: February 14, 2022, 07:45:54 AM »
I think I understand. Two programs are promising. Wine64 works with  Windows exe files. Box64 works with x86_64.AppImage files. Apparently xLights-2022.04-x86_64.AppImage has to be extracted before it will run in Box64. Apparently appimagetool does this. I got the -help and -list commands to work, but am having trouble with extracting. One suggest method gave a error that I need appstream metadata. This was added but now I get a message that the AppImage file should be unpacked. I think I may be getting close. If I get there I will share.

6
Xlights Setup / Re: Raspberry Pi 64 Bit OS
« on: February 07, 2022, 06:04:20 PM »
I've a partial answer. I got an error code when I tried to run it in the terminal. Looks as if there is a difference between x86_64 and aarch64 builds. This has happen with other programs. There appears to be work a rounds. I need to do more research and experiment. Any hints are welcome.

7
Xlights Setup / Raspberry Pi 64 Bit OS
« on: February 07, 2022, 03:10:39 PM »
On 2/2/2022 The Raspberry Pi Foundation released the 64 bit version of their OS.
Yes Raspberry PI is now available with 64 bit OS.
I downloaded xLights-2022.4-x86_64.AppImage and made executable.
When I double click the file, I get the message:
This file 'xLights-2022.4-x86_64.AppImage" is executable. Do you want to execute it?
After clicking execute, nothing happen.

Pages: [1]