xC0000005 / Marlin

Optimized firmware for RepRap 3D printers based on the Arduino platform.
http://www.marlinfw.org/
GNU General Public License v3.0
22 stars 5 forks source link

2.x & nightly 2.x both boot loop my controller (malyan m200 v1) #14

Closed Injineers closed 2 years ago

Injineers commented 2 years ago

Description

Steps to Reproduce

  1. compile 2.x or nightly 2.x
  2. flash
  3. Controller just reboots every 8-10 seconds

Expected behavior: [What you expect to happen] it to stay on Actual behavior: [What actually happens] it reboots every 8-10 seconds

Additional Information

After a LONG time (2 years maybe) fighting with this malyan m200 v1 controller & all the hoops to compile. I am now able to compile w/o issues using Ubuntu w/ Vscode /platformio & auto build No more need for arduino compile

Only issue is seems like 2.x & the nightly are rebooting the controller every 8-10 seconds. When it does run for those seconds before it cycles, it seems like I can move axis, so thats a plus.

Not sure what info would be needed or what, but I did come across a post that someone else had a similar issue but on a v2 & went back to 2.0.6.1 ,& it works & doesnt loop. But trying to compile that version for the v1, I get back to those old /similar issues with building with it complaining about boards.h having a include for board/board.h & it not existing

Injineers commented 2 years ago

sorry man, opened this on your fork on accident