Skip to content

Commit 7f70576

Browse files
authored
Include RAM boot
1 parent 5168fa2 commit 7f70576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@ struct load_command : public cmd {
854854
option('N', "--no-overwrite-unsafe").set(settings.load.no_overwrite_force) % "When writing flash data, do not overwrite an existing program in flash. If picotool cannot determine the size/presence of the program in flash, the load continues anyway" +
855855
option('u', "--update").set(settings.load.update) % "Skip writing flash sectors that already contain identical data" +
856856
option('v', "--verify").set(settings.load.verify) % "Verify the data was written correctly" +
857-
option('x', "--execute").set(settings.load.execute) % "Perform a flash update boot to execute the downloaded file as a program after the load"
857+
option('x', "--execute").set(settings.load.execute) % "Perform a bootrom reboot to execute the downloaded file as a program after the load - either a flash update boot for binaries in flash, or a RAM image boot for other binaries "
858858
).min(0).doc_non_optional(true) % "Post load actions" +
859859
file_selection % "File to load from" +
860860
(

0 commit comments

Comments
 (0)