View Source uf2tool (uf2tool v1.1.0)

Summary

Functions

Create a UF2 binary from a binary

Create a UF2 file from a data file

Join several UF2s into a single UF2. This function shall not be used for universal UF2 (which are just catenated) but to combine several UF2 for the same platform.

Types

-type family_id() ::
          rp2040 | absolute | data | rp2450_arm_s | rp2350_riscv | rp2350_arm_ns | universal | integer().

Functions

Link to this function

binary_to_uf2(FamilyID, StartAddr, ImageBin)

View Source
-spec binary_to_uf2(family_id(), integer(), binary()) -> binary().

Create a UF2 binary from a binary

Link to this function

uf2create(OutputPath, FamilyID, StartAddr, ImagePath)

View Source
-spec uf2create(string(), family_id(), integer(), string()) -> ok.

Create a UF2 file from a data file

Link to this function

uf2join(OutputPath, Sources)

View Source

Join several UF2s into a single UF2. This function shall not be used for universal UF2 (which are just catenated) but to combine several UF2 for the same platform.