32
edits
(Add 'Identifying your box' section) Tags: Mobile web edit Mobile edit |
(Add 'Configure extlinux.conf' section) |
||
Line 24: | Line 24: | ||
Under an Android terminal to show your boxes device tree ID. | Under an Android terminal to show your boxes device tree ID. | ||
== Installation == | |||
Manjaro can be installed from and to micro SD card or USB disk. It is not currently possible to install Manjaro to eMMC on Amlogic TV boxes. | |||
=== Configure extlinux.conf === | |||
After using a disk imaging tool such as '''dd''' to write one of the vim3 Manjaro ARM images to a disk, mount the disk and edit '''BOOT_MNJRO/extlinux/extlinux.conf'''. You must edit the line that begins with '''FDT /dtbs/amlogic/''' to point to the dtb file that you wish to use to configure your device tree. | |||
If there isn't a matching dtb file for your box within the dtbs folder and you can't find a suitable dtb on this wiki or in the Manjaro forums then you should try '''meson-sm1-sei610.dtb''' first: | |||
<code>FDT /dtbs/amlogic/meson-sm1-sei610.dtb</code> |
edits