User manual

UDOO Starting manual (beta) Version 0.4
http://www.udoo.org/
12"
Download the latest revision from GitHub:
git clone http://github.com/UDOOboard/Kernel_Unico kernel
Move inside the folder kernel:
cd kernel
Set the default kernel configuration for UDOO by running thecommand:
make ARCH=arm UDOO_defconfig
At this point, it is possible to edit the config:
make ARCH=arm menuconfig
Start compiling:
make -j4 CROSS_COMPILE=../arm-fsl-linux-gnueabi/bin/arm-fsl-linux-gnueabi- ARCH=arm
uImage modules
(This operation could take up to 20 minutes, depending on the PC used)
The compiled Binary (uImage) will now be available in the arch/arm/boot/ folder.
Copy it in the previous folder:
cp arch/arm/boot/uImage ..
Now install the modules:
make modules_install INSTALL_MOD_PATH=.. CROSS_COMPILE=../arm-fsl-linux-
gnueabi/bin/arm-fsl-linux-gnueabi- ARCH=arm
cd ..
2.4.3. Preparing the partitions on the SD card
Insert the microSD card in the card reader.
Launch gparted:
sudo gparted
Select the right microSD label from the drop down menu
NOTE: Be sure you’ re using the correct label; use of the wrong device identifier
could result in the loss of all data on the Hard Drive of the host PC used.
e.g. /dev/sdc
Unmount and delete the existing microSD partitions
(If necessary, create a partition table:
Select from the top menu: Device Create Partition Table... Apply)
Create a new partition with the following parameters and press Add.
Free space preceding (MiB): 10
New size (MiB): based to the SD size
Free space following (MiB): 10
Create as: Primary partition
File system: ext3
(NOTE: ext4 is not yet supported)