Difference between revisions of "Ubuntu on APF"

From ArmadeusWiki
Jump to: navigation, search
(creation)
 
m
Line 1: Line 1:
 
If you have an APF27, then it's possible to install and run the Ubuntu distribution (XUbuntu ARM version).
 
If you have an APF27, then it's possible to install and run the Ubuntu distribution (XUbuntu ARM version).
 
+
[[Image:Ubuntu_icon.png|right|Ubuntu icon]]
This page will detail the installation process. [[Image:Ubuntu_icon.png]]
+
<br>
 +
This page will detail the installation process.
  
 
==Requirements==
 
==Requirements==

Revision as of 17:16, 17 June 2009

If you have an APF27, then it's possible to install and run the Ubuntu distribution (XUbuntu ARM version).

Ubuntu icon


This page will detail the installation process.

Requirements

  • an APF27 with at least 128MBytes of RAM
  • a SD/MMC card of at least 2GBytes
  • coffee or at least something to do meanwhile ;-)

Here we go

  • if not already done, install QEMU (this will also install some other needed packages like debootsrap):
$ sudo apt-get install qemu
  • then get the [ Ubuntu builder script] and launch it:
$ cd your_armadeus_view
$ mkdir ubuntu && cd ubuntu/
$ wget http://people.ubuntu.com/~ogra/arm/build-arm-rootfs
$ chmod a+x build-arm-rootfs

Links