From b4ce418e44635ff16938540e629d67dfbcb4f0de Mon Sep 17 00:00:00 2001 From: cuiluyuan Date: Thu, 12 Jun 2025 07:47:05 +0000 Subject: [PATCH 1/8] add tutorials/source_zh_cn/orange_pi/overview.md. Signed-off-by: cuiluyuan --- tutorials/source_zh_cn/orange_pi/overview.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tutorials/source_zh_cn/orange_pi/overview.md diff --git a/tutorials/source_zh_cn/orange_pi/overview.md b/tutorials/source_zh_cn/orange_pi/overview.md new file mode 100644 index 0000000000..57447da494 --- /dev/null +++ b/tutorials/source_zh_cn/orange_pi/overview.md @@ -0,0 +1,18 @@ +### 香橙派开发 + +[OrangePi AIpro(香橙派 AIpro)](http://www.orangepi.cn/index.html)采用昇腾AI技术路线,具体为4核64位处理器和AI处理器,集成图形处理器。 + +目前已实现OrangePi AIpro开发板的系统镜像预装昇思MindSpore AI框架,并在后续版本迭代中持续演进,当前已完整支持昇思MindSpore官网教程中的所有网络模型。OrangePi AIpro开发板向开发者提供的官方系统镜像有openEuler版本和Ubuntu版本,两个镜像版本均已预置昇思MindSpore,便于用户体验软硬协同优化后带来的高效开发体验。同时,欢迎开发者自定义配置昇思MindSpore和CANN运行环境。 + +### 学习资源: + +| 阶段 | 描述 | 链接 | +| :----- |:----- |:----- | +| 前置学习 | 进行基于昇思+香橙派开发板进行开发前,需要了解掌握的内容 | [昇思MindSpore](https://www.mindspore.cn/)
[Linux](https://www.runoob.com/linux/linux-tutorial.html)
[Jupyter](https://jupyter.org/documentation) | +| 镜像获取 | 香橙派官网-官方镜像 | [8T](http://www.orangepi.cn/html/hardWare/computerAndMicrocontrollers/service-and-support/Orange-Pi-AIpro.html)
[20T](http://www.orangepi.cn/html/hardWare/computerAndMicrocontrollers/details/Orange-Pi-AIpro(20T).html) | +| 环境搭建 | 如何基于OrangePi AIpro进行自定义环境搭建,包括CANN、MindSpore、套件等版本检查与更新(以8-12TOPS 16G开发板为例,20TOPS开发板操作方式相同) | [环境搭建指南](https://www.mindspore.cn/tutorials/zh-CN/r2.6.0/orange_pi/environment_setup.html) | +| 在线推理 | 如何在香橙派启动模型推理 | [模型在线推理](https://www.mindspore.cn/tutorials/zh-CN/r2.6.0/orange_pi/model_infer.html) | +| 开发入门 | 基于MindSpore的手写数字识别案例,说明香橙派开发板中的开发注意事项 | [开发入门](https://www.mindspore.cn/tutorials/zh-CN/r2.6.0/orange_pi/dev_start.html) | +| 精品课程 | 《昇思+昇腾开发板:
软硬结合玩转DeepSeek开发实战》课程 | [课程链接](https://www.hiascend.com/developer/courses/detail/1925362775376744449) | +| 案例分享 | 昇腾开发板专区-案例分享 | [昇腾开发板专区](https://www.hiascend.com/developer/devboard) | +| 昇思+香橙派案例代码仓 | 昇腾开发板专区-案例分享 | [GitHub仓链接](https://github.com/mindspore-courses/orange-pi-mindspore) | -- Gitee From 983c83eca0ad204ca29a5bbe32ce1c258347d924 Mon Sep 17 00:00:00 2001 From: cuiluyuan Date: Thu, 12 Jun 2025 07:48:19 +0000 Subject: [PATCH 2/8] update tutorials/source_zh_cn/orange_pi/overview.md. Signed-off-by: cuiluyuan --- tutorials/source_zh_cn/orange_pi/overview.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tutorials/source_zh_cn/orange_pi/overview.md b/tutorials/source_zh_cn/orange_pi/overview.md index 57447da494..a01b675e04 100644 --- a/tutorials/source_zh_cn/orange_pi/overview.md +++ b/tutorials/source_zh_cn/orange_pi/overview.md @@ -10,9 +10,9 @@ | :----- |:----- |:----- | | 前置学习 | 进行基于昇思+香橙派开发板进行开发前,需要了解掌握的内容 | [昇思MindSpore](https://www.mindspore.cn/)
[Linux](https://www.runoob.com/linux/linux-tutorial.html)
[Jupyter](https://jupyter.org/documentation) | | 镜像获取 | 香橙派官网-官方镜像 | [8T](http://www.orangepi.cn/html/hardWare/computerAndMicrocontrollers/service-and-support/Orange-Pi-AIpro.html)
[20T](http://www.orangepi.cn/html/hardWare/computerAndMicrocontrollers/details/Orange-Pi-AIpro(20T).html) | -| 环境搭建 | 如何基于OrangePi AIpro进行自定义环境搭建,包括CANN、MindSpore、套件等版本检查与更新(以8-12TOPS 16G开发板为例,20TOPS开发板操作方式相同) | [环境搭建指南](https://www.mindspore.cn/tutorials/zh-CN/r2.6.0/orange_pi/environment_setup.html) | -| 在线推理 | 如何在香橙派启动模型推理 | [模型在线推理](https://www.mindspore.cn/tutorials/zh-CN/r2.6.0/orange_pi/model_infer.html) | -| 开发入门 | 基于MindSpore的手写数字识别案例,说明香橙派开发板中的开发注意事项 | [开发入门](https://www.mindspore.cn/tutorials/zh-CN/r2.6.0/orange_pi/dev_start.html) | +| 环境搭建 | 如何基于OrangePi AIpro进行自定义环境搭建,包括CANN、MindSpore、套件等版本检查与更新(以8-12TOPS 16G开发板为例,20TOPS开发板操作方式相同) | [环境搭建指南](https://www.mindspore.cn/tutorials/zh-CN/master/orange_pi/environment_setup.html) | +| 在线推理 | 如何在香橙派启动模型推理 | [模型在线推理](https://www.mindspore.cn/tutorials/zh-CN/master/orange_pi/model_infer.html) | +| 开发入门 | 基于MindSpore的手写数字识别案例,说明香橙派开发板中的开发注意事项 | [开发入门](https://www.mindspore.cn/tutorials/zh-CN/master/orange_pi/dev_start.html) | | 精品课程 | 《昇思+昇腾开发板:
软硬结合玩转DeepSeek开发实战》课程 | [课程链接](https://www.hiascend.com/developer/courses/detail/1925362775376744449) | | 案例分享 | 昇腾开发板专区-案例分享 | [昇腾开发板专区](https://www.hiascend.com/developer/devboard) | | 昇思+香橙派案例代码仓 | 昇腾开发板专区-案例分享 | [GitHub仓链接](https://github.com/mindspore-courses/orange-pi-mindspore) | -- Gitee From 4abc2c2fd0b99c224ed3a84a3c8f808f579fa874 Mon Sep 17 00:00:00 2001 From: cuiluyuan Date: Thu, 12 Jun 2025 07:55:56 +0000 Subject: [PATCH 3/8] update tutorials/source_zh_cn/orange_pi/overview.md. Signed-off-by: cuiluyuan --- tutorials/source_zh_cn/orange_pi/overview.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tutorials/source_zh_cn/orange_pi/overview.md b/tutorials/source_zh_cn/orange_pi/overview.md index a01b675e04..9cc7f7059c 100644 --- a/tutorials/source_zh_cn/orange_pi/overview.md +++ b/tutorials/source_zh_cn/orange_pi/overview.md @@ -8,11 +8,11 @@ | 阶段 | 描述 | 链接 | | :----- |:----- |:----- | -| 前置学习 | 进行基于昇思+香橙派开发板进行开发前,需要了解掌握的内容 | [昇思MindSpore](https://www.mindspore.cn/)
[Linux](https://www.runoob.com/linux/linux-tutorial.html)
[Jupyter](https://jupyter.org/documentation) | +| 前置学习 | 进行基于昇思+香橙派开发板进行开发前,需要了解掌握的内容 | [昇思MindSpore](https://www.mindspore.cn/)
[Linux](https://www.runoob.com/linux/linux-tutorial.html)
[Jupyter](https://jupyter.org/documentation) | | 镜像获取 | 香橙派官网-官方镜像 | [8T](http://www.orangepi.cn/html/hardWare/computerAndMicrocontrollers/service-and-support/Orange-Pi-AIpro.html)
[20T](http://www.orangepi.cn/html/hardWare/computerAndMicrocontrollers/details/Orange-Pi-AIpro(20T).html) | -| 环境搭建 | 如何基于OrangePi AIpro进行自定义环境搭建,包括CANN、MindSpore、套件等版本检查与更新(以8-12TOPS 16G开发板为例,20TOPS开发板操作方式相同) | [环境搭建指南](https://www.mindspore.cn/tutorials/zh-CN/master/orange_pi/environment_setup.html) | -| 在线推理 | 如何在香橙派启动模型推理 | [模型在线推理](https://www.mindspore.cn/tutorials/zh-CN/master/orange_pi/model_infer.html) | -| 开发入门 | 基于MindSpore的手写数字识别案例,说明香橙派开发板中的开发注意事项 | [开发入门](https://www.mindspore.cn/tutorials/zh-CN/master/orange_pi/dev_start.html) | -| 精品课程 | 《昇思+昇腾开发板:
软硬结合玩转DeepSeek开发实战》课程 | [课程链接](https://www.hiascend.com/developer/courses/detail/1925362775376744449) | -| 案例分享 | 昇腾开发板专区-案例分享 | [昇腾开发板专区](https://www.hiascend.com/developer/devboard) | -| 昇思+香橙派案例代码仓 | 昇腾开发板专区-案例分享 | [GitHub仓链接](https://github.com/mindspore-courses/orange-pi-mindspore) | +| 环境搭建 | 如何基于OrangePi AIpro进行自定义环境搭建,包括CANN、MindSpore、套件等版本检查与更新(以8-12TOPS 16G开发板为例,20TOPS开发板操作方式相同) | [环境搭建指南](https://www.mindspore.cn/tutorials/zh-CN/master/orange_pi/environment_setup.html) | +| 在线推理 | 如何在香橙派启动模型推理 | [模型在线推理](https://www.mindspore.cn/tutorials/zh-CN/master/orange_pi/model_infer.html) | +| 开发入门 | 基于MindSpore的手写数字识别案例,说明香橙派开发板中的开发注意事项 | [开发入门](https://www.mindspore.cn/tutorials/zh-CN/master/orange_pi/dev_start.html) | +| 精品课程 | 《昇思+昇腾开发板:
软硬结合玩转DeepSeek开发实战》课程 | [课程链接](https://www.hiascend.com/developer/courses/detail/1925362775376744449) | +| 案例分享 | 昇腾开发板专区-案例分享 | [昇腾开发板专区](https://www.hiascend.com/developer/devboard) | +| 昇思+香橙派案例代码仓 | 昇腾开发板专区-案例分享 | [GitHub仓链接](https://github.com/mindspore-courses/orange-pi-mindspore) | -- Gitee From 2cf15fbffb497959c7e0e8296185fda7ba5dafd2 Mon Sep 17 00:00:00 2001 From: cuiluyuan Date: Thu, 12 Jun 2025 08:03:00 +0000 Subject: [PATCH 4/8] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20tuto?= =?UTF-8?q?rials/source=5Fzh=5Fcn/orange=5Fpi/overview.rst?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tutorials/source_zh_cn/orange_pi/overview.rst | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 tutorials/source_zh_cn/orange_pi/overview.rst diff --git a/tutorials/source_zh_cn/orange_pi/overview.rst b/tutorials/source_zh_cn/orange_pi/overview.rst deleted file mode 100644 index 5b455c0b31..0000000000 --- a/tutorials/source_zh_cn/orange_pi/overview.rst +++ /dev/null @@ -1,18 +0,0 @@ -香橙派开发 -=============== - -`OrangePi AIpro(香橙派 AIpro) `_ 采用昇腾AI技术路线,具体为4核64位处理器和AI处理器,集成图形处理器。 - -目前已实现OrangePi AIpro开发板的系统镜像预装昇思MindSpore AI框架,并在后续版本迭代中持续演进,当前已完整支持昇思MindSpore官网教程中的所有网络模型。OrangePi AIpro开发板向开发者提供的官方系统镜像有openEuler版本和Ubuntu版本,两个镜像版本均已预置昇思MindSpore,便于用户体验软硬协同优化后带来的高效开发体验。同时,欢迎开发者自定义配置昇思MindSpore和CANN运行环境。 - -香橙派开发前,需要了解以下内容: - -- `昇思MindSpore `_ -- `Linux `_ -- `Jupyter Notebook `_ - -接下来的教程将演示如何基于OrangePi AIpro进行自定义环境搭建,如何在OrangePi AIpro启动Jupyter Lab,并以手写数字识别为例,介绍OrangePi AIpro上基于昇思MindSpore进行在线推理需要完成的操作。 - -以下操作基于OrangePi AIpro 8-12TOPS 16G开发板,20TOPS开发板操作方式相同。 - -更多基于昇思MindSpore的香橙派开发板案例详见: `GitHub链接 `_ -- Gitee From 1fa6563873a411d9397a7f37bcf7312eaf9aded6 Mon Sep 17 00:00:00 2001 From: cuiluyuan Date: Thu, 12 Jun 2025 08:28:06 +0000 Subject: [PATCH 5/8] add tutorials/source_en/orange_pi/overview.md. Signed-off-by: cuiluyuan --- tutorials/source_en/orange_pi/overview.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tutorials/source_en/orange_pi/overview.md diff --git a/tutorials/source_en/orange_pi/overview.md b/tutorials/source_en/orange_pi/overview.md new file mode 100644 index 0000000000..d201cd0423 --- /dev/null +++ b/tutorials/source_en/orange_pi/overview.md @@ -0,0 +1,18 @@ +### Orange Pi Development + +[OrangePi AIpro](http://www.orangepi.org/)adopts the route of Ascend AI technology, specifically 4-core 64-bit processor and AI processor, integrated graph processor. + +At present, the system image of OrangePi AIpro development board has been realized with the Ascend MindSpore AI framework pre-installed, and continues to evolve in subsequent version iterations, and currently supports all network models covered by the tutorials on the MindSpore official website. The OrangePi AIpro development board provides developers with the openEuler version and the ubuntu version, both of which are preconfigured with Ascend MindSpore, allowing users to experience the efficient development experience brought by the synergistic optimization of hardware and software. Meanwhile, developers are welcome to customize MindSpore and CANN running environment. + +### Learning Resource + +| Stage | Description | Link | +| :----- |:----- |:----- | +| Pre learning | Before developing based on the MindSpore + OrangePi AIpro development board, it is necessary to understand and master the content | [MindSpore](https://www.mindspore.cn/)
[Linux](https://www.runoob.com/linux/linux-tutorial.html)
[Jupyter](https://jupyter.org/documentation) | +| Image acquisition | OrangePi AIpro Official Website - Official Mirror | [8T](http://www.orangepi.cn/html/hardWare/computerAndMicrocontrollers/service-and-support/Orange-Pi-AIpro.html)
[20T](http://www.orangepi.cn/html/hardWare/computerAndMicrocontrollers/details/Orange-Pi-AIpro(20T).html) | +| Environment Setup | How to build a custom environment based on OrangePi AIpro, including version checks and updates for CANN, MindSpore, kits, etc. (Taking the 8-12 TOPS 16G development board as an example, the operation method for the 20 TOPS development board is the same) | [Environment Setup Guide](https://www.mindspore.cn/tutorials/zh-CN/master/orange_pi/environment_setup.html) | +| Online Inference | How to initiate model inference in OrangePi AIpro| [Model Online Inference](https://www.mindspore.cn/tutorials/zh-CN/master/orange_pi/model_infer.html) | +| Quick Start | Case study of handwritten digit recognition based on MindSpore, explaining the development considerations in the OrangePi AIpro development board | [Quick Start](https://www.mindspore.cn/tutorials/zh-CN/master/orange_pi/dev_start.html) | +| Premium courses | 《MindSpore + Ascend Development Board:Combining Software and Hard to Play DeepSeek Development Practice》 Course | [Course link](https://www.hiascend.com/developer/courses/detail/1925362775376744449) | +| Case sharing | Ascend Development Board Zone - Case Sharing| [Ascend Development Board Zone](https://www.hiascend.com/developer/devboard) | +| MindSpore + OrangePi Code repository | orange-pi-mindspore code repository | [GitHub link](https://github.com/mindspore-courses/orange-pi-mindspore) | \ No newline at end of file -- Gitee From 27effe42cf60be5303b9969525e5a1a3d1f65853 Mon Sep 17 00:00:00 2001 From: cuiluyuan Date: Thu, 12 Jun 2025 08:28:19 +0000 Subject: [PATCH 6/8] update tutorials/source_en/orange_pi/overview.md. Signed-off-by: cuiluyuan --- tutorials/source_en/orange_pi/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/source_en/orange_pi/overview.md b/tutorials/source_en/orange_pi/overview.md index d201cd0423..6eebd0b83c 100644 --- a/tutorials/source_en/orange_pi/overview.md +++ b/tutorials/source_en/orange_pi/overview.md @@ -1,6 +1,6 @@ ### Orange Pi Development -[OrangePi AIpro](http://www.orangepi.org/)adopts the route of Ascend AI technology, specifically 4-core 64-bit processor and AI processor, integrated graph processor. +[OrangePi AIpro](http://www.orangepi.org/) adopts the route of Ascend AI technology, specifically 4-core 64-bit processor and AI processor, integrated graph processor. At present, the system image of OrangePi AIpro development board has been realized with the Ascend MindSpore AI framework pre-installed, and continues to evolve in subsequent version iterations, and currently supports all network models covered by the tutorials on the MindSpore official website. The OrangePi AIpro development board provides developers with the openEuler version and the ubuntu version, both of which are preconfigured with Ascend MindSpore, allowing users to experience the efficient development experience brought by the synergistic optimization of hardware and software. Meanwhile, developers are welcome to customize MindSpore and CANN running environment. -- Gitee From 94af46776e72efb3c5f7190b497aed4ff74863db Mon Sep 17 00:00:00 2001 From: cuiluyuan Date: Thu, 12 Jun 2025 08:32:19 +0000 Subject: [PATCH 7/8] update tutorials/source_zh_cn/orange_pi/overview.md. Signed-off-by: cuiluyuan --- tutorials/source_zh_cn/orange_pi/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/source_zh_cn/orange_pi/overview.md b/tutorials/source_zh_cn/orange_pi/overview.md index 9cc7f7059c..a187434be3 100644 --- a/tutorials/source_zh_cn/orange_pi/overview.md +++ b/tutorials/source_zh_cn/orange_pi/overview.md @@ -15,4 +15,4 @@ | 开发入门 | 基于MindSpore的手写数字识别案例,说明香橙派开发板中的开发注意事项 | [开发入门](https://www.mindspore.cn/tutorials/zh-CN/master/orange_pi/dev_start.html) | | 精品课程 | 《昇思+昇腾开发板:
软硬结合玩转DeepSeek开发实战》课程 | [课程链接](https://www.hiascend.com/developer/courses/detail/1925362775376744449) | | 案例分享 | 昇腾开发板专区-案例分享 | [昇腾开发板专区](https://www.hiascend.com/developer/devboard) | -| 昇思+香橙派案例代码仓 | 昇腾开发板专区-案例分享 | [GitHub仓链接](https://github.com/mindspore-courses/orange-pi-mindspore) | +| 昇思+香橙派案例代码仓 | orange-pi-mindspore 代码仓| [GitHub仓链接](https://github.com/mindspore-courses/orange-pi-mindspore) | -- Gitee From 7297d18c684c37e67cddff2b71cc1698772588ca Mon Sep 17 00:00:00 2001 From: cuiluyuan Date: Thu, 12 Jun 2025 08:47:22 +0000 Subject: [PATCH 8/8] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20tuto?= =?UTF-8?q?rials/source=5Fen/orange=5Fpi/overview.rst?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tutorials/source_en/orange_pi/overview.rst | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 tutorials/source_en/orange_pi/overview.rst diff --git a/tutorials/source_en/orange_pi/overview.rst b/tutorials/source_en/orange_pi/overview.rst deleted file mode 100644 index 3dccf245b5..0000000000 --- a/tutorials/source_en/orange_pi/overview.rst +++ /dev/null @@ -1,18 +0,0 @@ -Orange Pi Development -=============================== - -`OrangePi AIpro `_ adopts the route of Ascend AI technology, specifically 4-core 64-bit processor and AI processor, integrated graph processor. - -At present, the system image of OrangePi AIpro development board has been realized with the Ascend MindSpore AI framework pre-installed, and continues to evolve in subsequent version iterations, and currently supports all network models covered by the tutorials on the MindSpore official website. The OrangePi AIpro development board provides developers with the openEuler version and the ubuntu version, both of which are preconfigured with Ascend MindSpore, allowing users to experience the efficient development experience brought by the synergistic optimization of hardware and software. Meanwhile, developers are welcome to customize MindSpore and CANN running environment. - -Before developing OrangePi AIpro, it is necessary to understand the following: - -- `MindSpore `_ -- `Linux `_ -- `Jupyter Notebook `_ - -The next tutorials will demonstrate how to build a customized environment based on OrangePi AIpro, how to start Jupyter Lab in OrangePi AIpro, and use handwritten digit recognition as an example of the operations that need to be done to perform online inference based on MindSpore OrangePi AIpro. - -The following operations are based on the OrangePi AIpro 8-12TOPS 16G development board, and the 20TOPS development board operates in the same way. - -For more examples of OrangePi AIpro development boards based on MindSpore, please refer to: `GitHub link `_ -- Gitee