[U-Boot-Users] How to configurate USB of mpc8247 in u-boot 1.1.3

Wolfgang Denk wd at denx.de
Wed Jun 14 16:16:27 CEST 2006


In message <200606141704210596447 at gmail.com> you wrote:
> 
> This is a multi-part message in MIME format.
> 
> --===============0728787736==
> Content-Type: multipart/alternative;
> 	boundary="=====003_Dragon433544062381_====="
> 
> 
> This is a multi-part message in MIME format.
> 
> --=====003_Dragon433544062381_=====
> Content-Type: text/plain;
> 	charset="gb2312"
> Content-Transfer-Encoding: 7bit


Please don't do that. Please send plain ASCII text only.


>   I have done some define in include/configs/MPC8260ADS.h.
>        #define CONFIG_COMMANDS      ( ( CFG_CMD_ALL & ~( \
>                                  CFG_CMD_SDRAM  | \
>                                  CFG_CMD_I2C    | \
>                                  CFG_EXCLUDE    ) ) | \
>                                  CFG_CMD_USB | \
>                                  CFG_CMD_FAT )
>       #define CONFIG_USB_OHCI
>       #define CONFIG_USB_STORAGE
...
> common/libcommon.a(usb.o)(.text+0x54): In function `usb_init':
> /user/srp/u-boot-1.1.3/common/usb.c:96: undefined reference to `usb_lowlevel_init'
> common/libcommon.a(usb.o)(.text+0xd4): In function `usb_stop':
> /user/srp/u-boot-1.1.3/common/usb.c:117: undefined reference to `usb_lowlevel_stop'
> common/libcommon.a(usb.o)(.text+0x140): In function `usb_submit_int_msg':
> /user/srp/u-boot-1.1.3/common/usb.c:141: undefined reference to `submit_int_msg'
> common/libcommon.a(usb.o)(.text+0x1e0): In function `usb_control_msg':
> /user/srp/u-boot-1.1.3/common/usb.c:170: undefined reference to `submit_control_msg'
> common/libcommon.a(usb.o)(.text+0x27c): In function `usb_bulk_msg':
> /user/srp/u-boot-1.1.3/common/usb.c:197: undefined reference to `submit_bulk_msg'
> common/libcommon.a(usb_storage.o)(.text+0x8d4): In function `usb_stor_CBI_get_status':
> /user/srp/u-boot-1.1.3/common/usb_storage.c:527: undefined reference to `submit_int_msg'
> make: *** [u-boot] Error 1
> 
> How do i?

Add a USB driver for the MPC82xx. So far, there is none.

> --=====003_Dragon433544062381_=====
> Content-Type: text/html;
> 	charset="gb2312"
> Content-Transfer-Encoding: base64
> 
> PCFET0NUWVBFIEhUTUwgUFVCTElDICItLy9XM0MvL0RURCBIVE1MIDQuMCBUcmFuc2l0aW9uYWwv
> L0VOIj4NCjxIVE1MPjxIRUFEPg0KPE1FVEEgaHR0cC1lcXVpdj1Db250ZW50LVR5cGUgY29udGVu
> dD0idGV4dC9odG1sOyBjaGFyc2V0PWdiMjMxMiI+DQo8TUVUQSBjb250ZW50PSJNU0hUTUwgNi4w
...

And *never again* post HTMNL here. Never!

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
PoB = "Prisoner of Bill" -- those held captive, unwillingly or other-
wise, by the contemptible Microsoft monopoly.
         -- Tom Christiansen in <6abo45$3lc$2 at csnews.cs.colorado.edu>




More information about the U-Boot mailing list