2014-03-14 13:13:22 +01:00
|
|
|
BeagleBone
|
|
|
|
|
|
|
|
Intro
|
|
|
|
=====
|
|
|
|
To be able to use BeagleBone board with the images generated by
|
2015-04-18 15:01:03 +02:00
|
|
|
Buildroot, you have to prepare the SDCard.
|
2014-03-14 13:13:22 +01:00
|
|
|
|
|
|
|
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
|
2016-06-04 23:29:09 +02:00
|
|
|
├── sdcard.img
|
2014-03-14 13:13:22 +01:00
|
|
|
├── u-boot.img
|
|
|
|
├── uEnv.txt
|
|
|
|
└── zImage
|