Hi All,
I’ve been busy with this already some time, and @AlexOr and @mjoconr helped me already on the way in the topic Octopus Pro Canboot & CAN Bus Bridge…
I’ve followed so far all instructions I think I had to follow, but I can’t get it running.
I got a Octopus PRO 429 with make menuconfig:
I copied it to a TF-card and renamed it firmware.bin and it got installed on the octopus board.
Then I did for the EBB42 board:
as it was described in the manual from BTT, and I downloaded the firmware file to the EBB42 with the STm cube like described in the manual. This was without error.
I connected my cable in the RJ11 of the octopus with the pins 3 - 4 connected to a twisted pairand 24V to the EBB. The Vbus jumper I took out and I put a jumper on the 120R resistor, as the EBB is my only board connected to the CANBUS.
I created the file on the RPI /etc/network/interfaces.d/can0
with the content:
allow-hotplug can0
iface can0 can static
bitrate 500000
up ifconfig $IFACE txqueuelen 128
rebooted the whole system and looking for uuid’s i get the following:
I was expecting to see 2 uuid’s here; the Octopus and the EBB42.
If I disconnect the RJ11, I get the same uuid, so I guess that’s the one for the Octopus then…
I switched Can_L and Can_H, with no result…
EDIT: I just measured the resistance of the CAN line between Can_L and Can_H, and I have 60.2 ohm there. So that seems correct with the termination resistors…
EDIT2: Seems like it lost it’s usb serial port connection to the octopus…
if I reflash my previous klipper.bin without CanBus bridge, I find the octopus again…
Did I miss someting else here?