Skip to content

Commit bc43731

Browse files
authored
README: Update the build commands
1 parent 312d66f commit bc43731

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
@@ -17,12 +17,12 @@ For a release build, please enter:
1717
$ mbed compile -m K64F -t GCC_ARM
1818
```
1919

20-
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.
20+
You will find the resulting binary in `BUILD/K64F/GCC_ARM/mbed-os-example-uvisor-thread.bin`. You can drag and drop it onto your board USB drive.
2121

2222
### Debug
2323

2424
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:
2525

2626
```bash
27-
$ mbed compile -m K64F -t GCC_ARM -o "debug-info"
27+
$ mbed compile -m K64F -t GCC_ARM --profile mbed-os/tools/profiles/debug.json -c
2828
```

0 commit comments

Comments
 (0)