makerbase-mks / MKS-Robin-Nano-V3.X

Robin nano V3 is an upgraded version of Robin Nano V2.0. The upgrade changes are quite large, including upgrading the MCU to the M4 core, and adding support for USB disk.
GNU General Public License v3.0
134 stars 63 forks source link

Cannot flash standard Marlin to the Nano V3.1 #156

Closed refirendum closed 1 year ago

refirendum commented 1 year ago

Been running into a wall for a week on this board. granted i'm not knowledgeable about coding, so that may not be very long at all.

Anyways, I've tried connecting by SWD in ST-LINK Utility and reprogramming the no-beep bootloader at 0x8000000 and robin_nano_v3.bin at 0x800C000. i'm using a frequency of 1800 MHz, unchecked no low power mode, and when i select compare file to device memory, it shows the files matching. i've rebuilt the .bin in PlatformIO several times and reattempted the reflash with the TF card

each time, the screen shows the erasing messages for each sector, then the updating bar. when it finishes, it reboots and it show factory MKS, and i do not see any of the options that i had included as part of my Marlin compile. checking what settings do show up, they don't match the settings i have in my configuration.h and configuration_adv.h

what am I doing wrong? I just want Vanilla Marlin. is there the same issue with the other bootloader (the one that beeps)?

refirendum commented 1 year ago

OK all i needed to do was turn off LVGL_UI