diff options
author | Simon Glass <sjg@chromium.org> | 2023-10-08 15:35:56 -0600 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2023-10-12 08:32:27 +0200 |
commit | 9990873aa1fd7836000b310debb925c6d8365691 (patch) | |
tree | d399cf7044426a9e0de0155d8c4c2a4153fac180 /doc/learn | |
parent | 9e5116433ddb8145f62be448bd1389fd94e2b51c (diff) |
doc: Add a short intro video
This video covers the basics in a short time, so add a link to it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Paul Barker <paul.barker.ct@bp.renesas.com>
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Diffstat (limited to 'doc/learn')
-rw-r--r-- | doc/learn/talks.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/learn/talks.rst b/doc/learn/talks.rst index 0bb44aeabe..d65e3b92be 100644 --- a/doc/learn/talks.rst +++ b/doc/learn/talks.rst @@ -15,6 +15,9 @@ learn a bit about U-Boot: <https://www.youtube.com/watch?v=YlJBsVZJkDI>`__ from Embedded Linux Conference 2023. +* `Introduction to U-Boot for beginners + <https://www.youtube.com/watch?v=rVaiLgXccSE>`__ + See elinux_talks_ for a more comprehensive list. .. _elinux_talks: https://elinux.org/Boot_Loaders#U-Boot |