There is a build misconfiguration which exposes a time-of-check/time-of-use described in the datasheet.
The original CMakeLists.txt built flash binaries and then signed them. This updated version builds RAM binaries, signs them, and then packages the UF2s for flash-to-RAM load by the bootrom.
There is a build misconfiguration which exposes a time-of-check/time-of-use described in the datasheet.
The original CMakeLists.txt built flash binaries and then signed them. This updated version builds RAM binaries, signs them, and then packages the UF2s for flash-to-RAM load by the bootrom.
cc @nezza