-
Notifications
You must be signed in to change notification settings - Fork 54
Error, Invalid mode: in #60
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
Comments
@SmartFactory-github remove the lines that dont' set anything..
Regards, |
Hello @RobertCNelson !! thank you always for your quick assesment and response. So I am questioning my process, as it is the first time I try to define a DT and use it for the interface between machinekit and a PBX-BB rev5.2 for the BBB. I am using the Machinekit image for beaglebone. I am using two guides for my process, the one in the machinekit blog, and the one in the google forum. At first I used the BBIO GUI to generate the bbio file which defines the pin and configurations I need for MK. As I could not use properly the This is where it gets confusing. As I undertood, then, supposing I have defined my .dts and I had compiled it, the next thing is to copy the .dtbo to After this, all I have rest to do, to define the pin assignment in a .hal file, and parameters in the .ini. right? It has been troublesome as most of the documentation is for kernel 3.8 or earlier, and many things have changed for the recent version. thanks in advance, regards, Sergio Salinas |
Hello!
I have issues using the config-pin -f .bbio command.
My bbio file, generated with the GUI is:
DT-mk-probotix-bb.txt
But, as RobertCNelson recommended, I removed the lines
When I run
sudo /opt/scripts/tools/version.sh
I get
but when using
config-pin -f DT-mk-probotix-bb.bbio
, I obtain aInvalid mode: in
I attach my uEnv.txt configuration file.
uEnv.txt
I plan to use this BBIO for Machinekit configuration for the Beaglebone Black
thanks in advance
regards,
Sergio Salinas
The text was updated successfully, but these errors were encountered: