raspberrypi provides several images for downloading, but they are too large and exceeds my needs. My desired raspberrypi image should meet:
- fully customizing capabilities on kernel and user applications
- python support
- standard c&c++ libiaries
- serial port communication with peripheral devices
- disable Qt5 library
- disable boost library
- change kernel to the official one maintained by raspberrypi team
cp configs/raspberry_simple_defconfig .config
make
After the build is finished. I just need to copy the output/build/linux-rpi-3.6.y/arch/arm/boot/Image to kernel.img on boot partition on the sd card, and untar output/images/rootfs.tar to root filesystem partition. Power on, and now raspberry pi should be running our own system.