-
There is a new error trying to build existing project where platformio.ini constains
[env:waveshare_rp2040_zero]
platform = raspberrypi
**board = waveshare_rp2040_zero**
framework = arduino
or …
-
Project is still in beta but could be usefull to update with new features. (SD card, Frequency extension, Complex 8bit for higher bandwidth...)
See at https://github.com/F5OEO/tezuka_fw
Already some…
-
Hello,
I am trying to display text on an SSD1306 using a Raspberry Pi Pico2.
I used the code from the develop branch, but it didn’t work properly.
But, It worked correctly after applying similar …
-
To load a pico2, picotool needs sudo - yes, I copied 99-picotool.rules
> ls /etc/udev/rules.d/
99-SaleaeLogic.rules 99-picotool.rules
====== with pico2 ===================
## built with set(PICO_…
-
The RP2350 (RaspberryPi Pico2) has two cores, ARM and RISCV, and can run the ARM and RISCV cores simultaneously.
I think it will be difficult to support this elegantly with the current Zephyr mechani…
-
Currently the TULIP4041-DevBoard project is using the default USB VID (Vendor ID) and PID (Product ID) value.
While using the USB VID value of 0x2E8A is reasonable (we're on RPi's platform), using th…
-
I am using the latest VS Code Insiders and Arch Linux, and trying to create an RISC-V example project for Pico 2, but the extension complained that "Failed to download and install SDK and/or toolchain…
-
One of the 3 production Pico 2's we've been testing does not reliably re-enumerate after programming. This was discovered while running through automated Pigweed testing. The workflow I was using is…
-
Please consider looking into adding platform support for the new RP2350 MCU and the Raspberry Pi Pico 2 development board.
RP2350 is the successor and next-generation of RPi RP2040 so guess would n…
Hedda updated
2 months ago
-
Hi Raspberry Pi team,
I encountered a severely broken compilation after doing "CMake: Clean" (Ctrl-shift-P and you can find that command) on a Pico 2 project with ARM cores.
The compile errors…