Skip to content

Commit

Permalink
Merge pull request #328 from Clayblock/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
makerbase-mks authored Jul 27, 2022
2 parents f88d0e3 + fee25cc commit af5eb01
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,31 @@ The images should be added to gcode file when slicing, and MKS has developed the
- Enter the `.pio\build\mks_robin_nano35` directory, copy the `assets` folder and `Robin_nano35.bin` to the sd card
- Insert SD card to the motherboard, and you can see the update interface after power on.


## MKS Robin Nano V1.3 & Nano-S V1.3 build and update firmware

1. Build config:

- platformio.ini:

default_envs = mks_robin_nano_v1_3_f4

- Configuration.h:
#define SERIAL_PORT 3
#define MKS_ROBIN_TFT35
#define MOTHERBOARD BOARD_MKS_ROBIN_NANO_V1_3_F4
#define TFT_LVGL_UI
#define TOUCH_SCREEN

- Configuration_adv.h:
//#define USB_FLASH_DRIVE_SUPPORT
//#define MULTI_VOLUME

2. Update firmware:

- Enter the `.pio\build\mks_robin_nano35` directory, copy the `assets` folder and `Robin_nano35.bin` to the sd card
- Insert SD card to the motherboard, and you can see the update interface after power on.

## MKS Robin Nano V2.x build and update firmware

1. Build config:
Expand Down

0 comments on commit af5eb01

Please sign in to comment.