Releases: tenstorrent-riscv-software/tt-bh-linux
Release with Kernel 7.0 + Perf Support in DT + Fixes to tt-bh-linux
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
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
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
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
What's Changed
- Add ca-certificates to debian image by @asrinivasanTT in #111
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
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
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
Merge pull request #71 from tenstorrent/jms/makefile-cleanup Makefile cleanup
Updated kernel with network driver
Merge pull request #33 from tenstorrent/mikey/docs Docs update
v0.1.1
Merge pull request #28 from tenstorrent/dfustini/release-workflow [CI] Add release workflow