Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions hw/bsp/versiboard2/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
To deploy on versiboard2 you will need to use an external programmer such as blackmagic probe or JLink.

If you are using the .bin file in the `release_images` directory then a command like `loadfile versiboard2-tinyuf2.bin 0x60000000` should do the trick.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But we scrapped the release_images idea

2 changes: 1 addition & 1 deletion src/msc.c
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ int32_t tud_msc_write10_cb(uint8_t lun, uint32_t lba, uint32_t offset, uint8_t*
if (write_state.numWritten >= write_state.numBlocks) {
board_flash_flush();

reset_millis = board_millis() + 30;
reset_millis = board_millis() + 100;
}
}
} else {
Expand Down