mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
tools/env: document current cross-compilation issues and workaround
Signed-off-by: Luca Ceresoli <luca.ceresoli@comelit.it>
This commit is contained in:
parent
83b7e2a7f2
commit
56c1769806
1 changed files with 6 additions and 0 deletions
6
tools/env/README
vendored
6
tools/env/README
vendored
|
|
@ -2,6 +2,12 @@
|
|||
This is a demo implementation of a Linux command line tool to access
|
||||
the U-Boot's environment variables.
|
||||
|
||||
In the current version, there is an issue in cross-compilation.
|
||||
In order to cross-compile fw_printenv, run
|
||||
make HOSTCC=<your CC cross-compiler> env
|
||||
in the root directory of the U-Boot distribution. For example,
|
||||
make HOSTCC=arm-linux-gcc env
|
||||
|
||||
For the run-time utiltity configuration uncomment the line
|
||||
#define CONFIG_FILE "/etc/fw_env.config"
|
||||
in fw_env.h.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue