Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
reform-boundary-uboot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Jack Humbert
reform-boundary-uboot
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
Tags containing commit
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 @@
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.
...
...
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