-
Notifications
You must be signed in to change notification settings - Fork 92
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
Add support for RP2040 with 16MB of flash #59
Comments
I don't have a board with 16MB flash to test this, but as far as I know, all you need to do is update In fact, it should still work if you don't update it. You just wouldn't be able to use all that flash, but only the first 2MB. |
Then why the readme (and the specific documentation in the relative directory) says
? If you can't change the flash size of each different bsp shouldn't the compiler expect a normal 2MB flash? For now I think you can just change the |
I have a black RP2040 16MB board from AliExpress. I would like to add the board to this repo, but I'm not sure how. I don't see any documentation about the board. It seems to be like the official Raspberry Pi Pico but it has a RGB LED connected to pin 23. Both the |
I want to add support for this board: https://it.aliexpress.com/item/1005003657583800.html.
It's a clone of the official pi pico with 16MB of flash.
I can't find how to specify the ROM size like the (pimoroni-pico-lipo-16mb)[https://github.com/rp-rs/rp-hal-boards/tree/main/boards/pimoroni-pico-lipo-16mb].
I believe this is the only change necessary, because when using the C sdk, I just need to copy the official board config and change the ROM size.
The text was updated successfully, but these errors were encountered: