2019年7月2日 星期二

[NT98515] Enable WiFi Support

簡述 :

NT98515 的 SDK 預設不支援 WiFi. 必須要在 Linux Kernel 設定.

Configure :

$ make linux_config
[*] Networking support
  [*] Wireless
    <M> cfg80211 - wireless configuration API 
    [*] nl80211 testmode command
    [ ] enable powersave by default
    [*] cfg80211 wireless extensions compatibility
<M> Generic IEEE 802.11 Networking Stack (mac80211) 
[*] Minstrel
[*]      Minstrel 802.11n support 



Device Drivers --->
  [*] Network device support 
    [*] Wireless LAN
        <*> IEEE 802.11 for Host AP (Prism2/2.5/3 and WEP/TKIP/CCMP)












  
  

  

沒有留言:

張貼留言

[ NT98515] CROSSCOMPILE ECLIPSE PAHO MQTT C Client

簡述: 試著把 Eclipse Paho MQTT C client  移植到 NT98515 的平台, 並且測試驗證. 下載 source: git clone https://github.com/eclipse/paho.mqtt.c make: cmake $ cmake...