Hello everyone,
Just wondering whether there's a self-test boot image available for the 7045 mini-ITX board. I'm seeing some odd behaviour (more below) which I'm 99% sure it just a configuration/software error but I'd like to be completely eliminate the hardware as a cause. I've found the Out-Of-Box design, but that's only a very basic test (essentially checks that the PS starts up).
The problem I'm having: I can only access 512MB of the PL DDR3 RAM. It's mapped into address range 0x8000_0000 to 0xBFFF_FFFF (ie 1GB address space) but everything from 0xA000_0000 to 0xBFFF_FFFF is the same as 0x8000_0000 to 0x9FFF_FFFF. If I write to 0x8000_0000, the same data appears at 0xA000_0000 and vice versa.
Software in use is Vivado 2016.1, Petalinux 2015.4, and a heavily-modified version of the Zynq 7045 Mini-ITX 2015.2.1 Petalinux reference design (I cut out almost all the original hardware blocks to put my own in, but I haven't touched the MIG).
Any ideas?
Thanks,
Evan