Hello
I have a BPI R2 and i am using 4.14.80-bpi-r2-main kernel. I want to use FT4232 but when i plug in the ftdi i only see usb device, I could’nt see usb to serial i search about this problem and in the blog i saw there is no usb module in the kernel. Could you help me for adding usb module?
I tried sudo apt install linux-modules-extra-$(uname -r)
but i got error of
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-modules-extra-4.14.80-bpi-r2-main
E: Couldn't find any package by glob 'linux-modules-extra-4.14.80-bpi-r2-main'
E: Couldn't find any package by regex 'linux-modules-extra-4.14.80-bpi-r2-main'
You mean the folders in the tar.gz archive? You can install kernel/modules directly to card. The folders in tar.gz file stand for the partitions on card…there is a fat partition named BPI-BOOT (copy contents of this folder there => kernel-binary) and an ext4 partition (rootfs) named BPI-ROOT. Here the content of samed Folder (modules) have to put here.
Have you got any documentation about adding kernel. I always got BPI-ROOT not mounted errot when i tried to install sd card. and how can i edit uEnv.txt
Make sure your sdcard (with my image already flashed to it) is correctly mounted (/media/$USER/BPI-BOOT and BPI-BOOT). If not mounted try “./build.sh mount” after card is inserted. command “mount” shows your mounted filesystems. If any error is printed post it.