cross-compile of FMAC driver

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
KeTa_1341526
Level 5
Level 5
Distributor - TED (Japan)
10 likes given 10 likes received 5 likes given

Hello,

I am trying to cross-compile according to the README of FMAC Driver [2019-05-08].

Cypress Linux WiFi Driver Release (FMAC) [2019-05-08]

README

#### Build the kernel image

```bash

#1. Have the BSP kernel source available

   git clone https://source.codeaurora.org/external/imx/linux-imx

   cd linux-imx

   git checkout imx_4.9.88_2.0.0_ga

#2. Set up build environment and kernel configuration

   source /opt/poky/1.8/environment-setup-cortexa7hf-vfp-neon-poky-linux-gnueabi

:

:

#######

How can I do the following in step 2?

source /opt/poky/1.8/environment-setup-cortexa7hf-vfp-neon-poky-linux-gnueabi

I think you need to download from Yocto, please tell me about the download procedure and installation method.

Best regards,

Kenji Takahashi

0 Likes
1 Solution
VinayakS_26
Moderator
Moderator
Moderator
100 replies posted 50 replies posted 25 replies posted

Hi

Step2 can be done only if the toolchain is setup.

Please go through the following documentation by embedded artist and see if it helps you in bringing up the toolchain.

https://www.embeddedartists.com/wp-content/uploads/2018/04/iMX_Developing_with_C.pdf

Go through the install toolchain section in the document and then proceed further with the compilation of the kernel source.

You could also see the following blog for bringing up the fmac driver.

Getting started on Linux Driver Backporting - FMAC

Regards,

Vinayak

View solution in original post

0 Likes
1 Reply
VinayakS_26
Moderator
Moderator
Moderator
100 replies posted 50 replies posted 25 replies posted

Hi

Step2 can be done only if the toolchain is setup.

Please go through the following documentation by embedded artist and see if it helps you in bringing up the toolchain.

https://www.embeddedartists.com/wp-content/uploads/2018/04/iMX_Developing_with_C.pdf

Go through the install toolchain section in the document and then proceed further with the compilation of the kernel source.

You could also see the following blog for bringing up the fmac driver.

Getting started on Linux Driver Backporting - FMAC

Regards,

Vinayak

0 Likes