Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[leda-dev] CAN Bus modules/drivers missing from Leda?
  • From: Andrew Ni <Andrew.Ni@xxxxxxxxxxxxxxxxxxx>
  • Date: Thu, 16 May 2024 15:40:43 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=itk-engineering.com; dmarc=pass action=none header.from=itk-engineering.com; dkim=pass header.d=itk-engineering.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=FQ3JI51gJu5G0O4Yk6Hkm1P7KxLkpuu0dgl3WhDErbA=; b=Zi/WJy9+DCizJDsrSdVp+Vludnvx1ncOmxXkid1xKsY1E/rcv3fMfONxJj/bomOLUTPu0hCpsbG71rJmeIB5aPKcIalMj/NNd1Eh3juD5EjvaTRadURtE4MmlP3hebABEbT8FoIDMUaCarfFG2ZNpm4L5lHq4Vn0UUv9N2UZCAWbvZHsgJrAUmaPK9LPatZu2pp0R2tZFKj8VkkkqyDzpRsbO60BfBJUxfHT6IzVBXr8ZQzPEU+sBTYQalNf7UwqKdUw05RrJugfNpHnvn4CMXRAgQQILWpUyoq7x7+GFc+ReBgUtO50bYgthyOUzfy/9Uvy0V6l32EKJnIJ9IZzEw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=TVeBE60JgSJdD9MqGb6RouCaGjyzRp2Mo7Erlac3AteNVLjk1h3qYc0MfFMdGeOqOojLERUdM3T6QvpOUgvi5BRrifz2tlWKK4WnCzLJtRSoud0GQvGQ9Z3WbYOxjU1c+6yHRdisG/79WMQC6xkVeehUkXESiU1frKugJ2tL8yZRPbf8auZQfwpL/i6jkooWIi4WItUwvOlDq5Sz9Wgwc9ykP7SnnxPEyz9jBX0uNlDSYVyGbi0X/JzL7Tl39bxZ3EUssh+NDULEQN9PqlS6zHAS6pH1KjRPv9SwXdhBdqu8SySvZ/xQGbhOz9nHMqX+qFBsaFQ00d3R2s1Rc/w46g==
  • Delivered-to: leda-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/leda-dev/>
  • List-help: <mailto:leda-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/leda-dev>, <mailto:leda-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/leda-dev>, <mailto:leda-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: Adqnosafu3Q6dT2CTN+2EhEETytpOw==
  • Thread-topic: CAN Bus modules/drivers missing from Leda?

Hello Leda dev team,

 

I am Andrew Ni from ITK Engineering, LLC. We are trying to use eclipse Leda on a Raspberry PI 4 for our internal demonstrator project.

 

We encountered problems trying to setup a MCP2518FD based CAN board with the RaspberryPI4 Milestone v0.1.0-M3 release installation:

which is the image (\eclipse-leda-raspberrypi.tar\sdv-image-all-raspberrypi4-64.wic)

 

Trying to follow the directions at: CAN-Bus extensions | Eclipse Leda Documentation (eclipse-leda.github.io)

Main points we are facing:

  • config.txt does not exist in /boot, but sometimes it does. usually only image files are there.
  • sdv-health states that "can0 cannot be found"
  • running dmesg | grep mcp outputs "MCP251x didn't enter in conf mode after reset"
  • running ip link set can0 type can bitrate 1000000 outputs "can0 cannot be found"
  • everything works on a normal raspberry pi image

 

Do you have any insights into what could be the problem, or any suggestions for troubleshooting steps?

Thank you.

 

 

Best regards,

 

Andrew Ni

ITKG/ENG-NA

 

Tel: +1 248-308-6318

 


Back to the top