Hi, I have a custom rp2350 board with wifi that I made and I’m trying to get custom board.json and variant files working.
My board works when using a generic platformio.ini for the rppico2w. I can access the wifi chip and make the LED blink, however, I can’t use it due to flash limitations.
I copied over the rppico2w board.json and tweaked the flash size and changed the name.
I also made a new folder for the variant and copied over the files from rppico2w folder into it.
The project compiles fine, but the basic led blink and print code wont run once uploaded.
I’m not sure where the problem is, below i have my platform.ini file.
Any ideas on what I can fix to get it working like the rppico2w?
[env:customboard]
platform = raspberrypi
board = customboard
framework = arduino
board_build.core = earlephilhower
board_build.filesystem = littlefs
board_build.filesystem_size = 12m
board_upload.psram_length = 8388608
upload_protocol = picotool
monitor_speed = 115200
build_flags =
-DRP2350_PSRAM_CS=8