How do I get the commands I specify to run automatically when I boot from Raspberry Pi3?

Asked 2 years ago, Updated 2 years ago, 40 views

How do I get the command I specified to run automatically when I boot from Raspberry Pi3?

linux raspberry-pi

2022-09-22 13:29

2 Answers

You can insert a command script in the /etc/rc.local file or a script file to run in the /etc/profile.d/path.

Or check the url below. This is the content of registering the start command in Raspberry Pi. It's similar because it's Linux-based anyway.

http://www.rasplay.org/?p=4854


2022-09-22 13:29

What do you mean by the command you specified? Are you talking about the command lines you entered? If that's the case, I have to write a script and make it run after booting, but I don't remember at what level... I think it depends on what the script wants to doOnly


2022-09-22 13:29

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.