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.

TI-Android-JB-4.2.2-DevKit-4.1.1 guide issue

Hi!

I'm trying to build TI-Android-JB-4.2.2-DevKit-4.1.1 for am335EVM. What I did:

1) Installed Ubuntu 14.04 with required software

2) downloaded [http://downloads.ti.com/sitara_android/esd/TI_Android_DevKit/TI_Android_JB_4_2_2_DevKit_4_1_1/exports/TI_Android_JB_4.2.2_DevKit_4.1.1.bin]

3) installed it

the following steps are based on the guide processors.wiki.ti.com/.../TI-Android-JB-4.2.2-DevKit-4.1.1_DeveloperGuide

4) export PATH to gcc... works

5) make TARGET_PRODUCT=am335xevm OMAPES=4.x -j4 sdcard_build

I can see how u-boot and kernel have been built, but your guide states the following:

This command will build boot loader, kernel and filesystem with SGX for the specified product name

everything builds without any errors and now I expect to see anything in out/target/product/am335xevm, but this directory is absolutely empty. What should I do next to have u-boot, kernel and SGX drivers in there?