How to remove this 4 raspberries on my Pi 3. I know this is the number of CPU's but i need to remove this ;). I remove most of the messages on boot screen except this one.
Asked
Active
Viewed 6,883 times
1 Answers
7
Here is the answer: Raspbian boot logo edit
$ sudo su
# cd /boot
# nano cmdline.txt
add logo.nologo
to the end of line.
cmdline.txt
must remain all one line. – goldilocks Jan 11 '17 at 15:43/boot/config.txt
– 10robinho Jan 11 '17 at 17:13