This third post in a series focuses on creating your own “distribution” using OpenEmbedded. The instructions below assume that you have a working build system that can produce binaries that run on the Atmel AT91SAM9263-EK board using NAND flash memory.
Our goal at the end of this post is to have an OE environment that:
- builds images for a custom board based on the AT91SAM9263-EK;
- adds the patches needed for the custom board to AT91Bootstrap, U-boot, and the Linux kernel; and
- creates a custom root filesystem, bundled with programs that you want installed in the default image.
Lots to do, so let’s get started! Continue reading