Skip to content

Commit

Permalink
feat(doc): add asciinema run demo to setup 1
Browse files Browse the repository at this point in the history
Signed-off-by: Diogo Costa <[email protected]>
  • Loading branch information
Diogo21Costa committed Oct 2, 2023
1 parent 1a3fbb3 commit 1d4afe1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit 1d4afe1

Please sign in to comment.