Skip to content
jonsmirl edited this page Mar 18, 2012 · 4 revisions
sudo apt-get install u-boot-tools

Get the source....
git clone git://github.com/jonsmirl/lpc31xx.git
cd lpc31xx

Setup the environment (in .bashrc)...
export CROSS_COMPILE=arm-linux-gnueabi-
export ARCH=arm

cp ./arch/arm/configs/ea313x_defconfig .config
make oldconfig
make uImage

Clone this wiki locally