12

I get four RaspberryPi icons in upper left corner of the monitor screen at boot time.
Does it have a purpose? If so , why four?

goldilocks
  • 58,859
  • 17
  • 112
  • 227
Jan Hus
  • 631
  • 1
  • 8
  • 22

1 Answers1

24

The Rpi logo used with the default kernel replaces the normal Linux penguin(s).

enter image description here

These indicate the number of processor cores detected by the kernel, hence on a Pi 2 or 3 there are 4.

goldilocks
  • 58,859
  • 17
  • 112
  • 227