This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Linux
Started Network Service.
[ 19.509038] hub 1-0:1.0: 1 port detected
[ 19.584902] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver
[ 19.618953] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus2
[ 19.629662] net eth0: initializing cpsw version 1.12 (0)
[ 19.635043] net eth0: initialized cpsw ale version 1.4
[ 19.645554] net eth0: ALE Table size 1024
[ 19.669050] hub 2-0:1.0: USB hub found
[ 19.675229] net eth0: phy "4a101000.mdio:00" not found on slave 0, err -19
[ 19.689062] hub 2-0:1.0: 1 port detected
[ 19.719055] libphy: PHY not found
[ 19.722518] net eth0: phy "" not found on slave 1, err -19
[ 19.778425] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 20.812004] musb-hdrc musb-hdrc.1.auto: Babble
[ 20.816560] musb-hdrc musb-hdrc.1.auto: Babble
[ 20.821121] musb-hdrc musb-hdrc.1.auto: Babble
[ 20.825612] musb-hdrc musb-hdrc.1.auto: Babble
[ 20.830117] musb-hdrc musb-hdrc.1.auto: Babble
[ 20.834604] musb-hdrc musb-hdrc.1.auto: Babble
[ 20.839106] musb-hdrc musb-hdrc.1.auto: Babble
[ 20.843594] musb-hdrc musb-hdrc.1.auto: Babble
[ 20.848080] musb-hdrc musb-hdrc.1.auto: Babble
i am getting this while booting linux in our custom board. can anyone help me in resolving this issue.
I am using the linux-4.4.19+gitAUTOINC+db0b54cdad-gdb0b54cdad version and nothing is connected to USB micro, the USB 0 is usb part in schematic
I am using the linux 4.4.19
I am able to boot by disabling the USB support in .config, but if i enable those messages are coming.
Sachin T C M2 said:It is same as the one in EVM (USB 0).
we are using am335x version 1.6
the problem was solved when I disable the USB related device drivers in in menu config
Hello Sir,
Before our board was working properly with the same usb, this started happening when I wrote new kernel to nand. I haven't made any changes related to usb in .dts file and .config file also.