I would like to build SD Linux image for ZC706 and AD9375
I would like to work with IIO Oscilloscope and with Matlab from Windows
I tried the instructions in the link below with version 20 December 2019 release (2019_R1 RC)
https://wiki.analog.com/resources/tools-software/linux-software/zynq_images
The directory zynq-zc706-adv7511-adrv9375 was not created
I looked at previous answers on the subject and could not find an answer that was successful
I will be happy to get suggestions
Hi Yaniv,
I checked and you're right, AD9375 folder is not created in latest release image nor in previous ones.
It will be in the next one but until then I recommend you to build the devicetree manually…
It will be in the next one but until then I recommend you to build the devicetree manually and just add it on root of your BOOT partition.
The BOOT.BIN should be taken from zynq-zc706-adv7511-adrv9371 folder as is shared between ADRV9371 and ADRV9375.
To build the devicetree you can follow the instructions presented here:wiki.analog.com/.../zynq
The build command should be:
make zynq-zc706-adv7511-adrv9375.dtb
After you just copy the devicetree on root of SD card BOOT partition and should be ready to go.
Regards,
Bogdan
Hi Bogdan,
Thank you for the answer.
Is it possible to for you to build and send the dtb file?
I am new to Linux and was not able to build it yet.
Also, does it depend on the libiio for Windows version, Matlab version or Matlab toolboxes version?
Yours,
Yaniv
Please try the files attached bellow.
I included devicetree and BOOT.BIN
The uImage is the generic one that you can take from boot partition and zynq-common folder.
zynq-zc706-adv7511-adrv9375.zip
Thanks very much. I was able to use the files you provided to transmit\receive a signal using Matlab.
https://ez.analog.com/linux-device-drivers/linux-software-drivers/f/q-a/121001/zc706-and-ad9375-recommended-matlab-version-and-toolboxes-for-windows
I used the 9371.m example without changes and I am trying to understand how it worked.
Can you share the dts file that you used? Does it refer to ad9375 or ad9371?
Can you resend the link from your original answer (it got lost after I replied)?
"To build the devicetree you can follow the instructions presented here:wiki.analog.com/.../zynq"