Arksine / katapult

Configurable bootloader for Klipper
GNU General Public License v3.0
424 stars 77 forks source link

EBB SB2209 CAN RP2040 - No RP2040 Option in Katapult Configuration #99

Closed TimGehres closed 10 months ago

TimGehres commented 10 months ago

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


No RP2040

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)

BTT RP2209
Arksine commented 10 months ago

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.

TimGehres commented 10 months ago

Hi Eric,

Thanks for getting back with me and pointing me in the right direction. I thought it would be something simple. I appreciate your help

Thanks again, Tim

On Dec 4, 2023, at 7:46 AM, Eric Callahan @.***> wrote:

The first screenshot is the default initial configuration. You have to select the RP2040 within the Micro-controller Architecture sub-menu.

— Reply to this email directly, view it on GitHub https://github.com/Arksine/katapult/issues/99#issuecomment-1838563723, or unsubscribe https://github.com/notifications/unsubscribe-auth/A6XVP3CIQUVUCLQTC3PIRJ3YHXA3PAVCNFSM6AAAAABAFI6F3GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMZYGU3DGNZSGM. You are receiving this because you authored the thread.

Arksine commented 10 months ago

You're welcome. I'll go ahead and close this, hope that the build/upload goes smoothly.