In my opinion, it should not matter that you do not have a filesystem at this point. If the kernel did in fact boot, it would still print all kernel messages to the console, if you have provided the correct console parameters (are you sure that what Linux sees as ttyS0 is the same serial port that you are connected to?). The boot process will then end in a panic because it cannot lauch an init process.
If the console params are correct, then there is probably some wrong with the image. If you haven't made any special configurations, my guess is that you have used an EABI generating toolchain to build a non-EABI kernel, or vice versa. Check CONFIG_AEABI and verify that this setting is in accordance with your toolchain. For CodeSourcery, this should be a "y" for example. On Wed, Aug 19, 2009 at 17:51, Theo Debrouwere<theo.debrouw...@barco.com> wrote: > Oops! I guess my answer won't fix your current issue. :-/ > > Anyway, what toolchain are you using? And what's the size of your kernel? > > Theo > > > Theo Debrouwere wrote: >> >> rohan tabish wrote: >>> >>> hi everyone i am trying to embedded linux in DM6446. i am using open >>> source code to build the kernel, using cross compiler. when i load the >>> kernel using tftp and run it the kernel gets halted.can anyone help me.here >>> is whaT I AM GETTING. >>> >>> i have not loaded the file system for the kernel. >>> >> >> What do you mean by this? You didn't install a file system yet? >> You should have a file system on /dev/hda1 (according to you params) >> >> You also need the following nodes: >> /dev/tty >> /dev/ttyX (depending on your config) >> /dev/console >> >> And you need a link to the program you want to boot. >> /init or /linuxrc (depending on your config) >> >> > > > DISCLAIMER: > Unless indicated otherwise, the information contained in this message is > privileged and confidential, and is intended only for the use of the > addressee(s) named above and others who have been specifically authorized to > receive it. If you are not the intended recipient, you are hereby notified > that any dissemination, distribution or copying of this message and/or > attachments is strictly prohibited. The company accepts no liability for any > damage caused by any virus transmitted by this email. Furthermore, the > company does not warrant a proper and complete transmission of this > information, nor does it accept liability for any delays. If you have > received this message in error, please contact the sender and delete the > message. Thank you. > > > _______________________________________________ > Davinci-linux-open-source mailing list > Davinci-linux-open-source@linux.davincidsp.com > http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source > -- Hälsningar/Regards Tobias Knutsson _______________________________________________ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source