Skip to content

Commit

Permalink
Fixed typo in build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
avargas authored and levif committed Jun 8, 2018
1 parent 8b48bc6 commit 6b8a5bf
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 @@ -474,7 +474,7 @@ disable_commandline_tags=1

Now, as we have gone through all source code, it is time to see how it works. To build and test the kernel you need to do the following:

1. Execute `./build.sh` of `./build.bat` from [src/lesson01](https://github.com/s-matyukevich/raspberry-pi-os/tree/master/src/lesson01) in order to build the kernel.
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.
1. Copy generated `kernel7.img` file to `boot` partition of your Raspberry Pi flash card.
1. Modify `config.txt` file as was described in the previous section.
1. Connect USB to TTL serial cable as was described in the [Prerequisites](../Prerequisites.md)
Expand Down

0 comments on commit 6b8a5bf

Please sign in to comment.