I have a newer v4.1 board A10M and when i try and flash Vert's firmware I get the attached on my LCD: Theses are the only changes I've made to the config:
Code: Select all
+++ b/Marlin/Configuration.h
+// #define GTA10 // A10 & Variants
+#define GTA10M // A10M & Variants
+#define TOUCHPROBE // Enable Touch Type Probe (Bltouch / 3Dtouch)
+#define PLR // Enabled power loss resume - Only functions from SDcard
+#define RUNOUT // Enable filament runout sensor - Only If you have them and want to use them
+#define LINADV // Enable linear advance.
+// #define SHOW_BOOTSCREEN
+#define MACHINE_UUID "0C52186E-5BB8-4C75-B554-DF054572BDAE"
When I flash with A10M_TITANS_HW4.1B_FW2.3_20201021-Beta.hex from the website it goes back to working, but I'd like to try and get Vert's working so that I can flash an update if needed.
Any idea on how to proceed? thanks.