Navigation

    全志在线开发者论坛

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • 社区主页
    1. Home
    2. Laumy
    L
    • Profile
    • Following 0
    • Followers 0
    • my integral 229
    • Topics 1
    • Posts 2
    • Best 0
    • Groups 0

    LaumyLV 3

    @Laumy

    229
    integral
    0
    Reputation
    2
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Laumy Unfollow Follow

    Latest posts made by Laumy

    • Reply: 蓝牙mesh固件

      @xiaowenge 正在开发host协议部分,弄好了,成果到时候会发出来。

      posted in Linux
      L
      Laumy
    • 蓝牙mesh固件

      host mesh协议栈的开发需要配合蓝牙固件,当前公版的蓝牙固件并不支持mesh,现上传支持mesh的固件版本,供有兴趣开发linux mesh协议栈开发者基于此进行开发。

      XR829_BT_Firmware_V7.14.18_E_40M.bin

      替换方法:

      1. 使用adb push 的方式将固件push到**/lib/firmware/fw_xr829_bt_40M.bin**:
      adb push XR829_BT_Firmware_V7.14.18_E_40M.bin /lib/firmware/fw_xr829_bt_40M.bin
      
      1. SDK中替换package/firmware/linux-firmware/xr829/fw_xr829_bt_40M.bin,重新编译打包。
      posted in Linux
      L
      Laumy