deep

a Cross Development Platform for Java

User Tools

Site Tools


eclipse:runconfig

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
eclipse:runconfig [2020/12/10 16:34] ursgrafeclipse:runconfig [2020/12/10 16:43] – [Adding More Run Configurations] ursgraf
Line 2: Line 2:
 Run configurations are used to run a project. This will compile the necessary classes, link them together, load the resulting binary to a target and run it. Run configurations are used to run a project. This will compile the necessary classes, link them together, load the resulting binary to a target and run it.
  
-===== Create a New Run Configuration =====+===== Creating a New Run Configuration =====
 Create a new run configuration by marking the project file //HelloWorld.deep//. Then, right-click on it and choose //Run As -> Deep Application//. \\ {{firstexample:runas_context.png?280|}} \\ Create a new run configuration by marking the project file //HelloWorld.deep//. Then, right-click on it and choose //Run As -> Deep Application//. \\ {{firstexample:runas_context.png?280|}} \\
-If you want to create a new one so as not to change an existing one, proceed as follows 
-  - Make a In the following window right click on the left side on //"Deep Application"// -> New \\ {{newrunconfig.png?400&direct}} \\ 
-  - Choose a name for the configuration. 
-  - The //Browse...// button opens the dialog to choose the deep project file. 
-  - Enter the first letter of the file in the top field. 
-  - All hits will display in the middle field.  
-  - Mark the desired file and press //OK//. 
-  - Set selection to //Boot from flash//. \\ {{flashrunconfig.png?400&direct}} \\ 
-  - //Apply// stores configuration. 
-  - //Run// compiles for the flash, downloads and runs the application. 
  
 ===== Editing Run Configurations ===== ===== Editing Run Configurations =====
Line 21: Line 11:
 {{.:runconfig1.png?430|}}  {{.:runconfig1.png?430|}} 
  
-===== Creating New Run Configurations ===== +===== Adding More Run Configurations ===== 
- +  - Show the run configurations with //Properties - > Run/Debug Settings//. \\ {{.:runconfig2.png?300|}} \\ 
 +  - Choose which run configuration of the chosen board you want to copy. Press ''Duplicate'' to copy an existing run configuration. 
 +  - Set selection to a desired target configuration, e.g. //load program to flash//. \\ {{flashrunconfig.png?400&direct}} \\ 
 +  - //Apply// stores the new configuration.
  
 Within a run configuration you can also specify where your program will be written to. This can be RAM or flash memory (see [[eclipse:flashing|Flashing your Program]]). Within a run configuration you can also specify where your program will be written to. This can be RAM or flash memory (see [[eclipse:flashing|Flashing your Program]]).
  
  
eclipse/runconfig.txt · Last modified: 2020/12/10 16:55 by ursgraf