summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorRobert Karszniewicz <avoidr@posteo.de>2020-09-19 16:55:58 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-09-21 07:55:42 +0200
commit0b3c92f5c998a1b89123a94ec99d700ca94c738e (patch)
treedfa488ffae28a955f808a25e285fa0b5eb95d803 /README
parent574b76b299285fbc7cc1688690ab65dc7f9b0f5f (diff)
downloadbarebox-0b3c92f5c998a1b89123a94ec99d700ca94c738e.tar.gz
barebox-0b3c92f5c998a1b89123a94ec99d700ca94c738e.tar.xz
README: add some commas for clarity
Signed-off-by: Robert Karszniewicz <avoidr@posteo.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index d206e30139..7c5ef9f818 100644
--- a/README
+++ b/README
@@ -115,7 +115,7 @@ in board/sandbox/env:
# ./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
The barebox image is a normal Linux executable, so it can be started
@@ -134,14 +134,14 @@ given with '-i' will appear as /dev/fd[n].
If barebox finds a valid configuration sector on /dev/env0 it will
load it to /env. It then executes /env/init if it exists. If you have
-loaded the example environment barebox will show you a menu asking for
+loaded the example environment, barebox will show you a menu asking for
your settings.
-If you have started barebox as root you will find a new tap device on your
+If you have started barebox as root, you will find a new tap device on your
host which you can configure using ifconfig. Once you configured barebox'
network settings accordingly you can do a ping or tftpboot.
-If you have mapped a cramfs image try mounting it with
+If you have mapped a cramfs image, try mounting it with
# mkdir /cram
# mount /dev/fd0 cramfs /cram