diff --git a/README.md b/README.md index 9e8ad11..9277d1a 100644 --- a/README.md +++ b/README.md @@ -374,16 +374,14 @@ to the specified pseudoterminal. Here's how: screen /dev/pts/4 ``` -![Qemu Boot](/img/TF-A_U-boot.png) - Finally, make u-boot jump to where the bao image was loaded: ```sh go 0x50000000 ``` - And you should have an output as follows: -![System Init](/img/System_Init.png) +[![asciicast](https://asciinema.org/a/MKcRliuI6Y3yXZrVCRi25jied.png)](https://asciinema.org/a/MKcRliuI6Y3yXZrVCRi25jied) + When you want to leave QEMU press `Ctrl-a` then `x`.