Hello Champs,
Does linux processor SDK 09.00.01.03 (12 Oct 2023) and 09.00.00.08 (11 Aug 2023) support CAN0 and CAN1?
But the 08.06.00.11 (14 Mar 2023) support CAN.

Thanks
Regards
Shine
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.
Hello yong xuan.
In k3-j721e-common-proc-board.dts file , you have nodes for respective instances such as
&mcu_mcan0 {
pinctrl-names = "default";
pinctrl-0 = <&mcu_mcan0_pins_default>;
phys = <&transceiver1>;
status = "disabled";
};
If you want to use the respective instance then remove status = "disabled"
&mcu_mcan0 {
pinctrl-names = "default";
pinctrl-0 = <&mcu_mcan0_pins_default>;
phys = <&transceiver1>;
};
Regards
Tarun Mukesh