Dear TI sirs:
We are using the latest PROCESSOR-SDK-ANDROID-AM57X 06_01_00_08 for AM5728GPEVM on Ubuntu 18.04
By following the document link

When build the AFS
Instructions for building Android file system for AM5:
cd ~/ti-processor-sdk-android-am57xx-evm-<ver>/board-support/aosp-<ver>/
export KERNELDIR=~/ti-processor-sdk-android-am57xx-evm-<ver>/board-support/linux-<ver>/
make -j8 clean
. build/envsetup.sh
lunch am57xevm_full-userdebug
make -j8
we failed on the step on lunch am57xevm_full-userdebugwith below message
build/make/core/product_config.mk:229: error: Can not locate config makefile for product "am57xevm_full".
09:16:26 dumpvars failed with: exit status 1
I saw similar as below link

My question is how to build for am5728 GPEVM as in lunch only the below are supported. Any comments are welcome.
am65xevm-eng aosp_cf_x86_64_wear-userdebug
am65xevm-user aosp_cf_x86_auto-userdebug
am65xevm-userdebug aosp_cf_x86_phone-userdebug
am65xevm_auto-eng aosp_cf_x86_tablet-userdebug
am65xevm_auto-user aosp_cf_x86_tablet_3g-userdebug
am65xevm_auto-userdebug aosp_cf_x86_tv-userdebug
aosp_arm-eng aosp_cf_x86_wear-userdebug
aosp_arm64-eng aosp_marlin-userdebug
aosp_car_arm-userdebug aosp_marlin_svelte-userdebug
aosp_car_arm64-userdebug aosp_mips-eng
aosp_car_x86-userdebug aosp_mips64-eng
aosp_car_x86_64-userdebug aosp_sailfish-userdebug
aosp_cf_x86_64_auto-userdebug aosp_taimen-userdebug
aosp_cf_x86_64_phone-userdebug aosp_walleye-userdebug
aosp_cf_x86_64_tablet-userdebug aosp_walleye_test-userdebug
aosp_cf_x86_64_tablet_3g-userdebug aosp_x86-eng
aosp_cf_x86_64_tv-userdebug aosp_x86_64-eng
Regards,
/ckhsu