Skip to content

Releases: starfive-tech/Debian

v0.15.0-engineering-release-wayland - 202510

22 Oct 03:30

Choose a tag to compare

What's New:

Apt Repo

[Bookworm] [stable]
deb https://snapshot.debian.org/archive/debian-ports/20230612T050707Z unstable main
deb https://debianrepo-t.starfivetech.com starfive-debian bookworm
deb https://debianrepo-t.starfivetech.com/VF2-Lite VisionFive2 contrib restricted

[Trixie] [unstable]
deb https://snapshot.debian.org/archive/debian/20241224T203807Z trixie main
deb https://debianrepo-t.starfivetech.com starfive-debian trixie
deb https://debianrepo-t.starfivetech.com/VF2-Lite VisionFive2 contrib restricted

Note If you want to use the Trixie version, please follow the document.

For details, please refer to update-from-bookworm.png on the release

Repo Key

https://debianrepo-t.starfivetech.com/StarFive-debian-repo.key

Release Note:

firefox-esr:

  • Enable GPU hardware acceleration

hailort

imagecp:

  • Support copy current system to other SD/eMMC/NVMe

libcamera:

  • Support IMX296 sensor;

update script (update-debian-img.sh)

  • Support upgrade img for 202409 release
  • Support update kernel

Current List of Packages Provided:

  • chromium
  • clutter-gst-3.0
  • codec (omx-il,wave511,wave420l,codaj12)
  • cogl
  • ffmpeg
  • firefox
  • firefox-esr (New)
  • firmware (aic8800,aic8800d80-sdio-wifi,ap6256,ecr6600u,img-pvr-rogue,rtl8852bu-bluetooth,wave511)
  • gdm3
  • glmark2
  • gnome-control-center
  • gnome-shell
  • gst-omx
  • gstreamer
  • imagecp (New)
  • libcamera-apps
  • libcamera
  • hailort (libhailort,hailort-driver-module,tappas) (New)
  • libreoffice
  • libsdl2
  • mesa
  • nwjs
  • opencv
  • openplc
  • pipewire
  • power-profiles-daemon
  • qt 5.15.8 (New)
  • u-boot-menu
  • v4l2test (CSI camera script)
  • v8
  • vlc
  • vf2_components(spl-uboot,vpu-modules,linux-image--starfive,linux-headers--starfive)

PineTab-V-v1.3.0

05 Mar 06:34

Choose a tag to compare

Released Debian image version v1.3.0 for PineTab-V.

Full Changelog: https://github.com/starfive-tech/Debian/commits/PineTab-V

v0.14.0-engineering-release-wayland - 202409

30 Sep 09:32

Choose a tag to compare

What's New:

From 202409 release onwards, we support starfive debian official archive.we will push deb packages to this repository.
We support debian-ports snapshot version 20221225T084846Z and 20230612T050707Z.
StarFive Debian Repository:https://debianrepo.starfivetech.com
GPG Key:https://debianrepo.starfivetech.com/StarFive-debian-repo.key

Import starfive debian source

## import gpg key 
wget https://debianrepo.starfivetech.com/StarFive-debian-repo.key
apt-key add StarFive-debian-repo.key
apt-key export C3966193CFCD6206234F6987D98DFD30F9D9F1B0 | gpg --dearmour -o /etc/apt/trusted.gpg.d/starfive-debian-repo.gpg

## import starfive source
## work on snapshot 20221225T084846Z 
## VisionFive2  
echo "deb https://debianrepo.starfivetech.com starfive-debian main" >> /etc/apt/sources.list.d/starfive-sid.list
echo "deb https://debianrepo.starfivetech.com VisionFive2  contrib restricted" >> /etc/apt/sources.list.d/starfive-sid.list
## Devkits
echo "deb https://debianrepo.starfivetech.com starfive-debian main" >> /etc/apt/sources.list.d/starfive-sid.list
echo "deb https://debianrepo.starfivetech.com Devkit  contrib restricted" >> /etc/apt/sources.list.d/starfive-sid.list

## work on snapshot 20230612T050707Z,check your /etc/apt/sources.list on 20230612T050707Z version.
## VisionFive2  
echo "deb https://debianrepo.starfivetech.com starfive-debian bookworm" >> /etc/apt/sources.list.d/starfive-sid.list
echo "deb https://debianrepo.starfivetech.com VisionFive2  contrib restricted" >> /etc/apt/sources.list.d/starfive-sid.list
## Devkits
echo "deb https://debianrepo.starfivetech.com starfive-debian bookworm" >> /etc/apt/sources.list.d/starfive-sid.list
echo "deb https://debianrepo.starfivetech.com Devkit  contrib restricted" >> /etc/apt/sources.list.d/starfive-sid.list
## if you change source from 20221225T084846Z to 20230612T050707Z,you nend to import debian-port 2023 gpg key.
wget https://snapshot.debian.org/archive/debian/20230201T153118Z/pool/main/d/debian-ports-archive-keyring/debian-ports-archive-keyring_2023.02.01_all.deb
dpkg -i debian-ports-archive-keyring_2023.02.01_all.deb
##For import new source, please refer to β€˜StarFive-Debian-Upgrade.sh’ script below for details.

We can run apt update and apt upgrade now,upgrade old image can run StarFive-Debian-Upgrade.sh with superuser.

wget https://github.com/starfive-tech/Debian/releases/download/v0.14.0-engineering-release-wayland/StarFive-Debian-Upgrade.sh
sudo ./StarFive-Debian-Upgrade.sh

If you want install full image,run install_full.sh with superuser.

wget https://github.com/starfive-tech/Debian/releases/download/v0.14.0-engineering-release-wayland/install_full.sh
sudo  ./install_full.sh

Release Note:

Support starfive debian official archive;
Supprot debian-port snaptshot 20230612T050707Z;

adb:
Add adbd component to starfive debian repository;

firefox:
Update version to 119.0.1-1;

gnome:
Install improved-osk-gnome extension by default;
lmprove preview performance on setting;

libreoffice:
Update version to 24.2.0-3;

linux-header:
Fix β€œexec format error” in some compilation cases;

vf2-spl-uboot/devkit-spl-uboot:
Support update u-boot binary on debian system;

Check Packages Provided ,refer to: https://debianrepo.starfivetech.com/dists/

v0.13.0-engineering-release-wayland - 202405

13 May 02:05

Choose a tag to compare

What's New:

libcamera:
Fix start camera session failure issue on kernel 6.6

Linux :
Support kernel 5.15/6.6 switch at bootmenu

Current List of Packages Provided:
Chromium 103
Clutter-gst
codec (OpenMax)
cogl
FFmpeg
Firefox 105.0
gnome-shell
GStreamer
libcamera-apps
libcamera
Libreoffice 7.5
libsdl2
Mesa
multimedia
Node.js 18.0.0
NW.js
OpenCV
OpenPLC
Qt 5.15.2
v4l2test (CSI camera script)
v8 10.2.154.13
VLC
VF2_Components(5.15/6.6)

v0.12.0-engineering-release-wayland - 202403

14 Mar 06:02

Choose a tag to compare

What's New:

gdm:
Fix login wayland desktop failed when system boot without monitor

gnome:
Support power mode in gnome-settings
Support Bluetooth on QuickSettings
Fix loading content failure issue in gnome-help
Fix desktop splash screen issue
Fix desktop wake up failure issue

libcamera-apps:
Support sdl preview

Linux :
Support kernel 5.15/6.1 switch at bootmenu

v4l2decoder:
Fix decoding timestamp error on GStreamer v4l2decoder plugins

libv4l:
Upgrade version to 1.24.1

wifi-dongle:
Fixed mac address when hotplug wifi-dongle

systemd:
Support systemd-binfmt service

Current List of Packages Provided:
Chromium 103
Clutter-gst
codec (OpenMax)
cogl
FFmpeg
Firefox 105.0
gnome-shell
GStreamer
libcamera-apps
libcamera
Libreoffice 7.5
libsdl2
Mesa
multimedia
Node.js 18.0.0
NW.js
OpenCV
OpenPLC
Qt 5.15.2
v4l2test (CSI camera script)
v8 10.2.154.13
VLC

v0.11.0-engineering-release-wayland - 202311

29 Nov 06:49

Choose a tag to compare

What's New:

Added Libcamera-apps and libcamera support
Fixed 4k@30fps Desktop performance issue

FFmpeg:
Fix random patterns that appears at the bottom of video playback

v4l2test:
Added capture frame rate support

Current List of Packages Provided:

Node.js 18.0.0
v8 10.2.154.13
libsdl2-dev
Qt 5.15.2
Firefox 105.0
Libreoffice 7.5
NW.js
FFmpeg
GStreamer
v4l2test (CSI camera script)
Chromium 103
VLC
OpenPLC
libcamera-apps
libcamera

v0.10.0-engineering-release-wayland - 202310

01 Nov 02:46

Choose a tag to compare

What's New:

Added Gnome-control-center
Added bluetooth support

Added OpenPLC
Installation guide, please refer: https://doc-en.rvspace.org/VisionFive2/AN_OpenPLC/

OMX
video decoder: Distinguish sliceHeight calculation methods of avc and hevc
Fix issue where the bottom of 1080P video output from the decoder was blur

FFmpeg
Use stride and slice to calculate avframe buffer linesize.

Gnome-Extension:
Using G-sensor to auto rotate desktop

Current List of Packages Provided:

  • Node.js 18.0.0
  • v8 10.2.154.13
  • libsdl2-dev
  • Qt 5.15.2
  • Firefox 105.0
  • Libreoffice 7.5
  • NW.js
  • FFmpeg
  • GStreamer
  • v4l2test (CSI camera script)
  • Chromium 103
  • VLC
  • OpenPLC

v0.9.0-engineering-release-wayland - 202308

31 Aug 01:30

Choose a tag to compare

What's New:

  • Modified install script to remove Firefox, FFmpeg and VLC installation as those are installed by default in the image
  • VLC
    • Fix main window resize width/height issue
    • Fix EGL/wayland resize window issue
  • OMX
    • Fix decoder dma buffer memory leak
    • Fix omx can't open multi decoder instance in one prcess
    • Optimizing buffer access for zero cpoy and fix dma buffer leak
  • Ffmpeg
    • optimize buffer method for mjpg decoderFfmpeg update

Current List of Packages Provided:

  • Node.js 18.0.0
  • v8 10.2.154.13
  • libsdl2-dev
  • Qt 5.15.2
  • Firefox 105.0
  • Libreoffice 7.5
  • NW.js
  • FFmpeg
  • GStreamer
  • v4l2test (CSI camera script)
  • Chromium 103
  • VLC

v0.8.0-engineering-release-wayland - 202306

16 Jun 01:25

Choose a tag to compare

  • Added Chromium
  • Added Opencv
  • Added VLC
  • Added gst cogl

v0.7.1-engineering-release-wayland-202303

28 Mar 09:19

Choose a tag to compare

What's New:

  • Firefox 105.0 is now HW accelerated in Wayland
  • Added 'waylandsink' for gstreamer
  • Qt is updated to be compatible with system's libicu

Current List of Packages Provided:

  • Node.js 18.0.0
  • v8 10.2.154.13
  • libsdl2-dev
  • Qt 5.15.2
  • Firefox 105.0
  • Libreoffice 7.5
  • NW.js
  • FFmpeg
  • GStreamer
  • v4l2test (CSI camera script)