You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just bought a new BTT SB2209 with an RP2040 and wanted to install Katapult to be able to flash it over CAN. I ran through the instructions until it was time to flash to the board, and I was getting this error (after running make first):
$ make flash FLASH_DEVICE=2e8a:0003
make: *** No rule to make target 'flash'. Stop
Looking at the Makefile, I didn't see a flash target, but I also never saw one in a quick history search in the file. Am I missing something? Is there a dependency needed that I don't have? I am doing this all on a Raspberry Pi, so is there an incompatability issue with arm chips?
Thanks!
The text was updated successfully, but these errors were encountered:
Each platform has its own Makefile, the targets are located in there (ie: src/rp2040/Makefile). To flash Katapult on an RP2040 you run make flash. There is no FLASH_DEVICE option.
I got excited when I read this thinking it might solve my issue, but sadly no. I'm the noobest of noobs, but I'm following BigTreeTech's manual on the SB2209 CAN (RP2040), page 29. After setting the SB2209 into 'boot' mode, querying DFU device ID, I came up with 2e8a:0003, identical to the ID shown in the guide. Then I entered the next command in the manual verbatim, "make flash FLASH_DEVICE=2e8a:0003", then I get the same error code "no rule to make target 'flash'". It may be that your answer above already should have given me a clue, but sadly I need a little more hand holding in order to understand what to do. Any help would be appreciated!
Hi all,
Just bought a new BTT SB2209 with an RP2040 and wanted to install Katapult to be able to flash it over CAN. I ran through the instructions until it was time to flash to the board, and I was getting this error (after running make first):
Looking at the Makefile, I didn't see a
flash
target, but I also never saw one in a quick history search in the file. Am I missing something? Is there a dependency needed that I don't have? I am doing this all on a Raspberry Pi, so is there an incompatability issue with arm chips?Thanks!
The text was updated successfully, but these errors were encountered: