mirror of
https://github.com/isometimes/rpi4-osdev
synced 2024-11-09 20:00:40 +00:00
Added warning about firmware regression to part10-multicore
This commit is contained in:
parent
5c5fb1493e
commit
ca88bcaa0b
1 changed files with 2 additions and 0 deletions
|
@ -152,6 +152,8 @@ Finally, we look at _kernel.c_, where we now have a single `main()`, but also:
|
|||
|
||||
_As you run this, you'll see that these functions run in parallel on their respective cores. Welcome to symmetric multi-processing!_
|
||||
|
||||
**If all you see on boot is the rainbow screen, try first updating your firmware using `rpi-update` from Raspbian**
|
||||
|
||||
![Code now running on all four cores of the Raspberry Pi 4](images/10-multicore-running.jpg)
|
||||
|
||||
Coming up in part 11, we'll put all of this work together for a multi-core version of our Breakout game.
|
||||
|
|
Loading…
Reference in a new issue