Armadeus 3: Difference between revisions
From ArmadeusWiki
m (typo change) |
|||
Line 1: | Line 1: | ||
This page will help you to use the upcoming Armadeus software release 3. | This page will help you to use the upcoming Armadeus software release 3. | ||
==Introduction== | ==Introduction== | ||
Armeadeus 3 adds many new features, including the following: | Armeadeus 3 adds many new features, including the following: | ||
Line 11: | Line 13: | ||
*New Flash partion mapping on the target | *New Flash partion mapping on the target | ||
*TBC | *TBC | ||
==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 | For the time being, The third generation of Armadeus is only available on the Subversion repository: https://armadeus.svn.sourceforge.net/svnroot/armadeus/trunk | ||
Line 36: | Line 40: | ||
$ svn co https://armadeus.svn.sourceforge.net/svnroot/armadeus/trunk@914 armadeus2 | $ svn co https://armadeus.svn.sourceforge.net/svnroot/armadeus/trunk@914 armadeus2 | ||
==How-to use Armadeus== | ==How-to use Armadeus== | ||
==How-to configure Armadeus== | ==How-to configure Armadeus== | ||
==How-to upgrade the apf9328 target== | ==How-to upgrade the apf9328 target== | ||
==How-to develop== | |||
==How-to develop wthi Armadeus== |
Revision as of 23:06, 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