git sources - davinci evm doesn't boot

2007-03-13 Thread Nachum Kanovsky
I downloaded the git sources by using git-clone git://source.mvista.com/git/linux-davinci-2.6.git i ran ARCH=arm CROSS_COMPILE=arm_v5t_le- make distclean then ARCH=arm CROSS_COMPILE=arm_v5t_le- make davinci_evm_dm644x_defconfig then ARCH=arm CROSS_COMPILE=arm_v5t_le- make uImage I am using the

Re: git sources - davinci evm doesn't boot

2007-03-13 Thread Peter Wippich
Hi, a) make sure you have a new boot loader installed b) check the serial driver patch posted here from time to time Good luck, Peter On Tue, 13 Mar 2007, Nachum Kanovsky wrote: I downloaded the git sources by using git-clone git://source.mvista.com/git/linux-davinci-2.6.git i ran

RE: git sources - davinci evm doesn't boot

2007-03-13 Thread Kevin Hilman
You seem to have an old u-boot, so the solution is to upgrade your u-boot. If for some reason you cannot, Search the archives for my machine-number patch which allows the kernel to boot with the older u-boot. Kevin I downloaded the git sources by using git-clone