Skip to content

Commit

Permalink
Merge pull request s-matyukevich#215 from nicola-masarone/patch-1
Browse files Browse the repository at this point in the history
Update rpi-os.md
  • Loading branch information
s-matyukevich authored Jan 12, 2021
2 parents 9c97b66 + 6a98329 commit 1d8364b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/lesson01/rpi-os.md
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ Note that the sequence of steps described above asumes that you have Raspbian in
1. Prepare your SD card:
* Use an MBR partition table
* Format the boot partition as FAT32
> The card should be formatted exactly in the same way as it is required to install Raspbian. Check `HOW TO FORMAT AN SD CARD AS FAT` section in the [official documenation](https://www.raspberrypi.org/documentation/installation/noobs.md) for more information.
> The card should be formatted exactly in the same way as it is required to install Raspbian. Check `HOW TO FORMAT AN SD CARD AS FAT` section in the [official documentation](https://www.raspberrypi.org/documentation/installation/noobs.md) for more information.
1. Copy the following files to the card:
* [bootcode.bin](https://github.com/raspberrypi/firmware/blob/master/boot/bootcode.bin) This is the GPU bootloader, it contains the GPU code to start the GPU and load the GPU firmware.
* [start.elf](https://github.com/raspberrypi/firmware/blob/master/boot/start.elf) This is the GPU firmware. It reads `config.txt` and enables the GPU to load and run ARM specific user code from `kernel8.img`
Expand Down

0 comments on commit 1d8364b

Please sign in to comment.