Post Go back to editing

Linux Add-in 1.3.0 Released

Hi all,

we are pleased to announce that the 1.3.0 release of the Linux add-in is now available on analog.com.

The add-in can be downloaded from the following page: https://www.analog.com/en/design-center/processors-and-dsp/evaluation-and-development-software/linuxaddin.html

The update contains the following key changes:

  • Support for newer revision ADSP-SC589, ADSP-SC584, ADSP-SC573 EZ-KITs
  • Improved support for USB

Please note:

  • This release does not contain updates to the u-Boot, Buildroot and Linux kernel components
  • This update removes support for some earlier revisions of the ADSP-SC573 EZ-KITs
  • Newer revision ADSP-SC573 and ADSP-SC589 EZ-KITs contain different Ethernet PHY parts on the EZ-KIT.
    This may require you to rebuild the out-of-the-box examples in order to use them.

For more details please refer to the Release Note  for the release.

Regards,

Dave



Removed priority.
[edited by: daveG at 2:19 PM (GMT 0) on 24 Jun 2020]
Parents
  • I tried the 1.3.0 and it was not possible to compile the buildroot part.

    Error acured at  output/host/usr/bin/automake  

    # substitute_ac_subst_variables ($TEXT)
    # -------------------------------------
    # Replace any occurrence of ${FOO} in $TEXT by @FOO@ if FOO is an AC_SUBST
    # variable.
    sub substitute_ac_subst_variables
    {
    my ($text) = @_;
    $text =~ s/\${([^ \t=:+{}]+)}/substitute_ac_subst_variables_worker ($1)/ge;
    return $text;
    }


    Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /home/peter/pmg/buildroot/output/host/usr/bin/automake

Reply
  • I tried the 1.3.0 and it was not possible to compile the buildroot part.

    Error acured at  output/host/usr/bin/automake  

    # substitute_ac_subst_variables ($TEXT)
    # -------------------------------------
    # Replace any occurrence of ${FOO} in $TEXT by @FOO@ if FOO is an AC_SUBST
    # variable.
    sub substitute_ac_subst_variables
    {
    my ($text) = @_;
    $text =~ s/\${([^ \t=:+{}]+)}/substitute_ac_subst_variables_worker ($1)/ge;
    return $text;
    }


    Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /home/peter/pmg/buildroot/output/host/usr/bin/automake

Children