Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • AnW_BT_SRV AnW_BT_SRV
  • Project information
    • Project information
    • Activity
    • Members
  • Packages & Registries
    • Packages & Registries
    • Infrastructure Registry
  • Wiki
    • Wiki
  • Activity
Collapse sidebar
  • delly chen
  • AnW_BT_SRVAnW_BT_SRV
  • Wiki
  • RELEASENOTE_TAMUL

RELEASENOTE_TAMUL · Changes

Page history
Update RELEASENOTE_TAMUL authored Feb 07, 2022 by delly chen's avatar delly chen
Hide whitespace changes
Inline Side-by-side
Showing with 4 additions and 4 deletions
+4 -4
  • RELEASENOTE_TAMUL.md RELEASENOTE_TAMUL.md +4 -4
  • No files found.
RELEASENOTE_TAMUL.md
View page @ d677dc3f
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
AnW Bluetooth Service API, offered two sorts of releases AnW Bluetooth Service API, offered two sorts of releases
1. [APP Release (*_btsrv_app)](#AppRelease): executable **BTDemo**, launcher **btsrv_client.sh**, essentails libraries (**.so**), and App configures (**.xml**) 1. [APP Release (tamul_btsrv_app)](#AppRelease): executable **BTDemo**, launcher **btsrv_client.sh**, essentails libraries (**.so**), and App configures (**.xml**)
2. [SDK Release (*_btsrv_sdk)](#SDKRelease): open source with **AnWBTServiceDemo.cpp**, imported essentials libraries (**.so**), header (**anwbtservice.h**), and App configures (**.xml**) 2. [SDK Release (tamul_btsrv_sdk)](#SDKRelease): open source with **AnWBTServiceDemo.cpp**, imported essentials libraries (**.so**), header (**anwbtservice.h**), and App configures (**.xml**)
# RELEASE NOTE # RELEASE NOTE
...@@ -46,7 +46,7 @@ wpa_supplicant -B -D nl80211 -i mlan0 -c /etc/ublox/wpa_supplicant.conf ...@@ -46,7 +46,7 @@ wpa_supplicant -B -D nl80211 -i mlan0 -c /etc/ublox/wpa_supplicant.conf
udhcpc -i mlan0 udhcpc -i mlan0
``` ```
## Run App on targets (tamul_btsrv_app-.zip) ## Run App on targets (tamul_btsrv_app.zip)
1. unzip 1. unzip
2. Copy results folder /build/btsrv to target /home/btsrv 2. Copy results folder /build/btsrv to target /home/btsrv
3. go to target, in terminal entering /btsrv folder 3. go to target, in terminal entering /btsrv folder
...@@ -55,7 +55,7 @@ udhcpc -i mlan0 ...@@ -55,7 +55,7 @@ udhcpc -i mlan0
> export LD_LIBRARY_PATH="/home/btsrv/etc/anwbtservice/lib" > export LD_LIBRARY_PATH="/home/btsrv/etc/anwbtservice/lib"
>./BTDemo >./BTDemo
``` ```
## Customize on SDK (tamul_btsrv_sdk-.zip) ## Customize on SDK (tamul_btsrv_sdk.zip)
1. unzip 1. unzip
2. in terminal entering ./anwbtsrv_sdk/Demo folder 2. in terminal entering ./anwbtsrv_sdk/Demo folder
3. setup tool-chain by command line (source ...) or edit in ./anwbtsrv_sdk/Demo/build_demo.sh 3. setup tool-chain by command line (source ...) or edit in ./anwbtsrv_sdk/Demo/build_demo.sh
......
Clone repository

SONY TAMUL RELEASENOTE
COMMAND MAN PAGE