In message <[EMAIL PROTECTED]> you wrote: > > I am working on AT91SAM9260. I want to add one command "COM1 xxx" to the > uboot command set. After typing this command on uboot prompt the string xxx > should be transmitted out of COM1 and any reception on COM1 should be > displayed on the debug terminal. C > an some one suggest me how to do this?
I recommend to get a better understanding of the existing U-Boot code first. Then you will see that no such command is needed. Support for multiple serial devices is already present.You just have to enable this correctly in your configuration. To switch I/O channels, a simple "setenv" command will be sufficient. > --0-479714745-1208472486=:34146 > Content-Type: text/html; charset=us-ascii Please never post HTML here! Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED] Speed of a tortoise breaking the sound barrier = 1 Machturtle ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ U-Boot-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/u-boot-users
