will-v-pi

Results 128 comments of will-v-pi

Closing as by design, and the message printed when compiling has been fixed in develop

Yeah, the copy is not correct anymore - https://github.com/raspberrypi/pico-setup/blob/b6029ad57b64fe19bc06dc1fbb5f9cd2c55b3116/pico_setup.sh#L116 should be replaced with ``` sudo make install ``` > because the picotool repository seems to imply that there may be...

I have a PR to fix this in `pico_setup.sh` - https://github.com/raspberrypi/pico-setup/pull/43

Firstly, the debugprobe_on_pico firmware should work fine on Pico W, so there’s no need to compile it from source. The only thing that wouldn’t work would be the LED, but...

I don't want to add this, as there are already better ways to do this native to CMake. See the [Usage by the SDK](https://github.com/raspberrypi/picotool/blob/develop/README.md#usage-by-the-raspberry-pi-pico-sdk) section of the picotool README for...

I've confirmed it works in Windows too, by running ``` $env:picotool_DIR = '~\.pico-sdk\picotool\2.0.0\picotool' $env:pioasm_DIR = '~\.pico-sdk\tools\2.0.0\pioasm' $env:PICO_SDK_PATH = '~\.pico-sdk\sdk\2.0.0' $env:PICO_TOOLCHAIN_PATH = '~\.pico-sdk\toolchain\13_2_Rel1' cmake .. -G "NMake Makefiles" ```

Thanks, this has been merged for picotool 2.0.0 - and `develop` branch is now protected too

This appears to be the same issue that was fixed in https://github.com/raspberrypi/picotool/pull/150 - I'm guessing that the gap between the `.text` and `.rodata` sections is causing this issue. Try my...

> Mentioned patch of linker script doesn't work for me. Please could you try again with following test project? [tst1.zip](https://github.com/user-attachments/files/19086675/tst1.zip) This test project does not contain `pico_sdk_init()` in your `CMakeLists.txt`,...

> I think it contains the patch but please, could you look? Yes, that contains the patch, so I'm not sure what's going wrong on your system > Please, if...