From 32d070c5bfaa0ad06f54202fd14e7b432cd99848 Mon Sep 17 00:00:00 2001 From: Jason Kridner <jkridner@beagleboard.org> Date: Sun, 25 Jun 2023 01:30:27 -0400 Subject: [PATCH] freedom: update using-python update instructions slightly --- .../freedom/demos-and-tutorials/using-micropython.rst | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/boards/beagleconnect/freedom/demos-and-tutorials/using-micropython.rst b/boards/beagleconnect/freedom/demos-and-tutorials/using-micropython.rst index 06f36118..2fd93edf 100644 --- a/boards/beagleconnect/freedom/demos-and-tutorials/using-micropython.rst +++ b/boards/beagleconnect/freedom/demos-and-tutorials/using-micropython.rst @@ -198,14 +198,21 @@ Press reset 0.2.2 ===== +.. todo:: + + Need to describe functionality of 0.2.2 Updating ******** +Look for the latest firmware release on https://www.beagleboard.org/distros or on https://beagleconnect.org. + +Download, unzip and flash the ``micropython-w-boot`` image. + .. code-block:: bash - wget - unzip + wget https://files.beagle.cc/file/beagleboard-public-2021/images/zephyr-beagle-cc1352-0.2.2.zip + unzip zephyr-beagle-cc1352-0.2.2.zip ./build/freedom/cc2538-bsl.py build/freedom/micropython-w-boot Contributing -- GitLab