-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
warning when make modules_install #15
Comments
Hm - these are standard tools that usually find a System.map in the /boot directory. Don't know where the BBB hosts its System.map Please check where to find that file and refer it when invoking "depmod" by hand. E.g. "depmod -a -F /boot/System.map-4.19.24-ti-r10" |
Not sure what you mean by running by hand... |
Ok, that should have worked then - and Usually the sytem map is located in /lib/modules// therefore the default process obviously failed probably as you just worked on base of the linux-headers. |
Ok, thank you. Assuming that everything is right, I am trying to run but I only get |
Yes. You need a isotprecv to receive the data stream too. |
Seems to be fixed ... |
I have the same problem with you. how did you solved? |
isotpsend and isotpdump are not sufficient to perform a proper isotp data transfer. |
I followed the instructions to install the module, in which I get a warning and the module isn't installed.
I am on a beagle bone black with kernel 4.19.24-ti-r10
this is what I get after running
sudo make modules install
The text was updated successfully, but these errors were encountered: