hsdk: readme: Suggest getting pyelftools with pip
authorAlexey Brodkin <abrodkin@synopsys.com>
Mon, 18 Feb 2019 12:03:34 +0000 (15:03 +0300)
committerAlexey Brodkin <abrodkin@synopsys.com>
Thu, 28 Mar 2019 07:50:32 +0000 (10:50 +0300)
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Suggested-by: Yunir Salimzyanov <yunir@synopsys.com>
board/synopsys/hsdk/README

index e29a6a172737e77349e4608689474aa430be52c1..9155f17c6ecdedec86204ecbad82b68a63d422b5 100644 (file)
@@ -83,10 +83,11 @@ Useful notes on bulding and using of U-Boot on ARC HS Development Kit (AKA HSDK)
       HSDK board.
 
       Note that Python3 script is used for generation of a header, thus
-      to get that done it's required to have Python3 with elftools installed.
-      On CentOS/RHEL/Fedora this could be installed with:
+      to get that done it's required to have Python3 with "pyelftools" installed.
+
+      "pyelftools" could be installed with help of "pip" even w/o root rights:
       ------------------------->8----------------------
-      sudo dnf install python3-pyelftools
+      python3 -m pip install --user pyelftools
       ------------------------->8----------------------
 
    EXECUTING U-BOOT