...
參考cansend 的方法進行發送can 數據。 cansend 的生成,請查考:http: www.cnblogs.com chenfulin p .html cansend 代碼跟蹤: ...
2017-05-04 17:31 0 1272 推薦指數:
...
...
解析freescale的MfgTool中的腳本,了解imx6, android系統的分區情況。 配置文件 1. cfg.ini 2. UICfg.ini 用於配置同時燒寫的主板個數,MfgTool的說明文檔中指出,支持同時燒寫多個主板。 emmc分區 ...
測試環境:IMX6平台,SDIO-WIFI模塊rtl8189fs,隨機出現奔潰問題。 1)優化了WIFI 驅動代碼,防止死鎖 spin_lock的函數改為spin_lock_bh, 是spin_unlock函數改為spin_unlock_bh 2)關閉CPU搶占 ...
iMX6 NFS啟動 1、Tftp下載uImage: 1.1,設置ubuntu (1) Setup tftp server files # apt-get install tftpd tftp openbsd-inetd (2) make a tftp directory Here ...
#define _MX6Q_PAD_SD2_DAT1__USDHC2_DAT1 \ IOMUX_PAD(0x0360, 0x004C, 0, 0x0000, 0, 0 ...
imx6dl需要支持lcd接口的屏,imx6dl的datasheet並沒有明確的說明lcd相關的配置,只在Display Content Integrity Checker (DCIC)一章中介紹。本文記錄imx6支持lcd的方法。 參考鏈接 http ...
本文記錄imx6 uboot中關於lcd初始化的過程。 uboot中相關的文件: cpu/arm_cortexa8/start.S lib_arm/board.c board/freescale/mx6q_sabresd/mx6q_sabresd.c common ...