原创 Ubuntu/linux調用md5加密數據/文件

安裝庫 sudo apt-get install openssl sudo apt-get install libssl-dev 編寫程序 //gcc -g str_md5_demo.c -o str_md5_demo -lc

原创 編譯CC2650出錯問題一之解決方法

編譯出現一下內容: Building configuration: cc2650em_app - FlashROM Updating build tree... Performing Pre-Build Action Err

原创 nrf52832進入DFU升級之前卡死問題

nrf52832 SDK版本:nRF5_SDK_13.0.0_04a0bfd 找到進入DFU BootLoader的函數,如下 static void on_hvc(ble_dfu_t * p_dfu, ble_evt_t * p

原创 ubuntu如何安裝openjdk8

執行更新 $ sudo apt-get update 安裝 sudo apt-get install openjdk-8-jdk 配置openJDK環境變量 sudo vi /etc/environment 加入下面值 JA

原创 Linux移植E20模塊驅動步驟解析

以openwrt-hiwooya-stable 源碼爲例, 對應的內核爲 linux-3.18.45。 當然, 如果您是其他 版本的 Linux 系統, 也可參考本章內容進行修改, 大同小異。 (1)添加VIDD和PID File

原创 OpenWrt操作系統移植SIM7600CE驅動及調試

1、開發環境 操作系統:OpenWrt 客戶機:MT7688 撥號方式:NDIS------>wwan0 2、配置文件及參數 (1)USB Serial 的內核配置支持 在 linux 內核配置中,請確保 CONFIG_USB_S

原创 openwrt遇到clock_gettime問題解決

開發環境 (1)Ubuntu12.04 (2)openwrt 最新master 解決方法 找到/build_dir/host/bison-3.5.1/lib文件夾下的config.h和config.in.h 註釋掉 /* Defi

原创 Ubuntu12.04升級make的方法

官網下載make https://ftp.gnu.org/gnu/make/make-4.2.tar.gz 解壓 tar -zxvf make4.2.tar.gz 安裝 cd make4.2 ./configure sudo ma

原创 Ubuntu12.04升級gcc的方法

1、添加軟件源 sudo add-apt-repository ppa:ubuntu-toolchain-r/test sudo apt-get update 2、安裝gcc高版本(以gcc4.8爲例) sudo apt-get

原创 openwrt編譯出現libaprutil-1.so: undefined reference to `iconv'

一、硬件平臺 1.1 控制器:MT7688 二、軟件平臺 2.1、開發環境:Ubuntu12.04 2.2、軟件版本:openwrt-hiwooya-stable 三、問題描述 openwrt下載的lib庫裏面是apr、a

原创 Openwrt如何添加SD_Card?看這裏

一、硬件平臺 1.1 控制器:MT7688 二、軟件平臺 2.1、開發環境:Ubuntu12.04 2.2、軟件版本:openwrt-hiwooya-stable 三、功能說明 本文章所選擇的目標芯片爲MT7688,pro

原创 CC2640編譯stack成功編譯app失敗的問題解決方法

問題現象如下 Error while running "C:\ti\xdctools_3_32_00_06_core/xs" --xdcpath="C:\ti\tirtos_cc13xx_cc26xx_2_18_00_03\produc

原创 MT7688開發之EC20模塊移植編譯錯誤問題解決

開發環境:openwrt-hiwooya-stable github源碼地址:https://github.com/hi-wooya/openwrt-hiwooya-stable 問題現象: Package quectel_cm

原创 如何解決CC2640用IAR下載固件出現Fatal error: Failed to load the CPU core driver Session aborted的問題

問題描述: 用IAR下載固件時彈出 Debug Log窗口顯示內容 解決方法: 在IAR安裝目錄下C:\IAR_Systems\Embedded_Workbench_7.5\arm\drivers\ti-xds點擊安裝ti_e

原创 esp-idf版本更新及切換方法

ESP-IDF 版本簡介 ESP-IDF 的 GitHub 倉庫時常更新,特別是用於開發新特性的 master 分支。 如有量產需求,請使用穩定版本。 發佈版本 您可以通過以下鏈接訪問各個版本的配套文檔: 最新穩定版