|
|
|
|
|
by baby_souffle
165 days ago
|
|
> what does it mean for a GPU to drive a boot sequence It's a quirk of the broadcom chips that the rpi family uses; the GPU is the first bit of silicon to power up and do things. The GPU specifically is a bit unusual, but the general idea of "smaller thing does initial bring up, then powers up $main_cpu" is not unusual once $main_cpu is ~ powerful enough to run linux. |
|