I solved this. The instructions are incorrect in several ways. The amber LED only blinks if there is active traffic going to the UART ( e.g. connected via TeraTerm and watching the LED as you send a command ). So when step 6 of the "Getting Started Instructions" card included with the device the instructions says you should see the light flash as an indicator as to whether or not you need to install the drivers; it is wrong because the light will not flash at that point no matter what.
The USB to UART driver installation instructions are also out of date or incorrect. I finally got drivers working by manually installing the Win 7 versions from the extracted driver install directory. Even in those, there is no "CypressUsbConsoleWindowsDriver as Figure 4/Step 9 shows, nor is there a setting for "Enable Port Persist" in the USB Serial Port driver properties ( steps 10 and 11 ). Apparently, you don't need either of these.
Lastly, and this may be my bad since it has been a long time since I have had to use a terminal emulator, but when you connect via TeraTerm, it will sit there with just a cursor block and nothing else, which gave me the impression that it was trying to connect and was hanging/failing. You have to hit return/enter and then it will respond with a prompt that says "zynq>". To be fair though, I did try connecting via Putty when I first started with the Win10 drivers and got a timeout message. Maybe my Putty telnet settings were off and the Win10 drivers are actually fine, but I don't care enough to double check since I have it working now.
Hopefully this will save other people from wasting a bunch of time like I did.
I don't know why my formatting got all messed up, but there is only an edit option for my OP. Sorry if it is hard to read the solution.
Thanks for the info, I ran into the same quirks.
One more thing, one must still set up your terminal program to the correct baud rate, etc. or no response will happen even though you are typing on the terminal.
I was using Tera Term and Windows 10 talking to a ZedBoard.
Click Setup tab > then click Serial Port > then enter
Port: < whatever COM port you are on >
Baud Rate: 115200
Data: 8 bit
Parity: none
Stop: 1 bit
Flow control: none
Hello, I too have the same problem you had, in terms of trying to get the ZedBoard to work on windows 10. You mentioned you solved the problem "I finally got drivers working by manually installing the Win 7 versions from the extracted driver install directory".
How do I go about by manually installing the Win 7 versions. Is there a file I need to download, and if so is there a link?
Hello JSC4,
Please refer to the "Cypress USB-to-UART Setup Guide" http://zedboard.org/support/documentation/1521
--Josh
I'm going off memory here, but once you have downloaded the driver executable and tried to install them once the individual files are extracted to a temp directory and you can get the files from there. It should say where they extract to during the process. By default it is either C:\ or in your user temp directory.
I did have to reformat my computer due to other reasons and when I reinstalled the drivers, I don't remember if I did the part where I used the Windows 7 driver manually, its been a while. It may be that the really important things are to know are the other things I mentioned like what should appear in the Device Manager and how/when the light blinks are wrong in the instructions.
Hope that helps.
Hi,
I'm a 3rd year CE student interested in learning about the ZedBoard (no FPGA courses currently offered at my university, so I am helping a professor develop labs). I wrote down the minimum steps that I used to get the ZedBoard to display the same as the original Getting Started Instructions and I would like to share them here for other beginners. Please let me know if you spot any errors, and thanks for the helpful posts so far!
Getting Started Instructions (Windows 10)
Thanks for sharing. Another helpful resource for brand new users is the Xilinx University Program. See the free materials here:
https://www.xilinx.com/support/university/students.html#workshops
Bryan
Thank you so much! I signed up here just to write this comment. I think this answer has saved a lot of people's time over the past 8 years. You saved me a lot of time. Thank you!