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 12:01] – [Install Libraries to Access the Hardware] ursgrafdownload [2020/12/09 12:05] – [Install Libraries to Access the Hardware] ursgraf
Line 41: Line 41:
 ==== Using a Zynq7000 Based Board ==== ==== 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]]. 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 ==== ==== 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]] 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]]