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.

PROCESSOR-SDK-AM57X: Update docker

Part Number: PROCESSOR-SDK-AM57X
Other Parts Discussed in Thread: AM5718

Hi, I'm trying to run docker on AM5718, I'm following https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1116228/processor-sdk-am57x-version-08-02-01-00---trouble-building-bsp/4375906#4375906

wget dr-download.ti.com/.../ti-processor-sdk-linux-am57xx-evm-08_02_01_00-Linux-x86-Install.bin
chmod +x ti-processor-sdk-linux-am57xx-evm-08_02_01_00-Linux-x86-Install.bin
./ti-processor-sdk-linux-am57xx-evm-08_02_01_00-Linux-x86-Install.bin --mode unattended --prefix `pwd`
cd yocto-build/
./oe-layertool-setup.sh -f ../configs/processor-sdk-linux-08_02_01_00.txt
cd build/
cd ../sources/meta-ti/
git cherry-pick 39fa0c1d3d020d5239c067e103e2f429ef0fcfc7
git cherry-pick 9e6c7d69d8d5700ff22ca03a3d1d1b04bce88f85
git cherry-pick ccbe45c06b2fddf73b4a5c596214fc86b0968d39
cd -
echo "DISTRO_FEATURES_append = \" virtualization\"" >> conf/local.conf
echo "IMAGE_INSTALL_append = \" docker\"">> conf/local.conf

. conf/setenv
TOOLCHAIN_BASE=/sdk/tools MACHINE=am57xx-evm bitbake -k tisdk-default-image

I already build the image without problems, but when I want to run docker I get this error

root@am57xx-evm:~# docker --version

Docker version 19.03.8-ce, build afacb8b7f0


root@am57xx-evm:~# docker ps

Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

it's possible to update the version of docker?

  • Hello,

    The docker package include in the image is determined by the the configuration file used. In this case, the file processor-sdk-linux-08_02_01_00.txt in the config folder used as part of oe-layertool-setup.sh.

    We dont thing it is possible to update the docker version unless we made updates to the configuration file. 

    Thanks.