Raspberry Pi 5搭载了64位的四核Arm Cortex-A76处理器,因此属于ARM64架构,系统镜像下载地址(windows/Mac/Ubuntu:https://pan.baidu.com/s/1jIlv0BQVnhuPhWfUJWAKRQ?pwd=sjbf),安装Pi5.


wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-aarch64.sh
# 输入几个 yes (默认安装路径、是否默认启动等)
bash ~/Miniconda3-latest-Linux-aarch64.sh
source ~/.bashrc
conda list
2.3 配置LeRobot
# 创建激活全新 conda 环境
conda create -y-n lerobot python=3.10
conda activate lerobot
# 下载安装Lerobot
git clone https://github.com/huggingface/lerobot.git ~/lerobot
cd ~/lerobot
# 使用feetech电机的依赖项安装LeRobot
pip install-e".[feetech]"

官网:https://win32diskimager.org/ 网盘下载:win32diskimager-1.0.0-install.exe(https://pan.baidu.com/s/1bMUi78djA0GbFFz1tcOU_g?pwd=zhen)

