You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Binary info is not supported in the Arduino core. Because we use a multi-stage bootloader (for OTA support), the Pico SDK tools cannot properly use any info we'd include from then last-stage real app binary.
Thx for the arduino-pico framework!
I tried to include binary info metadata in my program, but I am unable to find this info in the uploaded code.
picotool info -a
does not show any info after uploading to the PiPico.When I do a
strings firmware.* | grep 'myprogram'
there is also nothing found.Compilation is done via the Platformio setup from the docs (had to manually remove arduino-mbed framework as pio kept preferring this).
I am hoping for a hint of a solution...
The text was updated successfully, but these errors were encountered: