From mboxrd@z Thu Jan 1 00:00:00 1970 From: He Ziqi Date: Fri, 4 Nov 2005 18:39:09 +0800 Subject: [U-Boot-Users] How to program flash of omap5912osk with usb? In-Reply-To: <20051104084410.5C239353C05@atlas.denx.de> References: <436b18bd.24f2c241.6124.ffffa3b7@mx.gmail.com> <20051104084410.5C239353C05@atlas.denx.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 2005/11/4, Wolfgang Denk : > In message <436b18bd.24f2c241.6124.ffffa3b7@mx.gmail.com> you wrote: > > > > I have downloaded the u-boot1.1.3 to the flash of omap5912osk.I can use TFTP > > to download kernel to flash, but in this project I must download kernel and > > root file system with USB interface. Now I do not know how to settle this > > problem. How can I deal with this problem? > > You can implement support for USB-based console > (enable with "setenv stdout usbtty; setenv stdin usbtty") > like it was done for the SX1 and omap1510inn board. > > Then you can use standard serial download commands (loadb). > > Best regards, > > Wolfgang Denk > Thanks for your help. But what kind of terminal can we use to download linux kernal to flash? And what is the name of this terminal?