This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

PROCESSOR-SDK-AM57X: Can't build v06.00 Android File System from manifests

Part Number: PROCESSOR-SDK-AM57X

Hello,

I can't build the Android File System using the repo manifest contained in ti-processor-sdk-android-am57xx-evm-06.00.00.07/board-support/aosp-9.0 or with the repo manifest offered on the Android download page.

This attempt log is after a full repo sync:

mmckee@ubuntu:~/.../board-support/aosp-9.0$ pwd
/home/mmckee/ti-processor-sdk-android-am57xx-evm-06.00.00.07/board-support/aosp-9.0
mmckee@ubuntu:~/.../board-support/aosp-9.0$ make -j8 clean
15:24:50 Entire build directory removed.
mmckee@ubuntu:~/.../board-support/aosp-9.0$ . build/envsetup.sh 
including device/generic/car/vendorsetup.sh
including device/generic/mini-emulator-arm64/vendorsetup.sh
including device/generic/mini-emulator-armv7-a-neon/vendorsetup.sh
including device/generic/mini-emulator-mips64/vendorsetup.sh
including device/generic/mini-emulator-mips/vendorsetup.sh
including device/generic/mini-emulator-x86_64/vendorsetup.sh
including device/generic/mini-emulator-x86/vendorsetup.sh
including device/generic/uml/vendorsetup.sh
including device/google/cuttlefish/vendorsetup.sh
including device/google/marlin/vendorsetup.sh
including device/google/muskie/vendorsetup.sh
including device/google/taimen/vendorsetup.sh
including device/linaro/hikey/vendorsetup.sh
including device/ti/am65xevm/vendorsetup.sh
including sdk/bash_completion/adb.bash
mmckee@ubuntu:~/.../board-support/aosp-9.0$ lunch am57xevm_full-userdebug
build/make/core/product_config.mk:229: error: Can not locate config makefile for product "am57xevm_full".
15:25:06 dumpvars failed with: exit status 1
mmckee@ubuntu:~/.../board-support/aosp-9.0$ ls device/ti/
am65xevm  beagle_x15  beagle_x15-kernel

Looking through the am57xx manifest files, it appears that there is no "device" sources for the am57xx being pulled in. Are the manifest files or the "Building the SDK" guide incorrect?

Thanks,
Matt McKee