buildroot/board/beaglebone
guillaume william brs 1adaf87c1c board/beaglebone: add details on how to use the resulting sdcard.img
Signed-off-by: Guillaume W. Bres <guillaume.bressaix@gmail.com>
[Thomas: rework commit log.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-08-22 16:47:26 +02:00
..
patches/linux Improve support of OpenGL for BeagleBone Black 2014-06-08 16:32:20 +02:00
genimage.cfg configs/beaglebone: Add missing genimage.cfg file 2016-06-07 21:31:08 +02:00
linux-3.12.config Improve support of OpenGL for BeagleBone Black 2014-06-08 16:32:20 +02:00
post-image.sh configs/beaglebone: Use genimage to produce the SD card image 2016-06-06 22:38:19 +02:00
readme.txt board/beaglebone: add details on how to use the resulting sdcard.img 2016-08-22 16:47:26 +02:00
uEnv.txt board/beaglebone: fix kernel load command in u-boot environment file 2015-02-02 09:29:04 +01:00

BeagleBone

Intro
=====
To be able to use BeagleBone board with the images generated by
Buildroot, you have to prepare the SDCard.

How to build it
===============

  $ make beaglebone_defconfig

Then you can edit the build options using

  $ make menuconfig

Compile all and build rootfs image:

  $ make

Result of the build
-------------------

After building, you should get a tree like this:

  output/images/
  ├── am335x-boneblack.dtb
  ├── am335x-bone.dtb
  ├── MLO
  ├── rootfs.ext2
  ├── sdcard.img
  ├── u-boot.img
  ├── uEnv.txt
  └── zImage

How to write the microSD card
=============================

Once the build process is finished you will have an image called "sdcard.img"
in the output/images/ directory.

Copy the bootable "sdcard.img" onto an SD card with "dd":

  $ sudo dd if=output/images/sdcard.img of=/dev/sdX