Difference between revisions of "Releases"

From ArmadeusWiki
Jump to: navigation, search
(Kernel status)
 
(29 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
[[Category: Release]]
 +
 
==General Informations==
 
==General Informations==
 
*Forum: https://lists.sourceforge.net/lists/listinfo/armadeus-forum
 
*Forum: https://lists.sourceforge.net/lists/listinfo/armadeus-forum
*IRC channels: irc://irc.rezosup.org/#Armadeus for french people and irc://irc.rezosup.org/#Armadeus_eng for english speaking peoples
+
*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=tree
+
*Source code: https://sourceforge.net/p/armadeus/code/ci/master/tree/
*Bug tracker: http://sourceforge.net/apps/trac/armadeus/
+
*Bug tracker: https://sourceforge.net/p/armadeus/bugs/
  
 
===Kernel status===
 
===Kernel status===
 +
* [[APF6_Linux_kernel_status|APF6]]
 +
* [[APF28_Linux_kernel_status|APF28]]
 
* [[APF51_Linux_kernel_status|APF51]]
 
* [[APF51_Linux_kernel_status|APF51]]
 
* [[APF27_Linux_kernel_status|APF27]]
 
* [[APF27_Linux_kernel_status|APF27]]
* APF9328
 
  
 
===Buildroot status===
 
===Buildroot status===
 
* [[Current Buildroot status in Armadeus]]
 
* [[Current Buildroot status in Armadeus]]
  
==Release 4.0 (latest stable one)==
+
==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
 
* Release date: July 9th 2011
 
* [http://sourceforge.net/projects/armadeus/files/ Download it]
 
* [http://sourceforge.net/projects/armadeus/files/ Download it]

Latest revision as of 11:24, 9 August 2018


General Informations

Kernel status

Buildroot status

Head of GIT (development in progress)

Release 7.0 (latest stable one)

Release 6.0

  • Release date: August 10th 2015
  • Download it
  • Release note
  • 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
  • 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

Warning 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 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 5.1

  • Due to some major bugs with the PPS board this release has never been published

Release 5.0

Release 4.1

Release 4.0

Release 3.4

Release 3.3

Release 3.2

Release 3.1