当前位置:网站首页>Quick for imx6ull development board c program call shell
Quick for imx6ull development board c program call shell
2020-11-09 19:13:00 【Book white】
This chapter is about linux Under system environment linux-C call shell Command control GPIO Input and output steps .shell As Linux The shell of the operating system , Provide users with an interface to use the operating system . It's a command language 、 Command interpreter and programming language , It interprets commands entered by the user and sends them to the kernel .
Use shell The command operates directly /sys/ Under the gpio node , First, in the imx6ull-14x14-evk.dts Comment out the device tree LED And button function ,LED Pin for GPIO0_3,key Pin for GPIO1_18.
Pass in the program shell Command to read key values and control LED The lamp .
1. adopt popen perform shell command
popen and pclose The function is to create a pipeline , Used to connect to another process , Then read the output of that process or send input to it , The specific operation is fork A subprocess ,exec One shell Carry out orders .
2. Fill in shell command , Set pin status
3. control Led
Cross compilation arm-linux-gnueabihf-gcc -o led shellGpio.c , take led Copy the file to the development board .
Test can see that the light of the development board is flashing , The terminal has print information :
4. Read the key value
Post compile testing :
Good product recommendation - Fast for quality IMX6ULL Development board
Terminator information is open source , If you don't buy it, you can download software and hardware resources freely
You just need to focus on VX official account : XunWei Electronics , reply : The terminator , Free access to product information
i.MX6ULL Terminator manual download link
https://pan.baidu.com/s/171NHz6_sVMGIQ3g7GcCqOQ Extraction code :n3og
B Station search ‘ Beijing Xunwei ’, Get started with free video tutorials , Continuous updating .
https://space.bilibili.com/33785640
i.MX6ULL Terminator development board Introduction
https://www.bilibili.com/video/BV1aE411F7S9
i.MX6ULL Terminator development board out of the box experience
https://www.bilibili.com/video/BV1M7411m7wT
Linux-QT The tutorial is free to watch here , Xunwei is the first to provide 6ULL Of QT Video actual combat course , Try the fresh version :
In this issue QT What knowledge will the video harvest ?
https://www.bilibili.com/video/BV1tp4y1i7EJ?p=1
P10 QT Serial port assistant for PC development ( On )
https://www.bilibili.com/video/BV1tp4y1i7EJ?p=10
QT Network programming UDP signal communication
https://www.bilibili.com/video/BV1tp4y1i7EJ?p=14
QT Cross compilation of system transplantation QT Source code and touch source code
https://www.bilibili.com/video/BV1tp4y1i7EJ?p=17
QT Cross platform operation QT Program cross compiled to ARM Development board
https://www.bilibili.com/video/BV1tp4y1i7EJ?p=19
QT The use of cross platform operation QT Control the buzzer
https://www.bilibili.com/video/BV1tp4y1i7EJ?p=20
QT Cross platform operation QT Program compiled into mobile phone APP
https://www.bilibili.com/video/BV1tp4y1i7EJ?p=21
Copy a smart home interface ( On )
https://www.bilibili.com/video/BV1tp4y1i7EJ?p=7
Copy a smart home interface ( Next )
https://www.bilibili.com/video/BV1tp4y1i7EJ?p=9
版权声明
本文为[Book white]所创,转载请带上原文链接,感谢
边栏推荐
- R8 compiler: tailoring kotlin libraries and Applications
- How to gracefully prevent switch switching of view UI?
- 如何实现后台管理系统的权限路由和权限菜单
- SQL Server附加数据库拒绝访问解决方法汇总
- 手势切换背景,让直播带货更加身临其境
- 磁阻式随机存储器MRAM基本原理
- How to use binary search algorithm
- 【云小课】版本管理发展史之Git+——代码托管
- 分库分表的 9种分布式主键ID 生成方案,挺全乎的
- [interview experience] bat programmers interviewed 200 people and analyzed the most frequently asked interview questions
猜你喜欢
分享用MathType编辑字母与数学公式的技巧
[best practice] learn how eolinker helps Telecommuting
A great guide to curl
Gesture switch background, let live with goods more immersive
Revealing the logic of moving path selection in Summoner Canyon?
Introduction to zero base little white Python
Almost finished all the list titles, I found these things...
百亿级数据分表后怎么分页查询?
GPS对时系统(网络对时仪器)应用电子政务系统
RBAC of kubernetes authority management (1)
随机推荐
低功耗蓝牙单芯片为物联网助力
Android instance - simple login layout
CIM平台可视化建设
GPS对时系统(网络对时仪器)应用电子政务系统
ABBYY FineReader 15 新增编辑表格单元格功能
iOS下带小数点的数字键盘
超简单集成华为系统完整性检测,搞定设备安全防护
What if the Mac can't connect to the app store and prompts you to connect to the network?
Git + -- Code hosting in the history of version management
【涂鸦物联网足迹】涂鸦云平台接口说明
2020中国电信终端技术与标准论坛上专家解读四大热门产业
Rabbitmq installation
MathType中如何编辑求和公式
骚操作!嵌套 JSON 秒变 Dataframe!
Share tips on editing letters and mathematical formulas with MathType
R8 编译器: 为 Kotlin 库和应用 '瘦身'
[stm32h7] Chapter 6: stm32h7 dma2d acceleration of ThreadX guix
数据库执行truncate table CM_CHECK_ITEM_HIS怎么恢复
磁阻式随机存储器MRAM基本原理
openocd+jlink_picture