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 10:37] 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 ===== 
- 
-===== Example on mpc5200 ===== 
- 
- 
-16. //Run// will compile, link and create the image file. Use an external debugging device such as an [[http://wiki.ntb.ch/infoportal/embedded_systems/abatron_bdi/start|Abatron BDI]] to download the program. 
- 
-If the boot loader //uBoot// is present on the board, it will start up and configure the memory and clocks. Now, it's possible to download a program without using an Abatron device. For this, you have to choose in step 4 the target configuration //Phytec PhiCORE-MPC5200uBoot//. This configuration is valid for the //tiny// and the //io// board.   
-Connect a terminal program on PSC3 with 115200, no parity, 8 bit. Also connect the Ethernet of the board to your local server, which must have a TFTP server running. Run the following command: <code>tftp 0x400000 myDir/test.bin bin</code> 
-Please make sure that your image file resides in the right directory on your TFTP server. Finally start your program with <code>go 0x400100</code> 
- 
  
first_example.1599813478.txt.gz · Last modified: 2020/09/11 10:37 by ursgraf