Replies: 12 comments
-
@s-martin |
Beta Was this translation helpful? Give feedback.
-
I'll look into it and share it here. I just thought maybe it's possible to create a docker image with Raspian for some tests and playing around, which could also be used for automatic testing (e.g. #711) on a build server. |
Beta Was this translation helpful? Give feedback.
-
This requires a spare RPi as you can't just run this image on any amd64/x86(_64) system - you will need an armv7l "machine". And it has some missing/broken parts (iwconfig not available, systemd not working for example). Though they might be fixable. |
Beta Was this translation helpful? Give feedback.
-
On the other hand - everything in the repository should be independent of the processors architecture type, am I right @MiczFlor? So modifying the Dockerfile to support debian:buster with amd64 architecture should not be a big problem. |
Beta Was this translation helpful? Give feedback.
-
created #738 with changes for amd64 systems |
Beta Was this translation helpful? Give feedback.
-
Possible tool to fake events from devices (e.g. RFID reader): https://github.com/martinpitt/umockdev Also mentioned in #747 |
Beta Was this translation helpful? Give feedback.
-
Since I am having some problems installing the RPi-Jukebox-RFID (already mentioned: iwconfig not available, systemd not working for example) I will try this umockdev Bought recently a pi 4B 4GB 🙃 |
Beta Was this translation helpful? Give feedback.
-
I just wanted to start testing for #179. That is much easier handling than a docker container. (Think of snapshots - The reason why I wanted to use a VM) I use virt-manager because it possible to use bluetooth in this machine. (Didn't worked properly in virtualbox.) GNOME boxes was unable to set the VM location on disk and virt-manager is a perfect tool in my eyes. Side note: Why don't we install netcat in the install script though it is a dependency? PS: virt-manager is deprecated (but might still be developed) and will be replaced by cockpit. |
Beta Was this translation helpful? Give feedback.
-
Since USB devices can be send to the VM one can test with USB RFID Reader. |
Beta Was this translation helpful? Give feedback.
-
Hi Everyone! I'm new here, but I have spent about 30 hours of the last 2 days working on this, I'm using a KKMoon RFID reader, and an ASUS bluetooth dongle, both passedthrough to my VM to get audio working. - the speaker is an Onkyo smart speaker with Google home, but I am using it as a plain bluetooth speaker. I am using the development build without spotify, not sure if that helps. I am also trying to set it up on an old HP T620 thin client whilst our pi doesn't get here. Happy to try and share config files if required, or to share some of the issues I have had and everything I tried to fix them. (I'm far from an expert on these issues, but am good at searching the web and trying fixes...) the possibility of taking a snapshot of the VM helps a great deal with trial and error. |
Beta Was this translation helpful? Give feedback.
-
Hi @chilaspt, great to hear that you got a working test environment. If you could post a howto or steps how to do it here in this issue, we would add it to the wiki later. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I’m looking for recommendations how to set up a test/dev environment. Maybe there are some tutorials/howtos available, I didn’t find yet.
Currently I only have a productive Phoniebox, which is used daily by my kids and I don’t want to use it for experimenting. Probably I could buy another Pi, but so far I’m looking for other options.
Has anybody already used maybe a VM or WSL and has some recommendations?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions