We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50bfd30 commit d59bc95Copy full SHA for d59bc95
README.md
@@ -106,10 +106,13 @@ Bootloader
106
```
107
108
### Build MCUboot from source
109
+The following command will setup the mbed environment and clone the needed repositories before compile for Portenta H7.
110
+
111
112
mbed config root . && mbed deploy
113
mbed compile -m PORTENTA_H7_M7 -t GCC_ARM --profile=release --profile mbed-os/tools/profiles/extensions/lto.json
114
115
+Additional flags are needed for [Lite](generate_rel.sh#L24) and [Lite Connected](generate_rel.sh#L35) boards.
116
117
### Debug
118
0 commit comments