Go to previous topic
Go to next topic
Last Post 29 Sep 2014 09:17 AM by  bradb
Problem with Display
 2 Replies
Author Messages
Sergey Brandis
New Member
New Member
Posts:79


--
28 Sep 2014 05:52 PM

    I developed device on Dm3730 . I connect my device with computer and in Tera Term ,I saw after line EHCD ! HCD_Init Ce can not load . I attached my screenshot on Tera Term. Can anyone help me ? 

    Sergey Brandis
    New Member
    New Member
    Posts:79


    --
    28 Sep 2014 06:04 PM
    bradb
    Basic Member
    Basic Member
    Posts:203


    --
    29 Sep 2014 09:17 AM
    Alex,

    If your design does not have the ISP1763 Hi-Speed USB controller included the driver has been known to prevent the system from booting. Remove the following from your kernel .config and then see if you can boot your Linux image.

    CONFIG_USB_ISP1763=y
    CONFIG_USB_ISP1763_HCD=y
    CONFIG_USB_ISP1763_HCD_SELECT=y

    Regards,
    Brad


    ---