Part Number: SK-AM62P-LP
Tool/software:
Hello TI,
We are using Am62p-lp borad,
Os- tisdk-debian-bookworm-rt-am62pxx-evm 09.02 version
we have successfully installed the docker in this version os.after that i try run helloworld example .while running i am encountering below error.
root@am62pxx-evm:~# docker start 93ee7036c230 Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error setting cgroup config for procHooks process: bpf_prog_query(BPF_CGROUP_DEVICE) failed: function not implemented: unknown Error: failed to start containers: 93ee7036c230
And i got to know that,BPF_CGROUP_DEVICE this flag also missing from /proc/config.gz and i am attaching log for your reference .
root@am62pxx-evm:~# zcat /proc/config.gz | grep CGROUP CONFIG_CGROUPS=y # CONFIG_CGROUP_FAVOR_DYNMODS is not set # CONFIG_BLK_CGROUP is not set # CONFIG_CGROUP_SCHED is not set # CONFIG_CGROUP_PIDS is not set # CONFIG_CGROUP_RDMA is not set # CONFIG_CGROUP_FREEZER is not set # CONFIG_CGROUP_HUGETLB is not set CONFIG_CGROUP_DEVICE=y # CONFIG_CGROUP_CPUACCT is not set # CONFIG_CGROUP_MISC is not set # CONFIG_CGROUP_DEBUG is not set CONFIG_SOCK_CGROUP_DATA=y # CONFIG_NETFILTER_XT_MATCH_CGROUP is not set CONFIG_NET_CLS_CGROUP=m CONFIG_CGROUP_NET_PRIO=y CONFIG_CGROUP_NET_CLASSID=y root@am62pxx-evm:~# zcat /proc/config.gz | grep BPF CONFIG_BPF=y CONFIG_HAVE_EBPF_JIT=y CONFIG_ARCH_WANT_DEFAULT_BPF_JIT=y # BPF subsystem # CONFIG_BPF_SYSCALL is not set # CONFIG_BPF_JIT is not set # end of BPF subsystem # CONFIG_NETFILTER_XT_MATCH_BPF is not set # CONFIG_BPFILTER is not set # CONFIG_NET_CLS_BPF is not set # CONFIG_NET_ACT_BPF is not set # CONFIG_TEST_BPF is not set
i try to install docker in latest version of debian trixie,but while installing i encountered one error, it can not able to found the release file while ding apt-update. From below link.
Thanks in advance,
BR,
RAJ.