<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>http://wiki.amiga.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Xeno74</id>
	<title>wiki.amiga.org - User contributions [en-gb]</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.amiga.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Xeno74"/>
	<link rel="alternate" type="text/html" href="http://wiki.amiga.org/index.php/Special:Contributions/Xeno74"/>
	<updated>2026-06-01T19:34:08Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.9</generator>
	<entry>
		<id>http://wiki.amiga.org/index.php?title=AmigaOne_Linux&amp;diff=754</id>
		<title>AmigaOne Linux</title>
		<link rel="alternate" type="text/html" href="http://wiki.amiga.org/index.php?title=AmigaOne_Linux&amp;diff=754"/>
		<updated>2017-05-25T22:36:01Z</updated>

		<summary type="html">&lt;p&gt;Xeno74: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
= Welcome =&lt;br /&gt;
&lt;br /&gt;
This page details the installation process of Linux distributions on the [[AmigaONE X5000]] and [[AmigaOne A1222]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= AmigaOne X5000 Linux Guide =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''1.''' Download the image from the following link:&lt;br /&gt;
[https://dl.dropboxusercontent.com/u/5429075/Computers/Linux/_img/X5000_Ubuntu_16.04.1_Live_USB-3.img X5000 Live USB installation]&lt;br /&gt;
&lt;br /&gt;
'''2.''' Please use the following Uboot commands to boot the image:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;color: black; background:lightgray; font-family:courier; width:90%&amp;quot;&amp;gt;&lt;br /&gt;
setenv bootargs root=/dev/ramdisk file=/cdrom/preseed/ubuntu-mate.seed boot=casper rootdelay=10  mem=3500M radeon.pcie_gen2=1&lt;br /&gt;
fatload usb 0:1 1000000 uImage-cyrus&lt;br /&gt;
fatload usb 0:1 1c00000 cyrus_5020.dtb&lt;br /&gt;
fatload usb 0:1 2000000 uRamdisk &lt;br /&gt;
&lt;br /&gt;
bootm 1000000 2000000 1c00000&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=AmigaOne A1222 Linux Guide=&lt;br /&gt;
&lt;br /&gt;
The following guide gives instructions on downloading the latest Linux images and installing them to USB flash drives or hard disk drives for use on the AmigaOne A1222 computer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Installing Debian 8 on a USB Flash Drive==&lt;br /&gt;
&lt;br /&gt;
'''1.''' Download the image from the following link:&lt;br /&gt;
[http://www.fun-kart-racer.de/2bb57b2bbf87b668a94c/Tabor_debian_8_powerpcspe_5.7z Tabor Debian 8 PowerPC SPE]&lt;br /&gt;
&lt;br /&gt;
Please use the following login details to download the file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;color: black; background:lightgray; font-family:courier; width:60%&amp;quot;&amp;gt;&lt;br /&gt;
User Name: tabor&lt;br /&gt;
Password: [available on request]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''2.''' Decompress the downloaded image with '''7-Zip'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''3.''' Copy it with '''dd''' on Linux or with the [http://www.alexpage.de/usb-image-tool/download USB image Tool] on Windows to a USB flash drive.&lt;br /&gt;
&lt;br /&gt;
For example with Linux: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;color: black; background:lightgray; font-family:courier; width:60%&amp;quot;&amp;gt;&lt;br /&gt;
dd if=“Tabor_debian_8_powerpcspe_5“ of=“disk drive ID“&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''4.''' To boot Linux image from the USB flash drive, insert the USB flash drive into the A1222.  Next enter the following at the '''A1222&amp;gt;''' prompt (pressing enter after each line):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;color: black; background:lightgray; font-family:courier; width:60%&amp;quot;&amp;gt;&lt;br /&gt;
setenv bootargs root=/dev/sda2 rootdelay=5&lt;br /&gt;
fatload usb 0:1 1000000 uImage.sdk17.2&lt;br /&gt;
fatload usb 0:1 2000000 tabor2.dtb&lt;br /&gt;
bootm 1000000 - 2000000&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''5.''' The login details are as follows:&lt;br /&gt;
&lt;br /&gt;
Username of '''root''' has the password '''amigaone'''&lt;br /&gt;
&lt;br /&gt;
Username of '''amigaone''' has the password '''amigaone'''&lt;br /&gt;
&lt;br /&gt;
==Installing Debian 8 on a Hard Drive==&lt;br /&gt;
&lt;br /&gt;
After trying out you could copy it with &amp;quot;dd&amp;quot; to a hard disc from your booted Debian. You&lt;br /&gt;
don't need to create any partitions. You just need to copy the image with &amp;quot;dd&amp;quot; from the&lt;br /&gt;
booted Debian to a hard disk.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''1.''' Download the image from the following link:&lt;br /&gt;
[http://www.fun-kart-racer.de/2bb57b2bbf87b668a94c/Tabor_debian_8_powerpcspe_5.7z Tabor Debian 8 PowerPC SPE]&lt;br /&gt;
&lt;br /&gt;
Please use the following login details to download the file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;color: black; background:lightgray; font-family:courier; width:60%&amp;quot;&amp;gt;&lt;br /&gt;
User Name: tabor&lt;br /&gt;
Password: amigaone&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''2.''' Decompress it with Xarchiver or Engrampa or use &amp;quot;Extract Here&amp;quot; in the context menu&lt;br /&gt;
(right-click).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''3.''' Copy it with '''dd''' to a hard disk: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;color: black; background:lightgray; font-family:courier; width:60%&amp;quot;&amp;gt;&lt;br /&gt;
dd if=Tabor_debian_8_powerpcspe_5 of=“disk drive ID“. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For example: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;color: black; background:lightgray; font-family:courier; width:60%&amp;quot;&amp;gt;&lt;br /&gt;
dd if=Tabor_debian_8_powerpcspe_5 of=/dev/sdb.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Use /dev/sda if your system has no other hard disks installed.  If there is one hard disk already installed, then the USB flash drive will  be assigned /dev/sdb&lt;br /&gt;
&lt;br /&gt;
'''Important Note:''' Using '''dd''' will destroy any existing data on your hard disk, please backup before using this command.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''4.''' After that, you could increase the Linux partition with GParted if you like.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''5.''' To boot Linux image from the hard drive, enter the following at the '''A1222&amp;gt;''' prompt (pressing enter after each line):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;color: black; background:lightgray; font-family:courier; width:60%&amp;quot;&amp;gt;&lt;br /&gt;
setenv bootargs root=/dev/sda2&lt;br /&gt;
fatload usb 0:1 1000000 uImage.sdk17.2&lt;br /&gt;
fatload usb 0:1 2000000 tabor2.dtb&lt;br /&gt;
bootm 1000000 - 2000000&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Or you could directly boot the kernel and the DTB file from a hard disk by entering the following at the '''A1222&amp;gt;''' prompt (pressing enter after each line):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;color: black; background:lightgray; font-family:courier; width:60%&amp;quot;&amp;gt;&lt;br /&gt;
setenv bootargs root=/dev/sda2&lt;br /&gt;
load sata 1:2 1000000 /boot/uImage.sdk17.2&lt;br /&gt;
load sata 1:2 2000000 /boot/tabor2.dtb&lt;br /&gt;
bootm 1000000 - 2000000&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Upgrading Debian 8 to the latest Sid version==&lt;br /&gt;
&lt;br /&gt;
'''1.''' Download the GnuPG archive keyring from the following link:&lt;br /&gt;
[https://packages.debian.org/sid/all/debian-ports-archive-keyring/download debian-ports-archive-keyring_2016.11.28_all.deb]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''2.''' Install the GnuPG archive keyring:&lt;br /&gt;
&amp;lt;pre style=&amp;quot;color: black; background:lightgray; font-family:courier; width:60%&amp;quot;&amp;gt;&lt;br /&gt;
# dpkg -i debian-ports-archive-keyring_2016.11.28_all.deb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''3.''' Add the following lines to your sources.list:&lt;br /&gt;
&amp;lt;pre style=&amp;quot;color: black; background:lightgray; font-family:courier; width:60%&amp;quot;&amp;gt;&lt;br /&gt;
# binary default&lt;br /&gt;
deb http://ftp.ports.debian.org/debian-ports/ unstable main&lt;br /&gt;
deb http://ftp.ports.debian.org/debian-ports/ unreleased main&lt;br /&gt;
deb http://incoming.debian-ports.org/buildd unstable main&lt;br /&gt;
&lt;br /&gt;
# source&lt;br /&gt;
deb-src http://ftp.debian.org/debian/ unstable main&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''4.''' Update the package index:&lt;br /&gt;
&amp;lt;pre style=&amp;quot;color: black; background:lightgray; font-family:courier; width:60%&amp;quot;&amp;gt;&lt;br /&gt;
# apt-get update&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''5.''' Repair the broken package dependencies:&lt;br /&gt;
&amp;lt;pre style=&amp;quot;color: black; background:lightgray; font-family:courier; width:60%&amp;quot;&amp;gt;&lt;br /&gt;
# apt-get install -f&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''6.''' Now, you can install some new packages from the Debian Sid ports repository&lt;br /&gt;
&lt;br /&gt;
==A1222 Debian User Guide==&lt;br /&gt;
&lt;br /&gt;
For more detailed information, please consult the '''A1222 Linux User Guide''' with the following link:&lt;br /&gt;
&lt;br /&gt;
[http://www.fun-kart-racer.de/2bb57b2bbf87b668a94c/Linux_installation_instructions_A1222_Tabor_v0.9.4.pdf A1222 Linux User Guide]&lt;br /&gt;
&lt;br /&gt;
Please use the following login details to download the file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;color: black; background:lightgray; font-family:courier; width:60%&amp;quot;&amp;gt;&lt;br /&gt;
User Name: tabor&lt;br /&gt;
Password: amigaone&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Xeno74</name></author>
	</entry>
	<entry>
		<id>http://wiki.amiga.org/index.php?title=AmigaOne_Linux&amp;diff=753</id>
		<title>AmigaOne Linux</title>
		<link rel="alternate" type="text/html" href="http://wiki.amiga.org/index.php?title=AmigaOne_Linux&amp;diff=753"/>
		<updated>2017-05-25T22:33:38Z</updated>

		<summary type="html">&lt;p&gt;Xeno74: Added the command 'apt-get install -f' to the instructions for upgrading Debian 8 to Debian Sid&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
= Welcome =&lt;br /&gt;
&lt;br /&gt;
This page details the installation process of Linux distributions on the [[AmigaONE X5000]] and [[AmigaOne A1222]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= AmigaOne X5000 Linux Guide =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''1.''' Download the image from the following link:&lt;br /&gt;
[https://dl.dropboxusercontent.com/u/5429075/Computers/Linux/_img/X5000_Ubuntu_16.04.1_Live_USB-3.img X5000 Live USB installation]&lt;br /&gt;
&lt;br /&gt;
'''2.''' Please use the following Uboot commands to boot the image:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;color: black; background:lightgray; font-family:courier; width:90%&amp;quot;&amp;gt;&lt;br /&gt;
setenv bootargs root=/dev/ramdisk file=/cdrom/preseed/ubuntu-mate.seed boot=casper rootdelay=10  mem=3500M radeon.pcie_gen2=1&lt;br /&gt;
fatload usb 0:1 1000000 uImage-cyrus&lt;br /&gt;
fatload usb 0:1 1c00000 cyrus_5020.dtb&lt;br /&gt;
fatload usb 0:1 2000000 uRamdisk &lt;br /&gt;
&lt;br /&gt;
bootm 1000000 2000000 1c00000&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=AmigaOne A1222 Linux Guide=&lt;br /&gt;
&lt;br /&gt;
The following guide gives instructions on downloading the latest Linux images and installing them to USB flash drives or hard disk drives for use on the AmigaOne A1222 computer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Installing Debian 8 on a USB Flash Drive==&lt;br /&gt;
&lt;br /&gt;
'''1.''' Download the image from the following link:&lt;br /&gt;
[http://www.fun-kart-racer.de/2bb57b2bbf87b668a94c/Tabor_debian_8_powerpcspe_5.7z Tabor Debian 8 PowerPC SPE]&lt;br /&gt;
&lt;br /&gt;
Please use the following login details to download the file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;color: black; background:lightgray; font-family:courier; width:60%&amp;quot;&amp;gt;&lt;br /&gt;
User Name: tabor&lt;br /&gt;
Password: [available on request]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''2.''' Decompress the downloaded image with '''7-Zip'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''3.''' Copy it with '''dd''' on Linux or with the [http://www.alexpage.de/usb-image-tool/download USB image Tool] on Windows to a USB flash drive.&lt;br /&gt;
&lt;br /&gt;
For example with Linux: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;color: black; background:lightgray; font-family:courier; width:60%&amp;quot;&amp;gt;&lt;br /&gt;
dd if=“Tabor_debian_8_powerpcspe_5“ of=“disk drive ID“&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''4.''' To boot Linux image from the USB flash drive, insert the USB flash drive into the A1222.  Next enter the following at the '''A1222&amp;gt;''' prompt (pressing enter after each line):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;color: black; background:lightgray; font-family:courier; width:60%&amp;quot;&amp;gt;&lt;br /&gt;
setenv bootargs root=/dev/sda2 rootdelay=5&lt;br /&gt;
fatload usb 0:1 1000000 uImage.sdk17.2&lt;br /&gt;
fatload usb 0:1 2000000 tabor2.dtb&lt;br /&gt;
bootm 1000000 - 2000000&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''5.''' The login details are as follows:&lt;br /&gt;
&lt;br /&gt;
Username of '''root''' has the password '''amigaone'''&lt;br /&gt;
&lt;br /&gt;
Username of '''amigaone''' has the password '''amigaone'''&lt;br /&gt;
&lt;br /&gt;
==Installing Debian 8 on a Hard Drive==&lt;br /&gt;
&lt;br /&gt;
After trying out you could copy it with &amp;quot;dd&amp;quot; to a hard disc from your booted Debian. You&lt;br /&gt;
don't need to create any partitions. You just need to copy the image with &amp;quot;dd&amp;quot; from the&lt;br /&gt;
booted Debian to a hard disk.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''1.''' Download the image from the following link:&lt;br /&gt;
[http://www.fun-kart-racer.de/2bb57b2bbf87b668a94c/Tabor_debian_8_powerpcspe_5.7z Tabor Debian 8 PowerPC SPE]&lt;br /&gt;
&lt;br /&gt;
Please use the following login details to download the file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;color: black; background:lightgray; font-family:courier; width:60%&amp;quot;&amp;gt;&lt;br /&gt;
User Name: tabor&lt;br /&gt;
Password: amigaone&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''2.''' Decompress it with Xarchiver or Engrampa or use &amp;quot;Extract Here&amp;quot; in the context menu&lt;br /&gt;
(right-click).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''3.''' Copy it with '''dd''' to a hard disk: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;color: black; background:lightgray; font-family:courier; width:60%&amp;quot;&amp;gt;&lt;br /&gt;
dd if=Tabor_debian_8_powerpcspe_5 of=“disk drive ID“. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For example: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;color: black; background:lightgray; font-family:courier; width:60%&amp;quot;&amp;gt;&lt;br /&gt;
dd if=Tabor_debian_8_powerpcspe_5 of=/dev/sdb.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Use /dev/sda if your system has no other hard disks installed.  If there is one hard disk already installed, then the USB flash drive will  be assigned /dev/sdb&lt;br /&gt;
&lt;br /&gt;
'''Important Note:''' Using '''dd''' will destroy any existing data on your hard disk, please backup before using this command.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''4.''' After that, you could increase the Linux partition with GParted if you like.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''5.''' To boot Linux image from the hard drive, enter the following at the '''A1222&amp;gt;''' prompt (pressing enter after each line):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;color: black; background:lightgray; font-family:courier; width:60%&amp;quot;&amp;gt;&lt;br /&gt;
setenv bootargs root=/dev/sda2&lt;br /&gt;
fatload usb 0:1 1000000 uImage.sdk17.2&lt;br /&gt;
fatload usb 0:1 2000000 tabor2.dtb&lt;br /&gt;
bootm 1000000 - 2000000&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Or you could directly boot the kernel and the DTB file from a hard disk by entering the following at the '''A1222&amp;gt;''' prompt (pressing enter after each line):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;color: black; background:lightgray; font-family:courier; width:60%&amp;quot;&amp;gt;&lt;br /&gt;
setenv bootargs root=/dev/sda2&lt;br /&gt;
load sata 1:2 1000000 /boot/uImage.sdk17.2&lt;br /&gt;
load sata 1:2 2000000 /boot/tabor2.dtb&lt;br /&gt;
bootm 1000000 - 2000000&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Upgrading Debian 8 to the latest Sid version==&lt;br /&gt;
&lt;br /&gt;
'''1.''' Download the GnuPG archive keyring from the following link:&lt;br /&gt;
[https://packages.debian.org/sid/all/debian-ports-archive-keyring/download debian-ports-archive-keyring_2016.11.28_all.deb]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''2.''' Install the GnuPG archive keyring:&lt;br /&gt;
&amp;lt;pre style=&amp;quot;color: black; background:lightgray; font-family:courier; width:60%&amp;quot;&amp;gt;&lt;br /&gt;
# dpkg -i debian-ports-archive-keyring_2016.11.28_all.deb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''3.''' Add the following lines to your sources.list:&lt;br /&gt;
&amp;lt;pre style=&amp;quot;color: black; background:lightgray; font-family:courier; width:60%&amp;quot;&amp;gt;&lt;br /&gt;
# binary default&lt;br /&gt;
deb http://ftp.ports.debian.org/debian-ports/ unstable main&lt;br /&gt;
deb http://ftp.ports.debian.org/debian-ports/ unreleased main&lt;br /&gt;
deb http://incoming.debian-ports.org/buildd unstable main&lt;br /&gt;
&lt;br /&gt;
# source&lt;br /&gt;
deb-src http://ftp.debian.org/debian/ unstable main&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''4.''' Update the package index:&lt;br /&gt;
&amp;lt;pre style=&amp;quot;color: black; background:lightgray; font-family:courier; width:60%&amp;quot;&amp;gt;&lt;br /&gt;
# apt-get update&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''5.''' Repair the broken dependencies:&lt;br /&gt;
&amp;lt;pre style=&amp;quot;color: black; background:lightgray; font-family:courier; width:60%&amp;quot;&amp;gt;&lt;br /&gt;
# apt-get install -f&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''6.''' Now, you can install some new packages from the Debian Sid ports repository&lt;br /&gt;
&lt;br /&gt;
==A1222 Debian User Guide==&lt;br /&gt;
&lt;br /&gt;
For more detailed information, please consult the '''A1222 Linux User Guide''' with the following link:&lt;br /&gt;
&lt;br /&gt;
[http://www.fun-kart-racer.de/2bb57b2bbf87b668a94c/Linux_installation_instructions_A1222_Tabor_v0.9.4.pdf A1222 Linux User Guide]&lt;br /&gt;
&lt;br /&gt;
Please use the following login details to download the file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;color: black; background:lightgray; font-family:courier; width:60%&amp;quot;&amp;gt;&lt;br /&gt;
User Name: tabor&lt;br /&gt;
Password: amigaone&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Xeno74</name></author>
	</entry>
	<entry>
		<id>http://wiki.amiga.org/index.php?title=AmigaOne_Linux&amp;diff=752</id>
		<title>AmigaOne Linux</title>
		<link rel="alternate" type="text/html" href="http://wiki.amiga.org/index.php?title=AmigaOne_Linux&amp;diff=752"/>
		<updated>2017-05-18T10:22:41Z</updated>

		<summary type="html">&lt;p&gt;Xeno74: Add instructions for upgrading Debian 8 to Debian Sid PowerPCSPE&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
= Welcome =&lt;br /&gt;
&lt;br /&gt;
This page details the installation process of Linux distributions on the [[AmigaONE X5000]] and [[AmigaOne A1222]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= AmigaOne X5000 Linux Guide =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''1.''' Download the image from the following link:&lt;br /&gt;
[https://dl.dropboxusercontent.com/u/5429075/Computers/Linux/_img/X5000_Ubuntu_16.04.1_Live_USB-3.img X5000 Live USB installation]&lt;br /&gt;
&lt;br /&gt;
'''2.''' Please use the following Uboot commands to boot the image:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;color: black; background:lightgray; font-family:courier; width:90%&amp;quot;&amp;gt;&lt;br /&gt;
setenv bootargs root=/dev/ramdisk file=/cdrom/preseed/ubuntu-mate.seed boot=casper rootdelay=10  mem=3500M radeon.pcie_gen2=1&lt;br /&gt;
fatload usb 0:1 1000000 uImage-cyrus&lt;br /&gt;
fatload usb 0:1 1c00000 cyrus_5020.dtb&lt;br /&gt;
fatload usb 0:1 2000000 uRamdisk &lt;br /&gt;
&lt;br /&gt;
bootm 1000000 2000000 1c00000&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=AmigaOne A1222 Linux Guide=&lt;br /&gt;
&lt;br /&gt;
The following guide gives instructions on downloading the latest Linux images and installing them to USB flash drives or hard disk drives for use on the AmigaOne A1222 computer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Installing Debian 8 on a USB Flash Drive==&lt;br /&gt;
&lt;br /&gt;
'''1.''' Download the image from the following link:&lt;br /&gt;
[http://www.fun-kart-racer.de/2bb57b2bbf87b668a94c/Tabor_debian_8_powerpcspe_5.7z Tabor Debian 8 PowerPC SPE]&lt;br /&gt;
&lt;br /&gt;
Please use the following login details to download the file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;color: black; background:lightgray; font-family:courier; width:60%&amp;quot;&amp;gt;&lt;br /&gt;
User Name: tabor&lt;br /&gt;
Password: [available on request]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''2.''' Decompress the downloaded image with '''7-Zip'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''3.''' Copy it with '''dd''' on Linux or with the [http://www.alexpage.de/usb-image-tool/download USB image Tool] on Windows to a USB flash drive.&lt;br /&gt;
&lt;br /&gt;
For example with Linux: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;color: black; background:lightgray; font-family:courier; width:60%&amp;quot;&amp;gt;&lt;br /&gt;
dd if=“Tabor_debian_8_powerpcspe_5“ of=“disk drive ID“&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''4.''' To boot Linux image from the USB flash drive, insert the USB flash drive into the A1222.  Next enter the following at the '''A1222&amp;gt;''' prompt (pressing enter after each line):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;color: black; background:lightgray; font-family:courier; width:60%&amp;quot;&amp;gt;&lt;br /&gt;
setenv bootargs root=/dev/sda2 rootdelay=5&lt;br /&gt;
fatload usb 0:1 1000000 uImage.sdk17.2&lt;br /&gt;
fatload usb 0:1 2000000 tabor2.dtb&lt;br /&gt;
bootm 1000000 - 2000000&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''5.''' The login details are as follows:&lt;br /&gt;
&lt;br /&gt;
Username of '''root''' has the password '''amigaone'''&lt;br /&gt;
&lt;br /&gt;
Username of '''amigaone''' has the password '''amigaone'''&lt;br /&gt;
&lt;br /&gt;
==Installing Debian 8 on a Hard Drive==&lt;br /&gt;
&lt;br /&gt;
After trying out you could copy it with &amp;quot;dd&amp;quot; to a hard disc from your booted Debian. You&lt;br /&gt;
don't need to create any partitions. You just need to copy the image with &amp;quot;dd&amp;quot; from the&lt;br /&gt;
booted Debian to a hard disk.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''1.''' Download the image from the following link:&lt;br /&gt;
[http://www.fun-kart-racer.de/2bb57b2bbf87b668a94c/Tabor_debian_8_powerpcspe_5.7z Tabor Debian 8 PowerPC SPE]&lt;br /&gt;
&lt;br /&gt;
Please use the following login details to download the file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;color: black; background:lightgray; font-family:courier; width:60%&amp;quot;&amp;gt;&lt;br /&gt;
User Name: tabor&lt;br /&gt;
Password: amigaone&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''2.''' Decompress it with Xarchiver or Engrampa or use &amp;quot;Extract Here&amp;quot; in the context menu&lt;br /&gt;
(right-click).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''3.''' Copy it with '''dd''' to a hard disk: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;color: black; background:lightgray; font-family:courier; width:60%&amp;quot;&amp;gt;&lt;br /&gt;
dd if=Tabor_debian_8_powerpcspe_5 of=“disk drive ID“. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For example: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;color: black; background:lightgray; font-family:courier; width:60%&amp;quot;&amp;gt;&lt;br /&gt;
dd if=Tabor_debian_8_powerpcspe_5 of=/dev/sdb.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Use /dev/sda if your system has no other hard disks installed.  If there is one hard disk already installed, then the USB flash drive will  be assigned /dev/sdb&lt;br /&gt;
&lt;br /&gt;
'''Important Note:''' Using '''dd''' will destroy any existing data on your hard disk, please backup before using this command.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''4.''' After that, you could increase the Linux partition with GParted if you like.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''5.''' To boot Linux image from the hard drive, enter the following at the '''A1222&amp;gt;''' prompt (pressing enter after each line):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;color: black; background:lightgray; font-family:courier; width:60%&amp;quot;&amp;gt;&lt;br /&gt;
setenv bootargs root=/dev/sda2&lt;br /&gt;
fatload usb 0:1 1000000 uImage.sdk17.2&lt;br /&gt;
fatload usb 0:1 2000000 tabor2.dtb&lt;br /&gt;
bootm 1000000 - 2000000&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Or you could directly boot the kernel and the DTB file from a hard disk by entering the following at the '''A1222&amp;gt;''' prompt (pressing enter after each line):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;color: black; background:lightgray; font-family:courier; width:60%&amp;quot;&amp;gt;&lt;br /&gt;
setenv bootargs root=/dev/sda2&lt;br /&gt;
load sata 1:2 1000000 /boot/uImage.sdk17.2&lt;br /&gt;
load sata 1:2 2000000 /boot/tabor2.dtb&lt;br /&gt;
bootm 1000000 - 2000000&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Upgrading Debian 8 to the latest Sid version==&lt;br /&gt;
&lt;br /&gt;
'''1.''' Download the GnuPG archive keyring from the following link:&lt;br /&gt;
[https://packages.debian.org/sid/all/debian-ports-archive-keyring/download debian-ports-archive-keyring_2016.11.28_all.deb]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''2.''' Install the GnuPG archive keyring:&lt;br /&gt;
&amp;lt;pre style=&amp;quot;color: black; background:lightgray; font-family:courier; width:60%&amp;quot;&amp;gt;&lt;br /&gt;
# dpkg -i debian-ports-archive-keyring_2016.11.28_all.deb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''3.''' Add the following lines to your sources.list:&lt;br /&gt;
&amp;lt;pre style=&amp;quot;color: black; background:lightgray; font-family:courier; width:60%&amp;quot;&amp;gt;&lt;br /&gt;
# binary default&lt;br /&gt;
deb http://ftp.ports.debian.org/debian-ports/ unstable main&lt;br /&gt;
deb http://ftp.ports.debian.org/debian-ports/ unreleased main&lt;br /&gt;
deb http://incoming.debian-ports.org/buildd unstable main&lt;br /&gt;
&lt;br /&gt;
# source&lt;br /&gt;
deb-src http://ftp.debian.org/debian/ unstable main&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''4.''' Update the package index:&lt;br /&gt;
&amp;lt;pre style=&amp;quot;color: black; background:lightgray; font-family:courier; width:60%&amp;quot;&amp;gt;&lt;br /&gt;
# apt-get update&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''5.''' Now, you can install some new packages from the Debian Sid ports repository&lt;br /&gt;
&lt;br /&gt;
==A1222 Debian User Guide==&lt;br /&gt;
&lt;br /&gt;
For more detailed information, please consult the '''A1222 Linux User Guide''' with the following link:&lt;br /&gt;
&lt;br /&gt;
[http://www.fun-kart-racer.de/2bb57b2bbf87b668a94c/Linux_installation_instructions_A1222_Tabor_v0.9.4.pdf A1222 Linux User Guide]&lt;br /&gt;
&lt;br /&gt;
Please use the following login details to download the file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;color: black; background:lightgray; font-family:courier; width:60%&amp;quot;&amp;gt;&lt;br /&gt;
User Name: tabor&lt;br /&gt;
Password: amigaone&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Xeno74</name></author>
	</entry>
</feed>