Post Go back to editing

Linux Add-in 1.3.0 Released

Thread Summary

The user encountered compilation errors with the 1.3.0 release of the Linux add-in for ADSP-SC589, ADSP-SC584, and ADSP-SC573 EZ-KITs on Ubuntu 18.04, specifically with the automake and pound packages. The solution involved applying the patch 0001-fix-openssl-1.0.2.patch from the buildroot repo and manually adding the `DH_set0_pqg` function to resolve undefined references. The issue is expected to be addressed in the upcoming 1.4.0 release.
AI Generated Content

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

Edit Notes

Removed priority.
[edited by: daveG at 2:19 PM (GMT 0) on 24 Jun 2020]
Parents Reply
  • Thanks for your reply, Yes you are right. Actually we are updating the Linux kernel/uboot in our Linux-addin 1.4.0 release, so we would solve this issue in the next release.

    So you edit the download version from 1.0.2 to 1.1.0 in buildroot/package/openssl/openssl.mk and then the error disappears? Since we didn't meet this error when we build the linux addin in Ubuntu 18.04.

    Thanks,

    HuanFeng

Children