Part Number: TMDSSK3358
Dear,
I need to add custom wifi driver to image for TMDSSK3358. Could you point me out any howto/document/instructions?
Any help would be much appreciated.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: TMDSSK3358
Dear,
I need to add custom wifi driver to image for TMDSSK3358. Could you point me out any howto/document/instructions?
Any help would be much appreciated.
Hello,
Fortunately, our SDK offers a standard Linux package that makes it work much like any other Linux system. So, just about any document you find on this for Linux should apply. It boils down to finding the right driver (either authoring, or through config), adding it to your config as either built in or module, and then running it as appropriate.
If you build it as a module, you'll need to make sure to install it to your filesystem.
You'll probably find this link useful.
Let's start with if the driver for the WiFi you want to add is already in the kernel?