Kernel with support for cp210x module

Discussion in 'Kernels' started by casperleenheer, Dec 8, 2013.

  1. casperleenheer

    casperleenheer New Member

    Joined:
    Oct 28, 2013
    Messages:
    11
    Likes Received:
    0
    Hi all,

    I'm trying to get a AEON Zwave stick to work with my UDOO. It needs a cp210x module. Has someone already succeeded to load this module into the kernel?

    Thanks,

    Casper
     
  2. saidol

    saidol New Member

    Joined:
    Oct 3, 2013
    Messages:
    24
    Likes Received:
    0
    Hi casperleenheer,

    I think cp210x module should works. I haven't hardware to test it, but I found the module in the kernel and it compiles fine. Just select it here in menuconfig:

    │ -> Device Drivers
    │ -> USB support (USB_SUPPORT [=y])
    │ -> USB Serial Converter support (USB_SERIAL [=y])
    │ < > USB CP210x family of UART Bridge Controllers

    and recompile kernel following instruction in the HOWTO section. There are good chance it will works.

    Cheers
    Giuseppe
     

Share This Page