Releases: BelaPlatform/bela-image-builder
v0.3.8h
Usage:
follow the instructions here to uncompress the image and flash the resulting .img file to an SD card, put it into your Bela and boot the board. Sorted!
If you have trouble booting the new image on the BeagleBone Black, check out this.
Highlights:
- supports Bela Cape Rev C
- as of April 2023, if you want to install packages via
apt-get
, you'll have to do (with the board connected to the internet):
echo "deb http://archive.debian.org/debian stretch main contrib non-free" > /etc/apt/sources.list
apt-get update
v0.3.8g
Usage:
follow the instructions here to uncompress the image and flash the resulting .img file to an SD card, put it into your Bela and boot the board. Sorted!
If you have trouble booting the new image on the BeagleBone Black, check out this.
Highlights:
- supports Bela Mini Rev C
- many IDE improvements
v0.5.0alpha2 E.X. PERIMENTAL - DO NOT USE THIS IMAGE
Usage:
follow the instructions here to uncompress the image and flash the resulting .img file to an SD card, put it into your Bela and boot the board. Sorted!
If you have trouble booting the new image on the BeagleBone Black, check out this.
Highlights:
- Debian 11 Bullseye
- to flash to emmc, you need to replace /opt/Bela/bela_flash_emmc.sh with this https://github.com/BelaPlatform/bela-image-builder/blob/bullseye-2022/misc/rootfs/opt/Bela/bela_flash_emmc.sh (make sure you do not change execution permissions)
- Supercollider needs manual install of attached
.deb
package - running Pd will give you a stream of
[Xenomai] bad syscall <0x197>
in dmesg. This seems to be triggered by what's running withinsys_doio()
, but it's unclear what it is. This may be because the libc present here expects a different kernel from the one in use:bits/syscalls.h
expects kernel 5.5. So if you want to use Pd here please refrain from using network/disk I/O and uncomment#define PD_THREADED_IO
incore/default_libpd_render.cpp
or accept a performance penalty due to the excessive logging. If your I/O timing is not critical, try changingusleep(3000)
infdLoop()
for something larger. - longer build times with
clang-11
- in order to work with Bela Rev C or Bela Mini Rev C you need to update the device tree overlays in
/opt/bb.org-overlays/
with the latest from https://github.com/BelaPlatform/bb.org-overlays
v0.3.8f
Usage:
follow the instructions here to uncompress the image and flash the resulting .img file to an SD card, put it into your Bela and boot the board. Sorted!
If you have trouble booting the new image on the BeagleBone Black, check out this.
Highlights:
- supports Bela Mini Multichannel Expander
- fixes update via IDE which was broken in v0.3.8e
v0.3.8e
Usage:
follow the instructions here to uncompress the image and flash the resulting .img file to an SD card, put it into your Bela and boot the board. Sorted!
If you have trouble booting the new image on the BeagleBone Black, check out this.
Highlights:
- supports Bela Mini Multichannel Expander
- fixes Supercollider which was still broken on v0.3.8d
- broken update via the IDE
v0.3.8b
Usage:
follow the instructions here to uncompress the image and flash the resulting .img file to an SD card, put it into your Bela and boot the board. Sorted!
If you have trouble booting the new image on the BeagleBone Black, check out this.
Highlights:
- fixed Bela on boot for CTAG and MIDI (broken since v0.3.8)
- liblo-dev for Csound's OSC opcodes
- libncurses for next-gen Supercollider
v0.3.8a
Usage:
follow the instructions here to uncompress the image and flash the resulting .img file to an SD card, put it into your Bela and boot the board. Sorted!
If you have trouble booting the new image on the BeagleBone Black, check out this.
Highlights:
- full support for Trill sensors
- works on macos 10.15 Catalina without drivers
- 4.14 kernel
- Bela program runs at boot in 10 seconds
- distcc shorthands in place
- libmicrohttpd-dev for FAUST
- fixed networking with Windows (was broken on v0.3.8)
v0.3.8
Usage:
follow the instructions here to uncompress the image and flash the resulting .img file to an SD card, put it into your Bela and boot the board. Sorted!
If you have trouble booting the new image on the BeagleBone Black, check out this.
Highlights:
- full support for Trill sensors
- works on macos 10.15 Catalina without drivers
- 4.14 kernel
- Bela program runs at boot in 10 seconds
- distcc shorthands in place
- libmicrohttpd-dev for FAUST
v0.3.8rc6 EXPERIMENTAL
Usage:
follow the instructions here to uncompress the image and flash the resulting .img file to an SD card, put it into your Bela and boot the board. Sorted!
If you have trouble booting the new image on the BeagleBone Black, check out this.
Highlights:
- works on macos 10.15 Catalina without drivers
- 4.14 kernel
- Bela program runs at boot in 10 seconds
- distcc shorthands in place (and now working)
- libmicrohttpd-dev for FAUST
- fixed overlay for BBG
v0.3.8rc5 EXPERIMENTAL
Usage:
follow the instructions here to uncompress the image and flash the resulting .img file to an SD card, put it into your Bela and boot the board. Sorted!
If you have trouble booting the new image on the BeagleBone Black, check out this.
Highlights:
- works on macos 10.15 Catalina without drivers
- 4.14 kernel
- Bela program runs at boot in 10 seconds
- distcc shorthands in place
- libmicrohttpd-dev for FAUST
- fixed overlay for BBG