summarylogtreecommitdiffstats
path: root/hifive1-sdk.install
diff options
context:
space:
mode:
Diffstat (limited to 'hifive1-sdk.install')
-rw-r--r--hifive1-sdk.install26
1 files changed, 17 insertions, 9 deletions
diff --git a/hifive1-sdk.install b/hifive1-sdk.install
index 97773105273d..324d97b360e3 100644
--- a/hifive1-sdk.install
+++ b/hifive1-sdk.install
@@ -1,11 +1,19 @@
post_install () {
- echo ">>> NOTE: Currently, the whole stuff are put in /opt/hifive-sdk."
- echo ">>> According to the guideline, this will be fixed soon."
- echo ">>> "
- echo ">>> The recommanded way to use this toolchain is to copy the"
- echo ">>> directory, and follow the Official Getting Start Guide. "
- echo ">>> Basically, make software PROGRAM=... "
- echo ">>> "
- echo ">>> There are still some linking issue, but demo_gpio is"
- echo ">>> buildable."
+ echo ">>> Usage: "
+ echo ">>> 1. add your working ID to group uucp."
+ echo ">>> "
+ echo ">>> $ sudo usermod -aG uucp my_id"
+ echo ">>> "
+ echo ">>> 2. copy /usr/share/hifive1-sdk directory to your own place."
+ echo ">>> "
+ echo ">>> 3. check \"make help\" to see instructions."
+ echo ">>> "
+ echo ">>> "
+ echo ">>> If you encounter any problem, please ask at the official forum:"
+ echo ">>> https://forums.sifive.com/t/arch-linux-and-the-hifive1/212/21"
+ echo ">>> or the AUR package site:"
+ echo ">>> https://aur.archlinux.org/packages/hifive1-sdk-git/"
+ echo ">>> "
+ echo ">>> "
+ echo ">>> Happy Hacking!"
}