getting_started:write_app:use_on_microzed
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| getting_started:write_app:use_on_microzed [2026/05/13 13:14] – ursgraf | getting_started:write_app:use_on_microzed [2026/05/13 15:07] (current) – [Use Existing Project] ursgraf | ||
|---|---|---|---|
| Line 60: | Line 60: | ||
| ===== Use Existing Project ===== | ===== Use Existing Project ===== | ||
| As an example we use the [[getting_started: | As an example we use the [[getting_started: | ||
| - | - Clone the code for the project | + | - Clone the code for the project, change into the directory |
| $ git clone https:// | $ git clone https:// | ||
| $ cd simple-motor-control | $ cd simple-motor-control | ||
| + | $ git checkout v1.0.1 | ||
| </ | </ | ||
| - | - Create a build directory, change into it and checkout a stable version with < | + | - Create a build directory |
| $ mkdir build-armhf | $ mkdir build-armhf | ||
| $ cd build-armhf | $ cd build-armhf | ||
| - | $ git checkout v1.0.1 | ||
| </ | </ | ||
| - Source the script for the SDK which has been installed in [[getting_started: | - Source the script for the SDK which has been installed in [[getting_started: | ||
| $ . / | $ . / | ||
| - | </ | + | </ |
| + | - Build the project with < | ||
| $ cmake -DUSE_FLINK=TRUE .. | $ cmake -DUSE_FLINK=TRUE .. | ||
| $ make | $ make | ||
getting_started/write_app/use_on_microzed.txt · Last modified: by ursgraf
