Wiki

This version is outdated by a newer approved version.DiffThis version (23 Jul 2019 19:07) was approved by Travis Collins.The Previously approved version (24 Jun 2019 16:48) is available.Diff

This is an old revision of the document!


ADALM-PLUTO Troubleshooting

Here are some common solutions to problems users run into when setting up or using PlutoSDR. If you issue is not address please create a post in the Virtual Classroom subforum. Search in the EngineerZone forums is also a great resource.

Please make sure you are using the latest firmware, drivers, and interface libraries when possible. Everything gets updated regularly to fix bugs and add features. Here are some useful links for reference:

Pluto Cannot be found

Problem: PlutoSDR cannot be address from a specific application or the terminal

Solution: Usually the issue related to not having the necessary drivers or tools installed. Follow these steps to check connectivity:

  • Install libIIO
  • Linux only if libIIO installed from package manager: Install libiio-utils
  • Windows Only: Install Pluto driver
  • Unplug Pluto
  • Reboot machine
  • Plugin Pluto
  • From a terminal/command-prompt run “iio_info -s”, which should return something similar to:
    tcollins@winston:/tmp$ iio_info -s
    Library version: 0.15 (git tag: v0.15)
    Compiled with backends: xml ip usb
    Available contexts:
    	0: 0456:b673 (Analog Devices Inc. PlutoSDR (ADALM-PLUTO)), serial=10440004278a0007f9fblahce8fedd622 [usb:20.2.5]

Now you should be able to access the device in your development application.

Firmware Update Doesn't Update Firmware

Problem: After updating PlutoSDR's firmware in the traditional methods and rebooting the device the firmware version remains the same.

Solution: Flash is in protected mode, which usually happens when users are modifying the HDL or u-boot. To fix a user needs to

  • Access PlutoSDR's UART through a JTAG connection
  • While the system boots conterminously press CTRL-C.
  • At the u-boot prompt enter:
    sf probe && sf protect unlock 0 100000 && sf protect lock 0 100000

Now flash is unlocked and the board can be updated.

Pluto Reboots Randomly

Problem: When using PlutoSDR the device seems to disconnect randomly. When plugging the device in it appears correctly in hardware manager or dmesg, and through iio_info.

Solution: The likely problem here is that the USB port from the host PC is not providing enough power. To fix this, plug in both USB ports. The second port (power only port) can be either connected to the same machine, another machine, or external supply.

With "real" signals the receive data modulates (goes crazy) undesirably

university/tools/pluto/troubleshooting.1563901635.txt.gz · Last modified: 23 Jul 2019 19:07 by Travis Collins