This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| firstexample:first_example_microzed [2022/11/24 15:59] – ursgraf | firstexample:first_example_microzed [2025/02/18 14:17] (current) – 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:// | + | This example will demonstrate how to use the deep compiler to translate a simple Java program and run it on a [[https:// |
| - 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 61: | Line 61: | ||
| } | } | ||
| </ | </ | ||
| - | - Plug a [[https:// | + | - Plug a [[https:// |
| - | - Downloading automatically starts OpenOCD, see [[openocd:starting_openocd|Starting | + | - We use [[openocd:start|OpenOCD]] |
| - | - Make sure that you select the //WinUSB// driver for your JTAG-HS3 adapter [[https:// | + | - Make sure that you select the //WinUSB// driver for your JTAG-HS3 adapter [[https:// |
| - Set the jumpers on your MicroZed board as follows \\ {{jtagboot.png? | - Set the jumpers on your MicroZed board as follows \\ {{jtagboot.png? | ||
| - Connect your host machine with another USB cable to the MicroZed board on connector J2. This applies power to the target and creates a USB to UART bridge device (COM port). | - Connect your host machine with another USB cable to the MicroZed board on connector J2. This applies power to the target and creates a USB to UART bridge device (COM port). | ||
| - | - Use a terminal program such as '' | + | - Use a terminal program such as '' |
| - Create a new run configuration by marking the project file // | - Create a new run configuration by marking the project file // | ||
| - | - //Run// will compile, link and download the image file. Downloading automatically starts OpenOCD, see [[openocd: | + | - //Run// will compile, link and download the image file. Downloading automatically starts OpenOCD. |
| - The terminal window will show //Hello world//. | - The terminal window will show //Hello world//. | ||
| - With {{run.jpg}} you can recompile and rerun the program. | - With {{run.jpg}} you can recompile and rerun the program. | ||