diff options
author | Megan Wachs <megan@sifive.com> | 2017-01-26 16:04:32 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-26 16:04:32 -0800 |
commit | 8bd2184f1b2c44dffaa3221898a32e8540769a27 (patch) | |
tree | 8844b5498403e27d2511688632a82f3d82223ec0 | |
parent | cebc4033491f5be7b717ad2ac66715771d374138 (diff) |
Update README.md
Add details about how to keep the repo up to date
-rw-r--r-- | README.md | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -43,6 +43,23 @@ To see additional options: cd freedom-e-sdk make help ``` +### Updating your SDK ### + +If you'd like to update your SDK to the latest version: + +``` +cd freedom-e-sdk +git pull origin master +git submodule update --init --recursive +``` + +If you would like to recompile the entire toolchain after performing the above: + +``` +rm -rf toolchain +rm -rf work +make tools +``` ### Benchmarking ### |