|
This is a serial of Linux for ARM tutorials. It's based on TQ2440 platform. Note 1: For all discussion and questions, please visit http://www.cutedigi.com/forum/viewforum.php?f=24. Note 2: For the commands used on PC, there are always a "#" before the command. For example, #tar xvfj linux-2.6.25.8.tar.bz2 -C /opt/EmbedSky/ Note 3: For the commands used on development board TQ2440, there are always a "$" before the command. For example, $backlight off Note 4: Absloute path and relative path: "/opt/EmbedSky/" is a absolute path; Kernel file "arch/arm/mach-s3c2440/mach-s3c2440.c" is a relative path. The difference is the "/" in the beginning. Note 5: Follow http://www.cutedigi.com/forum/viewtopic.php?f=24&t=278 to install cross compiler.
|