Building Android BSP with RPMsg enabled for iMX8 Nano

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Building Android BSP with RPMsg enabled for iMX8 Nano

3,035 次查看
anurag16doshi
Contributor III

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 项奖励
回复
2 回复数

3,011 次查看
anurag16doshi
Contributor III

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 项奖励
回复

3,022 次查看
Zhiming_Liu
NXP TechSupport
NXP TechSupport

Hi anurag16doshi,

 

Yes, you can try .The process is similar.

 

Best Regards,

Zhiming

0 项奖励
回复