bigtreetech / BIGTREETECH-SKR-MINI-V1.1

ARM Cortex-M3 series STM32F103RCT6 chip with 32-bit CPU 72MHz. Equipped with highly modular open source firmware Marlin2.0, convenient for users DIY and secondary development, exempt from the worries of the core code;
34 stars 49 forks source link

SKR mini 1.1, latest PlatformIO updates #24

Open servo-xx opened 4 years ago

servo-xx commented 4 years ago

I am using skr mini 1.1 with 2004 display in smart controller. Before the latest PlatformIO updates, the firmware was compiled and worked, now if you compile the current project even without changes, everything compiles well but after updating the controller, nothing works. If you write the old firmware that compiled on the old version of PlatformIO the controller starts to work. Has anyone had such a problem ? and how did you solve it ?

mirokymac commented 4 years ago

I have encountered this issue now. Still finding the solution. I have tried to compile the configure provide by this repo. ~~The size of the file as the binary they provide, but nothing working. ~~(actually it is ok to stick with the original setup)

Update: Since i'm using CR-10 like display, so with #define CR10_STOCKDISPLAY, compiled and get an unrecognized board... Updata II(2020.2.9): Stangely fixed after serveral times of re-compiling, with no configure change... weird...