mirror of
https://github.com/sipeed/sipeed_wiki.git
synced 2026-09-11 00:22:49 -05:00
添加中文tang console的页面
This commit is contained in:
@@ -383,6 +383,15 @@ items:
|
||||
- label: 常见问题
|
||||
file: tang/Tang-Nano-Doc/questions.md
|
||||
target: _blank
|
||||
- label: Tang Mega Console
|
||||
items:
|
||||
- label: 板卡介绍
|
||||
file: tang/tang-console/mega-console.md
|
||||
- label: 安装 IDE
|
||||
file: tang/Tang-Nano-Doc/get_started/install-the-ide.md
|
||||
- label: 常见问题
|
||||
file: tang/Tang-Nano-Doc/questions.md
|
||||
target: _blank
|
||||
- label: Tang PMOD
|
||||
file: tang/tang-PMOD/FPGA_PMOD.md
|
||||
- label: MaixSense
|
||||
|
||||
BIN
docs/hardware/zh/tang/tang-console/.assert/console_60k.png
Normal file
BIN
docs/hardware/zh/tang/tang-console/.assert/console_60k.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 309 KiB |
37
docs/hardware/zh/tang/tang-console/mega-console.md
Normal file
37
docs/hardware/zh/tang/tang-console/mega-console.md
Normal file
@@ -0,0 +1,37 @@
|
||||
---
|
||||
title: Tang Mega Console
|
||||
keywords: FPGA, Tang, Console, 60K, 138K
|
||||
update:
|
||||
- date: 2025-01-23
|
||||
version: v0.1
|
||||
author: Serika
|
||||
content:
|
||||
- 新建文档
|
||||
|
||||
---
|
||||
|
||||
## 产品概述
|
||||
|
||||
- 发售日期:2025年2月中下旬
|
||||
- 预购链接:[点我](sipeed.com/tangconsole)
|
||||
|
||||
## 板卡特点
|
||||
|
||||
- 兼容多种SOM (**[Mega 138k](./../tang-mega-138k/mega-138k.md)** & **[Mega 60k](./../tang-mega-60k/mega-60k.md)**)
|
||||
- 更小更紧凑更经济
|
||||
- 兼容 Pi 5b PCIe HAT
|
||||
- PCIe 2.0 x 1
|
||||
- USB3 x 2(5Gbps)
|
||||
- HDMI TX x 1
|
||||
- Soft-PHY USB2 x1(480Mbps)
|
||||
- 板载3.7V锂离子电池(1S)充放电管理电路
|
||||
|
||||
|
||||
## 产品外观
|
||||
|
||||
<img src="./.assert/console_60k.png" width="45%">
|
||||
|
||||
## 硬件参数
|
||||
|
||||
TBD
|
||||
先看英文文档吧,祝大家新年快乐~年后再更新中文~
|
||||
@@ -158,6 +158,22 @@
|
||||
<script lang="ts">
|
||||
const data_tang = {
|
||||
cards: [
|
||||
{
|
||||
img: "/static/home/Tang_Mega_Console.png",
|
||||
title: "Tang Mega Console",
|
||||
brief: "{{_('开发中,敬请期待。。。')}}",
|
||||
btns: [
|
||||
{
|
||||
label: "{{_('文档')}}",
|
||||
link: "{{_('/hardware/zh/tang/tang-console/mega-console.html')}}",
|
||||
},
|
||||
{
|
||||
label: "{{_('购买')}}",
|
||||
link: "{{_('https://sipeed.com/tangconsole')}}",
|
||||
new_tab: true,
|
||||
}
|
||||
],
|
||||
},
|
||||
{
|
||||
img: "/static/home/Tang_Mega_60K.png",
|
||||
title: "Tang Mega 60K",
|
||||
|
||||
BIN
static/home/Tang_Mega_Console.png
Normal file
BIN
static/home/Tang_Mega_Console.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 222 KiB |
Reference in New Issue
Block a user