Difference between revisions of "Manjaro-ARM"
Views
Actions
Namespaces
Variants
Tools
(added languages and translate tags) |
(Marked this version for translation) |
||
Line 3: | Line 3: | ||
<translate> | <translate> | ||
=Overview= | =Overview= <!--T:1--> | ||
<!--T:2--> | |||
The Manjaro distribution, but for ARM devices. | The Manjaro distribution, but for ARM devices. | ||
<!--T:3--> | |||
Based on Arch Linux ARM, combined with Manjaro tools, themes and infrastructure to make install images for your ARM device, like the Pinebook and Raspberry Pi. | Based on Arch Linux ARM, combined with Manjaro tools, themes and infrastructure to make install images for your ARM device, like the Pinebook and Raspberry Pi. | ||
<!--T:4--> | |||
<div style="clear: both"></div> | <div style="clear: both"></div> | ||
=Installation= | =Installation= <!--T:5--> | ||
===Downloading=== | ===Downloading=== <!--T:6--> | ||
<!--T:7--> | |||
You can find installation images in the downloads section of the [https://manjaro.org/download/#ARM Manjaro Website] or at [https://osdn.net/projects/manjaro-arm/ OSDN]<br> | You can find installation images in the downloads section of the [https://manjaro.org/download/#ARM Manjaro Website] or at [https://osdn.net/projects/manjaro-arm/ OSDN]<br> | ||
Find the image that matches your target device and desired edition. | Find the image that matches your target device and desired edition. | ||
===Writing the Installation Media=== | ===Writing the Installation Media=== <!--T:8--> | ||
<!--T:9--> | |||
The images are in a .xz file. These files can be burned directly to an SD card with Etcher or with dd directly.<br> | The images are in a .xz file. These files can be burned directly to an SD card with Etcher or with dd directly.<br> | ||
To manually install to your SD card with dd: | To manually install to your SD card with dd: | ||
<!--T:10--> | |||
Extract the image. | Extract the image. | ||
unxz Manjaro-ARM-[Edition]-[Device]-[Version].xz | <!--T:11--> | ||
unxz Manjaro-ARM-[Edition]-[Device]-[Version].xz | |||
<!--T:12--> | |||
Get it on the SD card | Get it on the SD card | ||
sudo dd if=Manjaro-ARM-[Edition]-[Device]-[Version].img of=/dev/[device] bs=4M | <!--T:13--> | ||
sudo dd if=Manjaro-ARM-[Edition]-[Device]-[Version].img of=/dev/[device] bs=4M | |||
Where ''[device]'' is your SD card's device, as seen by lsblk. Usually mmcblk0 or sdb. | Where ''[device]'' is your SD card's device, as seen by lsblk. Usually mmcblk0 or sdb. | ||
===Cleanup and First Boot=== | ===Cleanup and First Boot=== <!--T:14--> | ||
Once you have the image on the SDCard, you should be able to put the card into your device and plug it in. If everything worked correctly, it should boot to the OEM setup. Here you define your username, passwords locales etc. Once that is done, the script will clean up after itself, resize the partition and reboot the device. After that reboot, it should boot to the Operating System Depending on the edition you have installed, this could be a simple TTY login or a graphical desktop environment. | Once you have the image on the SDCard, you should be able to put the card into your device and plug it in. If everything worked correctly, it should boot to the OEM setup. Here you define your username, passwords locales etc. Once that is done, the script will clean up after itself, resize the partition and reboot the device. After that reboot, it should boot to the Operating System Depending on the edition you have installed, this could be a simple TTY login or a graphical desktop environment. | ||
===Resizing the partitions=== | ===Resizing the partitions=== <!--T:15--> | ||
Since 18.09 this is now done automatically. The device will boot to OEM setup, which will handle the resizing, and then reboot before the login screen would appear. When it's booted to the login screen, the filesystem has been resized to fill out the remaining space on the SD card. | Since 18.09 this is now done automatically. The device will boot to OEM setup, which will handle the resizing, and then reboot before the login screen would appear. When it's booted to the login screen, the filesystem has been resized to fill out the remaining space on the SD card. | ||
===Login=== | ===Login=== <!--T:16--> | ||
Login depends on what you set up during the OEM setup. | Login depends on what you set up during the OEM setup. | ||
There are 1 users by default on the image. root. | There are 1 users by default on the image. root. | ||
Line 49: | Line 58: | ||
</translate> | </translate> | ||
<translate> | <translate> | ||
=Supported Devices= | =Supported Devices= <!--T:17--> | ||
==Hardkernel== | ==Hardkernel== <!--T:18--> | ||
</translate> | </translate> | ||
{| class="wikitable" style="text-align: center;width: 100%;"-- Header --> | {| class="wikitable" style="text-align: center;width: 100%;"-- Header --> | ||
Line 348: | Line 357: | ||
<translate> | <translate> | ||
===Raspberry Pi=== | ===Raspberry Pi=== <!--T:19--> | ||
====Sensors==== | ====Sensors==== <!--T:20--> | ||
<!--T:21--> | |||
For temperature and humidity sensor see this tutorial on the forums: https://forum.manjaro.org/t/howto-raspberry-pi-temperature-and-humidity-sensor-dht22-dht11-am2302/34685 | For temperature and humidity sensor see this tutorial on the forums: https://forum.manjaro.org/t/howto-raspberry-pi-temperature-and-humidity-sensor-dht22-dht11-am2302/34685 | ||
====Overclocking==== | ====Overclocking==== <!--T:22--> | ||
<!--T:23--> | |||
You can manage voltage and frequency settings in your <code>/boot/config.txt</code>. The following are the most common values for the Raspberry Pi: | You can manage voltage and frequency settings in your <code>/boot/config.txt</code>. The following are the most common values for the Raspberry Pi: | ||
<pre> | <pre> | ||
Line 363: | Line 374: | ||
</pre> | </pre> | ||
===Troubleshooting=== | ===Troubleshooting=== <!--T:24--> | ||
====Pi 400 Power Button==== | ====Pi 400 Power Button==== <!--T:25--> | ||
<!--T:26--> | |||
If you have trouble using the power button on your Pi 400 with the XFCE desktop (or xfce4-power-manager) then make sure logind is handling button events: | If you have trouble using the power button on your Pi 400 with the XFCE desktop (or xfce4-power-manager) then make sure logind is handling button events: | ||
xfconf-query -c xfce4-power-manager -p /xfce4-power-manager/logind-handle-power-key -n -t bool -s true | xfconf-query -c xfce4-power-manager -p /xfce4-power-manager/logind-handle-power-key -n -t bool -s true | ||
====Blocked Update==== | ====Blocked Update==== <!--T:27--> | ||
<!--T:28--> | |||
There are device-dependent workarounds if you experience an error similar to: | There are device-dependent workarounds if you experience an error similar to: | ||
<pre> | <pre> | ||
Line 378: | Line 391: | ||
</pre> | </pre> | ||
<!--T:29--> | |||
For the '''Pi 3B''': | For the '''Pi 3B''': | ||
sudo systemctl disable brcm43438.service | <!--T:30--> | ||
sudo systemctl disable brcm43438.service | |||
sudo pacman -S -dd brcm-patchram-plus-pi3b firmware-raspberrypi | sudo pacman -S -dd brcm-patchram-plus-pi3b firmware-raspberrypi | ||
sudo systemctl enable attach-bluetooth-pi3.service | sudo systemctl enable attach-bluetooth-pi3.service | ||
<!--T:31--> | |||
For the '''Pi 3B+''': | For the '''Pi 3B+''': | ||
sudo systemctl disable brcm43438.service | <!--T:32--> | ||
sudo systemctl disable brcm43438.service | |||
sudo pacman -S -dd brcm-patchram-plus firmware-raspberrypi | sudo pacman -S -dd brcm-patchram-plus firmware-raspberrypi | ||
sudo systemctl enable attach-bluetooth.service | sudo systemctl enable attach-bluetooth.service | ||
<!--T:33--> | |||
For the '''Pi 4B''': | For the '''Pi 4B''': | ||
sudo systemctl disable brcm43438.service | <!--T:34--> | ||
sudo systemctl disable brcm43438.service | |||
sudo pacman -S -dd brcm-patchram-plus firmware-raspberrypi | sudo pacman -S -dd brcm-patchram-plus firmware-raspberrypi | ||
sudo systemctl enable attach-bluetooth.service | sudo systemctl enable attach-bluetooth.service | ||
<!--T:35--> | |||
For the '''Pi 400''': | For the '''Pi 400''': | ||
sudo systemctl disable brcm43438.service | <!--T:36--> | ||
sudo systemctl disable brcm43438.service | |||
sudo pacman -S -dd brcm-patchram-plus-pi400 firmware-raspberrypi | sudo pacman -S -dd brcm-patchram-plus-pi400 firmware-raspberrypi | ||
sudo systemctl enable attach-bluetooth-pi400.service | sudo systemctl enable attach-bluetooth-pi400.service | ||
====Missing Bluetooth after raspberrypi-bootloader/-x update 20210208-1==== | ====Missing Bluetooth after raspberrypi-bootloader/-x update 20210208-1==== <!--T:37--> | ||
<!--T:38--> | |||
First, check whether the bootloader has been updated: | First, check whether the bootloader has been updated: | ||
pacman -Ss raspberrypi-bootloader | pacman -Ss raspberrypi-bootloader | ||
<!--T:39--> | |||
Possible results: | Possible results: | ||
core/raspberrypi-bootloader '''20210208-1''' [installed] | core/raspberrypi-bootloader '''20210208-1''' [installed] | ||
Line 413: | Line 436: | ||
Bootloader with extra codecs for Raspberry Pi | Bootloader with extra codecs for Raspberry Pi | ||
<!--T:40--> | |||
If it is the case, changing the occurrences of '''ttyAMA0''' in /boot/cmdline.txt to '''serial0''' may fix missing Bluetooth ([https://forum.manjaro.org/t/new-raspberry-pi-kernels-related-packages/4721/344 Source]). | If it is the case, changing the occurrences of '''ttyAMA0''' in /boot/cmdline.txt to '''serial0''' may fix missing Bluetooth ([https://forum.manjaro.org/t/new-raspberry-pi-kernels-related-packages/4721/344 Source]). | ||
==Android TV boxes== | ==Android TV boxes== <!--T:41--> | ||
<!--T:42--> | |||
With a couple of small tweaks it is possible to boot and install the vim3 builds of Manjaro on some [[Amlogic TV boxes]]. Running Manjaro on TV boxes is not recommended for less experienced users of Linux nor serious production use. | With a couple of small tweaks it is possible to boot and install the vim3 builds of Manjaro on some [[Amlogic TV boxes]]. Running Manjaro on TV boxes is not recommended for less experienced users of Linux nor serious production use. | ||
=See also= | =See also= <!--T:43--> | ||
https://wiki.archlinux.org/index.php/Category:ARM_architecture<br /> | https://wiki.archlinux.org/index.php/Category:ARM_architecture<br /> | ||
https://archlinuxarm.org/wiki<br /> | https://archlinuxarm.org/wiki<br /> |
Revision as of 21:29, 4 September 2021
Overview
The Manjaro distribution, but for ARM devices.
Based on Arch Linux ARM, combined with Manjaro tools, themes and infrastructure to make install images for your ARM device, like the Pinebook and Raspberry Pi.
Installation
Downloading
You can find installation images in the downloads section of the Manjaro Website or at OSDN
Find the image that matches your target device and desired edition.
Writing the Installation Media
The images are in a .xz file. These files can be burned directly to an SD card with Etcher or with dd directly.
To manually install to your SD card with dd:
Extract the image.
unxz Manjaro-ARM-[Edition]-[Device]-[Version].xz
Get it on the SD card
sudo dd if=Manjaro-ARM-[Edition]-[Device]-[Version].img of=/dev/[device] bs=4M
Where [device] is your SD card's device, as seen by lsblk. Usually mmcblk0 or sdb.
Cleanup and First Boot
Once you have the image on the SDCard, you should be able to put the card into your device and plug it in. If everything worked correctly, it should boot to the OEM setup. Here you define your username, passwords locales etc. Once that is done, the script will clean up after itself, resize the partition and reboot the device. After that reboot, it should boot to the Operating System Depending on the edition you have installed, this could be a simple TTY login or a graphical desktop environment.
Resizing the partitions
Since 18.09 this is now done automatically. The device will boot to OEM setup, which will handle the resizing, and then reboot before the login screen would appear. When it's booted to the login screen, the filesystem has been resized to fill out the remaining space on the SD card.
Login
Login depends on what you set up during the OEM setup. There are 1 users by default on the image. root. And by default it has no password and autologin enabled. This gets changed when the OEM script is run, to disable the autologin and set the password defined during the setup.
Supported Devices
Hardkernel
Hardkernel | ||||
---|---|---|---|---|
Model |
Odroid-C2 | Odroid-C4 | Odroid-N2 | Odroid-N2+ |
Release Year | 2016 | 2020 | 2019 | 2020 |
SoC Manufacturer | Amlogic | Amlogic | Amlogic | Amlogic |
Lithography | 28nm | 12nm | 12nm | 12nm |
CPU | S905 | S905X3 | S922X | S922X |
CPU Topology | Quad-core: 4 x Cortex-A53 |
Quad-core: 4 x Cortex-A55 |
Hexa-core: 4 x Cortex-A73 2 x Cortex-A53 |
Hexa-core: 4 x Cortex-A73 2 x Cortex-A53 |
CPU Frequency | 4 x 1.5GHz | 4 x 2.0GHz | 4 x 2.0GHz 2 x 1.8GHz |
4 x 2.4GHz 2 x 1.9GHz |
GPU | Mali-450 MP3 | Mali-G31 MP2 | Mali-G52 MP4 | Mali-G52 MP4 |
Memory | 2GB DDR3 |
4GB DDR4 |
2–4GB DDR4 |
2–4GB DDR4 |
Khadas
Khadas | ||||
---|---|---|---|---|
Model |
Edge-V | Vim 1 | Vim 2 | Vim 3 |
Release Year | 2018 | 2016 | 2017 | 2019 |
SoC Manufacturer | Rockchip | Amlogic | Amlogic | Amlogic |
Lithography | 28nm | 28nm | 28nm | 12nm |
CPU | RK3399 | S905X | S912 | A311D |
CPU Topology | Hexa-core: 2 x Cortex-A72 4 x Cortex-A53 |
Quad-core: 4 x Cortex-A53 |
Octa-core: 8 x Cortex-A53 |
Hexa-core: 4 x Cortex-A73 2 x Cortex-A53 |
CPU Frequency | 2 x 1.8GHz 4 x 1.5GHz |
4 x 1.5GHz | 8 x 1.5GHz | 4 x 2.2GHz 2 x 1.8GHz |
GPU | Mali-T860 MP4 | Mali-450 MP3 | Mali-T820 MP3 | Mali-G52 MP4 |
Memory | 2–4GB LPDDR4 |
2GB DDR3 |
2–3GB LPDDR4 |
2–4GB LPDDR4 |
Pine64
Pine64 | |||||
---|---|---|---|---|---|
Model |
Rock64 | RockPro64 | Pinebook | Pinebook Pro | PinePhone |
Release Year | 2017 | 2017 | 2017 | 2019 | 2019 |
SoC Manufacturer | Rockchip | Rockchip | Allwinner | Rockchip | Allwinner |
Lithography | 28nm | 28nm | 40nm | 28nm | 40nm |
CPU | RK3328 | RK3399 | A64 | RK3399 | A64 |
CPU Topology | Quad-core: 4 x Cortex-A53 |
Hexa-core: 2 x Cortex-A72 4 x Cortex-A53 |
Quad-core: 4 x Cortex-A53 |
Hexa-core: 2 x Cortex-A72 4 x Cortex-A53 |
Quad-core: 4 x Cortex-A53 |
CPU Frequency | 4 x 1.5GHz | 2 x 2.0GHz 4 x 1.5GHz |
4 x 1.152GHz | 2 x 2.0GHz 4 x 1.5GHz |
4 x 1.2GHz |
GPU | Mali-450 MP2 | Mali-T860 MP4 | Mali-400 MP2 | Mali-T860 MP4 | Mali-400 MP2 |
Memory | 1–4GB LPDDR3 |
2–4GB LPDDR4 |
2GB LPDDR3 |
4GB LPDDR4 |
2–3GB LPDDR3 |
Radxa
Radxa | |
---|---|
Model |
Rock Pi 4 |
Release Year | 2019 |
SoC Manufacturer | Rockchip |
Lithography | 28nm |
CPU | RK3399 |
CPU Topology | Hexa-core: 2 x Cortex-A72 4 x Cortex-A53 |
CPU Frequency | 2 x 2.0GHz 4 x 1.5GHz |
GPU | Mali-T860 MP4 |
Memory | 1–4GB LPDDR4 |
Raspberry
Raspberry | ||||
---|---|---|---|---|
Model |
Pi 3B | Pi 3B+ | Pi 4B | Pi 400 |
Release Year | 2016 | 2018 | 2019 | 2020 |
SoC Manufacturer | Broadcom | Broadcom | Broadcom | Broadcom |
Lithography | 28nm | 28nm | 28nm | 28nm |
CPU | BCM2837 | BCM2837B0 | BCM2711 | BCM2711 |
CPU Topology | Quad-core: 4 x Cortex-A53 |
Quad-core: 4 x Cortex-A53 |
Quad-core: 4 x Cortex-A72 |
Quad-core: 4 x Cortex-A72 |
CPU Frequency | 4 x 1.2GHz | 4 x 1.4GHz | 4 x 1.5GHz | 4 x 1.5GHz |
GPU | VideoCore IV | VideoCore IV | VideoCore VI | VideoCore VI |
Memory | 1GB LPDDR2 |
1GB LPDDR2 |
1–8GB LPDDR4 |
4GB LPDDR4 |
Raspberry Pi
Sensors
For temperature and humidity sensor see this tutorial on the forums: https://forum.manjaro.org/t/howto-raspberry-pi-temperature-and-humidity-sensor-dht22-dht11-am2302/34685
Overclocking
You can manage voltage and frequency settings in your /boot/config.txt
. The following are the most common values for the Raspberry Pi:
over_voltage=6 arm_freq=2100 gpu_freq=650
Troubleshooting
Pi 400 Power Button
If you have trouble using the power button on your Pi 400 with the XFCE desktop (or xfce4-power-manager) then make sure logind is handling button events:
xfconf-query -c xfce4-power-manager -p /xfce4-power-manager/logind-handle-power-key -n -t bool -s true
Blocked Update
There are device-dependent workarounds if you experience an error similar to:
error: failed to prepare transaction (conflicting dependencies) :: brcm-patchram-plus and pi-bluetooth are in conflict
For the Pi 3B:
sudo systemctl disable brcm43438.service sudo pacman -S -dd brcm-patchram-plus-pi3b firmware-raspberrypi sudo systemctl enable attach-bluetooth-pi3.service
For the Pi 3B+:
sudo systemctl disable brcm43438.service sudo pacman -S -dd brcm-patchram-plus firmware-raspberrypi sudo systemctl enable attach-bluetooth.service
For the Pi 4B:
sudo systemctl disable brcm43438.service sudo pacman -S -dd brcm-patchram-plus firmware-raspberrypi sudo systemctl enable attach-bluetooth.service
For the Pi 400:
sudo systemctl disable brcm43438.service sudo pacman -S -dd brcm-patchram-plus-pi400 firmware-raspberrypi sudo systemctl enable attach-bluetooth-pi400.service
Missing Bluetooth after raspberrypi-bootloader/-x update 20210208-1
First, check whether the bootloader has been updated:
pacman -Ss raspberrypi-bootloader
Possible results:
core/raspberrypi-bootloader 20210208-1 [installed] Bootloader files for Raspberry Pi core/raspberrypi-bootloader-x 20210208-1 [installed] Bootloader with extra codecs for Raspberry Pi
If it is the case, changing the occurrences of ttyAMA0 in /boot/cmdline.txt to serial0 may fix missing Bluetooth (Source).
Android TV boxes
With a couple of small tweaks it is possible to boot and install the vim3 builds of Manjaro on some Amlogic TV boxes. Running Manjaro on TV boxes is not recommended for less experienced users of Linux nor serious production use.
See also
https://wiki.archlinux.org/index.php/Category:ARM_architecture
https://archlinuxarm.org/wiki
https://osdn.net/projects/manjaro-arm/