Closed Bence98007 closed 4 years ago
Anyone?
Sure..
Those pins are utilized by the overlay you loaded
https://github.com/beagleboard/bb.org-overlays/blob/master/src/arm/PB-MCP2515-SPI1.dts
Regards,
Hi @RobertCNelson
So I cannot use the config-pin command on that? Or how should I set it to HIGH?
config-pin is only for pins not configured.. If you want to set the pin high, change the overlay..
Regards,
config-pin is only for pins not configured.. If you want to set the pin high, change the overlay..
Regards,
Thanks for the quick answer! @RobertCNelson 👍
What do You mean by change the overlay?
nvm, made it work.
Hi there!
I have a problem configuring a pin P2_18 and P2_06 on PocketBeagle. What I'm trying is to get SWCAN working, but I have to set it up to HIGH. When I run
config-pin P2_18 hi
it returns error:I found no P2_18 or P2_06 pinmux file exists here:
version.sh output:
What can cause this error? I tried to run pinmux-generator, but it throws error:
Tried to install pinmux manually, but it doesnt support armhf architecture. Can anyone help me with this?