Hi, i’ve already followed some tutorials to interfaces the MCP2515 modules.
https://forums.developer.nvidia.com/t/unofficial-guide-to-using-the-mcp2515-can-module-on-the-jetson-nano-2gb/208818
The tutorial can help me until successfully initialized, but the data doesn’t shown. Here my configuration pin
|INT|31|
|SCK|23|
|SI|19|
|SO|21|
|CS|24|
|GND|GND|
|VCC|5V|
and this is my log
dmesg | grep spi
[ 0.434028] iommu: Adding device 7000d400.spi to group 7
[ 0.434306] iommu: Adding device 7000d600.spi to group 8
[ 0.434571] iommu: Adding device 70410000.spi to group 9
[ 1.121644] tegra-qspi 70410000.spi: Prod settings list not found
[ 1.123221] qspi_mtd spi32766.0: MX25U3235F (4096 Kbytes)
[ 1.123229] qspi_mtd spi32766.0: mtd .name = spi32766.0, .size = 0x400000 (4MiB) .erasesize = 0x00001000 (4KiB) .numeraseregions = 0
[ 3.690869] mcp251x spi0.0: aquired IRQ: 299
[ 3.704586] mcp251x spi0.0 can0: MCP2515 successfully initialized.
[ 3.704957] mcp251x spi1.0: aquired IRQ: 267
[ 4.730302] mcp251x spi1.0: MCP251x didn't enter in conf mode after reset
[ 4.730394] mcp251x spi1.0: Probe failed, err=16
[ 4.730409] mcp251x: probe of spi1.0 failed with error -16
But when i candump can0, nothing shown
Any helps will be appreciated. Thank you