You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/lesson01/rpi-os.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -474,7 +474,7 @@ disable_commandline_tags=1
474
474
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:
475
475
476
476
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)
478
478
1. Modify the `config.txt` file as described in the previous section.
479
479
1. Connect the USB-to-TTL serial cable as described in the [Prerequisites](../Prerequisites.md).
0 commit comments