diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2022-06-13 11:40:41 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2022-06-16 10:59:11 -0400 |
commit | b9e195f098c3dd2e61410aa85e2784c9cbc01e5d (patch) | |
tree | 4ad7a4a084f8db2a908961a3e0f9d962fe75602d /docs/Config_Changes.md | |
parent | e98a29bef37f2198fd8376f6cf72e66bc2796edf (diff) | |
download | kutter-b9e195f098c3dd2e61410aa85e2784c9cbc01e5d.tar.gz kutter-b9e195f098c3dd2e61410aa85e2784c9cbc01e5d.tar.xz kutter-b9e195f098c3dd2e61410aa85e2784c9cbc01e5d.zip |
flash_usb: Use hexid "2e8a:0003" for rp2040 already in bootloader mode
Use a USB hex id to indicate that the device is already in bootloader
mode. This makes the rp2040 flashing code similar to the other
boards.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Config_Changes.md')
-rw-r--r-- | docs/Config_Changes.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md index 6961cbde..bbf81fe1 100644 --- a/docs/Config_Changes.md +++ b/docs/Config_Changes.md @@ -8,6 +8,10 @@ All dates in this document are approximate. ## Changes +20220616: It was previously possible to flash an rp2040 in bootloader +mode by running `make flash FLASH_DEVICE=first`. The equivalent +command is now `make flash FLASH_DEVICE=2e8a:0003`. + 20220612: The rp2040 micro-controller now has a workaround for the "rp2040-e5" USB errata. This should make initial USB connections more reliable. However, it may result in a change in behavior for the |