Skip to content

Commit 677e22f

Browse files
Fix issue 158
Added additional instructions to delete all kernel*img files
1 parent c3ebd94 commit 677e22f

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
@@ -474,7 +474,7 @@ disable_commandline_tags=1
474474
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:
475475

476476
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.
477-
1. Copy the generated `kernel8.img` file to the `boot` partition of your Raspberry Pi flash card and delete `kernel7.img`. Make sure you left all other files in the boot partition untouched (see [this](https://github.com/s-matyukevich/raspberry-pi-os/issues/43) issue for details)
477+
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)
478478
1. Modify the `config.txt` file as described in the previous section.
479479
1. Connect the USB-to-TTL serial cable as described in the [Prerequisites](../Prerequisites.md).
480480
1. Power on your Raspberry Pi.

0 commit comments

Comments
 (0)