-
Notifications
You must be signed in to change notification settings - Fork 21
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
Directory nonexistent #3
Comments
You are probably using a newer kernel > v4.4.x that does not support cape manager but uses u-boot overlays. https://groups.google.com/forum/#!topic/beagleboard/OG1_tts4OcU Depending on your configuration you should edit the /boot/uEnv.txt file to add the driver. enable_uboot_overlays=1 and ignore the make install error related to missing cape manager. |
Hello, Please I have the same problem I get the following error when I run make install command
PLease is there any other solution?
|
I'm trying to run your code on a BeagleBone Black with Debian 9.5. I am able to successfully run 'make', but when I try to 'make install', I get the following error:
debian@beaglebone:~/hcsr04-master$ make install
cp hcsr04-00A0.dtbo /lib/firmware
echo hcsr04 > /sys/devices/bone_capemgr.9/slots
/bin/sh: 1: cannot create /sys/devices/bone_capemgr.9/slots: Directory nonexistent
Makefile:25: recipe for target 'install' failed
make: *** [install] Error 2
Any pointers would be greatly appreciated
The text was updated successfully, but these errors were encountered: