I've updated the instructions for 64 bits moOde 8.10, i didnt try the 32 bits, but the orignal instructions should still work.
https://moodeaudio.org/forum/showthread....2#pid40672
https://moodeaudio.org/forum/showthread....2#pid40672
Thank you for your donation!
Instruction Guide AUDIOPHONICS RaspDAC Mini Kit - I-Sabre ES9038Q2M
|
I've updated the instructions for 64 bits moOde 8.10, i didnt try the 32 bits, but the orignal instructions should still work.
https://moodeaudio.org/forum/showthread....2#pid40672
06-24-2022, 10:46 AM
Thanks
08-30-2023, 03:40 AM
(04-02-2022, 06:13 PM)bitlab Wrote:(04-02-2022, 04:58 PM)TookaFace Wrote: Updated procedure for moOde 8 and higher: I am trying to install moode 8.3.5 to my RDM OLED(AudioPhonics RaspDacMini Oled version). first, I tried to setup using github script(https://github.com/audiophonics/RaspDacMini) and worked fine right after the installation, but once I rebooted, nodejs causes segment fault and lots dependency errors come out, maybe moode boot scripts are breaking the setup but not too sure. then starting over, I followed your steps posted here to the fresh moode 8.3.5 then I see OLED service stalled. Code: pi@moode:~ $ sudo systemctl status oled Can anyone point what I was doing wrong? RPi 3B+ r1.3 user is 'pi' /hiro
Run directly :
Code: sudo /usr/bin/python /home/pi/oled/raspdac_oled_main.py I've updated the procedure for 8.3.5 by adding: Code: sudo -H pip install 'pillow==9.5.0' https://moodeaudio.org/forum/showthread....2#pid40672 (08-30-2023, 06:58 AM)TookaFace Wrote: Run directly : Thanks, but I think I have that. Will try reinstalling from the scratch. I will run py script directly from the console then to see what the errors are. Code: pi@moode:~ $ pip list | grep -iE 'luma|pillow'
08-30-2023, 08:40 AM
(08-30-2023, 07:49 AM)Hiroyuki Wrote:Hi, here's the result of py execution result.(08-30-2023, 06:58 AM)TookaFace Wrote: Run directly : SPI device not found error..... Code: pi@moode:~ $ sudo /usr/bin/python /home/pi/oled/raspdac_oled_main.py
06-03-2024, 04:35 PM
Hi,
has anyone tried to install this AUDIOPHONICS RaspDAC Mini Kit - I-Sabre ES9038Q2M on mode vesion 9.x? Tnx
06-05-2024, 07:36 PM
I will try later this week
Updated procedure for moOde 9 series:
Code: sudo apt update \\ Only for moOde 64bits Code: sudo nano /lib/systemd/system/lircd.service Replace this line: "ExecStart=/usr/sbin/lircd --nodaemon" by: ExecStart=/usr/sbin/lircd --nodaemon -U /usr/lib/aarch64-linux-gnu/lirc/plugins Code: sudo systemctl daemon-reload Only for moOde 64bits \\ Code: sudo nano /boot/firmware/config.txt Add at the end of # General settings section dtparam=spi=on dtoverlay=gpio-ir,gpio_pin=4 Download and install oled and lirc files: Code: wget -O raspdacmini_9.tar "https://drive.google.com/file/d/1jmKZinMUA6ZcWlPHou6WoqFUJht5BDfm/view?usp=sharing" If you use a user different from pi, you have to edit the service file: Code: sudo nano /etc/systemd/system/oled.service and replace pi with your user in the ExecStart line. |
« Next Oldest | Next Newest »
|