Commit Graph

2132 Commits

Author SHA1 Message Date
BuGu
73ef12030a Add NanoKVM logo customization 2026-03-27 15:28:26 +08:00
BuGu
cc7cf5761f Add NanoKVM logo customization 2026-03-27 15:26:13 +08:00
lxowalle
1b451157f9 Merge pull request #940 from imguoguo/fix/docs-typos-and-broken-links
fix(docs): fix typos, broken links, and duplicate words across 57 files
2026-03-27 10:53:00 +08:00
Guoguo
232411a356 fix(docs): fix typos, broken links, and formatting errors across 65 files
Broken markdown links:
- Fix 2 bare URLs with stray ")" in RV_Nano/1_intro.md
- Fix broken anchor link (### -> #) in blink.md

English duplicate words (14 "the the" + others):
- tang-mega-138k, tang-mega-60k, Tang-Nano, Tang-Nano-1K, Tang-Nano-9K
- maixsense-a075v, m1s/start, lushaylabs/oled_101, installation_getting_started
- emdebian.md, NanoKVM/ipmi.md ("It it"), flash-in-linux.md ("it it")
- knowledge_audio.md ("from From"), dnn_basic.md x2 ("it It is")
- env_maixpyide.md, maixpy_faq.md ("successfully connect successfully")

English misspellings:
- "enviroment" -> "environment" in 3 files
- "infomation" -> "information" in 6_peripheral.md
- "destory" -> "destroy" in flash_system.md

Chinese duplicate characters (36 instances):
- "的的", "了了", "是是", "会会", "在在", "能能否", "都都"
- "支持支持", "使用使用", "需要需要", "包含了了", "上一节的的"
- "这这", "为为", "拥有有", "merge_distancede"

Broken markdown headers (missing space after ##):
- K1/lpi3a/2_unbox.md, 3_burn_image.md
- Build_R329.md (4 headers)
- code_frameworks.md
- Corrupted fullwidth header in image/image.md

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-26 08:30:02 -07:00
lxowalle
282de3301c Merge pull request #938 from compile-js/fix-maixcam
首先在资料介绍页新增了“快速开始”指南,并删除了已失效的 USB 进入下载模式(方式一),同时补充了关于烧录时间的说明以提升预期管理;其次…
2026-03-25 20:51:04 +08:00
compile-js
735f9ee981 首先在资料介绍页新增了“快速开始”指南,并删除了已失效的 USB 进入下载模式(方式一),同时补充了关于烧录时间的说明以提升预期管理;其次,针对 TF 卡升级的分区表文档进行了表述修饰,消除了原有的歧义;最后,在参数表中明确补全了 CPU 型号,使核心硬件信息更加完整。 2026-03-24 14:01:28 +08:00
taorye
4997d99764 doc(T256s): update URL construction for language support in T256s page 2026-03-24 11:40:47 +08:00
taorye
31930f69a8 Merge pull request #937 from compile-js/sync-doc
Sync doc
2026-03-24 11:33:29 +08:00
compile-js
9c0ac6fdae add sidebar 2026-03-24 11:12:27 +08:00
compile-js
8dd6868597 文档同步 2026-03-24 10:44:21 +08:00
taorye
04f464ce30 doc(T256s): update super-resolution output and temperature range specifications in Intro.md 2026-03-20 11:21:49 +08:00
taorye
c2f69ff2cb doc(T256s): update application scenarios to include proper use of macro lens for PCB inspection 2026-03-19 15:15:04 +08:00
taorye
cae634ece5 doc(T256s): add documentation(CN) for Sipeed T256s including introduction, quick start, user guide, and FAQ 2026-03-16 10:12:04 +08:00
taorye
fb2012c1b0 fix: remove accidentally committed file wiki.patch 2026-03-16 10:09:25 +08:00
wenjie
c116f0011f chore: update company address 2026-03-10 17:44:12 +08:00
Stan
c4c402bbd2 docs: checked grammar of the English translation for the RV_Nano, changed some of the sentence structure so it flows better 2026-03-04 06:13:28 +00:00
heyufeng
8837318f10 Fix typos, grammar, and formatting issues in dnn_basic page
In section "一、如何解决一个问题--引出机器解决问题"

Original: "按照大家的知识,都知道这是一个一元一次方程(y = kx + b能解决的"

Issue: Missing closing parenthesis and improper punctuation.

Suggestion: Change to "按照大家的知识,都知道这是一个一元一次方程 (y = kx + b) 能解决的"

In section "二、如何让机器总结出算法"

Original: "我们认为地设计一个算法结构"

Issue: Typo, 认为 should be 人为.

Suggestion: Change 认为 to 人为.

Original: "我们加入碰巧直接设计成了y = kx + b"

Issue: Typo, 加入 should be 假如.

Suggestion: Change 加入 to 假如.

Original: "我们将我们这条直线的的几个点代入到这个方程"

Issue: Extra word 的.

Suggestion: Remove the extra 的, change to "我们将我们这条直线的几个点代入到这个方程".

Original: "那我们就可以假设这个模型基本满足了我们以后有一个x, 要求着图中线上任意一点的y值"

Issue: Unclear and ungrammatical sentence.

Suggestion: Rephrase to“那我们就可以假设这个模型基本满足了我们以后的需求:有一个x, 要求图中线上任意一点的y值”

In section "五、继续:深度神经网络(续"

Original: "每个节点输出的值都需要经过Sigmod(∑(Wn * x + Bn))"

Issue: Misspelling of activation function "Sigmoid".

Suggestion: Change Sigmod to Sigmoid.
2026-02-27 15:33:06 +08:00
heyufeng
aa20216fa7 修改数学符号和笔误处
1.数学符号使用不准确。∈是“属于”符号,用于表示元素与集合的关系。而这里讨论的是概念之间的包含关系(集合与子集),应使用⊂(包含于)符号。

2.“一般我们会在训练是一段时间后拿出验证集……”,“是”字多余

3.“验证效果的好坏决定了我们合适停止训练……”,“合适”应该是笔误,改为“何时”
2026-02-27 14:14:43 +08:00
BuGu
86c62788ab Update NanoKVM-USB Doc 2026-02-10 19:26:31 +08:00
BuGu
1ec3b99439 Update NanoKVM-USB Doc 2026-02-10 19:25:37 +08:00
BuGu
6ddbc1f8f0 Instructions for adding NanoKVM to modify EDID 2026-02-09 10:17:53 +08:00
BuGu
a3c8faa364 Instructions for adding NanoKVM to modify EDID 2026-02-09 10:16:19 +08:00
Jingkun Zheng
4d92f83245 th1520: correct factual errors
Signed-off-by: Jingkun Zheng <zhengjingkun@iscas.ac.cn>
2026-02-05 18:02:40 +08:00
lxowalle
38fb13be4b * Add dimensions of maixcam2 2026-02-05 16:22:05 +08:00
BuGu
6bc2a556c7 Merge pull request #920 from 916BGAI/main
update nanokvm-pro doc
2026-02-03 19:02:26 +08:00
916BGAI
bc1d2ab9f0 update nanokvm-pro doc 2026-02-03 18:59:43 +08:00
lxowalle
a561852da3 * Add installation guide of thermal160 & thermal256 2026-02-03 17:36:48 +08:00
wj-xiao
f834a43d17 Update MaixCAM2 advertisement 2026-02-02 19:04:24 +08:00
wj-xiao
85db13907a Update NanoKVM purchase links and image 2026-01-31 11:20:18 +08:00
Caize Wu
a4244c77f8 Merge pull request #919 from KevinMX/th1520-revyos
docs: th1520: update os links and remove outdated info
2026-01-30 16:34:24 +08:00
Jingkun Zheng
d82bcf5554 docs: th1520: update os links and remove outdated info
Let's just point RevyOS's download link to RevyOS Docs.

Signed-off-by: Jingkun Zheng <zhengjingkun@iscas.ac.cn>
2026-01-30 16:21:55 +08:00
wj-xiao
1c9feae362 Update NanoKVM-USB FAQ 2026-01-29 17:42:40 +08:00
BuGu
016be56ad1 Update NanoKVM Docs 2026-01-29 15:58:44 +08:00
BuGu
c886fb8409 Update NanoKVM Docs 2026-01-29 15:57:34 +08:00
lxowalle
29029c74db * optimize maixcam2 flash system doc 2026-01-28 21:27:03 +08:00
lxowalle
b1cfc7958e * update maixcam_pro image 2026-01-28 19:24:36 +08:00
lxowalle
e11e6f29c0 * fix typo 2026-01-28 11:06:33 +08:00
lxowalle
9d1a8127f5 * Add installation guide of thermal32 & tof100 for maixcam2 2026-01-28 11:05:17 +08:00
Caize Wu
9989e0fe3a Merge pull request #917 from 916BGAI/main
update nanocluster doc
2026-01-26 18:53:34 +08:00
916BGAI
23bb801076 update nanocluster doc 2026-01-26 18:42:49 +08:00
wj-xiao
62cd641c31 Add NanoKVM IPMI document 2026-01-24 15:12:31 +08:00
zepan
2f86fb0e55 1. edit mail address 2026-01-23 11:34:47 +08:00
BuGu
ffd571275d Merge pull request #915 from 916BGAI/main
update nanokvm-pro doc
2026-01-17 15:31:44 +08:00
916BGAI
d0d36ccbbb update nanokvm-pro doc 2026-01-17 15:28:31 +08:00
BuGu
cd4824491b Update NanoKVM-USB doc 2026-01-16 10:56:16 +08:00
BuGu
e4ea9aebe3 Update NanoKVM-USB doc 2026-01-16 10:55:49 +08:00
BuGu
e6ad29d93f Merge pull request #913 from MK16kawai/main
docs: add host application usage guide for NanoKVM Pro
2026-01-14 19:00:28 +08:00
Mk16kawai
7ce0365cab docs: add host application usage guide for NanoKVM Pro 2026-01-14 17:31:15 +08:00
lxowalle
ce06ef8371 * [maixcam2] Update enclosure info for maixcam2 2026-01-14 12:03:25 +08:00
zepan
937d4f2a9d 1. update nanokvm usb 2026-01-12 16:36:58 +08:00