干货!基于RK3568的 AI 人工智能环境搭建步骤

操作步骤

1、实验箱(或者电脑)需要联网

2、拷贝文件

拷贝 Miniconda3-latest-Linux-aarch64.sh 到开发板(电脑上的Ubuntu安装使用Miniconda3-latest-Linux-x86_64.sh)

3、运行安装文件

运行安装 Miniconda3-latest-Linux-aarch64.sh(电脑上的Ubuntu安装使用Miniconda3-latest-Linux-x86_64.sh)

复制代码

./Miniconda3-latest-Linux-aarch64.sh

回车(一直回车到提示输入"yes")->yes->回车->yes

4、更新环境变量

复制代码

source /home/tronlong/.bashrc

5、更新环境

复制代码

/home/tronlong/miniconda3/condabin/conda shell.bash hook

6、创建虚拟环境

创建python虚拟环境,虚拟环境名字为:rk3568-python

复制代码

conda create -n rk3568-python python==3.11

7、进入虚拟环境

复制代码

conda activate rk3568-python

8、安装opencv-python

复制代码

pip install opencv-python - i https://pypi.tuna.tsinghua.edu.cn/simple

9、更新软件源和软件

复制代码

sudo apt update sudo apt upgrade sudo apt-get dist-upgrade

10、安装setuptools

复制代码

pip install launchpadlib pip install setuptools==45.2

11、安装jupyter和jupyterlab

复制代码

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple jupyter pip install -i https://pypi.tuna.tsinghua.edu.cn/simple jupyterlab

12、获取生成码

复制代码

jupyter notebook --generate-config ipython from jupyter_server.auth import passwd passwd() 输密码:tronlong exit()

拷贝生成的码

13、添加内容

在jupyter_notebook_config.py添加内容

根据实际生成的码进行修改

复制代码

c.ServerApp.ip = '0.0.0.0' c.ServerApp.password = 'argon2:$argon2id$v=19$m=10240,t=10,p=8$jEef4LFNODvFiXh4XFNwhw$yRwwFOFOWtVp1/cN/cwXMJl3zQubclPkhhHBEsswo6k' c.ServerApp.open_browser = False c.ServerApp.port = 8888 c.ServerApp.allow_remote_access = True

添加后保存退出

14、安装nodejs npm

复制代码

sync sudo apt install nodejs npm

15、安装SSH

复制代码

sudo apt install openssh-server

16、检查安装

复制代码

jupyter lab --allow-root

然后打开次连接,第一次进入需要输入密码,密码为第12步骤输入的密码

然后就可以看到如下界面,则证明安装成功。

关闭:关掉网页,然后终端ctrl+c,输入y,回车。

17、安装插件

复制代码

pip install scikit-build -i https://pypi.tuna.tsinghua.edu.cn/simple pip install cmake -i https://pypi.tuna.tsinghua.edu.cn/simple pip install Cython -i https://pypi.tuna.tsinghua.edu.cn/simple pip install pycocotools -i https://pypi.tuna.tsinghua.edu.cn/simple pip install opencv-python -i https://pypi.tuna.tsinghua.edu.cn/simple

复制代码

pip install cv -i https://pypi.tuna.tsinghua.edu.cn/simple pip install opencv-python-headless -i https://pypi.tuna.tsinghua.edu.cn/simple pip install pyserial -i https://pypi.tuna.tsinghua.edu.cn/simple

复制代码

pip install absl-py pip install pygame pip install baidu-aip pip install torch -i https://pypi.tuna.tsinghua.edu.cn/simple pip install rospkg、pip install catkin-tools pip install Adafruit_BBIO pip install Adafruit_SSD1306 pip install Pillow pip install chardet pip install matplotlib pip uninstall setuptools pip install setuptools==45.2 pip install demjson

18、安装arm_lib库

将src拷贝到开发板(或者电脑ubuntu)中

复制代码

cd src/Dofbot/0.py_install

然后安装arm_lib库:

复制代码

python setup.py install

安装完毕后如下显示:

相关推荐
这token有力气11 小时前
Function Calling 格式漂移
人工智能
onething36511 小时前
Spring Boot + Spring AI 从入门到实战:7天转型计划 Day 5 —— SSE 流式输出 + 打字机效果
人工智能·后端·全栈
onething36511 小时前
Spring Boot + Spring AI 从入门到实战:7天转型计划 Day 6 —— 业务完善 + 会话消息预览
人工智能·后端·全栈
IT_陈寒12 小时前
SpringBoot自动配置的坑,我爬了三天才出来
前端·人工智能·后端
甲维斯13 小时前
笑抽了!DeepSeek识图,豆包完胜了!
人工智能·deepseek
Lei活在当下21 小时前
【AI手记系列-2026/6/18】iSparto & Harness,Caveman 以及AI时代的生存指南
人工智能·llm·openai
冬奇Lab1 天前
每日一个开源项目(第134篇):Zvec - 阿里开源的嵌入式向量数据库,向量搜索界的 SQLite
数据库·人工智能·llm
冬奇Lab1 天前
Agent 系列(22):Context Engineering 深度——三种上下文管理策略的量化对比
人工智能·agent
hboot1 天前
AI工程师第二课 - 数据处理
人工智能·python·数据分析
程序员cxuan1 天前
DeepSeek 杀入多模态,识图功能正式上线!
人工智能·后端·程序员