From 06d7847cf0063cceec9a60eb526f03fcc7729769 Mon Sep 17 00:00:00 2001 From: Alan Ott Date: Mon, 21 May 2012 11:54:01 -0400 Subject: [PATCH] README: change path to sandbox environment The path to the sandbox environment is now arch/sandbox/board/env . Signed-off-by: Alan Ott Signed-off-by: Sascha Hauer --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index c875b7d3c..cec9ccbaf 100644 --- a/README +++ b/README @@ -110,7 +110,7 @@ Barebox usually needs an environment for storing the configuration data. You can generate an environment using the example environment contained 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: # mkcramfs somedir/ cramfs.bin