SKR 1.3 support

Hi. I am trying to add config for BTT SKR v1.3 + tmc2208 into RatOS 2, but whenever I add board definition, I see this:
board_definition:
{
    "$schema": "../board-definition.schema.json",
    "name": "SKR v1.3",
    "manufacturer": "BIGTREETECH",
    "serialPath": "/dev/btt-skr-13",
    "firmwareBinaryName": "firmware-btt-skr-13.bin",
    "compileScript": "compile.sh",
    "flashScript": "flash.sh",
    "flashInstructions": "Flashing only works if there's a properly formatted (FAT16 or FAT32 with a small blocksize) micro SD card in the SKR Pro's SD Card slot. The smaller the SD card the better, a cheap 128mb TF-card is perfect.",
}
Screenshot_from_2023-04-01_18-44-51.png
Was this page helpful?