Solutions to your doubts are just one click away. Just select the appropriate category and ask questions. You can also reply to the answers you are already aware.
need to add a service file. but rootfs is readonly file system if you are booting from nor. if you boot from sdcard, we can add a service file or we can run this py file in already added service file.
Please add a below lines in already added service file.
need to add a service file. but rootfs is readonly file system if you are booting from nor. if you boot from sdcard, we can add a service file or we can run this py file in already added service file.
Please add a below lines in already added service file.
vi /etc/init.d/rcS
python3 <your .py file path>
and please copy the .py file in rootfs.