Hello,
I’m using a 2-Channel Isolated CAN FD Expansion HAT for Raspberry Pi, Multi Protections on a Jetson Orin devKit. It’s using the 3.3V logic.
I was able to successfully test loopback mode by shorting MOSI and MISO pins (pin19 and pin21). I had enabled SPI using jetson-io.py, by configuring header pins manually and selecting spi1(19,21,23,24,26).
I’m also able to run the following simple spidev python script and can see there’s some data being sent through the CAN pins on the CAN FD Expansion Hat :
Hi @KevinFFF ,
Thank you for getting back on this.
I think this step is very helpful. I tried going over it. Unfortunately, I don’t have much experience with modifying device-tree. Do you happen to know which dtb file I need to edit? (I was able to use a dtc compiler to convert the dtb files to dts and edit). But not sure which one I need to make an edit to. And after I compile it back to a dtb file, where I do place it? Is it in the dtb folder? Sorry for my elementary questions