会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
张鹏的博客
嵌入式系统
上一页
1
···
18
19
20
21
22
23
24
25
26
···
31
下一页
2014年10月15日
wifi设置
摘要: 1 编辑/etc/init.d/wifi #!/bin/sh case "$1" in start) echo /sbin/mdev > /proc/sys/kernel/hotplug # modprobe ath.ko # modprobe...
阅读全文
posted @ 2014-10-15 14:33 嵌入式操作系统
阅读(920)
评论(0)
推荐(0)
2014年9月22日
华为/中兴 3G 语音的调试
摘要: 1 microcom -s 9600 /dev/ttyUSB2(/dev/ttyUSB2不能错)2 AT(看是否有OK输出)3 AT+CREG?(0,1代表GSM网络注册成功)4 AT+CSQ?(xx.99:xx代表信号质量)5 AT+ZVOCCH=1(其中0代表PCM数字语音通道,1代表模拟语音通...
阅读全文
posted @ 2014-09-22 15:15 嵌入式操作系统
阅读(323)
评论(0)
推荐(0)
华为/中兴 3G 模块的调试
摘要: 1 检查/etc/init.d/pppd『红颜色的使上电自动上网注册(如果没有红颜色的语句),请添加』#!/bin/sh#DAEMON=/usr/sbin/pppdPIDFILE=/var/run/ppp0.pid# define the interface used for the connect...
阅读全文
posted @ 2014-09-22 15:07 嵌入式操作系统
阅读(1643)
评论(0)
推荐(1)
2014年8月29日
am335x gpio 控制的另一种方法
摘要: #include #include #include #include #include #include #include #include #include #include #include #include #include /*---------------------...
阅读全文
posted @ 2014-08-29 16:40 嵌入式操作系统
阅读(3852)
评论(0)
推荐(0)
am335x alsa codec调试
摘要: root@phyCORE-AM335x:~ aplay -l**** List of PLAYBACK Hardware Devices ****card 0: audio [PCM051 audio], device 0: wm8976 wm8976-hifi-0 [] Subdevices: 1...
阅读全文
posted @ 2014-08-29 10:07 嵌入式操作系统
阅读(1204)
评论(0)
推荐(0)
am335x文件系统 /etc/fstab的设置
摘要: # # /etc/fstab #debugfs /sys/kernel/debug debugfs defaults,noauto 0 0 //挂载gpio-dubugfs相关 none /sys/kernel/debug debugfs default...
阅读全文
posted @ 2014-08-29 09:14 嵌入式操作系统
阅读(543)
评论(0)
推荐(0)
am335x gpio控制
摘要: 1.执行下面的命令,可以显示目前驱动已经申请到的IO状态 : $ mount -t debugfs debugfs /sys/kernel/debug$ cat /sys/kernel/debug/gpioroot@am335x-evm:/# cat /sys/kernel/debug/gpioGP...
阅读全文
posted @ 2014-08-29 09:06 嵌入式操作系统
阅读(1015)
评论(0)
推荐(0)
2014年8月19日
递归删除子目录下所有.la后缀文件
摘要: 删除当前目录及其子目录下的后缀名.la的所有文件find ./ -name '*.la' | xargs rm -f
阅读全文
posted @ 2014-08-19 14:15 嵌入式操作系统
阅读(253)
评论(0)
推荐(0)
2014年8月18日
linphone 在am335x的编译过程
摘要: 环境变量:export PREFIX=/usrexport HOSTTPL=arm-linux-gnueabihfexport INSTALLDIR=/home/elinux/linphone/armbuildtslib:$ sudo apt-get install libtool automake...
阅读全文
posted @ 2014-08-18 10:53 嵌入式操作系统
阅读(1522)
评论(0)
推荐(0)
2014年8月17日
linphone 调试信息
摘要: root@phyCORE-AM335x:~ linphonec -V -d 6INFO: no logfile, logging to stdoutortp-message-oRTP-0.20.0 initialized.ortp-message-assigning PCMU/8000 payloa...
阅读全文
posted @ 2014-08-17 22:40 嵌入式操作系统
阅读(2240)
评论(0)
推荐(0)
上一页
1
···
18
19
20
21
22
23
24
25
26
···
31
下一页
导航
博客园
首页
新随笔
联系
订阅
管理
公告