[beagleboard] Re: Help Needed : For setting up plymouth on Beaglebone Black

2018-10-05 Thread ademardelgado
Hello, 

Your instructions worked very well on a Debian 7 but things changed on 
Debian 9.
Do you have updated instructions?

I can only get some default splash-screen with 3 dots.


Thanks,
   Ademar



quarta-feira, 22 de Outubro de 2014 às 14:34:51 UTC+1, R3DP escreveu:
>
> Hello,
>
> I know it's been a while since you posted this, thanks by the way. I was 
> able to use your instructions to get Plymouth installed and configured. :)
>
> However, I'm getting a splash screen on shut-down but not on boot-up. I 
> was wondering if you'd experienced this and had a possible solution. I'm on 
> a BeagleBone Black running the Debian distro. I configured the splash in 
> uEnv.txt as you suggested.
>
> Any help would be greatly appreciated.
>
> Thanks,
> Rick
>
> On Sunday, April 13, 2014 9:38:02 AM UTC-5, Gunjan Gupta wrote:
>>
>> Hi,
>>
>> No reply in days, but I found the solution. Posting it for any one 
>> needing this information in the future.
>>
>> Here are the steps needed to be followed for setting up plymouth on 
>> beaglebone black running debian or ubuntu:
>>
>> Step 1) Install Plymouth-DRM.
>>
>> # apt-get install plymouth-drm
>>
>> Step 2) Select a theme for boot splash.
>>
>> # plymouth-set-default-theme --list   # this 
>> lists the available themes for plymouth
>>
>> # plymouth-set-default-theme joy
>>
>> Step 3) Update initramfs
>>
>> # update-initramfs -u
>>
>> Step 4) Copy the newly created initrd.img file to /boot/uboot folder
>>
>> # cp /boot/initrd.img-$(uname -r) /boot/uboot/
>>
>> Step 5) Update the initrd file name in the /boot/uboot/uEnv.txt
>>
>> #initrd_file=initrd.img
>> initrd_file=initrd.img-3.8.13-bone47
>>
>> Step 6) enable splash support by adding the following to 
>> /boot/uboot/uEnv.txt. 
>>
>> # Place this at the bottom of the last line starting with optargs
>>
>> optargs=splash plymouth.ignore-serial-consoles ${optargs}
>>
>> just restart your beaglebone, and it will work.
>>
>> Hope this will be helpful for someone.
>>
>> Regards
>> viraniac
>>
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/dc7c9b60-d869-4508-a5fc-9b32b83e6c8a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Re: Help Needed : For setting up plymouth on Beaglebone Black

2014-10-22 Thread Rick Reynolds
Hello,

I know it's been a while since you posted this, thanks by the way. I was 
able to use your instructions to get Plymouth installed and configured. :)

However, I'm getting a splash screen on shut-down but not on boot-up. I was 
wondering if you'd experienced this and had a possible solution. I'm on a 
BeagleBone Black running the Debian distro. I configured the splash in 
uEnv.txt as you suggested.

Any help would be greatly appreciated.

Thanks,
Rick

On Sunday, April 13, 2014 9:38:02 AM UTC-5, Gunjan Gupta wrote:

 Hi,

 No reply in days, but I found the solution. Posting it for any one needing 
 this information in the future.

 Here are the steps needed to be followed for setting up plymouth on 
 beaglebone black running debian or ubuntu:

 Step 1) Install Plymouth-DRM.

 # apt-get install plymouth-drm

 Step 2) Select a theme for boot splash.

 # plymouth-set-default-theme --list   # this lists 
 the available themes for plymouth

 # plymouth-set-default-theme joy

 Step 3) Update initramfs

 # update-initramfs -u

 Step 4) Copy the newly created initrd.img file to /boot/uboot folder

 # cp /boot/initrd.img-$(uname -r) /boot/uboot/

 Step 5) Update the initrd file name in the /boot/uboot/uEnv.txt

 #initrd_file=initrd.img
 initrd_file=initrd.img-3.8.13-bone47

 Step 6) enable splash support by adding the following to 
 /boot/uboot/uEnv.txt. 

 # Place this at the bottom of the last line starting with optargs

 optargs=splash plymouth.ignore-serial-consoles ${optargs}

 just restart your beaglebone, and it will work.

 Hope this will be helpful for someone.

 Regards
 viraniac


-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.