(Yocto) Linux for Analog Devices ADSP-SC5xx Processors
Introduction This work is sponsored by Reliable Embedded Systems . You can find more information about our training/consulting services here . Objectives The goal of this blog post is to show how to build an image for Analog Devices ADSP-SC5xx chips and how to deal with ancient versions delivered by Board/Chip vendors. Please let them know that you are not happy! Let the party begin System setup In case you wanted to build for ADSP-SC5xx Processors you might want to have a look here . repo init -u https://github.com/analogdevicesinc/lnxdsp-repo-manifest.git -b release/yocto-1.0.0 repo sync So far so good. All this does not look too old with the latest commit on the manifest file from Jul 23 2020 but if you look a bit further you'll see that the Yocto version is thud. Dear Analog Devices: "You don't expect us to take you seriously when you release something in July 2020 and it's based on thud (from 2018). Nice try, but please try a bit harder next...
Comments
Post a Comment