diff --git a/boards/beagleplay/zephyr-cc1352-development.rst b/boards/beagleplay/zephyr-cc1352-development.rst
index 2daca3fbfc55f3cc84faa895406a6e9afe32891a..912dcb64ebe02a37e737ed98fdcb31d08c2a9b38 100644
--- a/boards/beagleplay/zephyr-cc1352-development.rst
+++ b/boards/beagleplay/zephyr-cc1352-development.rst
@@ -102,11 +102,22 @@ Now you can build various Zephyr applications
 
 #. Build and flash Blinky example
 
-    .. code-block:: shell-session
+    .. code-block:: bash
 
         cd HOME/zephyr-beagle-cc1352-sdk/zephyr
         west build -d build/bp_blinky samples/basic/blinky
-        west flash -d build/bp_blinky     
+        west flash -d build/bp_blinky
+
+#. Try out Micropython
+
+    .. code-block:: bash
+
+        cd
+        git clone https://github.com/micropython/micropython
+        cd micropython
+        git checkout v1.19.1
+        west build ~/micropython/ports/zephyr
+        west flash
 
 #. TODO