beagleboard / beagleboard/kernel

dcan0 alias fck already exist

Open
#63 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Shell
Stars
172
Forks
156
PR merge metrics
No merged PRs in 30d

Description

I want to use dcan0 and followed this lead:
http://www.embedded-things.com/bbb/enable-canbus-on-the-beaglebone-black/#comment-152

To build the latest kernel I followed the instructions on this github page. Further I disabled my i2c2 pinmux by commenting out in am335x-bone-common.dtsi
//pinctrl-0 = <&i2c2_pins>;

And enabled dcan0
&dcan0 {
status = "okay"; // Switch on DCAN0
pinctrl-names = "default"; // Apply default pinmuxing
pinctrl-0 = <&dcan0_pins>;
};

And added pinmux to the am33xx-pinmux
dcan0_pins: pinmux_dcan0_pins {
pinctrl-single,pins = <
0x178 0x12 /\* dcan0_tx, SLEWCTRL_FAST | PULLUP | MODE2 _/
0x17C 0x32 /_ dcan0_rx, SLEWCTRL_FAST | INPUT_PULLUP | MODE2 */
>;
};

Unfortunately I get the following message:
platform 481cc000.d_can: alias fck already exists

Is this due to having I2C2 and dcan0 enabled?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.