Error Micropython Compile for Pimoroni Pico Plus 2

wtf:
freeze error executing “{hide}/micropython/ports/rp2/boards/PIMORONI_PICO_PLUS2/manifest.py”: Error in manifest file:

why is from offcial github board corrupted !!!

or this at the same original:

for ci/micropython.sh:
micropython.sh: 3: function: not found
-e
micropython.sh: 5: Syntax error: “}” unexpected

we are was drunked ?

EDIT: for me i will dont buy more pimoroni RP boards, becouse i cant compile. with rpi_pico2 not problem.

I don’t understand. Why are you trying to compile Micropython? We already offer usable builds for Pico Plus 2: Release Version 0.0.7 - PSRAM Fixed (Again) · pimoroni/pimoroni-pico-rp2350 · GitHub

Becouse i want coding in C modules for speed. And in micropython for fast coding. So combine 2 good from C and micropython. So i want not download uf2 but i want source code.

It looks like the GitHub actions are building successfully without any of the errors you list, which would tend to suggest that your dev environment isn’t quite set up right, rather than anything being “corrupted !!!”

micropython for board RPI_PICO2 is correct from official micropython github.

official micropython not have board for pimoroni pico plus 2 with RP2350B. I was copy files to board with py files from GitHub - pimoroni/pimoroni-pico-rp2350: MicroPython builds for Pimoroni Pico 2 / RP2350 boards. to micropython. and use command make -j 16 BOARD= PIMORONI_PICO_PLUS2 . But errors.

Selectively copying some files is unlikely to work; I’d work through the GitHub build action to see exactly what you need to pull in, and build off that repo rather than trying to hot-patch it into the standard micropython build.