9
0
Fork 0

README: change path to sandbox environment

The path to the sandbox environment is now arch/sandbox/board/env .

Signed-off-by: Alan Ott <alan@signal11.us>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Alan Ott 2012-05-21 11:54:01 -04:00 committed by Sascha Hauer
parent a9eef6a7b9
commit 06d7847cf0
1 changed files with 1 additions and 1 deletions

2
README
View File

@ -110,7 +110,7 @@ Barebox usually needs an environment for storing the configuration data.
You can generate an environment using the example environment contained You can generate an environment using the example environment contained
in board/sandbox/env: in board/sandbox/env:
# ./scripts/bareboxenv -s -p 0x10000 board/sandbox/env/ env.bin # ./scripts/bareboxenv -s -p 0x10000 arch/sandbox/board/env env.bin
To get some files to play with you can generate a cramfs image: To get some files to play with you can generate a cramfs image:
# mkcramfs somedir/ cramfs.bin # mkcramfs somedir/ cramfs.bin