You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/quick_start/ide.rst
+27-27
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Nuclei Studio could be downloaded from `Nuclei Download Center <https://nucleisy
17
17
18
18
.. _figure_ide_1:
19
19
20
-
.. figure:: /asserts/medias/ide_fig1.png
20
+
.. figure:: ../asserts/medias/ide_fig1.png
21
21
:width:800
22
22
:alt:ide_fig1
23
23
@@ -34,7 +34,7 @@ Etract the downloaded package, there are three parts, shown in the figure below.
34
34
- SerialDebugging_Tool: Serial Debugging tool for Windows.
35
35
- HBird_Driver.exe: HBird Debugger driver for Windows.
36
36
37
-
.. figure:: /asserts/medias/ide_fig2.png
37
+
.. figure:: ../asserts/medias/ide_fig2.png
38
38
:width:500
39
39
:alt:ide_fig2
40
40
@@ -47,15 +47,15 @@ Creat Hello World Project
47
47
48
48
- Doubel-click *eclipse.exe* under **NucleiStudio** directory, shown in the figure below.
49
49
50
-
.. figure:: /asserts/medias/ide_fig3.png
50
+
.. figure:: ../asserts/medias/ide_fig3.png
51
51
:width:800
52
52
:alt:ide_fig3
53
53
54
54
Lanuch Nuclei Studio
55
55
56
56
- Then setting workspace in the next window, shown in the figure below.
57
57
58
-
.. figure:: /asserts/medias/ide_fig4.png
58
+
.. figure:: ../asserts/medias/ide_fig4.png
59
59
:width:500
60
60
:alt:ide_fig4
61
61
@@ -67,7 +67,7 @@ Creat Hello World Project
67
67
68
68
- After workspace set, click the **Launch** button, Nuclei Studio will be launched, shown in the figure below.
69
69
70
-
.. figure:: /asserts/medias/ide_fig5.png
70
+
.. figure:: ../asserts/medias/ide_fig5.png
71
71
:width:800
72
72
:alt:ide_fig5
73
73
@@ -77,55 +77,55 @@ Creat Hello World Project
77
77
78
78
- In the menu bar, select "File -> New -> C/C++ Project", shown in the figure below.
79
79
80
-
.. figure:: /asserts/medias/ide_fig6.png
80
+
.. figure:: ../asserts/medias/ide_fig6.png
81
81
:width:800
82
82
:alt:ide_fig6
83
83
84
84
New Project
85
85
86
86
- In the pop-up window, select "C Managed Build", then click "Next", shown in the figure below.
87
87
88
-
.. figure:: /asserts/medias/ide_fig7.png
88
+
.. figure:: ../asserts/medias/ide_fig7.png
89
89
:width:400
90
90
:alt:ide_fig7
91
91
92
92
New Project Type
93
93
94
94
- In next window, input "HelloWorld" as **Project name**, and select "HBird SDK Project For hbirdv2 e203 SoC", then click "Next", shown in the figure below.
95
95
96
-
.. figure:: /asserts/medias/ide_fig8.png
96
+
.. figure:: ../asserts/medias/ide_fig8.png
97
97
:width:400
98
98
:alt:ide_fig8
99
99
100
100
New Project Name
101
101
102
102
- In next window, "Board", "Core" and "DOWNLOAD", these project options could be set, here just keep them as default, and click "Next", shown in the figure below.
103
103
104
-
.. figure:: /asserts/medias/ide_fig9.png
104
+
.. figure:: ../asserts/medias/ide_fig9.png
105
105
:width:400
106
106
:alt:ide_fig9
107
107
108
108
New Project Options
109
109
110
110
- In next window, select "baremetal helloworld" as **Project Example**, and about other options just keep them as default, then click "Next", shown in the figure below.
111
111
112
-
.. figure:: /asserts/medias/ide_fig10.png
112
+
.. figure:: ../asserts/medias/ide_fig10.png
113
113
:width:800
114
114
:alt:ide_fig10
115
115
116
116
New Project Example
117
117
118
118
- In the next steps, just keep them as default, then click "Next", finally click "Finish", shown in the figure below.
119
119
120
-
.. figure:: /asserts/medias/ide_fig11.png
120
+
.. figure:: ../asserts/medias/ide_fig11.png
121
121
:width:800
122
122
:alt:ide_fig11
123
123
124
124
Finish New Project Creat
125
125
126
126
- The created project is shown in the figure below.
127
127
128
-
.. figure:: /asserts/medias/ide_fig12.png
128
+
.. figure:: ../asserts/medias/ide_fig12.png
129
129
:width:800
130
130
:alt:ide_fig12
131
131
@@ -143,15 +143,15 @@ Compile Hello World Project
143
143
144
144
- In the menu bar, select "RV-Tools -> SDK Configuration Tools", shown in the figure below.
145
145
146
-
.. figure:: /asserts/medias/ide_fig13.png
146
+
.. figure:: ../asserts/medias/ide_fig13.png
147
147
:width:800
148
148
:alt:ide_fig13
149
149
150
150
SDK Configuration Tools
151
151
152
152
- In the pop-up window, you can choose the download mode as you need, then click "Save" button, shown in the figure below.
153
153
154
-
.. figure:: /asserts/medias/ide_fig14.png
154
+
.. figure:: ../asserts/medias/ide_fig14.png
155
155
:width:400
156
156
:alt:ide_fig14
157
157
@@ -161,15 +161,15 @@ Compile Hello World Project
161
161
162
162
- Click the "Build" button, the icon of this button is a hammer, shown in the figure below.
163
163
164
-
.. figure:: /asserts/medias/ide_fig15.png
164
+
.. figure:: ../asserts/medias/ide_fig15.png
165
165
:width:800
166
166
:alt:ide_fig15
167
167
168
168
Build Project
169
169
170
170
- After the project compiled successfully, it will shown as the figure below.
171
171
172
-
.. figure:: /asserts/medias/ide_fig16.png
172
+
.. figure:: ../asserts/medias/ide_fig16.png
173
173
:width:800
174
174
:alt:ide_fig16
175
175
@@ -200,31 +200,31 @@ Run Hello World Project
200
200
201
201
- Open the created **Hello World** project, select "RV-Tools -> SDK Configuration Tools", choose "FLASH" as download mode, then click "Save" button, shown in the figure below.
202
202
203
-
.. figure:: /asserts/medias/ide_fig17.png
203
+
.. figure:: ../asserts/medias/ide_fig17.png
204
204
:width:400
205
205
:alt:ide_fig17
206
206
207
207
Download Mode Setting
208
208
209
209
- Click the "Build" button, compiling the project.
210
210
211
-
.. figure:: /asserts/medias/ide_fig18.png
211
+
.. figure:: ../asserts/medias/ide_fig18.png
212
212
:width:800
213
213
:alt:ide_fig18
214
214
215
215
Build Project
216
216
217
217
- In the menu bar, select "Run -> Run Configuration", shown in the figure below.
218
218
219
-
.. figure:: /asserts/medias/ide_fig19.png
219
+
.. figure:: ../asserts/medias/ide_fig19.png
220
220
:width:800
221
221
:alt:ide_fig19
222
222
223
223
Open Run Configuration
224
224
225
225
- Double-click "GDB OpenOCD Debugging", then a set configuration file used for debug/download named "HelloWorld Debug" will be generated automatically, finally click "Run" button, shown in the figure below.
226
226
227
-
.. figure:: /asserts/medias/ide_fig20.png
227
+
.. figure:: ../asserts/medias/ide_fig20.png
228
228
:width:800
229
229
:alt:ide_fig20
230
230
@@ -236,7 +236,7 @@ Run Hello World Project
236
236
237
237
- After the program uploaded successfully, it will shown as the figure below.
238
238
239
-
.. figure:: /asserts/medias/ide_fig21.png
239
+
.. figure:: ../asserts/medias/ide_fig21.png
240
240
:width:800
241
241
:alt:ide_fig21
242
242
@@ -246,15 +246,15 @@ Run Hello World Project
246
246
247
247
- In the menu bar, select "Window -> Show View -> Terminal", then click the "Open a Terminal" button in **Terminal** window, the icon of this button is a monitor, shown in the figure below.
248
248
249
-
.. figure:: /asserts/medias/ide_fig22.png
249
+
.. figure:: ../asserts/medias/ide_fig22.png
250
250
:width:800
251
251
:alt:ide_fig22
252
252
253
253
Open Terminal
254
254
255
255
- In the pop-up window, choose "Serial Terminal", and set other parameters as following figure shown.
256
256
257
-
.. figure:: /asserts/medias/ide_fig23.png
257
+
.. figure:: ../asserts/medias/ide_fig23.png
258
258
:width:300
259
259
:alt:ide_fig23
260
260
@@ -266,7 +266,7 @@ Run Hello World Project
266
266
267
267
- After Serial Terminal opened, you can press the **MCU_RESET** button on Nuclei ddr200t development board to reset MCU and the Hello World program will be executed again, the result is shown in the figure below.
268
268
269
-
.. figure:: /asserts/medias/ide_fig24.png
269
+
.. figure:: ../asserts/medias/ide_fig24.png
270
270
:width:800
271
271
:alt:ide_fig24
272
272
@@ -299,15 +299,15 @@ Debug Hello World Project
299
299
300
300
- In the menu bar, select "Run -> Debug Configuration", shown in the figure below.
301
301
302
-
.. figure:: /asserts/medias/ide_fig25.png
302
+
.. figure:: ../asserts/medias/ide_fig25.png
303
303
:width:800
304
304
:alt:ide_fig25
305
305
306
306
Open Debug Configuration
307
307
308
308
- Double-click "GDB OpenOCD Debugging", then a set configuration file used for debug/download named "HelloWorld Debug" will be generated automatically, finally click "Debug" button, shown in the figure below.
309
309
310
-
.. figure:: /asserts/medias/ide_fig26.png
310
+
.. figure:: ../asserts/medias/ide_fig26.png
311
311
:width:800
312
312
:alt:ide_fig26
313
313
@@ -319,7 +319,7 @@ Debug Hello World Project
319
319
320
320
- After entering debugging mode successfully, it will shown as the figure below.
0 commit comments