Problems with drivers for usb-com cp2102 converter

I have usb-com converter which use cp2102 chip. And I need connect this converter to Colibri VF50.

Yours linux sours have support of cp2102 chip. So I act according to the following algorithm:

  1. Do all steps Build U-Boot and Linux Kernel from Source Code but after command make colibri_vf_defconfig do make menuconfig and turn on support of cp210x.

  2. Update rootfs according Kernel Update

  3. Load linux on Iris and it return next error: “Failed to start Load Kernel Modules” and Failed to start Load default USB gadget schema g1.schema.

What I do wrong?

Please make sure to deploy the kernel modules as described here.

As already pointed in this discussion, one need to make sure to deploy all the kernel modules along with the custom kernel.

e.g.:

$ make zImage dtbs modules
$ sudo make modules_install INSTALL_MOD_PATH=<rootfs-path-of-the-pre-build-linux-image>