Support Raspberry Pi 2 with MoOde 9 - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Feature requests (https://moodeaudio.org/forum/forumdisplay.php?fid=8) +--- Thread: Support Raspberry Pi 2 with MoOde 9 (/showthread.php?tid=6616) Pages:
1
2
|
RE: Support Raspberry Pi 2 with MoOde 9 - TheOldPresbyope - 09-15-2024 Yar, I can simulate the codes but I can't confirm the old models report out the codes the tables say they do. "Trust but verify" As an aside, I was surprised to see how much the documentation of RPi hardware/firmware has improved. I really should look at it more often. Tons of info on boot modes I hadn't seen before. Regards, Kent RE: Support Raspberry Pi 2 with MoOde 9 - Prince - 09-16-2024 I just tested a different old Raspberry Pi (Model A Rev 2). Code: cat /proc/cpuinfo | awk -F': ' '/Revision/ {print $2}' Code: # Without 0x17 mask it works Code: # With 0x17 mask the script even crashes, as 0x08 'and'-combined with 0x17 becomes to non existing revison code 0X00. RE: Support Raspberry Pi 2 with MoOde 9 - Tim Curtis - 09-16-2024 (09-16-2024, 06:59 AM)Prince Wrote: I just tested a different old Raspberry Pi (Model A Rev 2). It's fixed for upcoming 9.1.0 |