Skip to content

Releases: BelaPlatform/bela-image-builder

v0.3.8h

05 Jan 14:08
Compare
Choose a tag to compare

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

28 Jun 18:07
Compare
Choose a tag to compare

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

06 Jan 13:08
Compare
Choose a tag to compare

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 within sys_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 in core/default_libpd_render.cpp or accept a performance penalty due to the excessive logging. If your I/O timing is not critical, try changing usleep(3000) in fdLoop() for something larger.
  • longer build times with clang-11

v0.3.8f

04 Jan 02:52
Compare
Choose a tag to compare

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

09 Nov 12:58
Compare
Choose a tag to compare

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

28 Nov 21:27
Compare
Choose a tag to compare

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

20 Jun 16:55
Compare
Choose a tag to compare

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

04 Jun 11:09
Compare
Choose a tag to compare

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

24 May 19:09
Compare
Choose a tag to compare

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

24 May 16:04
Compare
Choose a tag to compare
Pre-release

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