
This tutorial illustrates how to create a bootable microSD card with Debian Linux “6.0″ Squeezy to use with the FOX Board G20.
MicroSD partitioning
The bootable microSD currently provided by Acme with Debian preinstalled is organized in 4 partitions:
Format type Label Size Mount point Description
1 FAT16 kernel 32MB /media/mmc_p1 Linux Kernel image and some optional file used by the bootloader at startup
2 EXT4 rootfs 800MB / Linux root filesystem
3 EXT4 data 800MB /media/data User data
4 SWAP swap 128MB Available for memory swap
Brand new microSD is typically are formatted with a unique big FAT partition so the operation to do are:
Delete the factory default big FAT partition
Create the four partition requested by the FOX Board G20
Copy the file inside the new partitions



