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?