Skip to content

Commit 2c01e94

Browse files
committedJan 31, 2024
Add: Wio terminal FAQ(Q1)
1 parent 67f8683 commit 2c01e94

File tree

5 files changed

+71
-0
lines changed

5 files changed

+71
-0
lines changed
 
14.5 KB
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
description: Wio Terminal - FAQ
3+
title: How to avoid the program loss after restarting Wio Terminal multiple times
4+
image: https://files.seeedstudio.com/wiki/wiki-platform/S-tempor.png
5+
slug: /Program_loss_by_repeated_power
6+
last_update:
7+
date: 1/31/2024
8+
author: Seraphina
9+
---
10+
11+
12+
If you encounter a situation where the **Wio Terminal fails to boot up properly after multiple restarts**, please refer to the following Wiki for a solution:
13+
14+
During the power on/off process, if the bootloader program attempts to access the flash memory before the chip has stabilized, it may result in unexpected data loss. This situation can prevent the application program from starting because the bootloader fails to correctly read the application code or data stored in the flash memory.
15+
16+
To resolve this issue, we recommend updating the bootloader to the following version to ensure that it only accesses the flash memory after the chip has stabilized. Please follow the steps below for guidance:
17+
18+
**Step 1:** Download the latest Bootloader [here](https://files.seeedstudio.com/wiki/Wio-Terminal/res/update-bootloader-wio_terminal-v3.15.0-4-gaa4429b.uf2)
19+
20+
**Step 2:** Plug-in the Seeeduino Wio Terminal to your PC via USB Type-C.
21+
22+
**Step 3:** Entering the bootloader mode by sliding the power switch twice quickly. For more reference, please also see [here](https://wiki.seeedstudio.com/Wio-Terminal-Getting-Started/#enter-bootloader)
23+
24+
<div align="center"><img width={400} src="https://files.seeedstudio.com/wiki/Wio-Terminal/img/Wio-Terminal-Bootloader.png" /></div>
25+
26+
**Step 4:** An external drive named `Arduino` should appear in your PC. Drag the the downloaded [`update-bootloader-wio_terminal-v3.15.0-4-gaa4429b.uf2`](https://files.seeedstudio.com/wiki/Wio-Terminal/res/update-bootloader-wio_terminal-v3.15.0-4-gaa4429b.uf2) files to the `Arduino` drive.
27+
28+
<div align="center"><img width={500} src="https://files.seeedstudio.com/wiki/Wio-Terminal/img/update-bootloader-version.png" /></div>
29+
30+
31+
Now that you have successfully updated your Bootloader, feel free to enjoy using your Wio Terminal!
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
description: Wio terminal-FAQ PAGE
3+
title: FAQs for Wio Terminal
4+
image: https://files.seeedstudio.com/wiki/wiki-platform/S-tempor.png
5+
slug: /wio_terminal_faq
6+
last_update:
7+
date: 1/31/2024
8+
author: Seraphina
9+
---
10+
11+
12+
#### Q1: How to avoid the program loss after restarting Wio Terminal multiple times
13+
14+
For details, please click [**here**](https://wiki.seeedstudio.com/Program_loss_by_repeated_power)
15+
16+
17+
# Tech support
18+
19+
Thank you for choosing our products! We are **here** to provide you with different support to ensure that your experience with our products is as smooth as possible. We offer several communication channels to cater to different preferences and needs.
20+
21+
<div class="button_tech_support_container">
22+
<a href="https://forum.seeedstudio.com/" class="button_forum"></a>
23+
<a href="https://www.seeedstudio.com/contacts" class="button_email"></a>
24+
</div>
25+
26+
<div class="button_tech_support_container">
27+
<a href="https://discord.gg/eWkprNDMU7" class="button_discord"></a>
28+
<a href="https://github.com/Seeed-Studio/wiki-documents/discussions/69" class="button_discussion"></a>
29+
</div>

‎sidebars.js

+1
Original file line numberDiff line numberDiff line change
@@ -1159,6 +1159,7 @@ const sidebars = {
11591159
'Sensor/Wio_Terminal/Wio-Terminal-Getting-Started',
11601160
'Sensor/Wio_Terminal/Wio-Terminal-CircuitPython',
11611161
'Sensor/Wio_Terminal/Software-FreeRTOS',
1162+
'Sensor/Wio_Terminal/wio_terminal_faq',
11621163
// {
11631164
// type: 'category',
11641165
// label: 'ArduPy with Wio Terminal',

‎src/define/knowledgebase.tsx

+10
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,16 @@ export const ContributionList=[
147147
source: 'https://wiki.seeedstudio.com/FAQs_For_openWrt',
148148
tags: ['Network'],
149149
},
150+
{
151+
//Wio terminal
152+
title1: '- How to avoid the program loss after restarting Wio Terminal multiple times"?',
153+
website1: 'https://wiki.seeedstudio.com/Program_loss_by_repeated_power',
154+
title2: '-',
155+
website2: '',
156+
preview: 'knowledge_base6.png',
157+
source: 'https://wiki.seeedstudio.com/FAQs_For_openWrt',
158+
tags: ['Sensing', 'MCU'],
159+
},
150160
]
151161
},
152162

0 commit comments

Comments
 (0)
Please sign in to comment.