Re: [U-Boot] [PATCH] usb: xhci: Fix vendor command error if the request type is USB_REQ_SET_ADDRESS or USB_REQ_SET_CONFIGURATION.

2015-12-07 Thread Joe Culler
Oops, please ignore this message. The rtl8153 is detected :) On Mon, Dec 7, 2015 at 4:16 PM, Joe Culler wrote: > Hi Anand, > > I have a odroid-xu4, but it doesn't detect the rtl8153: > > U-Boot 2016.01-rc1-00441-g75507d5-dirty (Dec 07 2015 - 15:46:09 +0800) for

Re: [U-Boot] [PATCH] usb: xhci: Fix vendor command error if the request type is USB_REQ_SET_ADDRESS or USB_REQ_SET_CONFIGURATION.

2015-12-07 Thread Joe Culler
Hi Anand, I have a odroid-xu4, but it doesn't detect the rtl8153: U-Boot 2016.01-rc1-00441-g75507d5-dirty (Dec 07 2015 - 15:46:09 +0800) for ODROID-XU3 CPU: Exynos5422 @ 800 MHz Model: Odroid XU3 based on EXYNOS5422 Board: Odroid XU3 based on EXYNOS5422 Type: xu4 DRAM: 2 GiB __of_translate_a

Re: [U-Boot] Question about fw_printenv settings

2010-03-10 Thread Joe Culler
On Wed, Mar 10, 2010 at 2:30 PM, Wolfgang Denk wrote: > Dear Joe Culler, Hi Wolfgang, > In message <67a3f13e1003092150o19ed0f64y3c200378c73b5...@mail.gmail.com> you > wrote: >> >> In my board config: > ... >> #define CONFIG_ENV_ADDR_REDUND          (CONFIG

[U-Boot] Question about fw_printenv settings

2010-03-09 Thread Joe Culler
Hi, I have problems with fw_env.config in NOR flash. Would anyone please help me solve it? Thanks. In my board config: ifdef CONFIG_NAND #define CFG_NO_FLASH #define CONFIG_ENV_IS_IN_NAND 1 #define CONFIG_ENV_OFFSET 0x40 /* add for 2008.10 */ #define CONFIG_EN

Re: [U-Boot] Can u-boot access Linux's mtd partition?

2010-03-02 Thread Joe Culler
On Wed, Mar 3, 2010 at 12:22 AM, Wolfgang Denk wrote: > Dear Joe Culler, > > In message <67a3f13e1003020733p5459c999r1f7346fd9cd8a...@mail.gmail.com> you > wrote: >> >> Thanks for the reply. Let me explain why I do this way in details. >> I work for the sys

Re: [U-Boot] Can u-boot access Linux's mtd partition?

2010-03-02 Thread Joe Culler
Wolfgang Denk wrote: Dear Joe Culler, > Dear Wolfgang, In message <67a3f13e1003010713y432d5ee2y17a7962b15e89...@mail.gmail.com> you wrote: > > > > If I've already created some configuration files such as mac address > > in mtd2 partition. > > For example: &

[U-Boot] Can u-boot access Linux's mtd partition?

2010-03-01 Thread Joe Culler
Hi, If I've already created some configuration files such as mac address in mtd2 partition. For example: 0x-0x0004 : "Bootloader" 0x0004-0x0200 : "User config" Does u-boot can access mtd2 partition and read the mac address from the configure file? If so, would anyone tell me h