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.

AM335X: Bitbake fails



think@think-VirtualBox:~$  MACHINE=am355x-evm bitbake arago-core-tisdk-image
bitbake: command not found

  • The software team have been notified. They will respond here.
  • Hello,

    You should execute few steps before the bitbake command. Please, follow this wiki page if you are trying to build the latest PSDK:
    processors.wiki.ti.com/.../Processor_SDK_Building_The_SDK

    BR
    Margarita
  • Hi Margarita
    i have try it follow your instruction, and it show the"" is there any wrong mistake i have made
    think@think-VirtualBox:~/tisdk/build$ export PATH=$HOME/gcc-linaro-6.2.1-2016.11-x86_64_arm-linux-gnueabihf/bin:$PATH
    think@think-VirtualBox:~/tisdk/build$ MACHINE=am355x-evm bitbake arago-core-tisdk-image
    Pseudo is not present but is required, building this first before the main build
    ERROR: Execution of event handler 'external_linaro_toolchain_version_handler' failed
    Traceback (most recent call last):
    File "external_linaro_toolchain_version_handler(e)", line 8, in external_linaro_toolchain_version_handler(e=<bb.event.ConfigParsed object at 0x7f37fd11ced0>)
    File "external-linaro-toolchain-versions.inc", line 4, in elt_get_main_version(d=<bb.data_smart.DataSmart object at 0x7f37fd1b1390>)
    IndexError: list index out of range

    ERROR: OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Please set a valid MACHINE in your local.conf or environment
    Please install the following missing utilities: makeinfo,gawk,chrpath
    The layout of the TMPDIR STAMPS directory has changed. Please clean out TMPDIR and rebuild (sstate will be still be valid and reused)
  • Hello,

    First in the guide there are few steps that should be executed. Please check chapter Host Setup.
    Did you execute all these steps?
    $ git clone git://arago-project.org/git/projects/oe-layersetup.git tisdk
    $ cd tisdk
    $ ./oe-layertool-setup.sh -f configs/processor-sdk/processor-sdk-04.00.00.04-config.txt
    $ cd build
    $ . conf/setenv
    $ export PATH=$HOME/gcc-linaro-6.2.1-2016.11-x86_64_arm-linux-gnueabihf/bin:$PATH
    $ MACHINE=<target board> bitbake arago-core-tisdk-image

    It would be better to post what steps you are executing.

    BR
    Margarita
  • Hello,

    I am sorry but which Processor SDK version you are trying to build?
    The wiki page is for PSDK 04.00.00.04
    If you are building older version please check the end of the wiki page.

    BR
    Margarita
  • Hi Margarita
    when i do it as your instruction . it prompt that:NOTE: Your conf/bblayers.conf has been automatically updated.
    ERROR: OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Please install the following missing utilities: makeinfo,gawk,chrpath


    Summary: There was 1 ERROR message shown, returning a non-zero exit code.
    think@think-VirtualBox:~/tisdk/build/conf$
    think@think-VirtualBox:~/tisdk/build/conf$ MACHINE=am335x-evm bitbake arago-core-tisdk-image
    ERROR: OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Please install the following missing utilities: makeinfo,gawk,chrpath
  • Hi
    my friend
    i have try the instruction.but it also have some trouble
    think@think-VirtualBox:~/tisdk/build/conf$ MACHINE=am335x-evm bitbake tisdk-rootfs-image
    ERROR: OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Please install the following missing utilities: makeinfo,gawk,chrpath


    Summary: There was 1 ERROR message shown, returning a non-zero exit code.
    think@think-VirtualBox:~/tisdk/build/conf$ MACHINE=am335x-evm bitbake tisdk-rootfs-image
    ERROR: OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Please install the following missing utilities: makeinfo,gawk,chrpath


    Summary: There was 1 ERROR message shown, returning a non-zero exit code.
  • Hello,

    There is a chapter "host setup" in the guide.
    Please install the tools that are required.
    Which version of PSDK you are trying to build?

    BR
    Margarita