- The Micro has support in buildroot
- Buildroot is getting support The BeagleBone (white) and black. It is in process; in the mean time, here is a simple way to get it working
- create a directory bealgebone
git clone git://git.buildroot.net/buildroot
This will create a directory buildroot
- For the kernel use https://github.com/beagleboard/kernel/tree/3.8 I download load via the zip link on the far right of the web page
- unzip the file
- run the ./patch.sh
- Create a tar file: tar zvcf kernel linux-3.8.tar.gz
- copy the linux-3.8.tar.gz into the buildroot/dl directory. This "stuffs" the kernel into the buildroot download tree
- mkdir bld
- cd bld
- make -C ../buildroot/ O=$PWD beaglebone_defconfig
- make
- wait few hours
sudo resize2fs /dev/xxxx
the xxxx is the partition of the sdcard this will expand the image until to space is filledd
No comments:
Post a Comment