From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert P. J. Day Date: Sat, 18 Apr 2015 09:01:03 -0400 (EDT) Subject: [Buildroot] [PATCH] board/beaglebone/readme.txt: Minor grammar fixes. Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Signed-off-by: Robert P. J. Day --- diff --git a/board/beaglebone/readme.txt b/board/beaglebone/readme.txt index c6d0aa0..089c49a 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 -- ======================================================================== Robert P. J. Day Ottawa, Ontario, CANADA http://crashcourse.ca Twitter: http://twitter.com/rpjday LinkedIn: http://ca.linkedin.com/in/rpjday ========================================================================