Hey,
I've managed to use my ADALM-PLUTO with Python, but I'm trying to get it to work standalone now and having issues. Trying the shell script method:
https://wiki.analog.com/university/tools/pluto/devs/usb_otg
Bash scripts don't seem to work, the LED blinks according to the wiki, but the file does not get created on the thumb drive. I have checked:
I gave up and tried following the C build steps here:
https://wiki.analog.com/university/tools/pluto/devs/embedded_code
However, I had a few problems:
When I compile the example, I get an error that it can't find stdint.h, and if I compile with the -ffreestanding flag (a fix I found on Stack Overflow), it fails and can't find string.h, so obviously there is something else wrong here. I'm using an Ubuntu VM host, so I'm using the command on the wiki page that starts with arm-linux-gnueabihf-gcc. I also made sure that my sysroot download is 0.35.
I'm completely out of ideas, any pointers or recommendations would be greatly appreciated.