Skip to content

Commit

Permalink
add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzukiTsuru committed Mar 20, 2024
1 parent 33553ee commit 1be3148
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 2 deletions.
19 changes: 17 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,22 @@

### TypeC-SBUUart

- 链接开发板
- 提供串口调试功能
- 提供OTG功能,通过他插U盘等设备

https://item.taobao.com/item.htm?id=761016078439&

![img](assets/post/README/O1CN01VSf9j91lZZ6KxHqtO_!!41044833.jpg_Q75.jpg_.webp)

### SPI显示屏

- 1.44 寸 IPS 240*240 显示屏

https://item.taobao.com/item.htm?id=761016078439&



### WIFI模块

https://item.taobao.com/item.htm?id=761016078439&
Expand Down Expand Up @@ -2643,6 +2652,12 @@ NPU 开发完整的流程如下图所示:

完整的代码已经上传Github开源,前往以下地址:https://github.com/YuzukiHD/TinyVision/tree/main/tina/openwrt/package/thirdparty/vision/opencv_camera_mobilenet_v2_ssd/src

**[注意,运行这里的DEMO请先移植LCD驱动!! ](#lcd-模组驱动)**

否则报错 `Unsupported depth of framebuffer`

![image-20240320180529300](assets/post/README/image-20240320180529300.png)

### Mobilenet v2 前处理

```c
Expand Down Expand Up @@ -3649,9 +3664,9 @@ MODULE_LICENSE("GPL");

### 勾选 SPI 驱动

这里我们使用 SPI-NG 驱动,勾选 `<*> SPI NG Driver Support for Allwinner SoCs`
这里我们使用 SPI-NG 驱动,勾选 `Device Drivers ---> [*] SPI support ---><*> SUNXI SPI Controller`

![image-20240117100904335](assets/post/README/image-20240117100904335.png)
![image-20240320180743441](assets/post/README/image-20240320180743441.png)

### 勾选 Linux FrameBuffer 驱动

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[ZoneTransfer]
ZoneId=3
HostUrl=https://gw.alicdn.com/imgextra/i2/41044833/O1CN01VSf9j91lZZ6KxHqtO_!!41044833.jpg_Q75.jpg_.webp
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1be3148

Please sign in to comment.