bigtreetech / BIGTREETECH-SKR-mini-E3

BIGTREETECH SKR-mini-E3 motherboard is a ultra-quiet, low-power, high-quality 3D printing machine control board. It is launched by the 3D printing team of Shenzhen BIGTREE technology co., LTD. This board is specially tailored for Ender 3 printer, perfectly replacing the original Ender3 printer motherboard.
2.01k stars 1.97k forks source link

SKR Mini v1.2 upload #240

Closed byxox closed 4 years ago

byxox commented 4 years ago

Hello I have a skr mini e3 v1.2 card. I downloaded the compatible marlin on the site. I have built seamlessly with Platformio. But when I upload through the platform, I get this error.

https://prnt.sc/sacei7 https://prnt.sc/sacep8 https://prnt.sc/sacexl

what could I be missing?

I can see the device as a serial port on the platform. https://prnt.sc/sacfal

paul-1 commented 4 years ago

You cannot update the board over serial. You have to use the sdcard, as described n the manual

https://github.com/bigtreetech/BIGTREETECH-SKR-mini-E3/blob/master/hardware/BTT%20SKR%20MINI%20E3%20V1.2/BTT%20SKR%20MINI%20E3%20V1.2manual.pdf

byxox commented 4 years ago

Yeah. As you said, it was updated when firmware.bin was thrown on the sd card. Thank you so much.