summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitmodules4
-rw-r--r--README.md6
2 files changed, 6 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules
index 5be7ee5..36bec08 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,6 +1,6 @@
[submodule "openocd"]
path = openocd
- url = http://github.com/sifive/openocd.git
+ url = https://github.com/sifive/openocd.git
[submodule "riscv-gnu-toolchain"]
path = riscv-gnu-toolchain
- url = http://github.com/riscv/riscv-gnu-toolchain.git
+ url = https://github.com/riscv/riscv-gnu-toolchain.git
diff --git a/README.md b/README.md
index d0dfc29..6cfb3ce 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ This repository, maintained by SiFive, Inc, makes it easy to get started develop
First, clone this repository:
```
-git clone --recursive http://github.com/sifive/freedom-e-sdk.git
+git clone --recursive https://github.com/sifive/freedom-e-sdk.git
```
Ubuntu packages needed:
@@ -28,6 +28,8 @@ cd freedom-e-sdk
make tools
```
+If your machine has enough resources, you can speed up the build process by adding `-j n` to `make`, where `n` is the number of processors of your build system.
+
To compile a bare-metal RISC-V program:
```
@@ -93,4 +95,4 @@ to download and run the benchmark on the HiFive1 board:
Documentation, Forums, and much more available at
-[dev.sifive.com](http://dev.sifive.com)
+[dev.sifive.com](https://dev.sifive.com)