summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2011-12-12 05:37:51 -0500
committerSascha Hauer <s.hauer@pengutronix.de>2011-12-13 11:38:27 +0100
commit599f75ff1c22dd6e74a870b9931ff13d82e25629 (patch)
treeb398ff713253a41789814cd7f528611a7110a094 /README
parent71490c2444c110b5ace4d6b24cb617ce82896bf8 (diff)
downloadbarebox-599f75ff1c22dd6e74a870b9931ff13d82e25629.tar.gz
barebox-599f75ff1c22dd6e74a870b9931ff13d82e25629.tar.xz
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>
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 9b58f26d64..5662a1cbee 100644
--- a/README
+++ b/README
@@ -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