802.11s

Does there anyone try to use 802.11s on BBGW?

1.download AM335x Linux SDK Essentials

http://software-dl.ti.com/processor-sdk-linux/esd/AM335X/latest/index_FDS.html

  1. ./ti-processor-sdk-linux-am335x-evm-03.02.00.05-Linux-x86-Install.bin
  2. edit setup-env file
    •export TOOLCHAIN_PATH=’/opt/ti-processor-sdk-linux-am335x-evm-03.02.00.05/linux-devkit/sysroots/x86_64-arago-linux/usr/bin‘
    •export KERNEL_PATH=’/opt/ti-processor-sdk-linux-am335x-evm-03.02.00.05/board-support/linux-4.4.32+gitAUTOINC+adde2ca9f8-gadde2ca9f8‘
    •export KERNEL_VARIANT=DEFAULT
    •export CROSS_COMPILE=arm-linux-gnueabihf-
    •export ARCH=arm
    • [ “$TOOLCHAIN_PATH” != “DEFAULT” ] && export PATH=$TOOLCHAIN_PATH:$PATH

    4.download Build Scripts

git clone git://git.ti.com/wilink8-wlan/build-utilites.git

  1. ./build_wl18xx.sh init
  2. apt-get install autoconf
  3. ./build_wl18xx.sh update R8.7
  4. ./build_wl18xx.sh

But after “./build_wl18xx.sh update R8.7”, the console appeared “your kernel headers are incompletee/not installed”.
Is there anyone having the experiment?

So in order to find your kernel headers you need to:

root@wgd:~# apt-get update
root@wgd:~# apt-cache search linux-headers-uname -r
linux-headers-4.4.55-ti-r94 - Linux kernel headers for 4.4.55-ti-r94 on armhf

Then to install that package:
root@wgd:~# apt-get install linux-headers-4.4.55-ti-r94

Keep in mind you need to run the APT search feature first, in order to find suitable headers for your own kernel.

There is some other experiments in this area, but getting it all going may require a move to the 4.9 kernel.

안녕하세요

혹시 BBGW에 Wilink driver 설치 하셨나요

성공하셨다면

답변부탁드립니다

꼭 부탁 드립니다 ㅜ

2017년 4월 13일 목요일 오후 8시 28분 5초 UTC-5, Ying-Ju Chen 님의 말:

Hi

I am trying to install TI SDK on BBGW

Could you send me e-mail if you successfully install the Wilink driver and SDK?

my e-mail address is rlarltn935@tamu.edu

Thank you!

2017년 4월 13일 목요일 오후 8시 28분 5초 UTC-5, Ying-Ju Chen 님의 말: