Bootstrap CAN Bus application

Hi All,
I finally manage to have the CAN bus working. For me the blocking point was the mangOH.sdef file. I had to link kernel modules. Like:

kernelModules:
{
...
$CURDIR/linux_kernel_modules/can_9x07/mcp251x
$CURDIR/linux_kernel_modules/can_common/can_iot
...
}

Rebuild the firmware for my board (“make red_wp76xx”).

Uncomment #include "sinc/can_iot_card.sinc" did not works (for me).

3 Likes