-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pi-stomp on PI5 would be awesome!!! #97
Comments
Workin' on it. The new RP1 GPIO management screws up a few things (SPI and PWM specifically). No more RPi.GPIO. I've been converting pi-Stomp code to use gpiozero instead which is probably better in the long run. Still some low level things that will likely require kernel changes though. |
Hi Randall, Is there any update? Thanks a lot for working on this great project! |
Still stuck with RP1 PWM support for the LEDs. Devs are waiting on this: jgarff/rpi_ws281x#528 |
Everything else works with a PI 5 tho. I am running pi5 on my test build, just without the LEDs. |
That is great! Looking forward tp try it.... |
How did you get it installed? Thanks! |
If you mean, how to get bookworm/pi5 to work with v2 hardware, you can do this for now: Start with bookworm 64-bit lite
After reboot
Add this line to /boot/firmware/config.txt:
|
Hi Randall, Thanks for your fast reply!!! Perhaps you have some time to look at the errors... ? 🎶 PS I checked whether the pre-bookworm version still worked... and indeed... it did (although the display 'stuttered' before the UI became visible) Thanks again and cheers, Maarten |
Could you post the outputs of ps-run -l debug |
Looks like it's having a problem controlling the GPIO's for the LED pins. Not sure if it's a problem with the LED module for gpiozero or the way we're using it, but I only hit that issue using a pi5 not a pi4 so I'm wondering if there's a RP1 issue with gpiozero. Anyway, for a workaround, you should probably be able to comment out or delete the gpio_output lines in ~/data/config/default_config.yml, then ps-restart. Your LED halos (if you have any) won't light, but on my build, everything else seems to work. |
Hi Randall, Also 'Birge "Ken" Tok' ... Thanks for monitoring and helping!! Next is.... making it possible to select models and IR's via the encoder and display... Thanks again, |
Yeah, good point about model/IR selection, Maarten. And yes, thanks Ken for your help! Those parameters are different than what we currently support for editing via the LCD. They are of LV2 type atom:Path. Might be a little more complex, but if MOD can grok the info for the MOD-UI, we should be able too. |
Hi Randall, Strange things is that with the ToobAmpML very good lv2 plugin set from #https://github.com/rerdavies/ToobAmp (Robin Davies) in PISTOMP, it is possible to load models via the LCD screen but NOT via the web interface... ? (at least I can load models here..... 😊) (You should checkout these plugins.... also the flanger is absolutely perfect!) Cheers, |
Wow, cool plugin. Thanks for sharing that. Will need to add that to our defaults. The models that I see available in the TooB ML Amplifier plugin (BluesJr, BossDistortionDS1, etc.) are "hardcoded" as an lv2:enumeration but Not a dynamic list based on which files are loaded as far as I can tell. That selection does work via LCD or MOD-UI for me, cuz yeah, we do support enumerations. |
Hi all,
Pi-stomp on PI5 would be awesome!!!
Best wishes to you all!!
Maarten
The text was updated successfully, but these errors were encountered: