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