Martin Wimpress et Rohith Madhavan viennent d’annoncer la disponibilité de la distribution Ubuntu Mate à destination de l’ordinateur Rasberry Pi 2 (version SBC).
Elle se base sur la toute dernière déclinaison d’Ubuntu, Ubuntu 15.10 (Wily Werewolf) avec à la clé un environnement de bureau MATE entièrement fonctionnel. L’architecture s’appuie sur l’OS Snappy Ubuntu Core (Ubuntu ARMhf) soit la présence de paquets Debian et du système de gestions des paquets apt-get.
L’installation repose sur une procédure classique du système Linux. Les utilisateurs peuvent également construire leur propre image Ubuntu MATE 15.10. Il est recommandé d’utiliser le système de fichier f2fs et une unité de stockage microSD de 4 Go ou plus .
Martin Wimpress souligne
“Nous avons fait ce que nous pouvons pour optimiser cette construction pour le Raspberry Pi 2 et on peut utiliser confortablement des applications telles que LibreOffice […] Mais les débits E/S d’une carte microSDHC class I est un goulot d’étranglement. Nous vous recommandons d’utiliser une carte microSDHC de classe 6 ou 10”
Pour le téléchargement et toutes les informations c’est ici : Ubuntu MATE for the Raspberry Pi 2
fake-hwclock
.python-spidev
and python3-spidev
.python-codebug-tether
and python3-codebug-tether
.python-codebug-i2c-tether
and python3-codebug-i2c-tether
.oem-config
, which has been patched for the Raspberry Pi 2.spi
.sudo
wrapper.Putting the image on microSDHC
Download the image and then:
.img.bz2
archive to get the image file.bunzip2 ubuntu-mate-15.10-desktop-armhf-raspberry-pi-2.img.bz2The drive may be mounted on any /dev/sdX
so use the command lsblk
to check.
Re-size file system
There are no utilities included for automatic file system re-sizing. However, it’s not hard to do manually. Once booted:
sudo fdisk /dev/mmcblk0
Delete the second partition (d, 2), then re-create it using the defaults (n, p, 2, enter, enter), then write and exit (w). Reboot the system, then:
sudo resize2fs /dev/mmcblk0p2
Enable and Disable X11
We created a simple utility called graphical
to disable/enable the MATE desktop environment for easily creating a headless “server”. Executing graphical disable
will present a console login on the next boot, with now X11 or associated services running. If you want to get the full Ubuntu MATE desktop back, run graphical enable
and reboot.
Hardware accelerated video
Most videos will play with hardware acceleration using omxplayer
which is pre-installed in Ubuntu MATE. However if you have MPEG-2 or VC-1 video video files then you will need MPEG-2 and/or VC-1 licenses from the Raspberry Pi Store.
Redirecting audio output
You can select which audio device omxplayer
should output audio to.
For HDMI
omxplayer -o hdmi video.mp4
For 3.5mm audio jack
omxplayer -o local video.mp4
The sound will output to HDMI by default if both HDMI and the 3.5mm audio jack are connected. You can, however, force the system to output to a particular device using amixer
.
For HDMI
sudo amixer cset numid=3 2
For 3.5mm audio jack
sudo amixer cset numid=3 1
Les cartes mères LGA 1851 équipées du chipset Intel B860 commencent à apparaître. La ROG… Lire d'avantage
L’utilitaire GPU-Z évolue en version 2.61. Le focus concerne la prise en charge de nouveaux… Lire d'avantage
Les premières informations sur la GeForce RTX 5070 Ti, prévue pour début 2025, indiquent des… Lire d'avantage
Annoncé en mars dernier, le SK hynix Platinum P51 PCIe 5.0 est enfin lancé en… Lire d'avantage
Acer lève le voile sur sa gamme de SSD FA200 PCIe 4.0. Visant le milieu… Lire d'avantage
Kioxia a dévoilé l'Exceria Plus G4, un SSD M.2 NVMe qui promet des débits musclés… Lire d'avantage