EBB SB2209 CAN RP2040 - No RP2040 Option in Katapult Configuration
TimGehres opened this issue · 3 comments
I ran the following but the Katapult Configuration doesn't list the Raspberry Pi RP2040 option, it only lists LPC1786 options.
Am I missing something, like not getting the correct git files?
I copied and ran this out of https://github.com/Arksine/katapult website.
git clone https://github.com/Arksine/katapult
cd katapult
make menuconfig
Here is a screenshot of the Configuration menu that I get when running make menuconfig
So, this is what it should look like:
The BIGTREETECH documentation for the EBB SB2209 CAN RP2040 pictures the following. (I realize the new menuconfig is now Katapult and not CanBoot)
The first screenshot is the default initial configuration. You have to select the RP2040 within the Micro-controller Architecture
sub-menu and configure the rest to match the instructions provided by BigTreeTech.
You're welcome. I'll go ahead and close this, hope that the build/upload goes smoothly.