mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-22 06:42:32 +00:00
ec53b9187d
The bootloader region (`FLASH`) mentioned below overflows into the
`BOOTLOADER_STATE` region by `0x100` bytes
```
0x10000100 + 24K = 0x10006100
```
|
||
---|---|---|
.. | ||
.cargo | ||
src | ||
build.rs | ||
Cargo.toml | ||
memory.x | ||
README.md |
Bootloader for RP2040
The bootloader uses embassy-boot
to interact with the flash.
Usage
Flashing the bootloader
cargo flash --release --chip RP2040
To debug, use cargo run
and enable the debug feature flag
cargo run --release --features debug