On Fri, Apr 17, 2020 at 9:13 PM Nathan Hartman <hartman.nat...@gmail.com> wrote: > > On Fri, Apr 17, 2020 at 8:49 AM <disruptivesolution...@gmail.com> wrote: > > > Very interesting... but Openamp was removed right? > > > Removed?! > > It's in the root directory of nuttx repo. > > Did something break it? >
Yes, the recent change break some functionality, but ZhongAn already provide several patch fix issues found so far: https://github.com/apache/incubator-nuttx/pull/797 There are several patch pending to review: https://github.com/OpenAMP/open-amp/pulls/xiaoxiang781216 I plan to work with OpenAMP community merge them to mainline in the next couple weeks. before thtat happen, I will modify openamp/Makefile apply these patches after download the official code. Anchao also provide a demo OpenAMP implementation in simulator which use two instance to simulate two CPU core. You can try rpserver/rpproxy under boards/sim(boards/sim/sim/sim/README.txt has some introduction). > Nathan