uClinux 2.6.21 on LPC22XX / LPC2468
Download and Install the snapgear tool chain (gcc 3.4.4)
In the Embedded Artists wmware image, download the following tool chain:
In terminal do the following:
- $su
- Password: root
- $cd /
- $tar zxvf
/arm-linux-tools-20061213.tar.gz - $exit
Download the sources
- Download the uClinux snapshot:
- Download the 2.6.20.x kernel:
- Download the uClinux patch for 2.6.21:
- Download the LPC2468 patch for 2.6.21-uc0:
- linux-2.6.21-uc0-lpc2468.diff in
- Download the BSP for LPC2468:
- uClinux-dist-20070130-nxp-lpc2468.tgz in
Setup the sources
- 1) Untar the uClinux snapshop and remove the kernels
tar -zxvf
- 2) Make a new linux-2.6.x kernel from scratch
tar -jxvf
- 3) Install the BSP for LPC2468
tar -zxvf
Compile the kernel using the default setup
NOTE: For Embedded Artists LPC2468 OEM Board users: - The image is located uClinux-dist/linux2.6.x/arch/arm/boot/Image - The romfs is located uClinux-dist/images/romfs.img
- image has to be loaded @a0008000 - romfs has to be loaded @a1800000