Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit a92c275a authored by Jason Kridner's avatar Jason Kridner
Browse files

bcf micropython WIP

parent a5094a71
Branches
Tags
1 merge request!58PocketBeagle minor fix-up
......@@ -18,9 +18,18 @@ https://git.beagleboard.org/beagleconnect/zephyr/micropython/-/releases/0.0.3
You can verify this version by using ``mcumgr`` over a UDP connection or ``mcuboot`` over the serial console shell.
Latest releases are part of our Zephyr SDK releases.
https://git.beagleboard.org/beagleconnect/zephyr/zephyr/-/releases
Examples
********
0.0.3
=====
The first boards were flashed with this firmware.
.. code-block:: shell-session
debian@BeaglePlay:~$ sudo systemd-resolve --set-mdns=yes --interface=lowpan0
......@@ -186,14 +195,17 @@ Press reset
[tio 07:40:16] Disconnected
debian@BeaglePlay:~$
0.2.2
=====
Updating
********
.. code-block:: bash
wget https://git.beagleboard.org/beagleconnect/zephyr/micropython/-/jobs/artifacts/0.0.3/download?job=release_job -O micropython-0.0.3.zip
unzip micropython-0.0.3.zip
wget
unzip
./build/freedom/cc2538-bsl.py build/freedom/micropython-w-boot
Contributing
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment