aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-10-13 11:41:00 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-10-13 11:41:00 +0200
commitc547aebf2726c733e41f4be707ff5eeb87370379 (patch)
treee85c082d250312c9494e57ab0f3d41a3507d013d
parent2b376fa3b7635a457daa176096ccc434b6e160e1 (diff)
Add Netbeans Run settings in Build 1st app chapter
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
-rw-r--r--docs/part-1/4_build-first-app.md12
-rw-r--r--docs/part-1/pictures/nb_new-project-4.pngbin0 -> 56598 bytes
2 files changed, 9 insertions, 3 deletions
diff --git a/docs/part-1/4_build-first-app.md b/docs/part-1/4_build-first-app.md
index fa1fd8a..342113d 100644
--- a/docs/part-1/4_build-first-app.md
+++ b/docs/part-1/4_build-first-app.md
@@ -167,7 +167,7 @@ __Netbeans 8.x :__
- in **Build** category, click on **Manage Configurations** button and then **New** button to add a new configuration named for example "Gen3 board"
- ![Select Model panel](./pictures/nb_new-project-2.png)
+ ![Select Build category](./pictures/nb_new-project-2.png)
- Click on **Set Active** button
@@ -179,9 +179,15 @@ __Netbeans 8.x :__
- Select **Make** sub-category, and set:
- Working Directory: `build_gen3`
- Build Command: `xds-exec -c ../xds-gen3.conf -- make remote-target-populate`
- - Clean Command: `xds-exec -c ../xds-gen3.conf -- make clean`
+ - Clean Command: `xds-exec -c ../xds-gen3.conf -- make clean`
- ![Select Model panel](./pictures/nb_new-project-3.png)
+ ![Select Make sub-category](./pictures/nb_new-project-3.png)
+
+ - Select **Run** sub-category, and set:
+ - Run Command: `target/start-on-root@renesas-gen3.sh`
+ - Run Directory: `build-gen3`
+
+ ![Select Run sub-category](./pictures/nb_new-project-4.png)
- Click on **OK** button to save settings
diff --git a/docs/part-1/pictures/nb_new-project-4.png b/docs/part-1/pictures/nb_new-project-4.png
new file mode 100644
index 0000000..8b33787
--- /dev/null
+++ b/docs/part-1/pictures/nb_new-project-4.png
Binary files differ