diff options
author | Tom Rini <trini@konsulko.com> | 2018-08-01 09:26:15 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-08-01 09:26:15 -0400 |
commit | 61523dde17d1539b8ea361e25909acfdfc465155 (patch) | |
tree | 03e544bf27cadc6d62f91e2c29c80ddfc3dff660 /board/synopsys/hsdk/README | |
parent | 20a619c61775d99aaed07cf69ce449de054358a4 (diff) | |
parent | 8f590063ba635264303b1713c421df331743fd46 (diff) |
Merge tag 'arc-updates-for-2018.09-rc2' of git://git.denx.de/u-boot-arc
That's a set of prety minor changes and fixes for ARC.
Among them:
* Improvement in CREG GPIO driver used on ARC dev boards
that allow us to re-use the driver for SPI's chip select
* Enable SPI-flsh on AXS10x boards which allows to update
U-Boot binary that gets loaded by boot-ROM
* Fix accommodating always utilized unaligned access by
GCC for ARC starting from 8.1.0
Diffstat (limited to 'board/synopsys/hsdk/README')
-rw-r--r-- | board/synopsys/hsdk/README | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/board/synopsys/hsdk/README b/board/synopsys/hsdk/README index e3793e4829..e29a6a1727 100644 --- a/board/synopsys/hsdk/README +++ b/board/synopsys/hsdk/README @@ -82,6 +82,12 @@ Useful notes on bulding and using of U-Boot on ARC HS Development Kit (AKA HSDK) be put on the first FAT partition of micro SD-card to be inserted in the 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: + ------------------------->8---------------------- + sudo dnf install python3-pyelftools + ------------------------->8---------------------- EXECUTING U-BOOT @@ -104,8 +110,8 @@ Useful notes on bulding and using of U-Boot on ARC HS Development Kit (AKA HSDK) 1. Create `u-boot.head` and `u-boot-update.scr` as discribed above with `make bsp-generate` command. - 2. Copy `u-boot.head` and `u-boot-update.scr` to the first the first FAT - partition of micro SD-card. + 2. Copy `u-boot.head` and `u-boot-update.scr` to the first FAT partition + of micro SD-card. 3. Connect USB cable from the HSDK board to the developemnt host and fire-up serial terminal. |