You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by NGTOne April 26, 2024
I'm trying to get a PiCAN2 Duo going on a RasPi 4B with Ubuntu 22.04+Kairos, but nothing I do seems to make it work - it never detects the two CAN ports the board exposes. I've built an image with the settings from the PiCAN2 documentation in both /boot/config.txt and /boot/firmware/config.txt, and neither seems to have any effect.
$ cat /boot/config.txt
# https://www.raspberrypi.com/documentation/computers/config_txt.html
# https://emteria.com/kb/connect-uart-rpi
# https://www.raspberrypi.com/documentation/computers/config_txt.html
enable_uart=1
uart_2ndstage=1
# Disabling bluetooth might change the serial device:
# https://raspberrypi.stackexchange.com/a/69721
# On rpi4, if bluetooth is not disabled (like here), the device is /dev/ttyS0
#dtoverlay=disable-bt
dtparam=i2c_arm=on
# dtparam=i2c_arm_baudrate=400000
dtparam=spi=on
dtoverlay=mcp2515-can0,oscillator=16000000,interrupt=25
dtoverlay=mcp2515-can1,oscillator=16000000,interrupt=24
dtoverlay=spi-bcm2835-overlay
$ sudo /sbin/ip link set can0 up type can bitrate 500000
Cannot find device "can0"
I've verified it works on a clean Raspbian, so I know it's something in the Kairos/Ubuntu configuration.
The text was updated successfully, but these errors were encountered:
Discussed in #2517
Originally posted by NGTOne April 26, 2024
I'm trying to get a PiCAN2 Duo going on a RasPi 4B with Ubuntu 22.04+Kairos, but nothing I do seems to make it work - it never detects the two CAN ports the board exposes. I've built an image with the settings from the PiCAN2 documentation in both
/boot/config.txt
and/boot/firmware/config.txt
, and neither seems to have any effect.I've verified it works on a clean Raspbian, so I know it's something in the Kairos/Ubuntu configuration.
The text was updated successfully, but these errors were encountered: