9
0
Fork 0

DOC: Grammar and typo fixes in first_steps.dox.

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 2012-02-06 11:15:20 -05:00 committed by Sascha Hauer
parent b07b5f8689
commit 1fd956fde8
1 changed files with 4 additions and 4 deletions

View File

@ -3,12 +3,12 @@
<i>This section demonstrates the first steps with the 'sandbox'
platform. </i>
@a barebox usually needs an environment for storing it's configuration.
You can generate an environment using the example-environment contained
in arch/sanbox/board/env:
@a barebox usually needs an environment for storing its configuration.
You can generate an environment using the example environment contained
in arch/sandbox/board/env:
@code
# ./scripts/bareboxenv -s -p 0x10000 arch/sanbox/board/env/ env.bin
# ./scripts/bareboxenv -s -p 0x10000 arch/sandbox/board/env/ env.bin
@endcode
To get some files to play with you can generate a cramfs image: