eduemon Posted March 20 Share Posted March 20 Dear all, This is the first time I am working with Zedboard for my research. I got a problem in the very beginning step. I was trying to connect my zedboard with my laptop. My zedboard already has SDCard which I believe the OS has been installed there ( but I do not know how to check it). Then I connected my zedboard with my laptop. LD13 is ON, then. According to zedboard getting started instructions, I just need to wait for about 15 seconds to see LD12 is ON and the OLED is ON as well. However, both of them were still OFF after I wait for minutes. Then, I installed the cypress USB driver, turned the board OFF and ON again, but the result was still the same. I also tried to check the zedboard response through TerraTerm, and I found no response from zedboard. Do you have any idea what is going wrong with my zedboard? Thank you very much. Link to comment Share on other sites More sharing options...
JColvin Posted March 22 Share Posted March 22 Hi @eduemon, To check what is on the SD card you can simply view its contents on a computer. The other questions that I have regarding your setup are: - What revision of the Zedboard do you have? - How are the 5 MIO jumpers arranged? - When you attempted to reconfigure the Zedboard, which microUSB port did you connect to? The J17 port labeled PROG should be the one to use. Otherwise, I would recommend taking a look at this thread where I've gathered some resources for connecting to the Zedboard in case you haven't seen it. Thanks, JColvin Link to comment Share on other sites More sharing options...
eduemon Posted March 23 Author Share Posted March 23 On 3/22/2023 at 4:02 AM, JColvin said: Hi @eduemon, To check what is on the SD card you can simply view its contents on a computer. The other questions that I have regarding your setup are: - What revision of the Zedboard do you have? - How are the 5 MIO jumpers arranged? - When you attempted to reconfigure the Zedboard, which microUSB port did you connect to? The J17 port labeled PROG should be the one to use. Otherwise, I would recommend taking a look at this thread where I've gathered some resources for connecting to the Zedboard in case you haven't seen it. Thanks, JColvin - What revision of the Zedboard do you have? Rev. D - How are the 5 MIO jumpers arranged? MIO2 (JP7) - GND MIO3 (JP8) - GND MIO4 (JP9) - 3.3V MIO5 (JP10) - 3.3V MIO6 (JP11) - GND - When you attempted to reconfigure the Zedboard, which microUSB port did you connect to? The J17 port labeled PROG should be the one to use. I used J14 usb port as mentioned in Getting Started Instructions sheet from Zedboard box. I have seen the post that you mention. I think my problem with serial driver is done. It is based on the indication I got from CyUSBUart application. (screenshot attached) But It did not give any response. Best regards, Edwar Link to comment Share on other sites More sharing options...
JColvin Posted March 31 Share Posted March 31 Hi @eduemon, I wanted to clarify that for the Cypress application for USB-UART communication (not Zynq configuration) that you were correct to use J14 with the UART label. Okay, you are booting up the Zedboard through the SD card. LD12 will only turn on if the embedded Zynq device is successfully configured, so based your description of the board not responding to a serial terminal nor the DONE LED lighting up, this is what I would end up checking next. A readily available image that uses the USB UART COM port is the Out of Box image available on the Zedboard Resource Center here: https://digilent.com/reference/programmable-logic/zedboard/start#additional_resources. You'll want to put all of the critical files contained in the sd_image folder (the readme.txt is not critical for booting up) onto the root of the SD card that is going to be used in the Zedboard. Be sure that the SD card is formatted as FAT32. With the SD card inserted into the Zedboard, and the jumpers set correctly as per the readme in the doc folder of the OOB design download (MIO2, 3, and 6 set to ground; MIO4 and 5 set to 3V3; VADJ set to 1.8 V, JP6 and JP2 near the microUSB ports both loaded), and a cable connected to J14 (UART), this should have the power LED (LD13) and then subsequently the done LED (LD12) both turn on as well as the OLED display. If you are connected to the COM port (looks like COM 10 in your case) at 115200 baud, you should see the output of the Linux image booting up. Thanks, JColvin Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now