Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
u-boot-2015.04
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vesta
u-boot-2015.04
Commits
56c17698
Commit
56c17698
authored
13 years ago
by
Luca Ceresoli
Committed by
Wolfgang Denk
13 years ago
Browse files
Options
Downloads
Patches
Plain Diff
tools/env: document current cross-compilation issues and workaround
Signed-off-by:
Luca Ceresoli
<
luca.ceresoli@comelit.it
>
parent
83b7e2a7
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/env/README
+6
-0
6 additions, 0 deletions
tools/env/README
with
6 additions
and
0 deletions
tools/env/README
+
6
−
0
View file @
56c17698
...
@@ -2,6 +2,12 @@
...
@@ -2,6 +2,12 @@
This is a demo implementation of a Linux command line tool to access
This is a demo implementation of a Linux command line tool to access
the U-Boot's environment variables.
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
For the run-time utiltity configuration uncomment the line
#define CONFIG_FILE "/etc/fw_env.config"
#define CONFIG_FILE "/etc/fw_env.config"
in fw_env.h.
in fw_env.h.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment