Forum Discussion
Hi,
Can you check if you have set the correct base addresses of the slaves in your design that is connected to the HPS AXI master bridge?:
https://www.intel.com/content/www/us/en/programmable/hps/cyclone-v/hps.html
- JFrye75 years ago
New Contributor
HPS AXI has already been verified. I have software that can read and write the registers in my address map. I can write the DMA registers with my Linux user space application and read them back.
That offset in my software is 0xFF200000. I use /dev/mem to open and read the HPS AXI register space.
As far as FPGA2SDRAM bridge goes, I do have an update. By performing these two writes in U-Boot, I can at least get the address address ready signals for ports 0 and 1 (read and write ports for AXI) to assert.
# fpga-sdram bridge
mw FFC25080 00000311
mw FFC2505C 00000004After the interface appears to accept the read address requests coming from the DMA master interface, it never asserts the signal on the port that corresponds to AXI RVALID and the kernel freezes, then the thing reboots.
Not sure what this might be. My guess is one of two things
1. Interface registers are still not configured correctly
2. Platform Design HPS block has wrong DDR timing configurations.
If the HPS is set up with the wrong DDR timing parameters, would the ARM still be able to perform load/store instructions (because it obviously since it is successfully able to run u-boot and the OS)?
- JFrye75 years ago
New Contributor
Also worth noting my board is DE1-SoC, so it might have different timing parameters than your board for the DDR.
- EBERLAZARE_I_Intel5 years ago
Regular Contributor
Hi,
Is this your own design image? It may boot up with wrong DDR timings but it is never recommended, you may need to follow the timing specs of the DDR that you are using and set it correctly in Platform Designer, have you try running with the exact timing specs yet?