MKS-Robin-Nano-V3.X icon indicating copy to clipboard operation
MKS-Robin-Nano-V3.X copied to clipboard

Marlin-2.1.1 - issues - mks_robin_nano_v3_usb_flash_drive_msc

Open pagabee opened this issue 2 years ago • 3 comments

I found two more issues regarding Marlin 2.1.1 firmware:

  • Wifi firmware (MksWifi.bin) update from SD card does not work after switching on.
  • Uploading gcode files over wifi to SD card does not work. It works only to flash drive.

pagabee avatar Nov 08 '22 07:11 pagabee

In this case the SD upload over wifi works, but the flash drive upload does not work:

#define DEFAULT_VOLUME SV_SD_ONBOARD                   // SV_SD_ONBOARD or SV_USB_FLASH_DRIVE
#define DEFAULT_SHARED_VOLUME SV_SD_ONBOARD             // SV_SD_ONBOARD or SV_USB_FLASH_DRIVE

In this case the SD upload over wifi does not work, but the flash drive upload works:

#define DEFAULT_VOLUME SV_SD_ONBOARD                   // SV_SD_ONBOARD or SV_USB_FLASH_DRIVE
#define DEFAULT_SHARED_VOLUME SV_USB_FLASH_DRIVE             // SV_SD_ONBOARD or SV_USB_FLASH_DRIVE

pagabee avatar Nov 08 '22 13:11 pagabee

The wifi firmware update from SD card works only in this case:

#define DEFAULT_VOLUME SV_SD_ONBOARD                   // SV_SD_ONBOARD or SV_USB_FLASH_DRIVE
#define DEFAULT_SHARED_VOLUME SV_SD_ONBOARD             // SV_SD_ONBOARD or SV_USB_FLASH_DRIVE

Therefore I think that the mks_ui functions do not handle correctly the SD card and the Flash drive.

pagabee avatar Nov 08 '22 13:11 pagabee

This issues maybe have relationships with this issue: https://github.com/makerbase-mks/MKS-Robin-Nano-V3.X/issues/134#issue-1437351026

pagabee avatar Nov 08 '22 13:11 pagabee