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 revisionBoth sides next revision
first_example [2019/11/06 14:06] – [Using System.out on a mpc555 Board] ursgraffirst_example [2019/11/06 14:10] – [Example on mpc5200] ursgraf
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 = ;