cantact-pro-fw
cantact-pro-fw copied to clipboard
Firmware for the CANtact Pro
Adding code required to switch CAN0 to SWCAN mode as well as binaries for each of the four SWCAN modes (see comments in code)
[The book](https://cantact.io/cantact-pro/users-guide.html) points to the releases area of this repo as the place to download updated firmware... yet there is none here. Am I to understand that there haven't been...
In preparation for a request for a USB PID via https://github.com/openmoko/openmoko-usb-oui/pull/39.
I'm working through testing out the FD settings. Can't seem to get the FD mode to return anything other than, "RTNETLINK answers: Operation not supported"
Not sure if this is an issue with the Cantact Pro firmware or the gs_usb_fd driver, but I can't generate a 5mbit CANFD data bitrate. I haven't tested this extensively,...
To reproduce: - bring up CANtact PRO as usual - send a CAN frame - `unbind` USB host controller: ``` echo 2184200.usb | sudo tee /sys/bus/platform/drivers/imx_usb/bind ``` - `bind` the...
I've followed the steps in the README.md and I'm faced with the following issue: Just a doc issue so you get a heads up, I guess I'll eventually figure it...
SWCAN seems to be hard coded as disabled: https://github.com/linklayer/cantact-pro-fw/blob/66122d74e7eebe799513f12e1ceafc8e506b18ad/sources/main.c#L223 Seems like this should be stated in the documentation somewhere and also an alternate firmware compiled and offered for download that...