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
first_example [2020/09/11 17:10] – [Running Demo Programs] ursgraffirst_example [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
-====== First Example ====== 
-===== Hello World with System.out ===== 
-  * [[first_example_mpc555|Using System.out on the NTB mpc555 board]] 
-  * [[first_example_mpc5200|Using System.out on the Phytec phyCore mpc5200 board]] 
-  * [[first_example_microzed|Using System.out on the Avnet MicroZed board]]   
-  * [[first_example_zybo|Using System.out on the Digilent Zybo board]] 
- 
-===== Running Demo Programs ===== 
-The deep runtime library offers a couple of demo programs, e.g. using serial output or flashing a led. Create a new project as given above and open the //deep// project file. Navigate to //Referenced Libraries// entry in the //Package Explorer// and find a suitable demo program, e.g. ch.ntb.inf.runtime.zynq7000.microzed.demo.Blinker 
-{{:demoprograms.png?400|}} 
- 
-Edit the //rootclasses// entry in the //deep// project file as follows 
-<code> 
-# enter names of rootclasses, e.g. 
-# rootclasses = "test.MyFirstTestClass","other.MySecondTestClass"; 
- rootclasses = "ch.ntb.inf.runtime.zynq7000.microzed.demo.Blinker"; 
-</code> 
- 
-Create a run configuration and run the program as given in [[first_example|First Example]] 
  
first_example.1599837048.txt.gz · Last modified: 2020/09/11 17:10 by ursgraf