pavel-demin / red-pitaya-notes

Notes on the Red Pitaya Open Source Instrument
http://pavel-demin.github.io/red-pitaya-notes/
MIT License
337 stars 209 forks source link

Red Pitaya Image #1097

Closed zzyzzy42 closed 1 year ago

zzyzzy42 commented 1 year ago

Description of the setup:

Description of the problem:

Hi, I tried both of the listed "images" and couldn't get Red Pitaya to work. I feel like I am missing something. I followed the instructions to download the "images" for Red Pitaya, but those "images" are zip files without any .img file inside. The size of the files is also very small compared to the factory image. I am a newbie. Sorry if this question sounds stupid. Thank you soooo much for your effort!

Steps to reproduce the problem:

  1. Format my SD card.
  2. Download the Red Pitaya images under Getting started with GNU Radio.
  3. Unzip the images and ctrl+c and ctrl+v all the files inside to the SD card.
  4. Plug the SD card into my Red Pitaya 125-14 Z7020.
  5. Connect an ethernet cable to my laptop running Windows 11 with GNU Radio.
  6. Power on the Red Pitaya.
  7. The Red Pitaya only has a green LED lit and also a yellow LED dimly on.
  8. Cannot connect to the Red Pitaya using 192.168.1.100.
  9. I also tried to connect the Red Pitaya wirelessly by connecting it to my router, but I don't see it on my router admin page.
pavel-demin commented 1 year ago

Have you tried the troubleshooting instructions at the following link?

http://pavel-demin.github.io/red-pitaya-notes/alpine/#troubleshooting

The Ethernet interface of the computer should be configured to have an IP address in the same 192.168.1.x sub-network. For example, 192.168.1.111. Instructions on how to set a static IP address in Windows can be found at this link.

The pre-built applications on the SD card are for the original 125-14 Z7010 board, not the 125-14 Z7020 board. So you will have to build the bitstream files yourself.

zzyzzy42 commented 1 year ago

Hi Pavel,

Thank you so much for your speedy reply!

I found another Red Pitaya STEM122-16 in my lab. I tried both images listed in my original post, and they did not work either. Not detectable both wired and wirelessly. A green LED is lit, and a yellow LED is dimly lit.

I was expecting this result because you mentioned that the pre-built image would not work with Z7020 chips. Does this sound right?

Thanks a lot for your help!

pavel-demin commented 1 year ago

This SD card image contains pre-built applications for the 125-14 Z7010 and 122-16 Z7020 boards. This SD card image can also be used to boot the 125-14 Z7020 board but the applications on the SD card are not compatible with the 125-14 Z7020 board.

It is normal that there are no blinking LEDs after booting the Red Pitaya board with this SD card image.

Please try to follow the troubleshooting instructions.

The first step is to check the boot process using the USB/serial console as explained at this link.

If the boot process does not work at all, then there is a problem with the SD card.

zzyzzy42 commented 1 year ago

Hi Pavel,

Thanks for your help! I will try that! Have a great weekend!