Skip to content

Commit

Permalink
Small correction in user guide (#835)
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting committed Feb 26, 2024
2 parents 04f58bc + fa25b24 commit e4162aa
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ Awaiting neorv32_exe.bin...

[start=4]
. Send the binary in raw binary via your terminal program. When the upload is completed and "OK"
appears, press `p` to trigger the programming of the flash (do not execute the image via the `e`
appears, press `s` to trigger the programming of the flash (do not execute the image via the `e`
command as this might corrupt the image):

[source]
----
CMD:> u
Awaiting neorv32_exe.bin... OK
CMD:> p
CMD:> s
Write 0x000013FC bytes to SPI flash @ 0x02000000? (y/n)
----

Expand All @@ -54,7 +54,7 @@ to specify the base address of the executable inside the SPI flash.
----
CMD:> u
Awaiting neorv32_exe.bin... OK
CMD:> p
CMD:> s
Write 0x000013FC bytes to SPI flash @ 0x02000000? (y/n) y
Flashing... OK
CMD:>
Expand Down

0 comments on commit e4162aa

Please sign in to comment.