Building Android BSP with RPMsg enabled for iMX8 Nano

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Building Android BSP with RPMsg enabled for iMX8 Nano

3,044件の閲覧回数
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?

ラベル(3)
0 件の賞賛
返信
2 返答(返信)

3,020件の閲覧回数
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,031件の閲覧回数
Zhiming_Liu
NXP TechSupport
NXP TechSupport

Hi anurag16doshi,

 

Yes, you can try .The process is similar.

 

Best Regards,

Zhiming

0 件の賞賛
返信