[U-Boot] [PATCH] hsdk: readme: Suggest getting pyelftools with pip

Alexey Brodkin alexey.brodkin at synopsys.com
Mon Feb 18 12:31:21 UTC 2019


Signed-off-by: Alexey Brodkin <abrodkin at synopsys.com>
Suggested-by: Yunir Salimzyanov <yunir at synopsys.com>
---
 board/synopsys/hsdk/README | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/board/synopsys/hsdk/README b/board/synopsys/hsdk/README
index e29a6a1727..9155f17c6e 100644
--- a/board/synopsys/hsdk/README
+++ b/board/synopsys/hsdk/README
@@ -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
-- 
2.17.1




More information about the U-Boot mailing list