Tool/software:
I'm a first time user. A supplier told us we need the 'Yocto 5.0 LTS (scarthgap)' for a toolset and supplied a list of commands to perform this. However I already struggle at the first step:
Yocto: 5.0 LTS (scarthgap)
$ git clone https://git.ti.com/git/arago-project/oe-layersetup.git yocto
$ cd yocto
$ ./oe-layertool-setup.sh -f configs/processor-sdk/processor-sdk-scarthgap-10.01.10.04-config.txt
$ cd build
$ nano/vi conf/setenv
export ARAGO_RT_ENABLE=1
$ . conf/setenv
$ bitbake-layers add-layer <path to settels-am335x>
$ nano/vi conf/local.conf
MACHINE ?= "am335x"
$ bitbake -k tisdk-tiny-image
I just created an account, as I thought that maybe I have to be logged in for downloading. But no difference. Thank you for your suggestions what I need to do to install the repository.
Thank you in advanced,
Ludo Houben