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
===============
└── 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.
$ 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