Skip to content

Releases: tenstorrent-riscv-software/tt-bh-linux

Release with Kernel 7.0 + Perf Support in DT + Fixes to tt-bh-linux

13 Apr 15:10
e43fe99

Choose a tag to compare

Updated release with Kernel 7.0. DT has nodes for perf monitoring in linux to work. Kernel has a patch that gets rid of swiotlb errors on initialization

Misc fixes to tt-bh-linux console tool and makefile.

Full Changelog: v0.10...v0.11

Release with Kernel 6.19 + Opensbi 1.7

11 Feb 22:41
140ca5b

Choose a tag to compare

Updated release with Kernel 6.19 + Opensbi 1.7

Uses upstreamed DT that landed in 6.19

Improved support for newer KMD/FW with advanced power management features, and supports multi-card systems (like quietbox).

Full Changelog: v0.9...v0.10

Release with Kernel 6.17 + Opensbi 1.7

14 Oct 20:56
715351c

Choose a tag to compare

Updated release with Kernel 6.17 + Opensbi 1.7

Kernel is based on patches submitted upstream (https://lore.kernel.org/linux-riscv/20251013-tt-bh-dts-v3-0-9f058d4bbbda@oss.tenstorrent.com/T/#t).

Note that the device tree name has changed from blackhole-p100.dtb to blackhole-card.dtb

tt-bh-linux application contains some fixes to support multi-descriptor packets sent by virtio-net driver from 6.17 onwards

Full Changelog: v0.5...v0.9

Relase Artifacts

The zip files were generated by this CI run:
https://github.com/tenstorrent/tt-bh-linux/actions/runs/18509878613/

  • tt-bh-disk-image.zip

    • debian-riscv64.img: disk image is generated by the build-image.sh script in this repo
  • tt-bh-linux.zip

    • fw_jump.bin
    • blackhole-card.dtb
    • Image

Robustness Improvements to Virtio Implementation

01 Oct 15:40
67d6fc2

Choose a tag to compare

Major Changes

Some robustness improvements to the virtio device side and X280 kernel PLIC handler (#118)

Full Changelog: v0.4...v0.5

Relase Artifacts

The zip files were generated by this CI run:
https://github.com/tenstorrent/tt-bh-linux/actions/runs/18167612685

  • tt-bh-disk-image.zip

    • debian-riscv64.img: disk image is generated by the build-image.sh script in this repo
  • tt-bh-linux.zip

    • fw_jump.bin
    • blackhole-p100.dtb
    • Image

Add ca-certificates package to debian image

09 Aug 18:05
f5ea692

Choose a tag to compare

What's Changed

This was preventing HTTPS from working properly in the debian image

Full Changelog: v0.3...v0.4

Relase Artifacts

The zip files were generated by this CI run:
https://github.com/tenstorrent/tt-bh-linux/actions/runs/16852221280/

  • tt-bh-disk-image.zip

    • debian-riscv64.img: disk image is generated by the build-image.sh script in this repo
  • tt-bh-linux.zip

    • fw_jump.bin
    • blackhole-p100.dtb
    • Image

Release with virtio device implementation

09 Aug 17:13
81237e4

Choose a tag to compare

Full Changelog: v0.2...v0.3

Major Changes

A virtiodevice implementation was added to the host side. This now provides networking and persistent disk.

Relase Artifacts

The zip files were generated by this CI run:
https://github.com/tenstorrent/tt-bh-linux/actions/runs/16851777095

  • tt-bh-disk-image.zip

    • debian-riscv64.img: disk image is generated by the build-image.sh script in this repo
  • tt-bh-linux.zip

    • fw_jump.bin
    • blackhole-p100.dtb
    • Image

Debian image release

27 May 22:18
a508175

Choose a tag to compare

The zip files were generated by this CI run:
https://github.com/tenstorrent/tt-bh-linux/actions/runs/15269284151

Add Debian riscv64 disk image: debian-riscv64.img

  • tt-bh-disk-image.zip

    • debian-riscv64.img: disk image is generated by the build-image.sh script in this repo
  • tt-bh-linux.zip

    • fw_jump.bin
    • blackhole-p100.dtb
    • Image

Test release with artifacts

27 May 15:24
f807c23

Choose a tag to compare

Merge pull request #71 from tenstorrent/jms/makefile-cleanup

Makefile cleanup

Updated kernel with network driver

14 May 04:35
e5c6669

Choose a tag to compare

Merge pull request #33 from tenstorrent/mikey/docs

Docs update

v0.1.1

08 May 07:23
44d07f6

Choose a tag to compare

Merge pull request #28 from tenstorrent/dfustini/release-workflow

[CI] Add release workflow