clangen / musikcube

a cross-platform, terminal-based music player, audio engine, metadata indexer, and server in c++
https://musikcube.com
BSD 3-Clause "New" or "Revised" License
4.25k stars 292 forks source link

Struggle with Raspi installation #694

Open n1moy opened 4 months ago

n1moy commented 4 months ago

Incorrectly posted this in 'Discussions'..

Desire to assemble a headless musikcube setup using a 3B+ and a lite OS. Then use musikdroid as a remote control.

Have located the archive of Jessie images that range from 2015-09-28 to 2017-07-05.

raspbian_lite-2017-04-10 raspbian_lite-2017-06-23 raspbian_lite-2017-07-05 [latest]

All errored with the Raspi Imager.

raspbian_lite-2017-03-03

Appears to burn correctly but then does not boot.

Resorted to the Raspi OS lite [64-bit] and then followed the set-up instructions.

Reconfigured keyboard
Updated system
usbmount appears to be unavailable
There is not a musikcube_x.x.x_raspberry_pi_armhf.deb on the release page
Selected musikcube_3.0.3_linux_rpi_armv6.deb instead
sudo dpkg -i ./musikcube_3.0.3_linux_rpi_armv6.deb
sudo apt-get install -f
musikcube resulted in an error..

thsk@raspberrypi:~ $ musikcube /usr/bin/musikcube: 6: exec: ./musikcube: not found

Any help or direction is appreciated,

clangen commented 4 months ago

Unfortunately I don't have 64-bit Raspberry Pi devices, so have not produced any 64-bit binaries. The ones available for download are both 32-bit. It may be possible for me to cross-compile (using something like https://github.com/tttapa/docker-arm-cross-toolchain), but I have no way to test to know if it works correctly.

If you have any experience compiling software you should be able to build from source.

DdraigX commented 3 months ago

Having the same issue here.