shantaramj Posted June 17, 2020 Share Posted June 17, 2020 (edited) Hello Folks, I am running linux on cpu0 and baremetal application on cpu1 using openAMP. I already have baremetal application which is load data from sdcard and send it to video mixer. Now i want to sdcard is access by linux and send sdcard data to baremetal application. so i want to share linux application data with baremetal application. how can i do this? My baremetal video application is: i stored image data in sdcard then its load into DDR and send to video mixer SDCARD(image data)---> DDR ---> video mixer----> HDMI outpt In openAMP: Now I want to sdcard is access by linux and flow goes to as above. please give me any clue or example how can i share ddr. platform Zybo 7020 vivado ver. 2018.2 Thanks in advance Edited June 24, 2020 by shantaramj Link to comment Share on other sites More sharing options...
0 Ionel Posted June 18, 2020 Share Posted June 18, 2020 (edited) What will manage access to your SDCARD? Do you realy whant to share data via SDCARD?https://github.com/OpenAMP/open-amp#example-to-compile-openamp-for-communication-between-linux-processes Why not use shared memory?https://www.xilinx.com/support/documentation/sw_manuals/xilinx2019_1/ug1186-zynq-openamp-gsg.pdfhttps://github.com/OpenAMP/libmetalhttps://github.com/OpenAMP/libmetal#shmem Edited June 18, 2020 by Ionel shantaramj 1 Link to comment Share on other sites More sharing options...
0 shantaramj Posted June 24, 2020 Author Share Posted June 24, 2020 thanks for reply @Ionel Problem was solved by changing some modification in application. Link to comment Share on other sites More sharing options...
Question
shantaramj
Hello Folks,
I am running linux on cpu0 and baremetal application on cpu1 using openAMP.
I already have baremetal application which is load data from sdcard and send it to video mixer.
Now i want to sdcard is access by linux and send sdcard data to baremetal application.
so i want to share linux application data with baremetal application.
how can i do this?
My baremetal video application is:
i stored image data in sdcard then its load into DDR and send to video mixer
SDCARD(image data)---> DDR ---> video mixer----> HDMI outpt
In openAMP:
Now I want to sdcard is access by linux and flow goes to as above.
please give me any clue or example how can i share ddr.
platform Zybo 7020
vivado ver. 2018.2
Thanks in advance
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now