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

TCF/RISC-V

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