Skip to content

Commit d514904

Browse files
Merge pull request #199 from iafisher/patch-1
Fix typo
2 parents f8369bf + 7b00a2d commit d514904

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
@@ -473,7 +473,7 @@ disable_commandline_tags=1
473473
Now that we have gone through all of the source code, it is time to see it work. To build and test the kernel you need to do the following:
474474

475475
1. Execute `./build.sh` or `./build.bat` from [src/lesson01](https://github.com/s-matyukevich/raspberry-pi-os/tree/master/src/lesson01) in order to build the kernel.
476-
1. Copy the generated `kernel8.img` file to the `boot` partition of your Raspberry Pi flash card and delete `kernel7.img` as well as any other `kernel*.img` files that be present on your SD card. Make sure you left all other files in the boot partition untouched (see [43](https://github.com/s-matyukevich/raspberry-pi-os/issues/43) and [158](https://github.com/s-matyukevich/raspberry-pi-os/issues/158) issues for details)
476+
1. Copy the generated `kernel8.img` file to the `boot` partition of your Raspberry Pi flash card and delete `kernel7.img` as well as any other `kernel*.img` files that may be present on your SD card. Make sure you left all other files in the boot partition untouched (see [43](https://github.com/s-matyukevich/raspberry-pi-os/issues/43) and [158](https://github.com/s-matyukevich/raspberry-pi-os/issues/158) issues for details)
477477
1. Modify the `config.txt` file as described in the previous section.
478478
1. Connect the USB-to-TTL serial cable as described in the [Prerequisites](../Prerequisites.md).
479479
1. Power on your Raspberry Pi.

0 commit comments

Comments
 (0)