Hi guys,
I am running TI SDK Image on BBB with BB-VIEW. I have troubles to attach Serial-to-USB cable to USB-OTG on BBB. System recognized it but doesn't attach to any tty*.
Than I figured out that usual driver ftdi_sio missing on this build.
Do you idea how to figure it out? I am thinking about include ftdi_sio.c and .h to kernel source and recompile kernel but I am not quite sure if I will be able to create image to flash emmc memory on beaglebone. I dont want to use sd-card.
Thank you very much.