Ubuntu MATE is a operating system images for Raspberry Pi are also available

Ubuntu MATE for the Raspberry Pi Model B 2, 3 and 3+ Ubuntu MATE 18.04.2 is available for Raspberry Pi Model B 2, 3 and 3+ with separa...

Ubuntu MATE for the Raspberry Pi Model B 2, 3 and 3+

Ubuntu MATE 18.04.2 is available for Raspberry Pi Model B 2, 3 and 3+ with separate images for armhf (ARMv7 32-bit) and arm64 (ARMv8 64-bit). We have done what we can to optimise the builds for the Raspberry Pi without sacrificing the full desktop environment Ubuntu MATE provides on PC.
Ubuntu MATE for the Raspberry Pi provides a complete, familiar, desktop environment that can be used for basic desktop computing. It is also of interest to makers and device hackers who want to target Ubuntu for their projects. You can prototype homebrew ARMv7 or ARMv8 based IoT devices in a comfortable desktop environment, including building and testing your apps as snaps. The full Ubuntu archive is available to you.
For hobbyist projects, you can stick with Ubuntu MATE for “deployment”, even with the option to disable the X11 display server if it not an application requirement. But, if you have something more professional in mind then the applications and snaps you’ve prototyped with Ubuntu MATE can be used with Ubuntu server or Ubuntu Core (https://www.ubuntu.com/core) on one of the ARM-based reference platforms.

Features

High-level features of these images are:
  • Ubuntu kernel, fully maintained by the Ubuntu Kernel and Security teams.
  • Automatic online filesystem expansion.
  • Ethernet & WiFi (where available)
  • Bluetooth (where available)
  • Audio out via 3.5mm analog audio jack or HDMI
  • Video out via Composite or HDMI
  • GPIO access via GPIO Zeropigpio and WiringPi.
  • Support for Python Wheels for the Raspberry Pi.
  • Support for USB Booting.
  • Hardware acceleration:
    • fbturbo driver is pre-installed but limited to 2D accelerated window moving/scrolling on Raspberry Pi (using the BCM2835 DMA Controller).
    • VLC has hardware assisted video decoding.
    • ffmpeg has hardware assisted video decoding and encoding.
    • The experimental VC4 driver can be enabled via raspi-config.
    • Please note, the arm64 images do not feature any VideoCore IV hardware acceleration.
  • Additional software:
Ubuntu MATE running on the Raspberry Pi 3+

Supported Raspberry Pi

  • These images will work on:
  • These images kind of work on:
    • Raspberry Pi 3 Model A+ (not recommended)
    • Fails to complete the first boot setup due to insufficient memory.
    • If you have completed the setup on another Pi that card can be inserted in a Pi 3 Model A+ and it will work.
    • Due to only having 512MB RAM the arm64 is not recommended. The armhf version can be very tight on resources.

Unsupported Raspberry Pi

Memory pressure is reasonable using the armhf images (~350MB at idle) but quite tight on the arm64 images (~490MB at idle). As always, microSDHC I/O throughput is a bottleneck on the Raspberry PPi so don’t gimp your Raspberry Pi by cheaping out on poor performing microSDHC cards. We used the Samsung 32GB 95MB/s Memory Evo Plus microSDHC cards during the testing of these images and they significantly better performance than most other microSDHC cards we’ve tried. But don’t take our word for it.
Samsung 32GB 95MB/s Memory Evo Plus Micro SD Card with Adapter
You’ll need a microSD card which is 8GB or greater to fit the image. The file system will automatically resize to occupy the unallocated space of the microSD card.

Download

Run Ubuntu MATE on your Raspberry Pi Model B 2, 3 or 3+ today.
Download Ubuntu MATE for the Pi

Making a microSDHC or USB

The image can be directly written to a microSDHC or USB stick using a utility like dd, but we prefer ddrescue (from the gddrescue, for example:
sudo apt-get install gddrescue xz-utils
unxz ubuntu-mate-18.04.2-beta1-desktop-armhf+raspi-ext4.img.xz
sudo ddrescue -D --force ubuntu-mate-18.04.2-beta1-desktop-armhf+raspi-ext4.img.xz /dev/sdx
The microSDHC or USB stick may be presented on any /dev/sdX so use the command lsblk to check.
If you prefer a graphical tool we recommend using GNOME Disks and the Restore Disk Image… option, which natively supports XZ compressed images.
sudo apt-get install gnome-disk-utility

Making a microSDHC or USB stick with Windows

If you want to make a microSDHC using Windows we recommend:

Additional features

USB Booting

The Ubuntu MATE 18.04.2 images for the Raspberry Pi support USB booting.
The Raspberry Pi 3, 3+ and Pi 2 v1.2 with the same BCM2837 SoC as the Pi 3, are capable of booting from a USB drive. For the Pi 2 and 3 you’ll first need to program USB boot mode, this is unnecessary on the Pi 3+ as USB booting is enabled by default.

Re-size file system

The root parition is automatically resized, on first boot, to fully utilise the all available space on the microSD card or USB stick. No reboots required.

First boot

NOTE! There are no predefined user accounts. The first time you boot the Ubuntu MATE image it will run through a setup wizard where you can create your own user account and configure your regional settings. The first boot setup takes a few minutes to complete, but subsequent boots are much quicker.

Firmware

The GPU firmware partition is mounted at /boot/firmware. The files /boot/firmware/config.txt and /boot/firmware/cmdline.txt contain the system configuration and kernel command line options respectively. Ubuntu MATE 18.04.2 includes a port of raspi-config that supports this location. These configuration files are also symlinked to /boot/ to hopefully support 3rd party tools and applications.

SSH

The OpenSSH server is not installed by default. Simply install it to to enable SSH.
sudo apt install openssh-server
If you install SSH then you might also want to install sshguard which is highly optimised and well suited for use on the Raspberry Pi to protects from brute force attacks against SSH.
sudo apt install sshguard

Steam Link for Raspberry Pi

The Steam Link app extends Steam Link functionality to the Raspberry Pi Model B 3 and 3+ and uses the same streaming technology as Valve’s Steam Link, allowing you to play your favorite games and even spectate VR games right from your Raspberry Pi.
Can be installed via sudo apt install steamlink
You can learn more about Steam Link for Raspberry Pi from Valve:

Minecraft Pi Edition

Minecraft: Pi Edition is a cut down version of Minecraft for the Raspberry Pi. It is based on an old version of Minecraft Pocket Edition and offers language bindings for Python.
Can be installed via sudo apt install minecraft-pi
You can learn more about how to control the player, manually build with blocks and use the Python interface to manipulate the world around you from the Raspberry Pi Foundation.

Enable and Disable X11

You can disable/enable the desktop environment using raspi-config.
If you only intended to run as a headless server then the official Ubuntu Server 18.04.2 images mightt be of interest:

Redirecting audio output

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 raspi-config.
For those of you who want to know how to do this without raspi-config:
For HDMI
sudo amixer cset numid=3 2
For 3.5mm audio jack
sudo amixer cset numid=3 1

Hardware accelerated video

Most videos will play with hardware acceleration using VLC which is pre-installed in Ubuntu MATE. To use hardware accelerated video playback with ffplay you must specify the h264_mmal codec.
`ffplay -vcodec h264_mmal video.mp4`
Hardware accelerated playback on the Raspberry Pi works by overlaying the video directly to the screen. Therefore there are no onscreen controls for playback control. You’ll need to use the ffmpeg keyboard shortcuts.
ffmpeg also offer hardware enabled video encoding via the h264_omx encoder. Here is an example:
`ffmpeg -f video4linux2 -i /dev/video0 -s 1280x720 -c:v h264_omx output.mp4`
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.

Recent Changes

Ubuntu MATE 18.04.2 Beta 2 - WIP

  • Disabled WiFi Power Management.
  • openssh-server no longer pre-installed.

Ubuntu MATE 18.04.2 Beta 1 - March 24th, 2019

  • Fixed EGL/GLES/OpenVG libraries for VideoCore IV.
  • Fixed Raspberry Pi features in Ubuntu MATE Welcome.
  • Added hardware accelerated VLC (armhf only).
  • Added hardware accelerated ffmpeg (armhf only).
  • Enabled piwheels.
  • Reduced boot time, after the initial first boot setup has been completed, by ~3 seconds.
  • Uploaded SteamLink (armhf only) to the archive, not pre-installed.
  • Uploaded Minecraft Pi Edition (armhf only) to the archive, not pre-installed.
  • Raspberry Pi 3 Model A+ confirmed working, kind of.

Ubuntu MATE 18.04.2 - March 5th, 2019

  • Fixed HDMI audio quality.
  • Fixed USB booting.
  • Fixed font caches.
  • Added pre-seeded snaps.
  • Added miscellaneous Raspberry Pi utilities.
  • Added EGL/GLES/OpenVG libraries for VideoCore IV.
  • Enabled splash screen.
  • Improved window manager responsiveness.
  • Reduced idle RAM consumption by ~30MB on arm64 and ~10MB on armhf.
  • Switched to the CFQ scheduler.

Ubuntu MATE 18.04.2 Alpha 1 - March 2nd, 2019

  • Initial Ubuntu MATE 18.04.2 images made available for private testing.

Previous Changes

Known Issues

  • Empty panel on first boot. This is an intermittent issue with Ubuntu MATE when running on slower computers.
    • The workaround in to start a terminal with Ctrl + Alt + t abd reset the default Familiar layout using mate-tweak --layout familiar
  • Kernel panic when shutting down after initial setup
    • The worksround is to disconnect the power and reconnect it again. Everything will be fine :-)

TODO

  • Build and publish a Raspberry Pi optimised web browser.
  • Add more Python modules for popular HATs and peripherals to the archive.

Feedback and Improvements

Thse images are not official Ubuntu products and are community supported by the Ubuntu MATE team. Please post feedback and issues on the dedicated community forum.
Source: ubuntu-mate
Name

Advanced tutorial,6,Bàn di chuá»™t,1,Bàn Phím,2,Bàn Phím Có Dây,2,Basic guide,8,Business information,32,Chuá»™t,2,Cuisine,59,Entertainment,196,Experience when traveling,4,Feng shui - Spirituality,31,Finance – Stock,124,Gamer,412,Games mobile,151,Games News,131,Games PC,80,Health,64,Information technology,156,Life,268,Linh kiện máy tính,1,Make money online,14,Market analysis,22,Market news,36,Máy tính và Laptop,5,News of life,85,Places to eat,2,Quạt và tản nhiệt,1,Science,60,Software tricks,30,Stock market,62,Tai nghe,2,Tai nghe chụp tai,1,Tai nghe nhét tai,1,Technology news,112,The memorable moments,4,Thiết bị Ä‘iện tá»­,2,ThoGamer,4,Tourist,8,Tourist – Traveler,22,Travel destination,10,Travel services,2,Traveler,13,Virtual money,57,Virtual money information,35,
ltr
item
High Tech Brain: Ubuntu MATE is a operating system images for Raspberry Pi are also available
Ubuntu MATE is a operating system images for Raspberry Pi are also available
https://2.bp.blogspot.com/-kn33sk28b9w/XK4W3SA3_oI/AAAAAAAALOs/j9MqJciMjv4jl7k9w4TM5mk35UpdFR7cQCLcBGAs/s640/Ubuntu%2BMATE%2Brunning%2Bon%2Bthe%2BRaspberry%2BPi.png
https://2.bp.blogspot.com/-kn33sk28b9w/XK4W3SA3_oI/AAAAAAAALOs/j9MqJciMjv4jl7k9w4TM5mk35UpdFR7cQCLcBGAs/s72-c/Ubuntu%2BMATE%2Brunning%2Bon%2Bthe%2BRaspberry%2BPi.png
High Tech Brain
https://www.hightechbrain.com/2019/04/ubuntu-mate-is-operating-system-images.html
https://www.hightechbrain.com/
https://www.hightechbrain.com/
https://www.hightechbrain.com/2019/04/ubuntu-mate-is-operating-system-images.html
true
7716428879874315926
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS CONTENT IS PREMIUM Please share to unlock Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy