当前位置:网站首页>树莓派开发笔记(十二):入手研华ADVANTECH工控树莓派UNO-220套件(一):介绍和运行系统
树莓派开发笔记(十二):入手研华ADVANTECH工控树莓派UNO-220套件(一):介绍和运行系统
2022-04-23 02:59:00 【长沙红胖子】
若该文为原创文章,转载请注明原文出处
本文章博客地址:https://blog.csdn.net/qq21497936/article/details/124343294
长期持续带来更多项目与技术分享,咨询请加QQ:21497936、微信:yangsir198808
红胖子(红模仿)的博文大全:开发技术集合(包含Qt实用技术、树莓派、三维、OpenCV、OpenGL、ffmpeg、OSG、单片机、软硬结合等等)持续更新中…(点击传送门)
树莓派开发专栏
上一篇:《树莓派开发笔记(十一):蓝牙的使用,BlueZ协议(双树莓探测rssi并通过蓝牙互传获取的rssi信号强度)》
下一篇:《树莓派开发笔记(十三):入手研华ADVANTECH工控树莓派UNO-220套件之安装rtc等驱动》
前言
树莓派也可以做商业应用,工业控制,其稳定性和可靠性已经得到了验证,故而工业控制,一些停车场等场景也有采用树莓派作为主控的,本片介绍了研华ADVANTECH的树莓派套件组UNO-220-P4N1AE。
树莓派介绍
请参照系列博客:《树莓派开发专栏》
有技术方案等外协,可联系博主。
研华树莓派套件
使用手册
使用手册CSDN零积分下载:https://download.csdn.net/download/qq21497936/85179742
QQ群:1047134658(点击“文件”搜索“UNO-220”,群内与博文同步更新)
该套件是增加了一个类似于底板的转接板,实物如下图:
对比原本树莓派的硬件资源如下:
所以,底板是对树莓派增加了一些外设和电路,这一部分是需要使用到研华支持的树莓派的系统,主要涉及到了rtc驱动,TI驱动,485口。
系统搭建过程
步骤一:下载系统
由于UNO-220-P4N1AE指定了版本的系统,所以我们先刷他指定的,不去使用非它指定的版本(按照笔者开发经验,0,1,3b+,4应该是没问题的,留着后续有需要再测试补充)。
下载地址:http://downloads.raspberrypi.org/raspbian_lite/images/raspbian_lite-2019-09-30/2019-09-26-raspbian-buster-lite.zip
Shell指令:
curl -o 2019-09-26-raspbian-buster-lite.zip http://downloads.raspberrypi.org/raspbian_lite/images/raspbian_lite-2019-09-30/2019-09-26-raspbian-buster-lite.zip
步骤二:系统准备工作
给树莓派刷系统,运行系统,安装中文输入法,配置ssh服务,刷有界面得熊可参照《树莓派开发笔记(一): 入手树莓派3b,成功运行树莓派系统》中的“给树莓派刷系统”,“运行树莓派系统”,“安装树莓派中文环境”,“配置ssh服务”,“设置键盘布局”。
本次刷的是没有界面系统的,如下图:
拆外壳,给装上:
运行启动后:
默认用户名:pi
默认密码:raspberry
步骤三:命令行开启ssh服务
输入命令:
sudo raspi-config
弹出配置界面,如下图:
按照常规步骤操作,选择“接口选项”(不同协同序号配置有差异),如下图:
选择“ssh”,如下图:
启用ssh:
然后退出重启,进行一次远程ssh登录测试,远程ssh登陆的默认用户名:pi,默认密码:raspberry,如下图:
上一篇:《树莓派开发笔记(十一):蓝牙的使用,BlueZ协议(双树莓探测rssi并通过蓝牙互传获取的rssi信号强度)》
下一篇:《树莓派开发笔记(十三):入手研华ADVANTECH工控树莓派UNO-220套件之安装rtc等驱动》
若该文为原创文章,转载请注明原文出处
本文章博客地址:https://blog.csdn.net/qq21497936/article/details/124343294
版权声明
本文为[长沙红胖子]所创,转载请带上原文链接,感谢
https://hpzwl.blog.csdn.net/article/details/124343294
边栏推荐
- LeetCode 1450 - 1453
- OCR recognition PDF file
- Detailed explanation of distributed things
- Log4j knowledge point record
- How to build an integrated industrial Internet plus hazardous safety production management platform?
- Flink learning (XI) watermark
- Typescript Learning Guide
- 基于ele封装下拉菜单等组件
- Restart redis
- [unity3d] rolling barrage effect in live broadcasting room
猜你喜欢
【Hcip】OSPF常用的6种LSA详解
Android high-level interview must ask: overall business and project architecture design and reconstruction
L2-006 樹的遍曆(中後序確定二叉樹&層序遍曆)
基于多态的职工管理系统源码与一些理解
The input of El input input box is invalid, and error in data(): "referenceerror: El is not defined“
Niuke white moon race 5 [problem solving mathematics field]
It turns out that PID was born in the struggle between Lao wangtou and Lao sky
tf. keras. layers. Density function
Q-Learning & Sarsa
Store consumption SMS notification template
随机推荐
Specific field information of MySQL export table (detailed operation of Navicat client)
Sonic cloud real machine tutorial
重大危险源企业如何保障年底前完成双预防机制数字化建设任务
MySQL复杂查询使用临时表/with as(类似表变量)
ele之Table表格的封装
Deep q-network (dqn)
JZ35 复杂链表的复制
[hcip] detailed explanation of six LSAS commonly used by OSPF
LeetCode 1450 - 1453
L2-006 樹的遍曆(中後序確定二叉樹&層序遍曆)
HLS / chisel practice CORDIC high performance computing complex square root
Kubernetes study notes
Flink learning (XI) watermark
B blocks of the 46th ICPC Asian regional competition (Kunming)
Opencv reads webcam video and saves it locally
Résumé du gestionnaire de projet du système d'information Chapitre VI gestion des ressources humaines du projet
Chapter V project quality management of information system project manager summary
Leangoo brain map - shared multi person collaborative mind mapping tool
Reverse a linked list < difficulty coefficient >
Codeforces round 784 (Div. 4) (a - H)