Search the Community
Showing results for tags 'z-7010'.
Found 3 results
-
Hello, I have the Zynq 7000 board (Z-7010). I'm trying to build a Vhdl Program that receives a Canbus Frame. I saw in the tutorial that There is a builtin Canbus Controller, where is the canbus Interface?should i use the standard interface? Is there a simple example of such a program? - I use the 2017.1 Vivado and the Z-7010 Board. Thanks.
-
Hello, I have the Zynq 7000 board (Z-7010). I'm trying to build a Vhdl Program that sends and basic Ethernet Frame throw the RJ45 onboard interface. so far i'v constructed the Frame itself according to the Ethernet IEEE 802.3 standard, now i see there are Gmii and Rgmii Interface and a builtin Phy controller but i cant understand how to use them all. Is there a simple example of such a program? - I use the 2017.1 Vivado and the Z-7010 Board. Thanks.
-
Hello, I have the Zynq 7000 board (Z-7010), i have built a basic led counting program in Vhdl. I'm trying to make this program boot by itself without Vivado. I'v found a few ref guides on this site and other sites and preformed this steps: 1. Open "Bitstream Settings", check "-bin_file*" checkbox and click OK. 2. Click on "Generate Bitstream" to generate your bit and bin file. 3. Open "Hardware Manager -> Open Target -> Open New Target..." 4. Add your memory. For this, right click on device (xc7a35t_0) -> Add Configuration Memory Device -> write on Search " S25FL128S" choose the 3.3V single version -> click OK 5. Right click on the flash memory -> Program Configuration Memory Device -> add configuration file (.bin file) -> click OK then i placed the jp5 jumper on the 2 middle pins(Qspi). after reset or shutdown of the kit nothing happened. when i program the kit throw Vivado with the same bin its working until reset. What more should i do in order to make this work permanently? Thanks,