diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2015-04-18 09:01:03 -0400 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-18 15:44:38 +0200 |
commit | d0185fcc6dd13d74f44c76ee163824beb025b39b (patch) | |
tree | 3f65300efe92de7f839633d122a43e39e68a3382 | |
parent | ef33c008e3c5048d1442f8b0f6336db2fa8d79a1 (diff) | |
download | buildroot-d0185fcc6dd13d74f44c76ee163824beb025b39b.tar.gz buildroot-d0185fcc6dd13d74f44c76ee163824beb025b39b.zip |
board/beaglebone/readme.txt: Minor grammar fixes.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | board/beaglebone/readme.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/board/beaglebone/readme.txt b/board/beaglebone/readme.txt index c6d0aa0cd6..089c49a8ef 100644 --- a/board/beaglebone/readme.txt +++ b/board/beaglebone/readme.txt @@ -3,7 +3,7 @@ BeagleBone Intro ===== To be able to use BeagleBone board with the images generated by -Buildroot, you have prepare the SDCard. +Buildroot, you have to prepare the SDCard. How to build it =============== @@ -33,8 +33,8 @@ After building, you should get a tree like this: └── zImage -Prepare you SDCard -================== +Prepare your SDCard +=================== You need to prepare first partition in fat32 and marked as bootable, and second where you will write rootfs. @@ -43,7 +43,7 @@ Copy the files to boot partition $ cp MLO u-boot.img zImage uEnv.txt *.dtb /media/zzzzz -where /media/zzzzz is the mount point +where /media/zzzzz is the mount point. Then you need to write the rootfs image onto SDCard: # dd if=rootfs.ext2 of=/dev/xxxxx |