deep

a Cross Development Platform for Java

User Tools

Site Tools


getting_started

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
getting_started [2018/08/20 14:44] mgehrig2getting_started [2020/09/06 13:36] – [Requirements] ursgraf
Line 1: Line 1:
-====== Getting started ======+====== Download ======
  
 ===== Requirements ===== ===== Requirements =====
   * PC running Linux, Mac OS X or Windows   * PC running Linux, Mac OS X or Windows
-  * Java Developer Kit or newer+  * Java Developer Kit or newer
   * Eclipse 3.8 or newer   * Eclipse 3.8 or newer
-  * MPC555 or MPC5200B based controller board+  * Microcontroller board (MPC555 MPC5200B / MicroZed / Zybo / Colibri)
  
 ===== Set up ===== ===== Set up =====
Line 19: Line 19:
     - 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“
-    - If you want to use deep with the [[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]], select also the ''USB to BDI host interface'' plugin. +  * Install the deep runtime library by extracting the ZIP archive from [[http://update.deepjava.org/runtime-library/deep_runtime_library_1.5.0_2019-05-07.zip | ]] to ''C:\Programm Data\deep\trglib'' (Windows), ''/opt/deep/lib'' (Linux) or any other location.
-      * Follow the instructions of the plugin installer +
-    - If you use an ARM target instead, i.e. the Zybo with a Zynq, install the [[..:..:openocd:installation | OpenOCD toolchain]] first. +
-  * Install the deep runtime library by extracting the ZIP archive from the [[..:..:download download page]] to ''C:\Programm Data\deep\trglib'' (Windows), ''/opt/deep/lib'' (Linux) or any other location.+
   * Start Eclipse and open the deep perspective.   * Start Eclipse and open the deep perspective.
-  * Go to Window -> Preferences -> deep Preferences and change the default library path to the location where you've extracted the runtime library. +  * Go to Window -> Preferences -> deep Preferences and change the default library path to the location where you have extracted the runtime library. 
-  * If you want to use deep with the [[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]], you need to install the necessary drivers and LibusbJava: + 
-    * Windows: + 
-      Download the [[http://wiki.ntb.ch/infoportal/software/ntb_windows_driver_package/start|NTB Windows Driver Package]]. +===== Install Libraries to Access the Hardware ===== 
-      - Install it by using the setup assistant. The selection of the suitable drivers is done automatically (64 bit)+  * 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]] 
-      - Take care to install libusb as well (see [[http://www.libusb-java.ch/installation/start|installation instructions of LibusbJava]])! +    - Install the [[https://libusb-java.ch/installation/start|LibusbJava]]. For Java 9 and later, make sure that you install the necessary plugin as follows: 
-    * Linux: +      - Start the Eclipse IDE (eclipse.exe) 
-      - Install LibusbJava for Linux with the [[http://libusb-java.ch/installation/start| Installation Instructions]] on the LibusbJava page+      - 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 
 +    - 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 target instead, i.e. the Zybo with a Zynq, install the [[..:..:openocd:installation | OpenOCD toolchain]]. 
  
-===== First steps ===== 
-See [[first_example|First Example]].