(Elecrow-RD CrowPi2 - GitHub) CrowPi2 Faq - Crowpi2NoBootVideo

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

1/22/24, 5:06 PM CrowPi2/faq/Crowpi2NoBootVideo.

md at main · Elecrow-RD/CrowPi2 · GitHub

Elecrow-RD / CrowPi2 Public

Code Issues 21 Pull requests Actions Projects Security Insights

CrowPi2 / faq / Crowpi2NoBootVideo.md

Pearl-852 3 years ago

21 lines (17 loc) · 830 Bytes

Preview Code Blame

How to disable the Crowpi2 Boot Video at


bootup?
Edit the rc.local file from the /etc directory.

1. Press Ctrl+Alt+T, a new Terminal window appears.


2. At the command prompt, type sudo nano /etc/rc.local and press Enter.
3. locate the following line

omxplayer /usr/share/elecrow/video/boot_video.mp4 &

4. Add a '#' at the beginning to comment out the command as shown below,

#omxplayer /usr/share/elecrow/video/boot_video.mp4 &

5. Press Ctrl+X, Y and then Enter to save the changes.


6. From the next system bootup, the Crowpi2 Boot Video will not be played.
Note: If you change your mind later, just repeat the instructions above and delete the
'#' added in step 4.

<< BACK to FAQs

https://github.com/Elecrow-RD/CrowPi2/blob/main/faq/Crowpi2NoBootVideo.md 1/2
1/22/24, 5:06 PM CrowPi2/faq/Crowpi2NoBootVideo.md at main · Elecrow-RD/CrowPi2 · GitHub

https://github.com/Elecrow-RD/CrowPi2/blob/main/faq/Crowpi2NoBootVideo.md 2/2

You might also like