From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?iso-8859-1?q?Markus_Klotzb=FCcher?= Date: Wed, 14 Jun 2006 13:33:37 +0200 Subject: [U-Boot-Users] How to configurate USB of mpc8247 in u-boot 1.1.3 In-Reply-To: <200606141704210596447@gmail.com> (lichlin@gmail.com's message of "Wed, 14 Jun 2006 17:04:24 +0800") References: <200606141704210596447@gmail.com> Message-ID: <873be8hsz2.fsf@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de "lichlin" writes: > 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 > #define CONFIG_MAC_PARTITION > #define CONFIG_DOS_PARTITION > > > But the result of compile is error. The print of compile is following: It seems an appropriate lowlevel usb driver is missing for your board/cpu. Look at the usb_ohci.[ch] / usb_uhci.[ch] drivers for examples. If you have an OHCI controller, consider using the USB-testing branch and use the generic driver. In any case you should use a current version of U-Boot. And please don't send HTML and BASE64 encoded messages. Regards Markus Klotzbuecher