]> pere.pagekite.me Git - homepage.git/commitdiff
New post.
authorPetter Reinholdtsen <pere@hungry.com>
Tue, 22 Jan 2019 16:20:13 +0000 (17:20 +0100)
committerPetter Reinholdtsen <pere@hungry.com>
Tue, 22 Jan 2019 16:20:13 +0000 (17:20 +0100)
blog/data/2019-01-22-debian-microbit.txt [new file with mode: 0644]

diff --git a/blog/data/2019-01-22-debian-microbit.txt b/blog/data/2019-01-22-debian-microbit.txt
new file mode 100644 (file)
index 0000000..718874a
--- /dev/null
@@ -0,0 +1,41 @@
+Title: Debian now got everything you need to program Micro:bit
+Tags: english, debian, robot
+Date: 2019-01-22 17:20
+
+<p>I am amazed and very pleased to discover that since a few days ago,
+everything you need to program the <a href="https://microbit.org/">BBC
+micro:bit</a> is available from the Debian archive.  All this is
+thanks to the hard work of Nick Morrott and the Debian python
+packaging team.  The micro:bit project recommend the mu-editor to
+program the microcomputer, as this editor will take care of all the
+machinery required to injekt/flash micropython alongside the program
+into the micro:bit, as long as the pieces are available.</p>
+
+<p>There are three main pieces involved.  The first to enter Debian
+was
+<a href="https://tracker.debian.org/pkg/python-uflash">python-uflash</a>,
+which was accepted into the archive 2019-01-12.  The next one was
+<a href="https://tracker.debian.org/pkg/mu-editor">mu-editor</a>, which
+showed up 2019-01-13.  The final and hardest part to to into the
+archive was
+<a href="https://tracker.debian.org/pkg/firmware-microbit-micropython">firmware-microbit-micropython</a>,
+which needed to get its build system and dependencies into Debian
+before it was accepted 2019-01-20.  The last one is already in Debian
+Unstable and should enter Debian Testing / Buster in three days.  This
+all allow any user of the micro:bit to get going by simply running
+'apt install mu-editor' when using Testing or Unstable, and once
+Buster is released as stable, all the users of Debian stable will be
+catered for.</p>
+
+<p>As a minor final touch, I added rules to
+<a href="https://tracker.debian.org/pkg/isenkram">the isenkram
+package</a> for recognizing micro:bit and recommend the mu-editor
+package.  This make sure any user of the isenkram desktop daemon will
+get a popup suggesting to install mu-editor then the USB cable from
+the micro:bit is inserted for the first time.</p>
+
+<p>This should make it easier to have fun.</p>
+
+<p>As usual, if you use Bitcoin and want to show your support of my
+activities, please send Bitcoin donations to my address
+<b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.</p>