diff options
author | Alexey Brodkin | 2019-02-18 15:03:34 +0300 |
---|---|---|
committer | Alexey Brodkin | 2019-03-28 10:50:32 +0300 |
commit | 34d117b1fb055920e742baafdd9c1a390c480519 (patch) | |
tree | f677a1848bc99f92f3f0d396649dfb0d7163859e /board/synopsys/hsdk/README | |
parent | 4f5e552d95bb83adc439056dc387153d65685cb6 (diff) |
hsdk: readme: Suggest getting pyelftools with pip
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Suggested-by: Yunir Salimzyanov <yunir@synopsys.com>
Diffstat (limited to 'board/synopsys/hsdk/README')
-rw-r--r-- | board/synopsys/hsdk/README | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/board/synopsys/hsdk/README b/board/synopsys/hsdk/README index e29a6a17273..9155f17c6ec 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 |