9
0
Fork 0

Update README to refer to newer location of example environment

Update location of example environment to match current Documentation.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Robert P. J. Day 2011-12-12 05:37:51 -05:00 committed by Sascha Hauer
parent 71490c2444
commit 599f75ff1c
1 changed files with 2 additions and 2 deletions

4
README
View File

@ -108,9 +108,9 @@ If everything goes well, the result is a file called barebox:
Barebox usually needs an environment for storing the configuation data.
You can generate an environment using the example environment contained
in examples/environment:
in board/sandbox/env:
# ./scripts/bareboxenv -s -p 0x10000 examples/environment/ env.bin
# ./scripts/bareboxenv -s -p 0x10000 board/sandbox/env/ env.bin
To get some files to play with you can generate a cramfs image:
# mkcramfs somedir/ cramfs.bin