Skip to content

Commit

Permalink
update maixpy and maixcam
Browse files Browse the repository at this point in the history
  • Loading branch information
Neutree committed Apr 20, 2024
1 parent 79e70c0 commit 1cc9eec
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 11 deletions.
6 changes: 3 additions & 3 deletions config/config_en.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"type": "list",
"items": [
{
"url": "/soft/maixpy/en/index.html",
"url": "/maixpy/en/",
"label": "MaixPy"
},
{
"url": "/soft/maixpy3/zh/index.html",
"label": "MaixPy3"
"url": "/soft/maixpy/zh/index.html",
"label": "MaixPy_v1"
},
{
"url": "/soft/Lichee/zh/index.html",
Expand Down
6 changes: 3 additions & 3 deletions config/config_zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"type": "list",
"items": [
{
"url": "/soft/maixpy/zh/index.html",
"url": "/maixpy/",
"label": "MaixPy"
},
{
"url": "/soft/maixpy3/zh/index.html",
"label": "MaixPy3"
"url": "/soft/maixpy/zh/index.html",
"label": "MaixPy_v1"
},
{
"url": "/soft/Lichee/zh/index.html",
Expand Down
2 changes: 1 addition & 1 deletion docs/hardware/zh/maixcam/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ MaixCAM **首发优惠价格 169 元**(Lite 版本 无屏幕和外壳)和 **249
* [原理图](https://cn.dl.sipeed.com/shareURL/LICHEE/LicheeRV_Nano/02_Schematic)
* [核心板(LicheeRV-Nano) 硬件资料](https://cn.dl.sipeed.com/shareURL/LICHEE/LicheeRV_Nano)
* 核心板引脚图:
![](http://127.0.0.1:2333/hardware/zh/lichee/assets/RV_Nano/intro/RV_Nano_3.jpg)
![](http://wiki.sipeed.com/hardware/zh/lichee/assets/RV_Nano/intro/RV_Nano_3.jpg)

## 芯片资料

Expand Down
21 changes: 18 additions & 3 deletions docs/hardware/zh/maixcam/os.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,29 @@ Windows 也可以用 [Win32DiskImager](https://sourceforge.net/projects/win32dis
* 打开 Etcher,选择镜像文件,选择 TF 卡,点击`Flash`
* 等待烧录完成,弹出 TF 卡,插入 MaixCAM,然后上电,等待系统启动,第一次启动会慢一点,等待一会即可。

## USB 烧录 TF 卡
## USB 更新 TF 卡镜像

**注意使用 USB 只能更新系统不能用作第一次烧录。**
请保证 TF 里面已经用 读卡器烧录过系统,并且**系统能正常运行**之后才能用这种方式。

* MaixCAM 断电,保持 TF 卡插入。
* 按住设备的 `user` 按键不松开,插入 USB 线连接到电脑,等待 U 盘设备出现在电脑上。
* 打开 Etcher,选择镜像文件,选择 U 盘设备,点击`Flash`
* 按住设备的 `user` 按键不松开,插入 USB 线连接到电脑,(或者先插入 USB 线,然后按住 `usr`按键不放,再按一下`reset`按钮立即松开)等待 U 盘设备出现在电脑上。
* 打开 `Etcher`,选择镜像文件,选择 U 盘设备,点击`Flash`
* 等待烧录完成,然后按一下 `reset` 按键或者重新上电,等待系统启动,第一次启动会慢一点,等待一会即可。


## 使用系统注意点

### 强制关机

除了上诉情况使用`reset`按钮,平时正常使用系统时**不建议按`reset`按钮**,这个按钮是强制断电,如果你的系统正在写入内容到 TF 卡,可能会造成系统和数据损坏。
另外系统仍在运行,强制拔掉电源和按`reset`按钮的是同样的问题,尽量**先软件关机再拔电源**

正常使用请**软件关机或者重启**,方法:
* 方法一: 界面选择`设置`->`电源` 进行软件关机或者重启。
* 方法二: 终端使用`poweroff` 或者`reboot`命令进行软件关机或者重启。
* 方法三:其它软件调用,比如 `Python` 调用 `import os;os.system("poweroff")` 进行关机或者重启。




Expand Down
4 changes: 4 additions & 0 deletions layout/maix.html
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,10 @@ <h3 class="text-2xl font-bold my-8">{{_('Maix 系列产品参数对比')}}</h3>
label: "{{_('文档')}}",
link: "/m2dock",
},
{
label: "{{_('MaixPy3')}}",
link: "/maixpy3",
},
{
label: "{{_('购买')}}",
link: "https://item.taobao.com/item.htm?spm=a230r.1.14.13.681570a1SllT5M&id=635874427363&ns=1&abbucket=16#detail",
Expand Down
2 changes: 1 addition & 1 deletion pages/index/zh/maixpy.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
}
else
{
location.href = "https://wiki.sipeed.com/soft/maixpy/zh/"
location.href = "https://wiki.sipeed.com/maixpy/"
}
</script>

0 comments on commit 1cc9eec

Please sign in to comment.