Closed rofoto closed 3 years ago
你直接下载最新版本的Marlin就可以。只需要做以下设置:
I'm looking for the same information. I can't find any source for the files required in .../Arduino/Hardware to build for the STM32103 in the Robin Lite V1.1 board... and there are only about three people in the whole Internet talking about it.
Use lastest Marlin with branch "bugfix-2.1.x". In the config.ini file , change the settings "ini_use_config = all", "motherboard = BOARD_MKS_ROBIN_LITE", more settings follow your printer configurations. In the Configuration.h, uncomment the "//#define SDSUPPORT" and "//#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER". Use Auto Build Marlin, choose "mks_robin_lite_maple" to build the project. Finally the mksLite.bin can be upgraded in the TF card and boot successfully, but lost the lite_cfg.txt and wifi support.
Too late for me. That was a year and a half ago; the board is long gone.
It took another day to compile "mks_robin_lite" instead of "mks_robin_lite_maple".(Maple build environments are deprecated). Add several SD card related define in the file "Marlin/src/pins/stm32f1/pins_MKS_ROBIN_LITE.h". +#define SDCARD_CONNECTION ONBOARD +#define ONBOARD_SPI_DEVICE 2 // Maple +#define ENABLE_SPI2 +#define NO_SD_HOST_DRIVE
+#define SDSS SD_SS_PIN
I have been looking for any information on how to update to marlin firmware on the robin Lite v1.1 and have not found anything, Asking here to hopefully get some guidance.
thanks
我一直在寻找有关如何在 robin Lite v1.1 上更新到 marlin 固件的任何信息,但没有找到任何信息,在这里询问希望得到一些指导。
谢谢