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 [2016/02/25 13:33] – external edit 127.0.0.1download [2020/12/09 12:05] – [Install Libraries to Access the Hardware] ursgraf
Line 1: Line 1:
 ====== Download ====== ====== Download ======
  
-<WRAP blindtable 100%> +===== Requirements ===== 
-<WRAP blindcell 48%>+  * PC running Linux, Mac OS X or Windows 
 +  * Java Developer Kit 11 or newer 
 +  * Eclipse 3.8 or newer 
 +  * Microcontroller board (MPC555 / MPC5200B / MicroZed / Zybo / Colibri)
  
-<box 100% blue | Eclipse Plugin> +===== Install Eclipse =====
-  * [[http://update.deepjava.org/eclipse | Eclipse update site]] +
-</box>+
  
-</WRAP>+==== Windows ==== 
 +  * Ensure that you've installed an up-to-date JDK. 
 +    - Download the JDK from the [[http://www.oracle.com/technetwork/java/javase/downloads/index.html | Oracle website]]. 
 +    - Install it by using the setup assistant 
 +  * Install //Eclipse IDE for Java Developers//
 +    - Get the newest version of [[http://www.eclipse.org/downloads/|Eclipse for Java Developers]]. 
 +    - Unzip it into ''C:\Program Files\eclipse'' or ''C:\Programme\eclipse'', respectively.
  
-<WRAP blindcell 48%>+==== Linux ====
  
-<box 100% blue | Runtime Library> +  * Ensure that you have installed an up-to-date JDK. 
-  * [[http://update.deepjava.org/runtime-library/deep_runtime_library_1.3.3_2016-01-13.zip | Runtime library V1.3.3]] +      * On ubuntu/debian based systems you can run ''sudo apt install default-jdk'' 
-</box>+  * Install Eclipse for Java Developers: 
 +    * Download it from [[ https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/2020-09/R/eclipse-java-2020-09-R-linux-gtk-x86_64.tar.gz | here ]] 
 +    - Extract it to a suitable place, such as ''/opt/deep/eclipse/'' 
 +      - ''mkdir -p /opt/deep/eclipse'' 
 +      - ''tar -C /opt/deep/eclipse -xvf eclipse-java-2020-09-R-linux-gtk-x86_64.tar.gz''
  
-</WRAP> +===== Install Eclipse Plugins ===== 
-</WRAP>+ 
 +  * Install the deep Eclipse plugin from our [[http://update.deepjava.org/eclipse | Update Site]]. 
 +    - 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 ''deep Plugin for Eclipse'' from category „NTB“ 
 + 
 +===== Install deep Runtime Library ===== 
 +  * Install the deep runtime library by extracting the ZIP archive from [[http://update.deepjava.org/runtime-library/deep_runtime_library_1.6.0_2020_09_15.zip | ]] to ''C:\Programm Data\deep\trglib'' (Windows), ''/opt/deep/lib'' (Linux) or any other location. 
 + 
 +===== 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 === 
 + 
 +=== Linux=== 
 +  * Install OpenOCD, it is probably available through your distribution's package manager. E.g. ''sudo apt install openocd'' 
 +  * Download {{ :openocd:ostboards.rar |}} and unpack it to suitable place, such as ''/opt/deep/openocd'' 
 +    * Hint: You can use ''7z'' (package ''p7zip'') to extract ''.rar'' files on linux: ''7z e ostboards.rar -o/opt/deep/openocd/'' 
 +  * Run OpenOCD with the correct config file: 
 +    - ''cd /opt/deep/openocd'' 
 +    - ''sudo openocd -f microzedboard.cfg'' or ''sudo openocd -f digilent_zyboboard.cfg'' 
 + 
 +==== Using a MPC555 Board ==== 
 +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.