
4 Nov
2005
4 Nov
'05
11:39 a.m.
2005/11/4, Wolfgang Denk wd@denx.de:
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?