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.

Compiler/PROCESSOR-SDK-AM57X: Android build error

Part Number: PROCESSOR-SDK-AM57X

Tool/software: TI C/C++ Compiler

Hello

I'm trying to build an android for a beagle-board x15 board.

I ran it like this:

Android file system for AM5:


make -j8 clean
. build / envsetup.sh
lunch am57xevm_full-userdebug

The following error occurs at lunch:

~/ti-processor-sdk-android-am57xx-evm-06.01.00.08/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".

Please indicate the cause.

 

Best Regards

Choi