nezticle / RaspberryPi-BuildRoot

The objective of this project is to provide an SDK and root file system for the Raspberry Pi that is lightweight and takes full advantage of the hardware available. The resulting image produced is small distro known as Bsquask (linux). The Bsquask SDK provides a GCC 4.6.3 toolchain for building armv6 binaries with the hardfloat ABI, as well as bootloaders, kernel image, rootfs, and development sysroot for the Raspberry Pi.
http://bsquask.com
GNU General Public License v2.0
228 stars 61 forks source link

Create SD card image and SDK #27

Open nezticle opened 11 years ago

nezticle commented 11 years ago

Make it possible to deploy the Bsquask SDK without having to build everything from scratch. This would just be a pre-built base distributed in a fixed location, along with a flash-able SD card image.

megomes commented 9 years ago

Any news on that?

I am getting the same error in every build. This pre-built base would be awesome.

Thanks! :D

Prabhuelectro commented 4 years ago

Start Buildroot and build roofs after completion Change Init system to none and run make sdk it will build Toolchain and libraries that you have previously selected. The sdk is stored in output/images directory