From 2887165ae2990e7f93038f3220ed74ee429b5244 Mon Sep 17 00:00:00 2001 From: Megan Wachs Date: Wed, 20 Jul 2016 23:59:02 +0000 Subject: Initial Checkin --- README.md | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..c7aae18 --- /dev/null +++ b/README.md @@ -0,0 +1,44 @@ +# README # + +This repository, maintained by SiFive, Inc, makes it easy to get started developing software for the Freedom E RISC-V platform. + +### Contents ### + +* RISC-V Software Toolchain +* RISC-V Debugging Toolchain +* FPGA Toolchain Commands (Specific to the Freedom E300 Arty Development Kit). + +### Setting up the SDK ### + +First, clone this repository: + +``` +git clone --recursive http://github.com/sifive/freedom-e-sdk.git +``` + +Next, build the tools: + +``` +cd freedom-e-sdk +make tools +``` + +To compile a bare-metal RISC-V program: + +``` +cd freedom-e-sdk +make software [PROGRAM=demo_gpio] +``` + +To see additional options: + +``` +cd freedom-e-sdk +make help +``` + +### For More Information ### + +Documentation, Forums, and much more available at + +[dev.sifive.com](http://dev.sifive.com) \ No newline at end of file -- cgit v1.2.1-18-gbd029