I´m still with this problem. I follow three documents step-by-step, all of
them said similar things, but the final uImage file has some problem.
One of this document is the quickstart in:
/opt/mv_pro_4.0.1/montavista/pro/documentation/docs/quickstart/cross-development/html

Basically I copied the kernel source from
/opt/mv_pro_4.0.1/montavista/pro/devkit/lsp/ti-davinci_evm-arm_v5t_le/linux-2.6.10_mvl401
to a temp directory: /tmp/mykernel.
There, I compiled the kernel with: "make menuconfig" and after "make
uImage".

The uImage was copied to /tftpboot directory, that I configured properly to
work with tftp. The transfer happened right too.

U-boot # tftp uImage 0x80400000
U-boot # bootm 0x80400000

And now I see the diamonds. You can see that the kernel started (the jpg
picture), but for some reason, stopped without any warning. I tested with
parameters to boot from /dev/ram *and* from /dev/nfs with:

setenv bootargs console=ttyS0,115200n8 noinitrd rw ip=10.0.0.100
root=/dev/nfs nfsroot=10.0.0.20:*<filesys path>*,nolock mem=120M
davincihd_capture.channel0_numbuffers=4

Both gets the same problem.

Ideas?

Thanks.

On Thu, Mar 12, 2009 at 12:12 PM, Marcelo Guedes Silva <
[email protected]> wrote:

> I used it:
> setenv bootargs mem=120M *console=ttyS0,115200n8* initrd=0x82000000,32M rw
> root=/dev/ram ip=off
>
>
> On Thu, Mar 12, 2009 at 12:13 PM, Yusuf Caglar AKYUZ <
> [email protected]> wrote:
>
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> Marcelo Guedes Silva wrote:
>> > Hi everybody.
>> >
>> > I created a Montavista Linux Kernel Image. When I tried to run the
>> kernel I
>> > received it (in the picture: diamond characters).
>> > Could someone explain what is happening?
>> > I have no idea and I didn´t receive error messages, just it.
>> >
>>
>> I guess you should check your command line for baud rate settings.
>> It must be something like:
>>
>> ... console=ttyS0,115200n8 ...
>>
>> Regards,
>> Caglar
>> -----BEGIN PGP SIGNATURE-----
>> Version: GnuPG v2.0.9 (GNU/Linux)
>> Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org
>>
>> iEYEARECAAYFAkm5JpkACgkQ/nL+S5dojegnbwCfaeSVMeHQt6yQY1u08xiPTg4D
>> lvUAoItOBTzEu4LZ7cBBcmjvu5bywEiY
>> =bV4o
>> -----END PGP SIGNATURE-----
>>
>
>
_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to