bigtreetech / BIGTREETECH-SKR-V1.3

32bit board with LPC1768, support marlin2.0 and smoothieware, support lcd2004/12864, On-board TMC2130 SPI interface and TMC2208 UART interface no additional wiring is required
999 stars 1.15k forks source link

Using BTT SKR 1.4 Turbo for own code #586

Open buildingexperiments opened 5 months ago

buildingexperiments commented 5 months ago

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 = + 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 commented 4 months ago

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