01-23-2023, 02:10 AM
(This post was last modified: 01-23-2023, 03:24 AM by TheOldPresbyope.
Edit Reason: deleted superfluous line from code block
)
@KmPan
Seems you took a wrong turn somewhere but we can't know where you ended up if you don't tell us how you got there.
In my case, I have no suitable LCD/OLED display but that didn't stop me from doing a quick test.
On a moOde 8.2.4 (64-bit) player on an RPi4B I had no trouble executing the following steps (note that I'm presenting command line output so you can see what directory I'm in at each point)
I added some comment lines beginning and ending with "...". The warning that the requested image's platform doesn't match the host platform is not consequential here.
So how did your install differ?
Regards,
Kent
Seems you took a wrong turn somewhere but we can't know where you ended up if you don't tell us how you got there.
In my case, I have no suitable LCD/OLED display but that didn't stop me from doing a quick test.
On a moOde 8.2.4 (64-bit) player on an RPi4B I had no trouble executing the following steps (note that I'm presenting command line output so you can see what directory I'm in at each point)
Code:
pi@m824p4b:~ $ git clone https://github.com/dhrone/pydPiper
...typical lines of output...
pi@m824p4b:~ $ sudo curl -fsSL https://get.docker.com -o get-docker.sh
pi@m824p4b:~ $ sudo sh get-docker.sh
...lots of output...
pi@m824p4b:~ $ cd pydPiper
pi@m824p4b:~/pydPiper $ sudo python configure.py
...accepted most defaults, wrote "moode" as name of distro...
pi@m824p4b:~/pydPiper $ cd
pi@m824p4b:~ $ sudo /usr/bin/docker run --network=host --privileged -ti -v /var/log:/var/log:rw -v /home/pi/pydPiper:/app:rw dhrone/pydpiper:v0.31-alpha /bin/bash
...number of lines of output as docker pulls bits and pieces, ending with...
Status: Downloaded newer image for dhrone/pydpiper:v0.31-alpha
WARNING: The requested image's platform (linux/arm) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
root@m824p4b:/app# python pydPiper.py
pydPiper starting
Loading font from /app/displays/fonts/latin1_5x8_fixed.fnt
...more font loading after which pydPiper is running...
I added some comment lines beginning and ending with "...". The warning that the requested image's platform doesn't match the host platform is not consequential here.
So how did your install differ?
Regards,
Kent