This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/TMDSSK3358: TMDSSK3358 CAN bus

Part Number: TMDSSK3358

Tool/software: Linux

Hi Team,

SDK: ti-processor-sdk-linux-am335x-evm-05.02.00.10

I am studying AM335x CAN Bus by AM335X DCAN Driver Guide.   I add below code to am335x-evmsk.dts.

dcan1_pins_default: dcan1_pins_default {
	pinctrl-single,pins = <
		AM33XX_IOPAD(0x16c, PIN_INPUT | MUX_MODE2) /* (E17) uart0_rtsn.dcan1_rx */
		AM33XX_IOPAD(0x168, PIN_OUTPUT | MUX_MODE2) /* (E18) uart0_ctsn.dcan1_tx */
	>;
};
&dcan1 {
	status = "disabled";	/* Enable only if Profile 1 is selected */
	pinctrl-names = "default";
	pinctrl-0 = <&dcan1_pins_default>;
};

 I try use "ifconfig -a"  to check CAN bus,but  can't detect CAN bus. Need add CAN transceiver to TMDSSK3358 ?