From b70b08d92ed94b6bfbc222996d9a37ac1aca9388 Mon Sep 17 00:00:00 2001 From: Pius Friesch Date: Sat, 27 Mar 2021 20:44:50 +0100 Subject: [PATCH] Update README.md --- 06_uart_chainloader/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06_uart_chainloader/README.md b/06_uart_chainloader/README.md index c0539046..040c498d 100644 --- a/06_uart_chainloader/README.md +++ b/06_uart_chainloader/README.md @@ -37,7 +37,7 @@ Our chainloader is called `MiniLoad` and is inspired by [raspbootin]. You can try it with this tutorial already: 1. Depending on your target hardware, run:`make` or `BSP=rpi4 make`. -1. Copy `kernel8.img` to the SD card. +1. Copy `kernel8.img` to the SD card and put the SD card back into your RPi. 1. Run `make chainboot` or `BSP=rpi4 make chainboot`. 1. Connect the USB serial to your host PC. - Wiring diagram at [top-level README](../README.md#-usb-serial-output).