Це відео не доступне.
Перепрошуємо.

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

Поділитися
Вставка
  • Опубліковано 19 сер 2024
  • 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 Рік тому +2

    Bro is simply publishing pure gold.

  • @electrobean
    @electrobean 3 роки тому +8

    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

  • @canalv3rgsv90
    @canalv3rgsv90 4 місяці тому

    TU canal vale oro gracias amigo!!!

  • @JontheRippa
    @JontheRippa 3 роки тому +5

    Thank you, you make a good job 👏✌️

  • @realxd553
    @realxd553 2 роки тому

    YES EXACTLY WHAT I NEED NOW MY IRON MAN HUD WILL WORK I AM SUBBING 100%

  • @subbuaccu2075
    @subbuaccu2075 4 роки тому +2

    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.

  • @WilliamMelton617
    @WilliamMelton617 3 роки тому +1

    Thank you! Very helpful video.

  • @sucharithaanumula1849
    @sucharithaanumula1849 2 роки тому

    Works perfectly
    Thankyou so much

  • @johannespralle6831
    @johannespralle6831 3 роки тому +1

    Great help. Thank you so much.

  • @boostaholic9174
    @boostaholic9174 11 місяців тому

    Thank you so much!!!

  • @saitamapreetsingh3057
    @saitamapreetsingh3057 2 роки тому

    Thank you Bro ! I Subscribed 🤙

  • @techy9912
    @techy9912 Рік тому +1

    but how will you stop the program running

  • @benzene15
    @benzene15 Рік тому

    Great video!!!

  • @psyronYt
    @psyronYt 2 роки тому +1

    Will it work for .exe type files
    for running on startup

  • @alhapidzteguhgumilar
    @alhapidzteguhgumilar Рік тому

    Thanks, how to change to run another program? do i just repeat what you teach? or i ineed to delete something first ?

  • @gajjarbhavesh8214
    @gajjarbhavesh8214 3 роки тому

    Thank You So Much My Bro

  • @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

  • @realxd553
    @realxd553 2 роки тому

    You are amazing

  • @hutfris1532
    @hutfris1532 9 місяців тому

    I have a question, How do you stop the program after?

  • @mistervaso
    @mistervaso 9 місяців тому

    Can you please make a new one using a sh. file and on Debian 12.2 Bookworm ? Thank you

  • @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?

  • @hossammagdy6974
    @hossammagdy6974 3 роки тому

    good video thank u

  • @johnjayveec.alindayo9278
    @johnjayveec.alindayo9278 2 роки тому

    Hello i did this steps, so how i can go back to the normal start up?

  • @tonyvarghese75
    @tonyvarghese75 3 роки тому +1

    Nice

  • @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.

  • @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 роки тому +1

      You should probably just make your own Linux distribution if you want a custom screen

  • @nuraisyah4305
    @nuraisyah4305 2 роки тому

    Hi Sir, May I ask.. the IP address you write in the putty, is that your static IP address?

  • @Ayiamus7
    @Ayiamus7 3 роки тому

    Thanks 😊

  • @xHexon_
    @xHexon_ Рік тому

    How do you open programs like a mp4 file?

  • @sathishrajendiran9336
    @sathishrajendiran9336 3 роки тому

    I written code in c language in geany... I followed these steps but didn't work what do i do?

  • @jrltroll
    @jrltroll 3 роки тому +1

    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?

  • @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?

  • @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?

  • @bhavanbhavan6135
    @bhavanbhavan6135 2 роки тому

    This is working for raspberry pi zero w

  • @mattcero1
    @mattcero1 Рік тому +1

    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!

  • @mr.awesome5109
    @mr.awesome5109 3 роки тому

    1000th viewer

  • @littledemon4893
    @littledemon4893 3 роки тому

    Bro you said "there are many ways" what are others

  • @Sapao.com.b
    @Sapao.com.b 11 місяців тому

    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

  • @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

  • @talibsan1573
    @talibsan1573 3 роки тому

    hello sir. my rc.local file is unwritable. how can i change to permissions for rc.local. thanks

  • @dfmayes
    @dfmayes 3 роки тому +2

    I think adding "@reboot python /home/pi/Desktop/blink.py" to crontab is easier.

    • @krizz5825
      @krizz5825 Рік тому

      But didn't worked for me