9
0
Fork 0

Documentation: update reference to sandbox environment

examples/environment is no more. Use board/sandbox/env/ instead.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Peter Korsgaard 2009-12-16 09:15:47 +01:00 committed by Sascha Hauer
parent a5c776de1d
commit 7769ceeefc
1 changed files with 2 additions and 2 deletions

View File

@ -117,9 +117,9 @@ If everything goes well, the result is a file called @p barebox:
@a 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:
@code # ./scripts/bareboxenv -s -p 0x10000 examples/environment/ env.bin @endcode
@code # ./scripts/bareboxenv -s -p 0x10000 board/sandbox/env/ env.bin @endcode
To get some files to play with you can generate a cramfs image: