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. On Thu, Apr 13, 2017 at 6:09 PM, <[email protected]> wrote: > > > Does there anyone try to use 802.11s on BBGW? > > > 1.download AM335x Linux SDK Essentials > > *http:// > <http://software-dl.ti.com/processor-sdk-linux/esd/AM335X/latest/index_FDS.html>**software-dl.ti.com/processor-sdk-linux/esd/AM335X/latest/index_FDS.html > <http://software-dl.ti.com/processor-sdk-linux/esd/AM335X/latest/index_FDS.html>* > 2. ./ti-processor-sdk-linux-am335x-evm-03.02.00.05-Linux-x86-Install.bin > 3. 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 > 5. ./build_wl18xx.sh init > 6. apt-get install autoconf > 7. ./build_wl18xx.sh update R8.7 > 8. ./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? > > -- > For more options, visit http://beagleboard.org/discuss > --- > You received this message because you are subscribed to the Google Groups > "BeagleBoard" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/beagleboard/d11ad1af-d3e7-4b15-9b13-ac70e99c4acd%40googlegroups.com > <https://groups.google.com/d/msgid/beagleboard/d11ad1af-d3e7-4b15-9b13-ac70e99c4acd%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CALHSORpxNCo%2B76Qq7b%2BGJyFbObmtAPDx-V%2Bta_RdYZSDPTDirQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
