Compiling additional kernel modules

Home Forums MultiConnect OCG Compiling additional kernel modules

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2572
    Hitesh
    Participant

    Hi,

    I need to include additional kernel modules like PL2303, CP210X and USB VIDEO. I tried enabling them in codecdp-1.1.1/openembedded/recipies/linux/linux-2.6.32/mtcdp/defconfig but it did not help.

    If someone has been able to add/update kernel modules, can you please point out how to do it ?

    Also, has someone tried installing Fedora on the Cellular development platform ?

    Thanks in advance,

    Hitesh

    #3178
    Jesse Gilles
    Blocked

    You should be able to add modules in that manner (modifying defconfig).

    After you modify defconfig, you either need to edit the bitbake recipe and increase the PR variable (indicates a new package revision and forces a new build) or clean the package (bitbake linux -c clean) and then rebuild your image.

    Jesse

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.