Building Android BSP with RPMsg enabled for iMX8 Nano

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Building Android BSP with RPMsg enabled for iMX8 Nano

1,334 Views
anurag16doshi
Contributor II

I am working with the iMX8 Nano Evaluation board and am looking at enabling the RPMsg service in the Android OS available in the Linux kernel modules. I have searched and found an article(https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/Using-Cortex-M4-SDK-to-communicate-with-...) Can I follow a similar procedure?

If not, will yocto help in building this?

Can someone provide me with easy approach to start yocto for the board?

0 Kudos
2 Replies

1,314 Views
anurag16doshi
Contributor II

Hey Zhiming,

 

While working using he above method I get the attached error.

The steps I followed:

1. I edited the BoardConfig.mk located in the corresponding directory and added the following lines

#RPMsg Config

BOARD_VENDOR_KERNEL_MODULES += \

$(KERNEL_OUT)/drivers/rpmsg/imx_rpmsg_tty.ko

2. I used the following commands to build kernel and bootimage.

$ source build/envsetup.sh
$ lunch evk_8mn-userdebug
$ ./imx-make.sh kernel -c -j4

and 

source build/envsetup.sh
$ lunch evk_8mm-userdebug
$ ./imx-make.sh bootimage -j4

3. I used the command as described in the image below and encounter this error

 

Any help with this error and how to solve it would be appreciated. 

TIA,

Anurag

0 Kudos

1,326 Views
Zhiming_Liu
NXP TechSupport
NXP TechSupport

Hi anurag16doshi,

 

Yes, you can try .The process is similar.

 

Best Regards,

Zhiming

0 Kudos