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.

Linux/AM3352: looking for best practice in upgrading yokto

Part Number: AM3352

Tool/software: Linux

Hi

TI do a great job in keeping the TISDK up to date and available at www.ti.com/tool/PROCESSOR-SDK-AM335X

As we build our rootfs via the core-image-minimal of yokto it would be really great if there were instructions available on how to ensure this is kept in lock step with the SDK releases

Can anyone explain how best to keep my yokto machine up to date?

Thanks for any advice

All the best,

- Richard

  • Hello Richard,

    Please, referring to the best practices in this page to keep your OE build system up to date.

    $ git clone git://arago-project.org/git/projects/oe-layersetup.git tisdk
    $ cd tisdk
    $ ./oe-layertool-setup.sh -f configs/processor-sdk/processor-sdk-<version>-config.txt
    $ cd build
    $ . conf/setenv
    $ export TOOLCHAIN_PATH_ARMV7=$HOME/gcc-linaro-7.2.1-2017.11-x86_64_arm-linux-gnueabihf
    $ MACHINE=am335x-evm bitbake arago-base-tisdk-image

    Always use the the latest processor-sdk-<version>-config.txt file, export the proper tool-chain and built arago-base-tisdk-image target as an equivalent of your core-image-minimal.

    Best regards,
    Kemal