Search found 7 matches
- Mon Oct 17, 2016 11:25 am
- Forum: FAQ about Tulipp Development Platform
- Topic: LEDs test for EMC2, with z7030
- Replies: 5
- Views: 14413
Re: LEDs test for EMC2, with z7030
Dear Timoteo, Could you provide the source files/vivado project behind the generation of this bit file? The bit file works fine through JTAG but we are trying to use dynamic partial reconfiguration (DPR) within HIPPEROS on the EMC2 board but the bit file is made for JTAG (with headers, etc.), then w...
- Thu Oct 13, 2016 11:01 am
- Forum: FAQ about Tulipp Development Platform
- Topic: Bitstream samples for the EMC2 board
- Replies: 1
- Views: 5735
- Thu Oct 13, 2016 10:51 am
- Forum: FAQ about Tulipp Development Platform
- Topic: Bitstream samples for the EMC2 board
- Replies: 1
- Views: 5735
Bitstream samples for the EMC2 board
We are progressing on the development of the BSP of the EMC2 board for HIPPEROS. We are starting to investigate what is needed to develop PCAP/ICAP drivers to reconfigure the FPGA fabric at run-time. For this, we would need some bitstream examples (or VHDL code that we could synthesize with Vivado),...
- Wed Aug 24, 2016 5:44 pm
- Forum: FAQ about Tulipp Development Platform
- Topic: Software JTAG Probe for Xilinz Zynq SoC
- Replies: 5
- Views: 11703
Re: Software JTAG Probe for Xilinz Zynq SoC
Good news! We managed to debug the EMC2/Trenz board with the lauterbach tools :-) It was not working previously because of the space between the trenz and the sundance board, but now that we properly connected them together, the debugging tool was working directly :-) (Therefore with this space the ...
- Tue Aug 16, 2016 12:14 pm
- Forum: FAQ about Tulipp Development Platform
- Topic: Build U-boot for the EMC2 board
- Replies: 3
- Views: 8026
Re: Build U-boot for the EMC2 board
We managed to make U-boot work on the EMC2 board. We had to modify the following in the u-boot source code: we changed the UART port in 'u-boot-xlnx/arch/arm/dts/zynq-zc702.dts' in section "aliases", we put 'serial0' to '&uart0' instead of '&uart1'. This was enough to work with the...
- Fri Aug 05, 2016 11:21 am
- Forum: FAQ about Tulipp Development Platform
- Topic: Build U-boot for the EMC2 board
- Replies: 3
- Views: 8026
Build U-boot for the EMC2 board
Dear all, We are currently progressing on the usage of the EMC2 board in the context of the Tulipp Work Package 3. We're trying to bring-up the board by running an updated version of U-boot (http://www.denx.de/wiki/U-Boot and http://www.wiki.xilinx.com/Build+U-Boot). To run HIPPEROS on an embedded b...
- Wed Jun 29, 2016 3:43 pm
- Forum: FAQ about Tulipp Development Platform
- Topic: Software JTAG Probe for Xilinz Zynq SoC
- Replies: 5
- Views: 11703
Re: Software JTAG Probe for Xilinz Zynq SoC
It looks like Zynq-7000 is supported by OpenOCD, as a simple search in the binary folder of openocd shows: antonio@AntoUlbLab:/opt/openocd-0.10.0_20160324_b6c4a5db3e/share$ grep -rin "zynq" openocd/scripts/board/adapteva_parallella1.cfg:7:source [find target/zynq_7000.cfg] openocd/scripts/...