deep

a Cross Development Platform for Java

User Tools

Site Tools


download

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
Last revisionBoth sides next revision
download [2020/12/09 11:14] – [Install Eclipse Plugins] ursgrafdownload [2020/12/09 12:05] – [Install Libraries to Access the Hardware] ursgraf
Line 34: Line 34:
     - Add a new plugin source: Add… → Name: NTB Plugins, Location: http://update.deepjava.org/eclipse/ → OK     - Add a new plugin source: Add… → Name: NTB Plugins, Location: http://update.deepjava.org/eclipse/ → OK
     - Add the plugin by checking ''deep Plugin for Eclipse'' from category „NTB“     - Add the plugin by checking ''deep Plugin for Eclipse'' from category „NTB“
-  * Start Eclipse and open the deep perspective. 
-  * Go to Window -> Preferences -> deep Preferences and change the default library path to the location where you have extracted the runtime library. 
  
 ===== Install deep Runtime Library ===== ===== Install deep Runtime Library =====
Line 41: Line 39:
  
 ===== Install Libraries to Access the Hardware ===== ===== Install Libraries to Access the Hardware =====
 +==== Using a Zynq7000 Based Board ====
 +If you use an ARM based target, i.e. the Zybo or MicroZed Board with a Zynq7000 processor, install the [[..:..:openocd:start | OpenOCD toolchain]].
 +=== Windows ===
  
-  * If you want to use deep with our [[http://wiki.ntb.ch/infoportal/embedded_systems/mpc555/headerboard/start|MPC555]] and the [[http://wiki.ntb.ch/infoportal/embedded_systems/mpc555/usb-bdi|USB-BDI]] +=== Linux=== 
-    Install the [[https://libusb-java.ch/installation/start|LibusbJava]]. For Java 9 and later, make sure that you install the necessary plugin as follows: +  Install OpenOCD, it is probably available through your distribution's package manager. E.g. ''sudo apt install openocd'' 
-      - Start the Eclipse IDE (eclipse.exe) +  * Download {{ :openocd:ostboards.rar |}} and unpack it to suitable place, such as ''/opt/deep/openocd'' 
-      - Open the plugin installation dialog: Help → Install New Software… +    * Hint: You can use ''7z'' (package ''p7zip'') to extract ''.rar'' files on linux: ''7z e ostboards.rar -o/opt/deep/openocd/'' 
-      - Add a new plugin source: Add… → Name: NTB Plugins, Location: http://update.deepjava.org/eclipse/ → OK +  * Run OpenOCD with the correct config file: 
-      - Add the plugin by checking ''LibusbJava plugin for eclipse'' from category „NTB“ +    - ''cd /opt/deep/openocd'' 
-    Install the plugin ''mpc555UsbBdi'' from the same update site and follow the instructions of the plugin installer +    - ''sudo openocd -f microzedboard.cfg'' or ''sudo openocd -f digilent_zyboboard.cfg'' 
-    - Alternatively to step 1 and 2, on Windows, you can use our [[https://wiki.ntb.ch/infoportal/software/ntb_windows_driver_package/start|NTB Windows Driver Package]] + 
-  * If you use an ARM based target, i.e. the Zybo or MicroZed Board with a Zynq7000 processor, install the [[..:..:openocd:start | OpenOCD toolchain]]. +==== Using a MPC555 Board ==== 
-  When using a [[https://wiki.ntb.ch/infoportal/embedded_systems/abatron_bdi/start|Abatron BDI2000/BDI3000]] you must install the Abatron debugger plugin.+If you want to use deep with our [[http://wiki.ntb.ch/infoportal/embedded_systems/mpc555/headerboard/start|MPC555]] and the [[http://wiki.ntb.ch/infoportal/embedded_systems/mpc555/usb-bdi|USB-BDI]] 
 +  Install the [[https://libusb-java.ch/installation/start|LibusbJava]]. For Java 9 and later, make sure that you install the necessary plugin as follows: 
 +    - Start the Eclipse IDE (eclipse.exe) 
 +    - Open the plugin installation dialog: Help → Install New Software… 
 +    - Add a new plugin source: Add… → Name: NTB Plugins, Location: http://update.deepjava.org/eclipse/ → OK 
 +    - Add the plugin by checking ''LibusbJava plugin for eclipse'' from category „NTB“ 
 +  Install the plugin ''mpc555UsbBdi'' from the same update site and follow the instructions of the plugin installer 
 +  * On Windows, alternatively to step 1 and 2, you can use our [[https://wiki.ntb.ch/infoportal/software/ntb_windows_driver_package/start|NTB Windows Driver Package]] 
 + 
 +==== Using a MPC5200 Board ==== 
 +When using a [[https://wiki.ntb.ch/infoportal/embedded_systems/abatron_bdi/start|Abatron BDI2000/BDI3000]] you must install the Abatron debugger plugin.