Skip to content

Commit

Permalink
Update rpi-os.md
Browse files Browse the repository at this point in the history
typo: "documenation" instead of "documentation"
  • Loading branch information
nicola-masarone authored Nov 8, 2020
1 parent 9c97b66 commit 6a98329
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 6a98329

Please sign in to comment.