deep

a Cross Development Platform for Java

User Tools

Site Tools


firstexample:first_example_microzed

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
firstexample:first_example_microzed [2021/03/15 16:59] ursgraffirstexample:first_example_microzed [2021/12/28 13:21] ursgraf
Line 1: Line 1:
 ====== Hello World on the Avnet MicroZed Board ====== ====== Hello World on the Avnet MicroZed Board ======
  
-This example will demonstrate how to use the deep compiler to translate a simple Java program and run it on a [[https://wiki.ntb.ch/infoportal/embedded_systems/zynq7000/microzed|MicroZed board]]. This is a simple "hello world" example. It does not allow to use the FPGA part of the zynq7000. See [[firstexample:first_example_microzed_appdev|Application Development]] or [[firstexample:first_example_microzed_sysdev|System Developer]] for that.+This example will demonstrate how to use the deep compiler to translate a simple Java program and run it on a [[https://wiki.ntb.ch/infoportal/embedded_systems/zynq7000/microzed|MicroZed board]]. This is a simple "hello world" example. It does not allow to use the FPGA part of the zynq7000. See [[firstexample:first_example_microzed_appdev|Application Development]] or [[firstexample:first_example_microzed_sysdev|System Developer]] for that purpose.
  
   - Start eclipse, choose a new workspace and open the deep perspective with //Window -> Open Perspective -> Other -> Deep//.   - Start eclipse, choose a new workspace and open the deep perspective with //Window -> Open Perspective -> Other -> Deep//.
Line 42: Line 42:
  
 meta { meta {
- version = "Mon Jan 05 12:40:12 CET 2020";+ version = "Mon Jan 15 09:08:35 CET 2020";
  description = "deep project file for HelloWorld";  description = "deep project file for HelloWorld";
 } }
Line 53: Line 53:
  programmeropts = localhost_4444;  programmeropts = localhost_4444;
  imgfile = "D:\work\HelloWorld.bin";  imgfile = "D:\work\HelloWorld.bin";
- imgformat = BIN; 
 # pl_file = none; # pl_file = none;
  
firstexample/first_example_microzed.txt · Last modified: 2022/12/20 15:53 by ursgraf