TUT 7: Compile Kernel Image
7.1 Compile Kernel Image Type: #make zImage to compile the image of kernel. After the compilation is done, there will […]
7.1 Compile Kernel Image Type: #make zImage to compile the image of kernel. After the compilation is done, there will […]
The uboot we used on TQ2440 has a specified machine code of 168, so we need to modify the machine […]
5.1 Use the default configuration menu to make our own configuration file A recommended way is to use kernel’s built-in […]
To program TQ2440, we connect the debug serial port to PC, and use a serial terminal program called SecureCRT. Turn […]
Change the clock frequency of the platform to meet the requirement of TQ2440. In “arch/arm/mach-s3c2440/mach-smdk2440.c”, in line 162 or 163, […]
Enter the kernel directory that created in TUT 2, and locate “Makefile”. In line 193 (approximately), ” ARCH ?=(SUBARCH)” In […]
Unzip the linux kernel source code to the host PC, use command: #tar xvfj linux-2.6.25.8.tar.bz2 -C /opt/EmbedSky or: #tar xvfj […]
The tutorials in this serial are targeted at Linux-2.6.25.8 and Linux-2.6.30.4. There are some file structure difference between Linux-2.6.25.8 and Linux-2.6.30.4: […]
[vc_row][vc_column width=”1/1″][vc_column_text] Basic Terminal Operations Changing Directory The command for changing directory is cd You can go to the top […]
The cross compiler has already been prepared for you and can be downloaded from: http://www.cutedigi.com/bbs/index.php?topic=276.0 The instruction on how to […]