Skip to content

Commit e4667fe

Browse files
author
meihao@ccy
committed
update V851s-Lizard user manual files
1 parent 83c7781 commit e4667fe

7 files changed

Lines changed: 9 additions & 18 deletions

docs/V851S/part3/03-1_TinaSDK_DevelopmentGuide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
sidebar_position: 1
33
---
4-
# 使用Tina-SDK编译构建系统
4+
# 编译构建系统
55

66
## 简介
77

@@ -153,7 +153,7 @@ book@100ask:~/tina-v853$ pack
153153
### 烧写spi nand 最小系统镜像
154154
155155
编译完成后会在tina-v853/out/v851s/lizard/openwrt/目录下输出 v851s_linux_lizard_uart0.img 文件,将文件拷贝到Windows系统下使用 使用 全志官方的 AllwinnertechPhoeniSuit 进行烧写。
156-
详细烧写步骤请,请参考左侧 [快速启动](https://dongshanpi.com/DongshanNezhaSTU/03-QuickStart/#spi-nand) 页面。
156+
详细烧写步骤请,请参考左侧 [快速启动](/docs/V851S/part1/QuickStart) 页面。
157157
158158
159159

docs/V851S/part3/03-2_TinaSDK_BuildBootloader.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
sidebar_position: 2
33
---
4-
# 使用Tina-SDK编译构建Bootloader
4+
# 编译构建Bootloader
55

66
* 柚木PI-蜥蜴开发板,Bootloader由4部分组成, 第一部分是 boot0 阶段,用于初始化CPU DDR UART 时钟等一些必要外设和引脚分配,之后进入第二部分,第二部分是 optee uboot board.dtb 这三部分组成,为一个 boot_package.fex 文件。
77
* 所以Bootloader的整体的启动流程是,boot0-->optee-->u-boot-->board.dtb。

docs/V851S/part3/03-3_TinaSDK_BuildLinuxKernel.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
sidebar_position: 3
33
---
4-
# 使用Tina-SDK编译打包Linux Kernel
5-
### 编译各个部分
4+
# 编译打包Linux Kernel
5+
6+
## 编译各个部分
67

78
* 修改内核配置
89
``` shell

docs/V851S/part3/03-4_TinaSDK_BuildRootfs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
sidebar_position: 4
33
---
4-
# 使用buildroot-SDK编译构建rootfs
4+
# 编译构建rootfs
55

66
Tina默认情况是编译打包完成在tina-v853/out/v851s-perf1会生成对应的rootfs.img
77

docs/V851S/part3/03-5_Tina-SDK_DevelopmentGuide.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

docs/V851S/part3/03-6_TinaSDK_SupportWifiBluetooth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
sidebar_position: 6
33
---
4-
# 使用Tina-SDK支持启动WiFi
4+
# 支持启动WiFi
55

66
## Wifi配网
77

docs/V851S/part3/03-7_TinaSDK_SupportMIPICamera.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
sidebar_position: 7
33
---
4-
# 使用Tina-SDK支持MIPI摄像头
4+
# 支持MIPI摄像头
55

66
使用Tina-SDK生成的镜像已经默认装载了GC2053的MIPI摄像头驱动,可以通过如下命令查看
77

0 commit comments

Comments
 (0)