Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5180

MicroPython • help writing a RP2350B board def?

$
0
0
I'm trying to write a board definition for the WeAct Studio RP2350B Core board. It's a fairly simple board:
  • RP2350B
  • 16 MB of flash
  • (optionally) PSRAM with /CS on GPI00
I made an attempt at a definition here: scruss/WEACTSTUDIO_RP2350B. When run through the standard process of

Code:

make -C mpy-crosscd ports/rp2make BOARD=WEACTSTUDIO_RP2350B submodules
it fails with Internal build error: The submodule list should not be empty.

If I build against the v1.24.1 tag, this doesn't fail (possibly a regression), but the final make process suggests I'm missing WEACTSTUDIO_RP2350B.h and possibly WEACTSTUDIO_RP2350B.cmake, but what they should contain is a mystery to me.

Any suggestions on what I need to fix, please?

(yes, I asked on MicroPython Discussions a week ago, but so far, bupkis: Board def for WeAct Studio RP2350B fails updating submodules #16827)

Statistics: Posted by scruss — Thu Mar 06, 2025 9:51 pm — Replies 1 — Views 46



Viewing all articles
Browse latest Browse all 5180

Trending Articles