Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 8082

SDK • Re: Pico does not start using VS Code (But does with Aduino Toolchain)

$
0
0
Potential problem here:
Executing task: C:\Users\martin/.pico-sdk/picotool/2.2.0-a4/picotool/picotool.exe load e:/Documents/1a_VS Code/blink/build/blink.elf -fx
Space in the path:

Code:

e:/Documents/1a_VS Code/blink/build/blink.elf
Pretty sure in Windows and elsewhere if you don't put paths in quotes, bad things will happen because the app has no way of determining properly what is what. Try again with a project folder using a path with no space in it and see if things get better.

[Edit] Then again, picotool said it loaded something into flash... beats me :D
I'm not a VS Code user, but a space in the path is a big red flag for me. Others here who are actual VS Code users might be more familiar with the output messages, so I won't try to dabble into that. But picotool has a lot of options that you can use to investigate this issue, for example:

Code:

$ picotool info blink.uf2File blink.uf2 family ID 'rp2040':Program Information name:          blinker_simple binary start:  0x10000000 binary end:    0x10001ba4
To check the UF2 and see if it matches the board type you have.

Statistics: Posted by katak255 — Mon Jan 26, 2026 3:42 am



Viewing all articles
Browse latest Browse all 8082

Trending Articles