Difference between revisions of "Armadeus 3"
From ArmadeusWiki
m (→Introduction) |
m (→How-to obtain the Armeadeus 3) |
||
Line 14: | Line 14: | ||
==How-to obtain the Armeadeus 3== | ==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. <b>We suggest to checkout a new version of Armadeus because of the new naming convention of files. </b> | ||
+ | |||
+ | |||
+ | * 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 use Armadeus== |
Revision as of 22:04, 3 December 2008
This page will help you to use the upcoming Armadeus software release 3.
Contents
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