This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| first_example [2020/11/19 19:48] – [Developing on the Avnet MicroZed Board] ursgraf | first_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| Hello World on the NTB mpc555 Board]] | ||
| - | * [[first_example_mpc5200| Hello World on the Phytec phyCore mpc5200 board]] | ||
| - | * [[first_example_microzed| Hello World on the Avnet MicroZed board]] | ||
| - | * [[first_example_zybo| Hello World on the Digilent Zybo board]] | ||
| - | |||
| - | ===== Developing on the Avnet MicroZed Board ===== | ||
| - | As this board contains a FPGA which must be loaded with a suitable configuration, | ||
| - | * [[first_example_microzed_sysdev| System Developer]] | ||
| - | * [[first_example_microzed_appdev| Application Developer]] | ||
| - | * [[first_example_microzed_sysdev| Deploying]] | ||
| - | ===== 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 // | ||
| - | {{: | ||
| - | |||
| - | Edit the // | ||
| - | < | ||
| - | # enter names of rootclasses, | ||
| - | # | ||
| - | rootclasses = " | ||
| - | </ | ||
| - | |||
| - | Create a run configuration and run the program as given in [[first_example|Hello World with System.out]] | ||