Hi,
I cloned the repo from https://github.com/geeekpi/pico_breadboard_kit/tree/pico2 .
I build it for the PICO_BOARD=pico_w, and I see lines across the screen.
Everything else seems to work fine, including the GT911 touch pad.
When I build this for the PICO_BOARD=pico, it works.
It obviously will not work for the PICO_BOARD=pico2, even if this is a pico2 branch, because we will have to wait 3 more years until we can build stuff for the pico2, even if the instructions in the repo branch mentions:
cmake -DCMAKE_BUILD_TYPE=Debug -DPICO_PLATFORM=rp2350 -DPICO_BOARD=pico2 -DPICO_RP2350=1 FREERTOS_KERNEL_PATH=~/pico_breakboard_kit/components/FreeRTOS ..
Loading the uf2 file from the build to the pico 2 just crashes and I can never get that to work for the pico 2
How can I fix this problem?.
Is it some kind of refresh rate, or buffer issue?
Hi,
I cloned the repo from https://github.com/geeekpi/pico_breadboard_kit/tree/pico2 .
I build it for the PICO_BOARD=pico_w, and I see lines across the screen.
Everything else seems to work fine, including the GT911 touch pad.
When I build this for the PICO_BOARD=pico, it works.
It obviously will not work for the PICO_BOARD=pico2, even if this is a pico2 branch, because we will have to wait 3 more years until we can build stuff for the pico2, even if the instructions in the repo branch mentions:
cmake -DCMAKE_BUILD_TYPE=Debug -DPICO_PLATFORM=rp2350 -DPICO_BOARD=pico2 -DPICO_RP2350=1 FREERTOS_KERNEL_PATH=~/pico_breakboard_kit/components/FreeRTOS ..
Loading the uf2 file from the build to the pico 2 just crashes and I can never get that to work for the pico 2
How can I fix this problem?.
Is it some kind of refresh rate, or buffer issue?