Ezequiel Garcia 828c4ab06c configs/beaglebone: Add missing genimage.cfg file 9 năm trước cách đây
..
patches 0686dcf7a9 Improve support of OpenGL for BeagleBone Black 11 năm trước cách đây
genimage.cfg 828c4ab06c configs/beaglebone: Add missing genimage.cfg file 9 năm trước cách đây
linux-3.12.config 0686dcf7a9 Improve support of OpenGL for BeagleBone Black 11 năm trước cách đây
post-image.sh 7d0b7d3c27 configs/beaglebone: Use genimage to produce the SD card image 9 năm trước cách đây
readme.txt 7d0b7d3c27 configs/beaglebone: Use genimage to produce the SD card image 9 năm trước cách đây
uEnv.txt 8d2eaa5b3d board/beaglebone: fix kernel load command in u-boot environment file 10 năm trước cách đây

readme.txt

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