deep

a Cross Development Platform for Java

User Tools

Site Tools


first_example

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
Next revisionBoth sides next revision
first_example [2019/11/06 14:05] ursgraffirst_example [2019/11/06 14:10] – [Example on mpc5200] ursgraf
Line 62: Line 62:
   - Connect the hardware to your host PC by an USB cable and apply power to the target.   - Connect the hardware to your host PC by an USB cable and apply power to the target.
   - Open a terminal program such as ''putty'' or ''realterm''. Alternatively open a terminal program as an eclipse view. Select the appropriate serial port number. Check your host operating settings for this number.   - Open a terminal program such as ''putty'' or ''realterm''. Alternatively open a terminal program as an eclipse view. Select the appropriate serial port number. Check your host operating settings for this number.
-  - Create a new run configuration by marking the project file //HelloWorld.deep//. Then, right-click on it and choose //Run As -> Deep Application// or select from the pulldown menu of the run-button. \\ {{runas_context.png?280|}} {{ runas_pulldown.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//. If you already created such a run configuration you can select from the pulldown menu of the run-button. \\ {{runas_context.png?280|}} {{ runas_pulldown.png?280|}} 
   - //Run// will compile, link and download the program.   - //Run// will compile, link and download the program.
   - The terminal window will show //Hello, World//.   - The terminal window will show //Hello, World//.
Line 74: Line 74:
     - Select a board, e.g.: //Phytec PhiCORE-MPC5200io//     - Select a board, e.g.: //Phytec PhiCORE-MPC5200io//
     - Select a programmer: //none//     - Select a programmer: //none//
-    - Select a operating System: //NTB Simple tasking system//+    - Select a operating System: //NTB Simple Tasking System for PPC//
     - Select the checkbox //Create image file// and choose the location to save the image file and the desired image file format, preferably //BIN//. Default save location is the project folder.     - Select the checkbox //Create image file// and choose the location to save the image file and the desired image file format, preferably //BIN//. Default save location is the project folder.
  
Line 106: Line 106:
  libpath = "I:\deep\lib";  libpath = "I:\deep\lib";
  boardtype = phyCoreMpc5200io;  boardtype = phyCoreMpc5200io;
- ostype = ntbSTS;+ ostype = ntbSTS_ppc;
 # programmertype = ; # programmertype = ;