Skip to content

Commit 7b7bb8f

Browse files
authored
README: Update the build commands
1 parent c07a15c commit 7b7bb8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ For a release build, please enter:
3030
$ mbed compile -m K64F -t GCC_ARM
3131
```
3232

33-
You will find the resulting binary in `.build/K64F/GCC_ARM/mbed-os-example-uvisor.bin`. You can drag and drop it onto your board USB drive.
33+
You will find the resulting binary in `BUILD/K64F/GCC_ARM/mbed-os-example-uvisor-number-store.bin`. You can drag and drop it onto your board USB drive.
3434

3535
### Debug
3636

3737
When a debugger is connected, you can observe debug output from uVisor. Please note that these messages are sent through semihosting, which halts the program execution if a debugger is not connected. For more information please read the [Debugging uVisor on mbed OS](https://github.com/ARMmbed/uvisor/blob/master/docs/api/DEBUGGING.md) guide. To build a debug version of the program:
3838

3939
```bash
40-
$ mbed compile -m K64F -t GCC_ARM -o "debug-info"
40+
$ mbed compile -m K64F -t GCC_ARM --profile mbed-os/tools/profiles/debug.json -c
4141
```

0 commit comments

Comments
 (0)