HIP:PMP:Kernel: Difference between revisions

From Earlham CS Department
Jump to navigation Jump to search
Copelco (talk | contribs)
No edit summary
Copelco (talk | contribs)
Line 8: Line 8:
# Mount developer image and create a local copy.
# Mount developer image and create a local copy.
# Copy kernel and patch to /usr/src to local developer image
# Copy kernel and patch to /usr/src to local developer image
  sudo linux-2.4.32.tar.bz2 dev_local/usr/src
  sudo cp linux-2.4.32.tar.bz2 dev_local/usr/src
 
=== chroot ===


=== External Links ===
=== External Links ===
* [http://www.embeddedarm.com/linux/html_docs/Kernel_buld_HowTo.html Kernel build procedure using the TS-Linux patch]
* [http://www.embeddedarm.com/linux/html_docs/Kernel_buld_HowTo.html Kernel build procedure using the TS-Linux patch]

Revision as of 14:05, 24 May 2006

Download Developer CD, Kernel, etc

Create Local Copy

  1. Mount developer image and create a local copy.
  2. Copy kernel and patch to /usr/src to local developer image
sudo cp linux-2.4.32.tar.bz2 dev_local/usr/src

chroot