Skip to content

Commit 1d8364b

Browse files
Merge pull request #215 from nicola-masarone/patch-1
Update rpi-os.md
2 parents 9c97b66 + 6a98329 commit 1d8364b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/lesson01/rpi-os.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ Note that the sequence of steps described above asumes that you have Raspbian in
484484
1. Prepare your SD card:
485485
* Use an MBR partition table
486486
* Format the boot partition as FAT32
487-
> 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.
487+
> 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.
488488
1. Copy the following files to the card:
489489
* [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.
490490
* [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`

0 commit comments

Comments
 (0)