Re: [U-Boot] problem while making kernel up

2012-06-06 Thread Manukumar
Hello scott, The issue is solved by making baud rate correction. thank you manukumar signal-networks On Fri, 2012-06-01 at 12:15 -0500, Scott Wood wrote: > On 06/01/2012 05:10 AM, Manukumar wrote: > > Hello scott. > > > > I can able make the kernel up but it hangs after probing > > serial driv

Re: [U-Boot] problem while making kernel up

2012-06-01 Thread Scott Wood
On 06/01/2012 05:10 AM, Manukumar wrote: > Hello scott. > > I can able make the kernel up but it hangs after probing > serial driver as shown below: > > It has to boot further but its not happenig.. > I have attached the file i should get the log as this i also mentioned > where it hangs... > >

Re: [U-Boot] problem while making kernel up

2012-06-01 Thread Manukumar
Hello scott. I can able make the kernel up but it hangs after probing serial driver as shown below: It has to boot further but its not happenig.. I have attached the file i should get the log as this i also mentioned where it hangs... what may be the problem with this how could i fix this issue

Re: [U-Boot] problem while making kernel up

2012-05-31 Thread Manukumar
Thanks scott.. manukumar signal-networks On Thu, 2012-05-31 at 11:21 -0500, Scott Wood wrote: > Wolfgang Denk , Marek Vasut , > joe.hershber...@ni.com, s...@denx.de, u-boot@lists.denx.de, ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.

Re: [U-Boot] problem while making kernel up

2012-05-31 Thread Scott Wood
On 05/30/2012 11:15 PM, Manukumar wrote: > thanks scott. > > i loaded my u-boot image to nand flash its fine. > and also > I need my kernel image and rootfs also in nand flash > so that my system should make kernel UP using nand flash. > how can i do this using nand flash as we are using only na

Re: [U-Boot] problem while making kernel up

2012-05-30 Thread Manukumar
thanks scott. i loaded my u-boot image to nand flash its fine. and also I need my kernel image and rootfs also in nand flash so that my system should make kernel UP using nand flash. how can i do this using nand flash as we are using only nand flash as boot device. manukumar siganl-networks O

Re: [U-Boot] problem while making kernel up

2012-05-30 Thread Scott Wood
On 05/30/2012 12:02 AM, Manukumar wrote: > hello, > I was able to solve nand erase and nand write and saveenv. > Now,I am making kernel up and followed below steps.. > > 1) tf 100 uImage_icm_v1.1 > nand erase 0x0020 361483 > nand write 100 0x0020 361483 > > 2) tf c0

[U-Boot] problem while making kernel up

2012-05-29 Thread Manukumar
hello, I was able to solve nand erase and nand write and saveenv. Now,I am making kernel up and followed below steps.. 1) tf 100 uImage_icm_v1.1 nand erase 0x0020 361483 nand write 100 0x0020 361483 2) tf c0 p1021rdb_32b.dtb nand erase 0x0010 3000 nand wr