* USB with 3.14.3 not working on Freescale i.mx6
@ 2014-05-14 9:17 Till Klocke
2014-05-16 16:20 ` Fabio Estevam
0 siblings, 1 reply; 6+ messages in thread
From: Till Klocke @ 2014-05-14 9:17 UTC (permalink / raw)
To: linux-arm-kernel
Hello,
Currently I am trying to get a recent and stable Linux kernel running
on a Phytec PhyFlex board based on the i.mx6 processor from Freescale.
I saw that this processor is supported by the Linux kernel and
compiled it. It boots successfull and everything I tested so far seems
to be working except for USB. When I activate debugging for the LibUSB
and do a 'lsusb' I get the following:
[timestamp] [threadID] facility level [function call] <message>
--------------------------------------------------------------------------------
[ 0.000000] [0000073a] libusbx: error [op_init] could not find usbfs
unable to initialize libusb: -99
I am basically using the default configuration delivered with the
kernel. Did anyone has successfully ran a recent Linux kernel on a
i.mx6 based board and give me some advice on how to solve my USB
problem?
Thanks in advance,
Greetings
^ permalink raw reply [flat|nested] 6+ messages in thread
* USB with 3.14.3 not working on Freescale i.mx6
2014-05-14 9:17 USB with 3.14.3 not working on Freescale i.mx6 Till Klocke
@ 2014-05-16 16:20 ` Fabio Estevam
2014-05-16 16:31 ` Alexander Shiyan
0 siblings, 1 reply; 6+ messages in thread
From: Fabio Estevam @ 2014-05-16 16:20 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, May 14, 2014 at 6:17 AM, Till Klocke <till.klocke@yetu.com> wrote:
> Hello,
>
> Currently I am trying to get a recent and stable Linux kernel running
> on a Phytec PhyFlex board based on the i.mx6 processor from Freescale.
Which dts file do you use?
USB is functional on other mx6 boards.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: USB with 3.14.3 not working on Freescale i.mx6
2014-05-16 16:20 ` Fabio Estevam
@ 2014-05-16 16:31 ` Alexander Shiyan
2014-05-16 16:46 ` Fabio Estevam
2014-05-16 17:20 ` Fabio Estevam
0 siblings, 2 replies; 6+ messages in thread
From: Alexander Shiyan @ 2014-05-16 16:31 UTC (permalink / raw)
To: linux-arm-kernel
Fri, 16 May 2014 13:20:29 -0300 ?? Fabio Estevam <festevam@gmail.com>:
> On Wed, May 14, 2014 at 6:17 AM, Till Klocke <till.klocke@yetu.com> wrote:
> > Hello,
> >
> > Currently I am trying to get a recent and stable Linux kernel running
> > on a Phytec PhyFlex board based on the i.mx6 processor from Freescale.
>
> Which dts file do you use?
>
> USB is functional on other mx6 boards.
It's just words. Fabio, just give portion of the log (if it possible) where we
see that USB is works with this kernel version and similar hardware.
---
^ permalink raw reply [flat|nested] 6+ messages in thread
* USB with 3.14.3 not working on Freescale i.mx6
2014-05-16 16:31 ` Alexander Shiyan
@ 2014-05-16 16:46 ` Fabio Estevam
2014-05-16 17:04 ` Alexander Shiyan
2014-05-16 17:20 ` Fabio Estevam
1 sibling, 1 reply; 6+ messages in thread
From: Fabio Estevam @ 2014-05-16 16:46 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, May 16, 2014 at 1:31 PM, Alexander Shiyan <shc_work@mail.ru> wrote:
> Fri, 16 May 2014 13:20:29 -0300 ?? Fabio Estevam <festevam@gmail.com>:
>> On Wed, May 14, 2014 at 6:17 AM, Till Klocke <till.klocke@yetu.com> wrote:
>> > Hello,
>> >
>> > Currently I am trying to get a recent and stable Linux kernel running
>> > on a Phytec PhyFlex board based on the i.mx6 processor from Freescale.
>>
>> Which dts file do you use?
>>
>> USB is functional on other mx6 boards.
>
> It's just words. Fabio, just give portion of the log (if it possible) where we
> see that USB is works with this kernel version and similar hardware.
On a imx6q-wandboard:
fec 2188000.ethernet eth0: Freescale FEC PHY driver [Atheros 8031 ethernet] (mi)
IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
scsi 1:0:0:0: Direct-Access Ut163 USB2FlashStorage 0.00 PQ: 0 ANSI: 2
sd 1:0:0:0: [sda] 248000 512-byte logical blocks: (126 MB/121 MiB)
sd 1:0:0:0: [sda] Write Protect is off
sd 1:0:0:0: [sda] Asking for cache data failed
sd 1:0:0:0: [sda] Assuming drive cache: write through
sda: sda1
sd 1:0:0:0: [sda] Attached SCSI removable disk
...
root at freescale /$ uname -r
3.15.0-rc5
root at freescale /$ lsusb
Bus 001 Device 002: ID 0457:0151
Bus 001 Device 001: ID 1d6b:0002
Haven't tried 3.14 though. Is it broken on 3.14? Can you try 3.15-rc5
to compare?
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: USB with 3.14.3 not working on Freescale i.mx6
2014-05-16 16:46 ` Fabio Estevam
@ 2014-05-16 17:04 ` Alexander Shiyan
0 siblings, 0 replies; 6+ messages in thread
From: Alexander Shiyan @ 2014-05-16 17:04 UTC (permalink / raw)
To: linux-arm-kernel
Fri, 16 May 2014 13:46:52 -0300 ?? Fabio Estevam <festevam@gmail.com>:
> On Fri, May 16, 2014 at 1:31 PM, Alexander Shiyan <shc_work@mail.ru> wrote:
> > Fri, 16 May 2014 13:20:29 -0300 ?? Fabio Estevam <festevam@gmail.com>:
> >> On Wed, May 14, 2014 at 6:17 AM, Till Klocke <till.klocke@yetu.com> wrote:
> >> > Hello,
> >> >
> >> > Currently I am trying to get a recent and stable Linux kernel running
> >> > on a Phytec PhyFlex board based on the i.mx6 processor from Freescale.
> >>
> >> Which dts file do you use?
> >>
> >> USB is functional on other mx6 boards.
> >
> > It's just words. Fabio, just give portion of the log (if it possible) where we
> > see that USB is works with this kernel version and similar hardware.
>
> On a imx6q-wandboard:
>
> fec 2188000.ethernet eth0: Freescale FEC PHY driver [Atheros 8031 ethernet] (mi)
> IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
> scsi 1:0:0:0: Direct-Access Ut163 USB2FlashStorage 0.00 PQ: 0 ANSI: 2
> sd 1:0:0:0: [sda] 248000 512-byte logical blocks: (126 MB/121 MiB)
> sd 1:0:0:0: [sda] Write Protect is off
> sd 1:0:0:0: [sda] Asking for cache data failed
> sd 1:0:0:0: [sda] Assuming drive cache: write through
> sda: sda1
> sd 1:0:0:0: [sda] Attached SCSI removable disk
> ...
>
> root at freescale /$ uname -r
> 3.15.0-rc5
> root at freescale /$ lsusb
> Bus 001 Device 002: ID 0457:0151
> Bus 001 Device 001: ID 1d6b:0002
>
> Haven't tried 3.14 though. Is it broken on 3.14? Can you try 3.15-rc5
> to compare?
I check USB periodically for themselves. But for i.MX27 only.
If any *-rc will fail for me, I would say about it.
So in this case I think there is a common problem with ULPI uninitialize...
Is UPLI is used in this case?
---
^ permalink raw reply [flat|nested] 6+ messages in thread
* USB with 3.14.3 not working on Freescale i.mx6
2014-05-16 16:31 ` Alexander Shiyan
2014-05-16 16:46 ` Fabio Estevam
@ 2014-05-16 17:20 ` Fabio Estevam
1 sibling, 0 replies; 6+ messages in thread
From: Fabio Estevam @ 2014-05-16 17:20 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, May 16, 2014 at 1:31 PM, Alexander Shiyan <shc_work@mail.ru> wrote:
> Fri, 16 May 2014 13:20:29 -0300 ?? Fabio Estevam <festevam@gmail.com>:
>> On Wed, May 14, 2014 at 6:17 AM, Till Klocke <till.klocke@yetu.com> wrote:
>> > Hello,
>> >
>> > Currently I am trying to get a recent and stable Linux kernel running
>> > on a Phytec PhyFlex board based on the i.mx6 processor from Freescale.
>>
>> Which dts file do you use?
>>
>> USB is functional on other mx6 boards.
>
> It's just words. Fabio, just give portion of the log (if it possible) where we
> see that USB is works with this kernel version and similar hardware.
Also tested on 3.14.4:
root at freescale /$ uname -r
3.14.4
root at freescale /$ lsusb
Bus 001 Device 002: ID 0457:0151
Bus 001 Device 001: ID 1d6b:0002
USB is working fine on this board and others, so it is 'not only
words' as you said :-)
I am not familiar with "Phytec PhyFlex board" and don't know which dts
file it uses. Also, I haven't seen any kernel logs, so it is difficult
to tell what is wrong with this hardware.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2014-05-16 17:20 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-14 9:17 USB with 3.14.3 not working on Freescale i.mx6 Till Klocke
2014-05-16 16:20 ` Fabio Estevam
2014-05-16 16:31 ` Alexander Shiyan
2014-05-16 16:46 ` Fabio Estevam
2014-05-16 17:04 ` Alexander Shiyan
2014-05-16 17:20 ` Fabio Estevam
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox