1.安裝sudo apt-get install tftpd-hpa tftp-hpa2.配置sudo gedit /etc/default/tftpd-hpa# /etc/default/tftpd-hpaTFTP_USERNAME="tftp"TFTP_DIRECTORY="/opt/tftpboot" //填入你的tftp服務類別目錄TFTP_ADDRESS="0.0.0.0:69"TFTP_OPTIONS="-l -c -s"選項參考OPTIONS-l Run the server
huawei MW269V2 是wifi+bt+fm三合一模組,wifi採用broadcom BCM4330,SDIO介面。s5pv210上面的android4.0.3 bsp,核心版本為3.0.8.將開發板通過usb口上電,然後通過轉接板插入tf卡介面,列印資訊如下:mmc_attach_sdio ENTERmmc_attach_sdio mmc_attach_busmmc2: card claims to support voltages below the defined range.
1.安裝tong_jiang@tj-laptop:~$ sudo apt-get install nfs-kernel-server nfs-common2.配置tong_jiang@tj-laptop:~$ sudo vim /etc/exports # /etc/exports: the access control list for filesystems which may be exported# to NFS clients. See exports(
今天發現比較奇怪的問題,老的BSP產生的核心可以支援APM6633這個模組的運行,新BSP產生的核心卻有問題。經過對比catalog項目,最終鎖定在Device Drivers -- SD -- Legacy SD Bus Driver(SD Bus Driver)的區別上。選"Legacy SD Bus Driver"可以支援APM6633,選"SD Bus Driver"卻不能支援。原因未知,恐怕只能問APM了。
個人絕對推薦的SVN用戶端,http://rabbitvcs.org/先來個誘惑一下大家.再看官方的簡介. Easy version control for LinuxRabbitVCS is a set of graphical tools written to provide simple and straightforward access to the version control systems you use. Currently, it is integrated into
#include "Iphlpapi.h"#include "eaputil.h"#include "wzcsapi.h"#include "ndispwr.h"WCHAR *szAdapter1=_T("SDIO86861");// use statically allocated memory block// to reduce risk of mem leaking from this stress code.#define MEM_BLOCK_8K_SIZE
又出問題了! camera應用程式啟動的時候要通過IIC匯流排寫register,而且還是一大堆,就在這個過程中,電源管理IC驅動也要通過IIC匯流排去讀取電池電壓和電流及充放電狀態,這樣混在一起,就出現了TX Time Out的現象。而關掉PMU驅動讀IIC部分則camera模組寫register每次都成功! 經過一番思索,camera寫寄存器只有啟動時一次,後面幾乎都不怎麼寫,只要這段時間不發生衝突不就完事大吉了?