Skip to content

Commit f8d5b57

Browse files
committed
update 527
1 parent eae4bde commit f8d5b57

File tree

1 file changed

+64
-2
lines changed

1 file changed

+64
-2
lines changed

docs/T527-AvaotaA1/01-BoardIntroduction.mdx

Lines changed: 64 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,71 @@
11
---
22
sidebar_position: 1
33
---
4+
5+
import LearningPathGuide from '@site/src/components/LearningPathGuide';
6+
47
# T527-AvaotaA1
58

9+
<LearningPathGuide
10+
title="T527-AvaotaA1开发板学习路线"
11+
sections={[
12+
{
13+
id: 'intro',
14+
title: '01 入门',
15+
description: '本章节将详细介绍T527-AvaotaA1开发板的基本信息、技术参数,以及如何快速上手使用。',
16+
items: [
17+
{ name: '产品介绍', url: '/docs/T527-AvaotaA1/BoardIntroduction' },
18+
{ name: '源码与镜像系统', url: '/docs/T527-AvaotaA1/SourceCodeImageSystem' },
19+
]
20+
},
21+
{
22+
id: 'quick-start',
23+
title: '02 快速启动',
24+
description: '本章节将指导您完成系统烧录和快速启动T527-AvaotaA1开发板。',
25+
items: [
26+
{ name: '主线系统烧录', url: '/docs/T527-AvaotaA1/part1/part1-1/FlashSystemMianLine' },
27+
{ name: 'TinaSUNXI系统烧录', url: '/docs/T527-AvaotaA1/part1/part1-1/FlashSystemTinaSUNXI' },
28+
{ name: '快速上手', url: '/docs/T527-AvaotaA1/part1/QuickStart' },
29+
{ name: '常见问题', url: '/docs/T527-AvaotaA1/part1/SomeQustion' },
30+
{ name: '学习路径', url: '/docs/T527-AvaotaA1/part1/StudyPath' }
31+
]
32+
},
33+
{
34+
id: 'board-functions',
35+
title: '03 板载功能体验',
36+
description: '本章节将介绍T527-AvaotaA1开发板的各种板载功能和使用方法。',
37+
items: [
38+
{ name: 'WiFi联网', url: '/docs/T527-AvaotaA1/part2/WiFiNetworking' },
39+
{ name: 'WiFi联网(版本2)', url: '/docs/T527-AvaotaA1/part2/part2-1/WiFiNetworking' },
40+
{ name: 'WiFi联网(版本3)', url: '/docs/T527-AvaotaA1/part2/part2-2/WiFiNetworking' },
41+
{ name: 'WiFi联网(版本4)', url: '/docs/T527-AvaotaA1/part2/part2-3/WiFiNetworking' },
42+
{ name: 'WiFi联网(版本5)', url: '/docs/T527-AvaotaA1/part2/part2-4/WiFiNetworking' }
43+
]
44+
},
45+
{
46+
id: 'dev-env',
47+
title: '04 开发环境搭建',
48+
description: '本章节将介绍如何搭建T527-AvaotaA1开发板的开发环境。',
49+
items: [
50+
{ name: '配置主机环境', url: '/docs/T527-AvaotaA1/part3/ConfigHostEnv' },
51+
{ name: '开发环境搭建', url: '/docs/T527-AvaotaA1/part3/DevelopmentEnvironmentSetup' }
52+
]
53+
},
54+
{
55+
id: 'app-dev',
56+
title: '05 应用开发',
57+
description: '本章节将介绍如何在T527-AvaotaA1平台上进行应用程序开发。',
58+
items: [
59+
{ name: 'HelloWorld应用', url: '/docs/T527-AvaotaA1/part4/HelloWorld' },
60+
{ name: 'HelloWorld应用(进阶)', url: '/docs/T527-AvaotaA1/part5/HelloWorld' }
61+
]
62+
}
63+
]}
64+
/>
65+
66+
67+
68+
669
* 此开发板的任何问题都可以在我们的论坛交流讨论 https://forums.100ask.net/c/aw/15
770

871
## AvaotaSBC 命名规则
@@ -31,5 +94,4 @@ import TabItem from '@theme/TabItem';
3194

3295
### SOC框架
3396

34-
![image-20240606123235242](./images/image-20240606123235242-e6f956e289acaf0de84be5204a242748.png)
35-
97+
![image-20240606123235242](./images/image-20240606123235242-e6f956e289acaf0de84be5204a242748.png)

0 commit comments

Comments
 (0)