The pico-sdk does not currently provide any facilities for loading NS binaries on your behalf.
Your options are:
1. embed the NS binary in your binary
2. by all means put it in a different partition; there are APIs in bootorm.h, and flash.h to find partitions, and to read data from them. So you can load your NS binary into RAM relatively easily.
Your options are:
1. embed the NS binary in your binary
2. by all means put it in a different partition; there are APIs in bootorm.h, and flash.h to find partitions, and to read data from them. So you can load your NS binary into RAM relatively easily.
Statistics: Posted by kilograham — Tue Sep 02, 2025 8:41 pm