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
1k stars 1.15k forks source link

Slow booting on SKR V1.3 #481

Closed mrx23dot closed 3 years ago

mrx23dot commented 3 years ago

There is a 5-6second delay before Marlin's setup( ) is called, so I think it comes from the bootloader. It's also there without SD card inserted.

Is it possible to remove this delay? Why is it there? Where can I find the source code for the bootloader? Why isn't in this repo?

radek8 commented 3 years ago

https://github.com/bigtreetech/BIGTREETECH-SKR-V1.3/issues/346

mrx23dot commented 3 years ago

https://github.com/Marsman1970/SKR-V1.3-Bootloader only contains the original (ripped) bootloader binary, without source code.

@bigtreetech please upload the bootloader source or fix the issue.

radek8 commented 3 years ago

Isn't that enough for you?

https://github.com/ardiehl/BTT_SKR_13_14_14T_SD-DFU-Bootloader

mrx23dot commented 3 years ago

sorry, I missed that

mrx23dot commented 3 years ago

continuing here https://github.com/ardiehl/BTT_SKR_13_14_14T_SD-DFU-Bootloader/issues/2