By default our BSP uses the MCP2515 SPI CAN controller as available on our Colibri Evaluation board V3.x. In order to use spidev instead one needs to disable (e.g. status = “disabled”) the mcp2515 device tree node and enable (e.g. status = “okay”) the spidev one and re-generate and deploy the device tree to the target.
I’m using IRIS board. Can someone help me on how to enable SPI once i boot to linux.
I’m new to Embedded Linux Platforms and systems
I’m using IRIS board. Can someone help me on how to enable SPI once i boot to linux. I’m new to Embedded Linux Platforms and systems
You will need to change the device tree, compile it and flash it to the module. There is no possibility to activate Spi, if the module is already booted to Linux.