Driver Installation on Ubuntu
-
Dear all,
I'm trying to install the driver for M5Stack following this instruction:
https://docs.m5stack.com/en/quick_start/core2_for_aws/uiflowI downloaded the CP210x_VCP_Linux and try to follow the instrution in the TXT file in the drive but I'm not able to continue.
Build instrutions:
Ubuntu:
- make ( your cp210x driver )
- cp cp210x.ko to /lib/modules/<kernel-version>/kernel/drivers/usb/serial
- insmod /lib/modules/<kernel-version/kernel/drivers/usb/serial/usbserial.ko
- insmod cp210x.ko
$ make cp210x.c
make: Nessuna operazione da eseguire per «cp210x.c».Someone can help me?
Thank you!