Run any Program in Raspberry Pi at Startup Automatically : The Easiest Way

  Рет қаралды 65,913

SPARKLERS : We Are The Makers

SPARKLERS : We Are The Makers

4 жыл бұрын

In this video, I have showed how you can run any program in Raspberry pi at startup in the easiest way.
Commands used in this video:
sudo nano /etc/rc.local
python home/pi/Desktop/blink.py &
For future updates follow us on facebook: / sparklers2018

Пікірлер: 54
@davidvlk8625
@davidvlk8625 Жыл бұрын
Bro is simply publishing pure gold.
@electrobean
@electrobean 3 жыл бұрын
I’m using Unity to make a VR UI environment that I want to be an operating system, but that’s not how it works so I have been searching the internet how to so this so thank you. Edit: i have given up
@imsteven3044
@imsteven3044 2 жыл бұрын
Hiii could you solve it? I want to run my unity executable in a RaspBerry pi but hen I run the executable open the program but it doesn’t show anything
@WilliamMelton617
@WilliamMelton617 3 жыл бұрын
Thank you! Very helpful video.
@johannespralle6831
@johannespralle6831 3 жыл бұрын
Great help. Thank you so much.
@canalv3rgsv90
@canalv3rgsv90 4 ай бұрын
TU canal vale oro gracias amigo!!!
@JontheRippa
@JontheRippa 3 жыл бұрын
Thank you, you make a good job 👏✌️
@sucharithaanumula1849
@sucharithaanumula1849 2 жыл бұрын
Works perfectly Thankyou so much
@realxd553
@realxd553 2 жыл бұрын
YES EXACTLY WHAT I NEED NOW MY IRON MAN HUD WILL WORK I AM SUBBING 100%
@gajjarbhavesh8214
@gajjarbhavesh8214 3 жыл бұрын
Thank You So Much My Bro
@subbuaccu2075
@subbuaccu2075 4 жыл бұрын
Friend, I have subscribed... Excellent work on GPS TRACKER PROJECT.. There's one request : 1) would you make another video for same project with ANY OPEN SOURCE MAP APPLICATION ? maybe pi os based or linux based map. OR 2) Saving all data in text file locally on pi zero as well as later viewing it offline as on the map so we can just copy tht text over network and draw map using gps coordinates on remote machine without google ! That will be gr8. Please look into it, If possible gr8 🙏✌🏼 P.S : Another reason for those requests is .... Why handout our personal gps data to google !? Thats why.
@saitamapreetsingh3057
@saitamapreetsingh3057 2 жыл бұрын
Thank you Bro ! I Subscribed 🤙
@benzene15
@benzene15 Жыл бұрын
Great video!!!
@boostaholic9174
@boostaholic9174 10 ай бұрын
Thank you so much!!!
@hossammagdy6974
@hossammagdy6974 3 жыл бұрын
good video thank u
@alhapidzteguhgumilar
@alhapidzteguhgumilar Жыл бұрын
Thanks, how to change to run another program? do i just repeat what you teach? or i ineed to delete something first ?
@realxd553
@realxd553 2 жыл бұрын
You are amazing
@Ayiamus7
@Ayiamus7 3 жыл бұрын
Thanks 😊
@jamesvincentapita1000
@jamesvincentapita1000 Жыл бұрын
hi, so i have a python program that runs tensorflow object detection, do u have an idea how i can run it on startup without the ide?
@Jokamutta
@Jokamutta 2 жыл бұрын
So I want to run a program that starts with a command for example ./command Will this method in the video work?
@GurpreetSingh-jz3rx
@GurpreetSingh-jz3rx 2 жыл бұрын
Hi, thanks for your video, this really worked. But, I ran into a problem. I am running a PyQt GUI program in full screen after boot, which works fine. But the thing is that the desktop screen is visible before the program starts running and so it doesn't look professional. My aim is to boot the raspberry pi to my app directly and not to desktop. I also tried using a splash screen in PyQt but got same result. Can you please help me with this? I am stuck with this for days. Thank you so much😃
@redgarpro
@redgarpro 2 жыл бұрын
You should probably just make your own Linux distribution if you want a custom screen
@alankritsharma2764
@alankritsharma2764 2 жыл бұрын
i have raspberry pi 3b and want to start zoom on it automatically for my grandma for her yoga classes. how can i do it? pls help
@nuraisyah4305
@nuraisyah4305 2 жыл бұрын
Hi Sir, May I ask.. the IP address you write in the putty, is that your static IP address?
@tonyvarghese75
@tonyvarghese75 3 жыл бұрын
Nice
@psyronYt
@psyronYt 2 жыл бұрын
Will it work for .exe type files for running on startup
@johnjayveec.alindayo9278
@johnjayveec.alindayo9278 2 жыл бұрын
Hello i did this steps, so how i can go back to the normal start up?
@techy9912
@techy9912 Жыл бұрын
but how will you stop the program running
@mistervaso
@mistervaso 9 ай бұрын
Can you please make a new one using a sh. file and on Debian 12.2 Bookworm ? Thank you
@hutfris1532
@hutfris1532 8 ай бұрын
I have a question, How do you stop the program after?
@xHexon_
@xHexon_ Жыл бұрын
How do you open programs like a mp4 file?
@shingrutashish5639
@shingrutashish5639 3 жыл бұрын
how to blink that led for the infinite time I mean until pi switches off. like flashLED(5) - This will blink for 5 times how to blink this for infinite time.
@sathishrajendiran9336
@sathishrajendiran9336 3 жыл бұрын
I written code in c language in geany... I followed these steps but didn't work what do i do?
@Steve-ct1yr
@Steve-ct1yr 3 жыл бұрын
led script may work fine, but I have a script using [requests, bs4, smtplib, decouple] libraries and it does not start on reboot. The script itself works fine if I start it manually I thought it was because of the .env variables, but I bypassed that and it still won't work... Any ideas why that might be?
@kagansenkeser4357
@kagansenkeser4357 2 жыл бұрын
hi I have the same issue did you find a solution
@prashantvasala6765
@prashantvasala6765 2 жыл бұрын
When we write a python code which has error and add it in rc.local file, the raspberry pi won't boot up right. So my question is that how can we undo this in rc.local. Can someone help me with this?
@jrltroll
@jrltroll 3 жыл бұрын
in the case of a c++ script instead of python home/pi/Desktop/blink.py & what I should put? :((((((((((((((((((((((
@sejungsong
@sejungsong 3 жыл бұрын
Did you figure this out?
@bhavanbhavan6135
@bhavanbhavan6135 2 жыл бұрын
This is working for raspberry pi zero w
@mattcero1
@mattcero1 Жыл бұрын
Thanks man. Password lost here. mine is in semi-headless mode as I have the small LCD screen on my 3 B+ and it displays the system and PiHole stats after bootup. I need to reset the password and editing the cmdline.txt file isn't working. What keyboard commands can I send to it to stop the automatic script and break out into a terminal/command line so I can type in the commands to change my password using the very small screen? Thanks mate!
@littledemon4893
@littledemon4893 3 жыл бұрын
Bro you said "there are many ways" what are others
@techv4413
@techv4413 3 жыл бұрын
Hello bro, I run a simple python program when raspberry pi bootup it works, but i run a face recognition program using opencv it doesn't open when raspberry pi bootup Please help me to solve this problem
@the_three_foodies
@the_three_foodies 3 жыл бұрын
did you find any way?
@JawwadKPatel
@JawwadKPatel 3 жыл бұрын
Hello use crontab -e, it'll work
@codingsleep1887
@codingsleep1887 3 жыл бұрын
@@JawwadKPatel how ?
@mr.awesome5109
@mr.awesome5109 3 жыл бұрын
1000th viewer
@Sapao.com.b
@Sapao.com.b 10 ай бұрын
Let’s do one to get money out of the atm I’ll do it and share the money with u lmk lmk
@dudess76
@dudess76 Жыл бұрын
Nothing happened
@talibsan1573
@talibsan1573 3 жыл бұрын
hello sir. my rc.local file is unwritable. how can i change to permissions for rc.local. thanks
@user-wf5wg4bc4j
@user-wf5wg4bc4j 3 жыл бұрын
start at 4:10 is the answer
@dfmayes
@dfmayes 3 жыл бұрын
I think adding "@reboot python /home/pi/Desktop/blink.py" to crontab is easier.
@krizz5825
@krizz5825 Жыл бұрын
But didn't worked for me
Boot your Raspberry Pi from USB Drive
8:53
SPARKLERS : We Are The Makers
Рет қаралды 29 М.
UNO!
00:18
БРУНО
Рет қаралды 2,2 МЛН
WORLD'S SHORTEST WOMAN
00:58
Stokes Twins
Рет қаралды 120 МЛН
Inside Out Babies (Inside Out Animation)
00:21
FASH
Рет қаралды 22 МЛН
Auto Run an Application on Raspberry Pi Raspbian Desktop
6:15
How to Run a Script on Startup for Raspberry Pi  //  EASY
2:56
Sam Westby Tech
Рет қаралды 73 М.
Windows 11 ARM on Raspberry Pi
12:56
ExplainingComputers
Рет қаралды 294 М.
How To Run TensorFlow Lite on Raspberry Pi for Object Detection
10:48
Edje Electronics
Рет қаралды 862 М.
How to Make a Raspberry Pi Program Start on Boot (systemd)
9:57
Robotics Back-End
Рет қаралды 31 М.
How to run a startup script using systemd
7:13
Linux Spot
Рет қаралды 114 М.
The Raspberry Pi Zero 2 W review
11:56
Jeff Geerling
Рет қаралды 377 М.
Control you Raspberry Pi with a BUTTON
12:03
Sam Westby Tech
Рет қаралды 17 М.
Extracting Firmware from Embedded Devices (SPI NOR Flash) ⚡
18:41
Flashback Team
Рет қаралды 561 М.
Samsung laughing on iPhone #techbyakram
0:12
Tech by Akram
Рет қаралды 6 МЛН
Xiaomi SU-7 Max 2024 - Самый быстрый мобильник
32:11
Клубный сервис
Рет қаралды 542 М.
İĞNE İLE TELEFON TEMİZLEMEK!🤯
0:17
Safak Novruz
Рет қаралды 2,1 МЛН
Look, this is the 97th generation of the phone?
0:13
Edcers
Рет қаралды 8 МЛН