Difference between revisions of "Armadeus 3"

From ArmadeusWiki
Jump to: navigation, search
m (typo change)
m
Line 54: Line 54:
  
  
==How-to develop wthi Armadeus==
+
==How-to develop with Armadeus==

Revision as of 23:22, 3 December 2008

This page will help you to use the upcoming Armadeus software release 3.


Introduction

Armeadeus 3 adds many new features, including the following:

  • Some architectural changes to support more many hardware targets
  • New versions of U-Boot 1.3.4, Linux kernel 2.6.27, GCC 4.2.1, Busybox 1.12.1 and also a recent version of Buildroot
  • New naming convention of files
  • New Flash partion mapping on the target
  • TBC


How-to obtain the Armeadeus 3

For the time being, The third generation of Armadeus is only available on the Subversion repository: https://armadeus.svn.sourceforge.net/svnroot/armadeus/trunk

You can checkout the new version of armadeus or update your working version of armadeus. We suggest to checkout a new version of Armadeus because of the new naming convention of files.


  • Checkout the new version:
$ svn co https://armadeus.svn.sourceforge.net/svnroot/armadeus/trunk armadeus3

this commmand will download the latest version of Armadeus.

Remarks: Do not use spaces in the directory name !


  • Update your working version of armadeus:
$ svn update


  • How-to obtain the legacy Armadeus 2: I am not ready to upgrade my target
$ svn co https://armadeus.svn.sourceforge.net/svnroot/armadeus/trunk@914 armadeus2


How-to use Armadeus

How-to configure Armadeus

How-to upgrade the apf9328 target

How-to develop with Armadeus