You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ports/quectel/README.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,10 +81,8 @@ $ make submodules
81
81
$ make
82
82
```
83
83
84
-
This will produce a combined `firmware.a` image in the `build/`
85
-
subdirectory(The compiled MicroPython library will be used by HeliosSDK to build a complete firmware package).
86
-
87
-
To flash the firmware, you need to fully build the entire firmware package through heliossdk.
84
+
This will produce a combined `firmware.a` lib in the `build/`
85
+
subdirectory directly.The compiled MicroPython library will be used by HeliosSDK to build a complete firmware package. Of course, you can also build the entire firmware directly using the following method.
88
86
89
87
*Check the usage of the helios compilation commands*
90
88
@@ -107,16 +105,16 @@ These are common commands used in various situations:
107
105
108
106
*Compile the firmware*
109
107
110
-
Taking the EC200UEU_AB module as an example, type the following command in the command line and press "**Enter**":
108
+
Taking the EG915UEC_AC module as an example, type the following command in the command line and press "**Enter**":
111
109
```
112
-
helios make services/micropython @EC200UEU_AB EC200UEUABR03A01M08
110
+
helios make services/micropython @EG915UEC_AC EG915UECACR03A01M08
113
111
```
114
112
115
113
-`helios`: Trigger the compilation process.
116
114
-`make`: Compile the firmware.
117
115
-`services/micropython`: Application entry address (relative to the SDK root directory, according to the requirements of the host system, the Win32 platform is \ and the Linux platform is /). It can be adjusted according to the specific location of MicroPython.
118
-
-`@EC200UEU_AB`: Specify the target module model. You need to modify it according to your actual model.
119
-
-`EC200UEUABR03A01M08`: Firmware version name, which can be omitted. You need to modify it according to your actual model.
116
+
-`@EG915UEC_AC`: Specify the target module model. You need to modify it according to your actual model.
117
+
-`EG915UECACR03A01M08`: Firmware version name, which can be omitted. You need to modify it according to your actual model.
0 commit comments