Custom Rpi4-Nerves with CAN (MCP2515) support - Kernel issues?

@bwegh Curious if you have any pointers here, I am trying this with an rpi4 carrier board:

It seems I am on a similar path to you - however can0 is not available using ifconfig when I first startup - I have tried to follow the instructions on their wiki about bringing it online, but haven’t had any luck yet:

Can you tell me which board you used or if there is anything else I need to do? I have also added the following lines to deps/nerves_system_rpi4/linux-6.12.defconfig:

CONFIG_CAN_MCP251X=y
CONFIG_CAN=y

And the following to deps/nerves_system_rpi4/nerves_defconfig

BR2_PACKAGE_LIBSOCKETCAN=y
BR2_PACKAGE_CAN_UTILS=y
BR2_PACKAGE_IPROUTES2=y