-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Want to know about GPMC Interface #5
Comments
Hi,
do you have a logibone v1 or v2 ? Did you have a look at the VHDL GPMC code:
https://github.com/fpga-logi/logi-hard/blob/master/hdl/wishbone/gpmc_wishbone_wrapper.vhd
and linux kernel driver :
https://github.com/fpga-logi/logi-kernel
what do you plan to use the GPMC for ?
Regards,
Jonathan Piat
…On Wed, Mar 29, 2017 at 10:45 AM, ZeeshanIqbal131 ***@***.***> wrote:
Hello JPiat,
I want to know about GPMC interface as I am newbie in BBB world. basically
I am an FPGA Programmer and now I want to use BBB for my project. Initially
I want to send some data from BBB to Logi-bone through GPMC. The FPGA
recieves the data, save in SDRAM and send back to BBB. I have searched a
lot about GPMC interface but could not find such material.
I have seen some projects (like SDRAM test, virtual components) in this
list and got (very little) knowledge about how to configure GPMC bus. But
for full understanding I need little help if you can.
Thanks
Zeeshan
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#5>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADffhkfIareNTHaGzptttxnlD3K6VO_Wks5rqhorgaJpZM4MsrQq>
.
|
Hi JPiat, I have logibone V2. Yes I have seen the GPMC wrapper file and still learning and understanding the code. I want to make communication between BBB and Logibone through GPMC with the speed of min 8MBps and save the data in SDRAM and then FPGA transfer the data to other module (other board). So what the software side need to send the data (e.g. how's the structure of C/C++, which special functions needs to configure the GPMC signals, how the add/data are multiplexed). My software side is little weak (sorry for that). Thanks Regards, |
Zeeshan |
Hello JPiat,
I want to know about GPMC interface as I am newbie in BBB world. basically I am an FPGA Programmer and now I want to use BBB for my project. Initially I want to send some data from BBB to Logi-bone through GPMC. The FPGA recieves the data, save in SDRAM and send back to BBB. I have searched a lot about GPMC interface but could not find such material.
I have seen some projects (like SDRAM test, virtual components) in this list and got (very little) knowledge about how to configure GPMC bus. But for full understanding I need little help if you can.
Thanks
Zeeshan
The text was updated successfully, but these errors were encountered: