Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "TCF/RISC-V"

< TCF
Line 4: Line 4:
  
 
RISC-V development board with Linux installed and network connection.
 
RISC-V development board with Linux installed and network connection.
 +
 
For example, [https://github.com/eugene-tarassov/vivado-risc-v RISC-V FPGA design for Digilent Nexys Video board].
 
For example, [https://github.com/eugene-tarassov/vivado-risc-v RISC-V FPGA design for Digilent Nexys Video board].
  

Revision as of 15:24, 27 March 2020

Getting TCF to run on the RISC-V

Hardware

RISC-V development board with Linux installed and network connection.

For example, RISC-V FPGA design for Digilent Nexys Video board.

TCF Agent Installation

Assuming RISC-V host name is debian and user name is debian:

  ssh debian@debian
  sudo apt-get update
  sudo apt-get install git make gcc libssl-dev uuid-dev libc6-dbg
  git clone git://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agent.git
  cd org.eclipse.tcf.agent/agent
  make

Back to the top