Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using BTT SKR 1.4 Turbo for own code #586

Open
buildingexperiments opened this issue Jan 15, 2024 · 1 comment
Open

Using BTT SKR 1.4 Turbo for own code #586

buildingexperiments opened this issue Jan 15, 2024 · 1 comment

Comments

@buildingexperiments
Copy link

I adapted an arduino program to vscode where it builds successfully, but doesn't upload it to the board. I see other people have issues with the the board I'm using (BTT SKR 1.4 Turbo), it has issues connecting to the PC. The board does not show up as a disk in explorer, but it does in device manager I've tried changing the port number, setting the BAUD rate to 115200 but it still claims threes no such file or directory:

Here is the code in the platform.ini file:
[env:lpc1768]
platform = nxplpc
board = lpc1768
framework = mbed
src_filter = +<charlie.cpp>
upload_port = COM1

and here is the error message:
Using manually specified: COM1
*** [upload] COM1\firmware.bin: No such file or directory.

I have tried installing the CH341SER Driver it just says "pre-install successful" with no changes. I tried putting the firmware.BIN file on an SD card and plugging it into the board, but still, nothing. Is there a specific way to flash this board? I've tried plugging, unplugging, resetting the board with the SD card inserted.

@radek8
Copy link

radek8 commented Mar 3, 2024

Compile the FW.
Copy the created firmware.bin file to the SD card.
Insert the SD card into the slot on the SKR board.
Restrate SKR

Marlin\.pio\build\LPC1769\firmware.bin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants