摘要:
1 编辑/etc/init.d/wifi #!/bin/sh case "$1" in start) echo /sbin/mdev > /proc/sys/kernel/hotplug # modprobe ath.ko # modprobe... 阅读全文
摘要:
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代表模拟语音通... 阅读全文
摘要:
1 检查/etc/init.d/pppd『红颜色的使上电自动上网注册(如果没有红颜色的语句),请添加』#!/bin/sh#DAEMON=/usr/sbin/pppdPIDFILE=/var/run/ppp0.pid# define the interface used for the connect... 阅读全文
摘要:
#include #include #include #include #include #include #include #include #include #include #include #include #include /*---------------------... 阅读全文
摘要:
root@phyCORE-AM335x:~ aplay -l**** List of PLAYBACK Hardware Devices ****card 0: audio [PCM051 audio], device 0: wm8976 wm8976-hifi-0 [] Subdevices: 1... 阅读全文
摘要:
# # /etc/fstab #debugfs /sys/kernel/debug debugfs defaults,noauto 0 0 //挂载gpio-dubugfs相关 none /sys/kernel/debug debugfs default... 阅读全文
摘要:
1.执行下面的命令,可以显示目前驱动已经申请到的IO状态 : $ mount -t debugfs debugfs /sys/kernel/debug$ cat /sys/kernel/debug/gpioroot@am335x-evm:/# cat /sys/kernel/debug/gpioGP... 阅读全文
摘要:
删除当前目录及其子目录下的后缀名.la的所有文件find ./ -name '*.la' | xargs rm -f 阅读全文
摘要:
环境变量:export PREFIX=/usrexport HOSTTPL=arm-linux-gnueabihfexport INSTALLDIR=/home/elinux/linphone/armbuildtslib:$ sudo apt-get install libtool automake... 阅读全文
摘要:
root@phyCORE-AM335x:~ linphonec -V -d 6INFO: no logfile, logging to stdoutortp-message-oRTP-0.20.0 initialized.ortp-message-assigning PCMU/8000 payloa... 阅读全文