PicoCOMA5 2x USB Host

  • Hello,


    i assume you have already configured your USB0 HW in the same way as the "native" USB Host (USB1) (refer SKIT schematic).


    SW configuration is done e.g. by ndcucfg:

    Code
    1. REM disable USB Device
    2. reg open \Drivers\builtin\usbfn
    3. reg set value Flags dword 4
    4. REM enable USB0
    5. reg open \Drivers\builtin\usb0
    6. reg del value Flags
    7. reg save
    8. reboot


    PS: You should use latest kernel. Previous may have wrong registry entries for "IRQ" and "Membase" (refer changelog)!

    F&S Elektronik Systeme GmbH
    As this is an international forum, please try to post in English.
    Da dies ein internationales Forum ist, bitten wir darum, Beiträge möglichst in Englisch zu verfassen.

    Edited once, last by fs-support_ZU ().