Pixelcade Raspberry...
 
Notifications
Clear all

Pixelcade Raspberry Pi Install without a frontend

9 Posts
2 Users
0 Likes
324 Views
Al Linke
(@alinke)
Estimable Member
Joined: 5 years ago
Posts: 140
Topic starter  

Hi! Don't know if this the right place for this question.... here it goes... Can you install the pixelcade software to raspberry pi without a frontend such as retropie. I am trying to just use the pixelcade software on my cab that is using a jamma board from pandora's box dx. I would like to install the software on my raspberry pi running Raspberry Pi OS with desktop. This will allow me to write an HTML script to have the pixelcade cycle though different marquees simular to running on windows. I am usign a pi3 maybe eventually a pi zero 2w. I am looking for just the to use the pixelcade art browser.

Thanks,

Daniel


   
Quote
Pixelcade Admin
(@pixelcade-admin)
Reputable Member Admin
Joined: 5 years ago
Posts: 330
 

Hey Daniel, yes you can do that. It's not tested as much but the installer script does have a scenario where retropie is not detected. Note that Pixelcade does not integrate with Pandora though.


   
ReplyQuote
Al Linke
(@alinke)
Estimable Member
Joined: 5 years ago
Posts: 140
Topic starter  

Great!

What version os can I do this with and do i just run the install script on the pixelcade.org website? I tried to run that link on my pi running pi os buster 64 bit desktop but it wouldn't install I got a "Sorry, neither Linux Stretch, Linux Buster, or Ubuntu were detected"

Maybe am doing something wrong or using the wrong os bit version? I can give more details if needed.

Thanks 


   
ReplyQuote
Pixelcade Admin
(@pixelcade-admin)
Reputable Member Admin
Joined: 5 years ago
Posts: 330
 

I removed the OS check logic in the script, give it another shot


   
ReplyQuote
Al Linke
(@alinke)
Estimable Member
Joined: 5 years ago
Posts: 140
Topic starter  

@pixelcade-admin will do this weekend and will let you know! thanks!


   
ReplyQuote
Al Linke
(@alinke)
Estimable Member
Joined: 5 years ago
Posts: 140
Topic starter  

@pixelcade-admin I am using the 

 curl -LO pixelcade.org/pi/setup-alu.sh && chmod +x setup-alu.sh && ./setup-alu.sh

But I am still getting the "Sorry, neither Linux Stretch, Linux Buster, or Ubuntu were detected, exiting..."

Should I be running a different path for the setup file?


   
ReplyQuote
Al Linke
(@alinke)
Estimable Member
Joined: 5 years ago
Posts: 140
Topic starter  

Also I realized that am running os bullseye sorry...


   
ReplyQuote
Al Linke
(@alinke)
Estimable Member
Joined: 5 years ago
Posts: 140
Topic starter  

Also ran the retro pi script and got this..

 

curl -kLO -H "Cache-Control: no-cache" https://raw.githubusercontent.com/alinke/pixelcade-linux/main/installer-scripts/setup-retropie.sh && chmod +x setup-retropie.sh && ./setup-retropie.sh

% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 27834 100 27834 0 0 44463 0 --:--:-- --:--:-- --:--:-- 44392
_ _ _
_ __ (_)_ _____| | ___ __ _ __| | ___
| '_ \| \ \/ / _ \ |/ __/ _` |/ _` |/ _ \
| |_) | |> < __/ | (_| (_| | (_| | __/
| .__/|_/_/\_\___|_|\___\__,_|\__,_|\___|
|_|
Pixelcade LED for RetroPie : Installer Version 8

This script will install Pixelcade LED software in /home/pi/pixelcade
Pi 3 and Pi 4 family of devices are supported
Plese ensure you have at least 800 MB of free disk space in /home/pi
Now connect Pixelcade to a free USB port on your device
Ensure the toggle switch on the Pixelcade board is pointing towards USB and not BT
Grab a coffee or tea as this installer will take between 10 and 20 minutes
No LSB modules are available.
No LSB modules are available.
No LSB modules are available.
./setup-retropie.sh: line 91: ./emulationstation: No such file or directory
Your EmulationStation version is good & meets the minimum EmulationStation version 2.11.0 that is required for Pixelcade
Pixelcade LED Marquee Detected on ttyACM0
java: no process found
RetroPie is not installed...
Raspberry Pi 3 detected...
Java not found, let's install Java...
Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
Reading package lists... Done
Sorry, neither Linux Stretch or Linux Buster was detected, exiting...


   
ReplyQuote
Pixelcade Admin
(@pixelcade-admin)
Reputable Member Admin
Joined: 5 years ago
Posts: 330
 

removed the OS check on the java install part, give it another shot


   
ReplyQuote