Skip to content

v0.14.0-engineering-release-wayland - 202409

Latest
Compare
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/