You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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