树莓派配置
发布日期:2022-02-25 00:55:23 浏览次数:54 分类:技术文章

本文共 975 字,大约阅读时间需要 3 分钟。

网线:

在windows端的wlan配置允许其他网络使用,cmd输入arp -a

ssh:

在内存卡上新建SSH文件

vnc:

命令行pi@…之后

sudo raspi-config

查看版本

getconf LONG_BIT        # 查看系统位数uname -a            # kernel 版本/opt/vc/bin/vcgencmd  version   # firmware版本strings /boot/start.elf  |  grep VC_BUILD_ID    # firmware版本cat /proc/version       # kernelcat /etc/os-release     # OS版本资讯cat /etc/issue          # Linux distro 版本cat /etc/debian_version     # Debian版本编号

opencv安装

sudo apt-get install -y libjasper-dev libqtgui4 libqt4-test

sudo pip3 install opencv-python

ncs2配置

https://docs.openvinotoolkit.org/latest/_docs_install_guides_installing_openvino_raspbian.html

烧录镜像

df -ah

找到树莓派磁盘例如sdb
sudo dd bs=4M if=dev/sdb of=raspberry.img
一次读写数据,源数据,目的数据
after installing the img, we have to expand filesystem use
“sudo raspi-config” then “Advanced Options”,finally Expand Filesystem"

问题

ImportError: numpy.core.multiarray failed to import

找到numpy路径,然后删除

import numpyprint numpy.__path__rm -fr /usr/lib64/python2.7/site-packages/numpy

转载地址:https://blog.csdn.net/qq_30384533/article/details/102577455 如侵犯您的版权,请留言回复原文章的地址,我们会给您删除此文章,给您带来不便请您谅解!

上一篇:anaconda配置
下一篇:pytorch使用

发表评论

最新留言

路过,博主的博客真漂亮。。
[***.116.15.85]2024年04月20日 18时41分39秒

关于作者

    喝酒易醉,品茶养心,人生如梦,品茶悟道,何以解忧?唯有杜康!
-- 愿君每日到此一游!

推荐文章