Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Linux Embedded OTG gadgets conflict(?) with QDB

Linux Embedded OTG gadgets conflict(?) with QDB

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 638 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    roberto_abl
    wrote on last edited by
    #1

    Hello,

    I'm working on a custom board based on iMX6 Sabresd board.

    I have the following problem:

    When I use generic Yocto images like "fsl-image-multimedia-full" I can load USB modules such as g_mass_storage in order to connect my board to a Windows PC and see my SD card content.
    When I use "b2qt-embedded-qt5-image" and try to execute:
    #modprobe g_mass_storage file=/dev/mmcblk1
    I get the following output:
    udc-core: couldn't find an available UDC - added [g_mass_storage] to list of pending drivers

    Being that I'm using the same kernel and device tree the problem must be some difference in the Root File System.

    In particular I think that this problem is related to the fact that in "b2qt-embedded-qt5-image" other USB OTG devices are presented when connecting to a PC: "QDB interface" and "remote NDIS". I know they are useful to debug applications on the target, but could you help me to load my g_mass_storage, with or without them, when I need it?

    Kind Regards,
    Roberto

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved