Skip to content

Commit 5fe4c09

Browse files
authored
Update getting started (#12)
1 parent 6397a72 commit 5fe4c09

File tree

2 files changed

+55
-27
lines changed

2 files changed

+55
-27
lines changed
Loading

source/amebapro2/Getting_Started/Getting Started with Ameba.rst

Lines changed: 55 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -150,31 +150,59 @@ There are many different Modes for user to select for different settings of comp
150150

151151
|image09|
152152

153-
+----------------------------------+------------------------------------------+-------------+
154-
| **Mode Name** | **Usage** | **Remarks** |
155-
+==================================+==========================================+=============+
156-
| \* Erase All Flash Memory (16MB) | - Erase only. Erase entire flash. | |
157-
| | | |
158-
| | - Erase then Upload. Erase entire flash | |
159-
| | then upload the current application. | |
160-
| | | |
161-
| | - Disable. Disable this option. | |
162-
+----------------------------------+------------------------------------------+-------------+
163-
| \* Auto Flash Mode | - Enable. Avoid manual process when | |
164-
| | uploading. | |
165-
| | | |
166-
| | - Disable. Disable this option. | |
167-
+----------------------------------+------------------------------------------+-------------+
168-
| \* Standard Lib | - Arduino_STD_PRINTF. Choose the | |
169-
| | standard library function for compile | |
170-
| | and upload. | |
171-
| | | |
172-
| | - Disable. No standard library | |
173-
| | function. | |
174-
+----------------------------------+------------------------------------------+-------------+
175-
| \* Upload Speed | - Different upload baud rate to select. | |
176-
| | The default is 2000000. | |
177-
+----------------------------------+------------------------------------------+-------------+
153+
+----------------------------------+---------------------------------------------+-------------+
154+
| **Mode Name** | **Usage** | **Remarks** |
155+
+==================================+=============================================+=============+
156+
| \* Auto Flash Mode | - Disable. Manual process to enter flash | |
157+
| | mode. | |
158+
| | | |
159+
| | - Enable. Auto process to enter flash mode. | |
160+
+----------------------------------+---------------------------------------------+-------------+
161+
| \* Camera Options | - JFX37. Use the camera sensor JFX37. | |
162+
| | | |
163+
| | - GC5035. Use the camera sensor GC5035. | |
164+
| | | |
165+
| | - JFX53. Use the camera sensor JFX53. | |
166+
| | | |
167+
| | - IMX327. Use the camera sensor IMX327. | |
168+
| | | |
169+
| | - PS5268. Use the camera sensor PS5268. | |
170+
+----------------------------------+---------------------------------------------+-------------+
171+
| \* Erase All Flash Memory (16MB) | - Disable. No erash flash process. | |
172+
| | | |
173+
| | - Erase only. Erase entire flash. | |
174+
| | | |
175+
| | - Erase then Upload. Erase entire flash | |
176+
| | then upload the current application. | |
177+
+----------------------------------+---------------------------------------------+-------------+
178+
| \* Camera FCS Mode | - Disable. No Camera FCS mode process. | |
179+
| | | |
180+
| | - Enable. Enable Camera FCS mode, if the | |
181+
| | camera sensor has FCS mode. | |
182+
+----------------------------------+---------------------------------------------+-------------+
183+
| \* NN Model Load From | - Flash. Load the Neural Network AI model | |
184+
| | from flash memory. | |
185+
| | | |
186+
| | - SD Card. Load the Neural Network AI model | |
187+
| | from SD card memory. Total size of the | |
188+
| | models depend on the total size of the SD | |
189+
| | card. | |
190+
+----------------------------------+---------------------------------------------+-------------+
191+
| \* OTA Mode | - Disable. No OTA mode process. | |
192+
| | | |
193+
| | - Enable. Enable OTA mode. | |
194+
+----------------------------------+---------------------------------------------+-------------+
195+
| \* Standard Lib | - Arduino_STD_PRINTF. Choose the standard | |
196+
| | library function for compile and upload. | |
197+
| | | |
198+
| | - Disable. No standard library function. | |
199+
+----------------------------------+---------------------------------------------+-------------+
200+
| \* Upload Speed | - 2000000. Upload baud rate set as 2000000. | |
201+
| | | |
202+
| | - 1000000. Upload baud rate set as 1000000. | |
203+
| | | |
204+
| | - 230400. Upload baud rate set as 230400. | |
205+
+----------------------------------+---------------------------------------------+-------------+
178206

179207
Step 2. Compile
180208
~~~~~~~~~~~~~~~
@@ -276,8 +304,8 @@ Useful Links
276304
:width: 773 px
277305
:height: 600 px
278306
.. |image09| image:: ../../_static/amebapro2/Getting_Started/Getting_Started_with_AMB82-mini/image09.png
279-
:width: 476 px
280-
:height: 588 px
307+
:width: 442 px
308+
:height: 602 px
281309
.. |image10| image:: ../../_static/amebapro2/Getting_Started/Getting_Started_with_AMB82-mini/image10.png
282310
:width: 555 px
283311
:height: 605 px

0 commit comments

Comments
 (0)