deep

a Cross Development Platform for Java

User Tools

Site Tools


crosscompiler:deep_projects

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
crosscompiler:deep_projects [2020/09/10 18:31] – [Create and manage deep projects] ursgrafcrosscompiler:deep_projects [2020/09/10 18:39] ursgraf
Line 16: Line 16:
  libpath = "I:\deep\lib";  libpath = "I:\deep\lib";
  boardtype = ntbMpc555HB;  boardtype = ntbMpc555HB;
- ostype = ntbSTS_ppc;+ ostype = sts_ppc;
  programmertype = ntbMpc555UsbBdi;  programmertype = ntbMpc555UsbBdi;
 +# programmeropts = none;
 +# imgfile = D:\temp\myFile.bin;
 +# imgformat = BIN;
 +# pl_file = ;
  
 # enter names of rootclasses, e.g. # enter names of rootclasses, e.g.
Line 46: Line 50:
 <code> <code>
   boardtype = ntbMpc555HB;   boardtype = ntbMpc555HB;
 +</code>
 +
 +==== Target operating system ====
 +Choose an operating system with
 +<code>
 +  ostype = sts_ppc;
 </code> </code>
  
 ==== Programmer ==== ==== Programmer ====
-The Programmer declaration is optional, if no programmer is given, deep will not automatically download the image to the target board.+The programmer declaration is optional, if no programmer is given, deep will not automatically download the image to the target board.
 <code> <code>
   programmertype = ntbMpc555UsbBdi;   programmertype = ntbMpc555UsbBdi;
 </code> </code>
  
-==== Target operating system ==== +==== Programmer Options ==== 
-Choose an operating system with+This options are used when the programmer is accessed trough a telnet connection, e.g. with OpenOCD.
 <code> <code>
-  ostype ntbSTS_ppc;+  programmeropts localhost_4444;
 </code> </code>
  
Line 64: Line 74:
 <code> <code>
   imgfile = "D:\temp\myFile.bin";   imgfile = "D:\temp\myFile.bin";
-  imgformat = binary;+  imgformat = BIN; 
 +</code> 
 + 
 +==== PL Image file ==== 
 +If the target architecture contains a programmable logic block (PL), you can specify the bit-file with which the PL can be configured. 
 +<code> 
 +  pl_file = "D:\temp\config.bit";
 </code> </code>
  
crosscompiler/deep_projects.txt · Last modified: 2022/12/20 15:56 by ursgraf