![]() |
[How to do instruction] AUDIOPHONICS RaspDAC Mini Kit - I-Sabre ES9038Q2M - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: FAQ and Guides (https://moodeaudio.org/forum/forumdisplay.php?fid=9) +--- Thread: [How to do instruction] AUDIOPHONICS RaspDAC Mini Kit - I-Sabre ES9038Q2M (/showthread.php?tid=664) |
RE: AUDIOPHONICS RaspDAC Mini Kit - I-Sabre ES9038Q2M - TookaFace - 06-23-2022 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.php?tid=664&pid=40672#pid40672 RE: AUDIOPHONICS RaspDAC Mini Kit - I-Sabre ES9038Q2M - kit1cat - 06-24-2022 Thanks RE: AUDIOPHONICS RaspDAC Mini Kit - I-Sabre ES9038Q2M - Hiroyuki - 08-30-2023 (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 RE: AUDIOPHONICS RaspDAC Mini Kit - I-Sabre ES9038Q2M - TookaFace - 08-30-2023 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.php?tid=664&pid=40672#pid40672 RE: AUDIOPHONICS RaspDAC Mini Kit - I-Sabre ES9038Q2M - Hiroyuki - 08-30-2023 (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' RE: AUDIOPHONICS RaspDAC Mini Kit - I-Sabre ES9038Q2M - Hiroyuki - 08-30-2023 (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 RE: AUDIOPHONICS RaspDAC Mini Kit - I-Sabre ES9038Q2M - astrmsek - 06-03-2024 Hi, has anyone tried to install this AUDIOPHONICS RaspDAC Mini Kit - I-Sabre ES9038Q2M on mode vesion 9.x? Tnx RE: AUDIOPHONICS RaspDAC Mini Kit - I-Sabre ES9038Q2M - TookaFace - 06-05-2024 I will try later this week RE: AUDIOPHONICS RaspDAC Mini Kit - I-Sabre ES9038Q2M - TookaFace - 08-04-2024 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. |