Solved
How to install crontab on Stm32mp1? Inside starter package rfs, I found this file /etc/cron.daily/apt.apt-compat.cron.daily but crontab is not present: root@stm32mp1:~# crontab -sh: crontab: not found so the file will never be executed, am i correct?
I can't install crontab with apt-get install
apt-get install cron
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package cronWhat do you suggest?
