Hi all,
Iam trying to read the data from uart( EVM board) to which a receiver is
connected.
Whenever i tried to read the data it says that invalid arguement.
But the samething works fine when i connect the receiver (through UART) to
My pc.
I tried with /dev/ttys1,2 but the result is same on EVM.

On pc i tried with /dev/ttyS0 which has worked fine.

Could any one help me to solve this problem.

Regards,
MMK.
  -----Original Message-----
  From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of
Jonah Jones
  Sent: Tuesday, March 20, 2007 7:54 AM
  To: [email protected]
  Subject: Re: Booting and Running Kernel From NAND Flash


  Hey Will,
               first of all, when nandwriting you kernel to mtd0, u
  need to ensure you give it an offset so that it writes it at the
  0x104000 location..by just doing nandwrite -p, its writing at the top
  of mtd0

  do nandwrite -p /dev/mtd0 -b 16384 uImage to do this correctly, 16384 =
0x4000

  as for writing the kernel to nand, alas, the first time you have to do
  NFS and then get nandwrite to do it..
  there is no support at the u-boot level for NAND i think..

  Jerry
_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to