From cc1ae49ac4d46c3ef49dca255ca34debedbb166a Mon Sep 17 00:00:00 2001
From: Deepak Khatri <lorforlinux@beagleboard.org>
Date: Sat, 4 Nov 2023 02:08:25 +0530
Subject: [PATCH] Add unboxing video

---
 boards/beaglev/fire/02-quick-start.rst | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

diff --git a/boards/beaglev/fire/02-quick-start.rst b/boards/beaglev/fire/02-quick-start.rst
index 6aa989a3..4e66b2fe 100644
--- a/boards/beaglev/fire/02-quick-start.rst
+++ b/boards/beaglev/fire/02-quick-start.rst
@@ -13,7 +13,24 @@ When you purchase a brand new BeagleV-Fire, In the box you'll get:
 Unboxing
 *********
 
-.. todo:: unboxing video here
+.. only:: latex
+    
+   .. image:: https://img.youtube.com/vi/5cylv1R-1mc/maxresdefault.jpg
+      :alt: BeagleV Ahead Unboxing YouTube video
+      :width: 1280
+      :target: https://www.youtube.com/watch?v=5cylv1R-1mc
+
+.. only:: html
+
+    .. raw:: html
+
+        <iframe style="display: block; margin: auto;" width="1280" height="720" style="align:center" 
+        src="https://www.youtube.com/embed/5cylv1R-1mc" 
+        title="YouTube video player" 
+        frameborder="0" 
+        allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" 
+        allowfullscreen>
+        </iframe>
 
 
 Tethering to PC
-- 
GitLab