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.

6AJ.1.2 lunch error

I tried build Android File System of 6AJ.1.2

omapedia.org/.../6AJ.1.2_Release_Notes

*********************************

cd $MYDROID
. build/envsetup.sh
lunch full_jacinto6evm-userdebug
*********************************
An error occurred when I executed the lunch command.

*********************************

build/core/product_config.mk:222: *** Can not locate config makefile for product "full_jacinto6evm".  中止.

** Don't have a product spec for: 'full_jacinto6evm'
** Do you have the right repo manifest?
*********************************

How can I run the lunch command?

  • Hi,

    Please make sure you have the device/ti/jacinto6evm project in your repo.
    Also, run "repo status" command in MYDROID folder to make sure your repo is OK.

    Is there any reason you are using old JellyBean releases?

    Regards,
    Vishal
  • Thank you for your reply.

    > Please make sure you have the device/ti/jacinto6evm project in your repo.
    Yes. I find device/ti/jacinto6evm project.

    > Also, run "repo status" command in MYDROID folder to make sure your repo is OK.
    I run "repo status" in $MYDROID.
    Result is "nothing to commit (working directory clean)".
    But ”lunch full_jacinto6evm-userdebug” command did not succeed.

    > Is there any reason you are using old JellyBean releases?
    My Jacinto 6 is Rev-D / ES1.0 , so 6 AJ.1.3 or later is not supported.
    Can jacinto6 Rev-D / ES1.0 use the 6 AJ.1.3 or later ?

    Do you have any other advice?
  • Try other way to choose build project.

    Just type "lunch" and press enter and choose from the menu jacinto6evm and see if that works.
  • Thank you for your reply.

    > Just type "lunch" and press enter and choose from the menu jacinto6evm and see if that works.
    I tried your advice.

    press "lunch"
    ****************************************
    You're building on Linux

    Lunch menu... pick a combo:
    1. aosp_arm-eng
    2. aosp_x86-eng
    3. aosp_mips-eng
    4. vbox_x86-eng
    5. aosp_deb-userdebug
    6. aosp_flo-userdebug
    7. full_grouper-userdebug
    8. full_tilapia-userdebug
    9. mini_armv7a_neon-userdebug
    10. mini_mips-userdebug
    11. mini_x86-userdebug
    12. full_mako-userdebug
    13. full_maguro-userdebug
    14. full_manta-userdebug
    15. full_toro-userdebug
    16. full_toroplus-userdebug
    17. full_arndale-userdebug
    18. full_blaze-userdebug
    19. full_blaze-eng
    20. blaze_tablet-userdebug
    21. blaze_tablet-eng
    22. full_jacinto6evm-eng
    23. full_jacinto6evm-userdebug
    24. full_panda-userdebug
    25. full_omap5panda-eng
    26. full_omap5panda-userdebug

    Which would you like? [aosp_arm-eng]
    ********************************************
    i tried input "full_jacinto6evm-eng" and "full_jacinto6evm-userdebug".
    result is NG.
    ********************************************
    Which would you like? [aosp_arm-eng] full_jacinto6evm-userdebug
    build/core/product_config.mk:222: *** Can not locate config makefile for product "full_jacinto6evm". 中止.

    ** Don't have a product spec for: 'full_jacinto6evm'
    ** Do you have the right repo manifest?
    ********************************************
  • You entered number "23" to choose full_jacinto6evm-userdebug?
  • > You entered number "23" to choose full_jacinto6evm-userdebug?
    I tried "23" and "full_jacinto6evm-userdebug" respectively, but the results were the same.
    Then I tried to enter all the numbers.
    Only 1 - 3, 9 was successful.
    Other numbers have failed.
  • Something is wrong with your setup then.
    Make sure you have installed all the required tools - source.android.com/.../initializing

    Other than that I don't have any other suggestions for you.
  • As you said, there seems to be a problem with the environment.
    I do not know the detailed cause, but it seems there was a problem with logging in to Ubuntu LXDE from Windows Remote Desktop.
    I ran successfully the lunch command when logging in with ssh from Teraterm.

    Thank you a lot of advice.
  • Glad it worked.
    The Windows remote desktop to Ubuntu could be the problem.