diff --git a/06_drivers_gpio_uart/README.md b/06_drivers_gpio_uart/README.md index 3d6697fd..f0f9c8c8 100644 --- a/06_drivers_gpio_uart/README.md +++ b/06_drivers_gpio_uart/README.md @@ -29,7 +29,8 @@ console and use a real UART now. Like real tough embedded people do! sudo screen /dev/ttyUSB0 115200 ``` -6. Exit screen by pressing ctrl-a ctrl-d or disconnecting the USB serial. +6. Hit Enter to kick off the kernel boot process. +7. Exit screen by pressing ctrl-a ctrl-d or disconnecting the USB serial. ## Diff to previous ```diff