Difference between revisions of "Releases"
From ArmadeusWiki
m (New page: =General Informations= *Forum: https://lists.sourceforge.net/lists/listinfo/armadeus-forum *IRC channels: irc://irc.rezosup.org/#Armadeus for french people and irc://irc.rezosup.org/#Armad...) |
|||
(41 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
− | =General Informations= | + | [[Category: Release]] |
+ | |||
+ | ==General Informations== | ||
*Forum: https://lists.sourceforge.net/lists/listinfo/armadeus-forum | *Forum: https://lists.sourceforge.net/lists/listinfo/armadeus-forum | ||
− | *IRC | + | *IRC channel: irc://chat.freenode.net/#Armadeus (we often speak french here but english speaking people are also welcome ! ;-) ) |
** If you are looking for an IRC client, [http://en.wikipedia.org/wiki/Comparison_of_Internet_Relay_Chat_clients here is a complete list]. Chatzilla, Irssi, Mibbit and Quassel are good candidates. | ** If you are looking for an IRC client, [http://en.wikipedia.org/wiki/Comparison_of_Internet_Relay_Chat_clients here is a complete list]. Chatzilla, Irssi, Mibbit and Quassel are good candidates. | ||
*SourceForge: http://sourceforge.net/projects/armadeus/ | *SourceForge: http://sourceforge.net/projects/armadeus/ | ||
− | *Source code: http://armadeus.git.sourceforge.net/git/gitweb.cgi?p=armadeus/armadeus;a= | + | *Source code: https://sourceforge.net/p/armadeus/code/ci/master/tree/ |
− | * | + | *Bug tracker: https://sourceforge.net/p/armadeus/bugs/ |
+ | |||
+ | ===Kernel status=== | ||
+ | * [[APF6_Linux_kernel_status|APF6]] | ||
+ | * [[APF28_Linux_kernel_status|APF28]] | ||
+ | * [[APF51_Linux_kernel_status|APF51]] | ||
+ | * [[APF27_Linux_kernel_status|APF27]] | ||
+ | |||
+ | ===Buildroot status=== | ||
+ | * [[Current Buildroot status in Armadeus]] | ||
+ | |||
+ | ==Head of GIT (development in progress)== | ||
+ | * git clone git://git.code.sf.net/p/armadeus/code armadeus | ||
+ | * [[Armadeus 8.0 Roadmap]] | ||
+ | |||
+ | ==Release 7.0 (latest stable one)== | ||
+ | * Release date: August 7th, 2018 | ||
+ | * [http://sourceforge.net/projects/armadeus/files/armadeus/armadeus-7.0/ Download it] | ||
+ | * [https://sourceforge.net/p/armadeus/code/ci/armadeus-7.0/tree/ChangeLog Release note] | ||
+ | * [[Armadeus_7.0_Troubleshots|Troubleshots]] | ||
+ | * Main changes: | ||
+ | ** [[OPOS6UL]] & [[OPOS6UL_NANO]] support (U-Boot 2018.05 & Linux 4.17) | ||
+ | ** bump to BR 2017.02 | ||
+ | |||
+ | ==Release 6.0== | ||
+ | * Release date: August 10th 2015 | ||
+ | * [http://sourceforge.net/projects/armadeus/files/armadeus/armadeus-6.0/ Download it] | ||
+ | * [https://sourceforge.net/p/armadeus/code/ci/armadeus-6.0/tree/ChangeLog Release note] | ||
+ | * [[Armadeus_6.0_Troubleshots|Troubleshots]] | ||
+ | * Main changes: | ||
+ | ** [[APF6]] & [[APF6_SP]] support | ||
+ | ** bump to BR 2015.02 | ||
+ | ** BR new packages: apf-config, nss-pam-ldapd, gnu-boy, shiboken, imx_usb_loader, Tk, sam7_pgm-ng, xc3sprog, agg, gnash, owfs, mmc-utils, python-wx | ||
+ | |||
+ | ==Release 5.3== | ||
+ | * Release date: December 25th 2013 | ||
+ | * [http://sourceforge.net/projects/armadeus/files/armadeus/armadeus-5.3/ Download it] | ||
+ | * [https://sourceforge.net/p/armadeus/code/ci/9669021e6a49619edcf8dfa65ac8cb89ce30445a/tree/ChangeLog Release note] | ||
+ | * [[Armadeus_5.3_Troubleshots|Troubleshots]] | ||
+ | * [[Armadeus_5.3_TestReport|Test report]] | ||
+ | * Main changes: | ||
+ | ** bump to BUILDROOT 2013.05 - for all APF boards | ||
+ | ** use binutils 2.23.2 - for all APF boards; use GCC 4.7.4 - for all APF boards | ||
+ | ** BUILDROOT new packages: Beremiz, Joe text editor, minicom, python pyro, SMS server tools 3, gnokii | ||
+ | |||
+ | ===Things to do before using armadeus-5.3=== | ||
+ | {{Warning|APF27 & APF51 users should pay attention on the update procedure order when upgrading to armadeus-5.3. '''U-Boot have to be updated first or the board may be bricked !!''' Indeed we have made some changes to NAND mapping to be able to use Linux vanilla kernels easily and this mapping is not compatible with the older one. The procedure for APF27/APF51/PPSxx is then: | ||
+ | BIOS> run update_uboot | ||
+ | BIOS> reset | ||
+ | |||
+ | BIOS> run flash_reset_env | ||
+ | BIOS> reset | ||
+ | |||
+ | (change your environment variables) | ||
+ | BIOS> run update_all | ||
+ | }} | ||
+ | |||
+ | {{Warning|As compiler version/configuration has changed since armadeus-5.2 and as ccache is activated by default in our Buildroot defconfigs, you have to purge the cache as stated in Buildroot documentation: | ||
+ | "Note that Buildroot does not try to invalidate the cache | ||
+ | contents when the compiler changes in an incompatible | ||
+ | way. Therefore, if you make a change to the compiler version | ||
+ | and/or configuration, you are responsible for purging the | ||
+ | ccache cache by removing the $HOME/.buildroot-ccache | ||
+ | directory." | ||
+ | }} | ||
+ | |||
+ | ==Release 5.2== | ||
+ | * Release date: October 11th 2012 | ||
+ | * [http://sourceforge.net/projects/armadeus/files/armadeus/armadeus-5.2/ Download it] | ||
+ | * [http://armadeus.git.sourceforge.net/git/gitweb.cgi?p=armadeus/armadeus;a=blob_plain;f=ChangeLog;hb=e1b4fcd8745bb954a137cd797dbbfdf5aa712d95 Release note] | ||
+ | * [[Armadeus_5.2_Troubleshots|Troubleshots]] | ||
+ | * [[Armadeus_5.2_TestReport|Test report]] | ||
+ | |||
+ | ==Release 5.1== | ||
+ | * Due to some major bugs with the PPS board this release has never been published | ||
+ | |||
+ | ==Release 5.0== | ||
+ | * Release date: August 12th 2012 | ||
+ | * [http://sourceforge.net/projects/armadeus/files/armadeus/armadeus-5.0/ Download it] | ||
+ | * [http://armadeus.git.sourceforge.net/git/gitweb.cgi?p=armadeus/armadeus;a=blob_plain;f=ChangeLog;hb=615f7adffd99bf9e91183078664a9099551f5b93 Release note] | ||
+ | * [[Armadeus_5.0_Troubleshots|Troubleshots]] | ||
+ | |||
+ | ==Release 4.1== | ||
+ | * Release date: January 27th 2012 | ||
+ | * [http://sourceforge.net/projects/armadeus/files/armadeus/armadeus-4.1/ Download it] | ||
+ | * [http://armadeus.git.sourceforge.net/git/gitweb.cgi?p=armadeus/armadeus;a=blob;f=ChangeLog;hb=cbc69e2606aeb8ad56701b3191e9632dc8358653 Release note] | ||
+ | * [[Armadeus_4.1_Troubleshots|Troubleshots]] | ||
+ | |||
+ | ==Release 4.0== | ||
+ | * Release date: July 9th 2011 | ||
+ | * [http://sourceforge.net/projects/armadeus/files/ Download it] | ||
+ | * [http://armadeus.git.sourceforge.net/git/gitweb.cgi?p=armadeus/armadeus;a=blob;f=ChangeLog;hb=1b5fdfc33dd4a3ce630c154fd49d1664cb8c9712 Release note] | ||
+ | * [[Armadeus_4.0_Troubleshots|Troubleshots]] | ||
+ | |||
+ | ==Release 3.4== | ||
+ | * Release date: March 3rd 2011 | ||
+ | * [http://sourceforge.net/projects/armadeus/files/ Download it] | ||
+ | * [http://armadeus.git.sourceforge.net/git/gitweb.cgi?p=armadeus/armadeus;a=blob;f=ChangeLog;h=f3fd8249f10866ffb9df14c0526c176fee2ddc51;hb=aefc2af7c2b973b7ff9e3b5435370a7c19628d33 Release note] | ||
+ | * [[Armadeus_3.4_Troubleshots|Troubleshots]] | ||
+ | |||
+ | ==Release 3.3== | ||
+ | * Release date: July 30th 2010 | ||
+ | * [http://sourceforge.net/projects/armadeus/files/ Download it] | ||
+ | * [http://armadeus.git.sourceforge.net/git/gitweb.cgi?p=armadeus/armadeus;a=blob;f=ChangeLog;h=c0ecae02824d011888fcea7ef53b9eae260f52cc;hb=HEAD Release note] | ||
+ | * [[Armadeus_3.3_Troubleshots|Troubleshots]] | ||
+ | |||
+ | ==Release 3.2== | ||
+ | * Release date: December 1rst 2009 | ||
+ | * [http://sourceforge.net/projects/armadeus/files/ Download it] | ||
+ | * [http://armadeus.git.sourceforge.net/git/gitweb.cgi?p=armadeus/armadeus;a=blob;f=ChangeLog;hb=d88d22cdfdb533245d908290e7b67f68ec8cfe76 Release note] | ||
+ | * [[Armadeus_3.2_Troubleshots|Troubleshots]] | ||
+ | |||
+ | ==Release 3.1== | ||
+ | *Files: http://sourceforge.net/projects/armadeus/files/ | ||
+ | *Release note: [http://armadeus.git.sourceforge.net/git/gitweb.cgi?p=armadeus/armadeus;a=blob;f=ChangeLog;hb=1dc8abdaafd70f4e8d12958c0bc69b6390bb8eda] |
Latest revision as of 11:24, 9 August 2018
Contents
General Informations
- Forum: https://lists.sourceforge.net/lists/listinfo/armadeus-forum
- IRC channel: irc://chat.freenode.net/#Armadeus (we often speak french here but english speaking people are also welcome ! ;-) )
- If you are looking for an IRC client, here is a complete list. Chatzilla, Irssi, Mibbit and Quassel are good candidates.
- SourceForge: http://sourceforge.net/projects/armadeus/
- Source code: https://sourceforge.net/p/armadeus/code/ci/master/tree/
- Bug tracker: https://sourceforge.net/p/armadeus/bugs/
Kernel status
Buildroot status
Head of GIT (development in progress)
- git clone git://git.code.sf.net/p/armadeus/code armadeus
- Armadeus 8.0 Roadmap
Release 7.0 (latest stable one)
- Release date: August 7th, 2018
- Download it
- Release note
- Troubleshots
- Main changes:
- OPOS6UL & OPOS6UL_NANO support (U-Boot 2018.05 & Linux 4.17)
- bump to BR 2017.02
Release 6.0
- Release date: August 10th 2015
- Download it
- Release note
- Troubleshots
- Main changes:
Release 5.3
- Release date: December 25th 2013
- Download it
- Release note
- Troubleshots
- Test report
- Main changes:
- bump to BUILDROOT 2013.05 - for all APF boards
- use binutils 2.23.2 - for all APF boards; use GCC 4.7.4 - for all APF boards
- BUILDROOT new packages: Beremiz, Joe text editor, minicom, python pyro, SMS server tools 3, gnokii
Things to do before using armadeus-5.3
Release 5.2
- Release date: October 11th 2012
- Download it
- Release note
- Troubleshots
- Test report
Release 5.1
- Due to some major bugs with the PPS board this release has never been published
Release 5.0
- Release date: August 12th 2012
- Download it
- Release note
- Troubleshots
Release 4.1
- Release date: January 27th 2012
- Download it
- Release note
- Troubleshots
Release 4.0
- Release date: July 9th 2011
- Download it
- Release note
- Troubleshots
Release 3.4
- Release date: March 3rd 2011
- Download it
- Release note
- Troubleshots
Release 3.3
- Release date: July 30th 2010
- Download it
- Release note
- Troubleshots
Release 3.2
- Release date: December 1rst 2009
- Download it
- Release note
- Troubleshots
Release 3.1
- Files: http://sourceforge.net/projects/armadeus/files/
- Release note: [1]