By Ricardo Pardini / IOTDesktop / 0 Comments

Khadas Edge 2

Enable 3D Acceleration (Ubuntu variant only):

sudo add-apt-repository ppa:liujianfeng1994/panfork-mesa
sudo add-apt-repository ppa:liujianfeng1994/rockchip-multimedia
sudo apt update
sudo apt dist-upgrade
sudo apt install mali-g610-firmware rockchip-multimedia-config

Videos:

By Oleg Ivanov / Desktop / 0 Comments

Station M3

In case of troubles booting, read this topic.

Enable 3D Acceleration (Ubuntu variant only):

sudo add-apt-repository ppa:liujianfeng1994/panfork-mesa
sudo add-apt-repository ppa:liujianfeng1994/rockchip-multimedia
sudo apt update
sudo apt dist-upgrade
sudo apt install mali-g610-firmware rockchip-multimedia-config
# In order to install additional packages with hardware acceleration support like chromium sudo apt install chromium-browser

Check this link to see what software supports hardware acceleration:
https://launchpad.net/~liujianfeng1994/+archive/ubuntu/rockchip-multimedia

Picture of a Rock5B
By Lin Hanzhen / DesktopGeneral purpose / 0 Comments

Rock 5

 

Enable 3D Acceleration (Ubuntu variant only):

sudo add-apt-repository ppa:liujianfeng1994/panfork-mesa
sudo add-apt-repository ppa:liujianfeng1994/rockchip-multimedia
sudo apt update
sudo apt dist-upgrade
sudo apt install mali-g610-firmware rockchip-multimedia-config
# In order to install additional packages with hardware acceleration support like chromium sudo apt install chromium-browser

Check this link to see what software supports hardware acceleration:
https://launchpad.net/~liujianfeng1994/+archive/ubuntu/rockchip-multimedia

In order to enable 3D acceleration on Kodi:

  • Follow the above “Enable 3D Acceleration” steps
  • and install kodi as an additional package (sudo apt install kodi)

To enable kodi hardware decode you have to run kodi under gbm or wayland.

 

In case you need to run Docker:

update-alternatives --set iptables /usr/sbin/iptables-legacy
update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy
station-m1
By Oleg Ivanov / Desktop / 0 Comments

Station M2

In case of troubles booting, read this topic.

Important. For the new images to work, it is necessary to update the u-boot in eMMC on M2\P2. The new version of u-boot is compatible with the existing official versions of Station and Ubuntu, which are released by Firefly. To upgrade to the new version of u-boot, you need to follow several steps.

1. Download a special version of the image from the link.

download link

2. Unpack, write to the SD card.
3. Start the system, perform the initial configuration (answer the questions).
4. to start the update procedure, run the command

sudo /vendor/m2-station-update-uboot

After completing the procedure, turn off the system and you can use the new images as usual, perform the installation in eMMC\NVMe\SATA using the standard nand-install-sata utility.

Please note that before installing the system in eMMC\NVMe\SATA, I strongly recommend creating a full backup of the contents of eMMC. To do this, all ArmbianTV images have a special utility “ddbr”. BEFORE starting the installation, you need to run the ddbr utility and select creating a compressed copy. This will allow you to easily return to the current state of eMMC in the future.

station-p2
By Oleg Ivanov / Desktop / 0 Comments

Station P2

In case of troubles booting, read this topic.

Important. For the new images to work, it is necessary to update the u-boot in eMMC on P2. The new version of u-boot is compatible with the existing official versions of Station and Ubuntu, which are released by Firefly. To upgrade to the new version of u-boot, you need to follow several steps.
1. Download a special version of the image from the link.

Download link

2. Unpack, write to the SD card.
3. Start the system, perform the initial configuration (answer the questions).
4. to start the update procedure, run the command

sudo /vendor/p2-station-update-uboot

After completing the procedure, turn off the system and you can use the new images as usual, perform the installation in eMMC\NVMe\SATA using the standard nand-install-sata utility.

Please note that before installing the system in eMMC\NVMe\SATA, I strongly recommend creating a full backup of the contents of eMMC. To do this, all ArmbianTV images have a special utility “ddbr”. BEFORE starting the installation, you need to run the ddbr utility and select creating a compressed copy. This will allow you to easily return to the current state of eMMC in the future.

Notebook
By Igor Pečovnik / NetworkingDesktopGeneral purposeIOTNAS / 0 Comments

ARM64

Better then Ubuntu? No Canonical proprietary solutions. Better then Debian? More recent package base.

Better then both:

  • HiDPI support for GRUB and desktop (automated adjustments on big screen resolutions),
  • immutable firmware (kernel upgrade locked to additionally enhance stability),
  • kernel headers preinstalled (easy additional drivers install),
  • ZFS 2.2.2 ready (apt install zfsutils-linux zfs-dkms),
  • face unlock works perfectly (if your camera is supported),
  • additional (hibernation) power saving method comes pre-configured (since standby doesn't always works),
  • snapd is not installed (user can install it).

Installation to HDD/SSD drive is done by transferring live image to the target (sudo armbian-install).