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/PROCESSOR-SDK-AM335X: Processor SDK 05.03.00.07 building

Part Number: PROCESSOR-SDK-AM335X


Tool/software: Linux

I want to install the recently released "PROCESSOR-SDK-LINUX-RT-AM335X 05_03_00_07" using
"Building the SDK" instructions.

During the layer configuration for this particular release (Processor SDK 05.03.00.07) and after
cloning "git://arago-project.org/git/projects/oe-layersetup.git", I haven't found the
expected config file for this SDK "configs/processor-sdk/processor-sdk-05.03.00.07-config.txt"


Should I use the the config file of the previous SDK "processor-sdk-05.02.00.10-config.txt" or
is the file "processor-sdk-05.03.00.07-config.txt" missing?

Thanks.

  • Hello,

    Please follow this guide:

    I executed these steps:

    git clone git://arago-project.org/git/projects/oe-layersetup.git tisdk1

    Cloning into 'tisdk1'...

    remote: Counting objects: 1190, done.

    remote: Compressing objects: 100% (1181/1181), done.

    remote: Total 1190 (delta 874), reused 0 (delta 0)

    Receiving objects: 100% (1190/1190), 135.04 KiB | 160.00 KiB/s, done.

    Resolving deltas: 100% (874/874), done.

    Checking connectivity... done.

    cd tisdk1/configs/processor-sdk/

    /tisdk1/configs/processor-sdk$ ls

    processor-sdk-01.00.00.00-config.txt  processor-sdk-04.01.00.06-x11-config.txt

    processor-sdk-01.00.00.03-config.txt  processor-sdk-04.02.00.09-config.txt

    processor-sdk-02.00.00.00-config.txt  processor-sdk-04.03.00.05-config.txt

    processor-sdk-02.00.01.07-config.txt  processor-sdk-05.00.00.15-config.txt

    processor-sdk-02.00.02.11-config.txt  processor-sdk-05.01.00.11-config.txt

    processor-sdk-03.00.00.04-config.txt  processor-sdk-05.02.00.10-config.txt

    processor-sdk-03.01.00.06-config.txt  processor-sdk-05.03.00.07-config.txt

    processor-sdk-03.02.00.05-config.txt  processor-sdk-daisy-config.txt

    processor-sdk-03.03.00.04-config.txt  processor-sdk-morty-config.txt

    processor-sdk-04.00.00.04-config.txt  processor-sdk-rocko-config.txt

    processor-sdk-04.01.00.06-config.txt

    As you could see  processor-sdk-05.03.00.07-config.txt is there.

    Here is the file

    # This file takes repo entries in the format
    # repo name,repo uri,repo branch,repo commit[,layers=layer1:layer2...:layern]
    
    bitbake,git://git.openembedded.org/bitbake,1.36,582f1d7a8d150cf5917dfc1efa844f40131ae4bf,layers=
    meta-processor-sdk,http://arago-project.org/git/projects/meta-processor-sdk.git,master,f33a37ac6baa8155302fa1faea99f1be5461779e,layers=
    meta-ros,https://github.com/bmwcarit/meta-ros.git,master,e2566402ab108a19634354a934788109422cf409,layers=
    meta-arago,http://arago-project.org/git/meta-arago.git,rocko,d4bc00af838df7a77f4ddbd3546755c5bad5b880,layers=meta-arago-distro:meta-arago-extras
    meta-browser,git://github.com/OSSystems/meta-browser.git,master,26d50665e2f7223c5f4ad7481a8d2431e7cb55fb,layers=
    meta-qt5,git://github.com/meta-qt5/meta-qt5.git,rocko,d8b531530fa42b59aa0a5b123d87a30d749cbcc4,layers=
    meta-virtualization,git://git.yoctoproject.org/meta-virtualization,rocko,b704c689b67639214b9568a3d62e82df27e9434f,layers=
    meta-openembedded,git://git.openembedded.org/meta-openembedded,rocko,eae996301d9c097bcbeb8046f08041dc82bb62f8,layers=meta-networking:meta-python:meta-oe:meta-gnome:meta-multimedia:meta-filesystems
    meta-ti,git://git.yoctoproject.org/meta-ti,rocko,02e852b1a069463f937ea594e13fe5f88ce9b74d,layers=
    meta-linaro,https://git.linaro.org/openembedded/meta-linaro.git,rocko,cd9ee776044a2d8943be4cb019f063271e9c684d,layers=meta-linaro-toolchain:meta-optee
    oe-core,git://git.openembedded.org/openembedded-core,rocko,3638cb32ba9ba32b4d498fc31ab7fdf82f0d2495,layers=meta
    OECORELAYERCONF=./sample-files/bblayers.conf.sample
    OECORELOCALCONF=./sample-files/local-processor-sdk-64.conf.sample
    

    Hope this helps.

    Note: processor-sdk-05.02.00.10-config.txt is for previous release.

    BR
    Margarita

  • The file "processor-sdk-05.03.00.07-config.txt" is now in the repository.

    I didn't notice that the file had been uploaded 13 hours ago.

    Thanks.