-
Notifications
You must be signed in to change notification settings - Fork 14
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
RP2350 porting #150
Comments
Very cool! Let me know if you need any help getting it going. |
The SparkFun boards only have a Qwiic connector so I need an audio board with one of those, or some kind of translator to I2S. The Pimorni boards should be here either the end of this week or early next week and they have more connector types. As far as I know, I am the first person in my online circle other than partners that actually have hardware. 🥇 |
I've received my Pi Pico 2 boards. I just have the "official" Rpi ones. Everything ported fine, no changes to We get 6 juno-6 patch #0s running at once on one core, not bad. This is at 200MHz and -O3. Later we can look at the Pi Pico multicore example and re-port to the RP2530 to get more polyphony. We also want to look at floating point performance. |
Excellent news! As far as I know, Amy should not have issues on common RP2350 boards. But the compiled So far the only thing I've actually run on an RP2350 is a couple of scripts with SparkFun's MicroPython. |
I am getting some boards with the new RP2350 micro-controller on them in the next couple of weeks. Speciifically I am getting
The SparkFun boards will be here tomorrow. The Pimoroni board has shipped but it is still in the UK. The other two are coming from Sweden and haven't shipped yet.
I am hoping to get AMY running on them in MicroPython. It turns out there is a fork of the Arduino board support package for the RP2040 that supports the RP2350 here: https://github.com/PontusO/arduino-pico-rp2350
MicroPython for the RP2350 boards itself is still preliminary, but I should at least be able to get the Arduino version running. RP2350 boards are pretty much back-ordered everywhere, so any help you can offer on the porting would be appreciated.
The text was updated successfully, but these errors were encountered: