mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-24 22:13:34 +08:00
828c4ab06c
Commit
|
||
---|---|---|
.. | ||
patches/linux | ||
genimage.cfg | ||
linux-3.12.config | ||
post-image.sh | ||
readme.txt | ||
uEnv.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