赞
踩
标签:
SIM7600平台基于ARM Cortex-A7中央处理器,运行嵌入式Linux操作系统,内核版本是3.18.20,文件系统采用UBIFS,Linux管理的ubi文件系统包含三个逻辑分区(区分物理分区和逻辑分区):
ubi0:rootfs 只读分区,存放操作系统代码
ubi1:usrfs 存放操作系统的文件系统,二次开发的用户程序放在此分区
ubi2:cachefs 一般用于FOTA升级
1.设备串口测试
1)打开RTC串口调试工具
2)打开串口9(AT命令串口)
3)命令测试
发送AT命令,返回OK说明命令发送成功
发送AT+CUSBADB=1命令,返回OK说明命令发送成功
2.adb设备启动
adb kill-server
adb devices
3.运行应用程序
adb shell killall helloworld
adb shell alias ls='ls --color=null'
adb push helloworld /data/helloworld
adb shell chmod a+x /data/helloworld
adb shell ./data/helloworld
4. Linux环境编译
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。