Hello,
Could you please guide where no-OS example code can be found for ADRV9361-Z7035 SOM? In the readme file from the HDL repo., it is given as make -C no-OS/adrv9361z7035/ccbob_cmos. But I can't find any adrv9361z7035 folder in the no-OS repo.
Hello,
Could you please guide where no-OS example code can be found for ADRV9361-Z7035 SOM? In the readme file from the HDL repo., it is given as make -C no-OS/adrv9361z7035/ccbob_cmos. But I can't find any adrv9361z7035 folder in the no-OS repo.
Please refer to the below link for no-os software
https://wiki.analog.com/resources/eval/user-guides/ad-fmcomms2-ebz/software/baremetal
https://github.com/analogdevicesinc/no-OS/tree/master/ad9361/sw
Thank you for the reply. I was able to generate the hardware design from the following example project (https://github.com/analogdevicesinc/hdl/tree/master/projects/adrv9361z7035). adrv9361z7035 is my target hardware also. Could you please tell me in the no-OS git repo which project I should use? The link https://github.com/analogdevicesinc/no-OS/tree/master/ad9361/sw is no longer valid. More over the document is for SDK. For Vitis flow do you have any resources? When I tried the make file with the xsa file, it is not compiling.
Please refer to the below link.
https://github.com/analogdevicesinc/no-OS/tree/master/drivers/rf-transceiver/ad9361
For Vitis flow do you have any resources? When I tried the make file with the xsa file, it is not compiling.
Refer to the below link for the available resources.
https://wiki.analog.com/resources/eval/user-guides/ad-fmcomms2-ebz/software/baremetal
Thank you. I installed Vivado 2019.1 and SDK and now I am able to compile the driver. But when I am testing the driver with the ad9361 project available in git, I am getting the following error
cf-ad9361-lpc: Successfully initialized (122879028 Hz)
SAMPL CLK: 61440000 tuning: RX
0:1:2:3:4:5:6:7:8:9:a:b:c:d:e:f:
0:# # # # # # # # # # # # # # # #
1:# # # # # # # # # # # # # # # #
ad9361_dig_tune_delay: Tuning RX FAILED!
ad9361_init : AD936x initialization error
Could you pls guide why RX tuning might be failing?
Thank you. I installed Vivado 2019.1 and SDK and now I am able to compile the driver. But when I am testing the driver with the ad9361 project available in git, I am getting the following error
cf-ad9361-lpc: Successfully initialized (122879028 Hz)
SAMPL CLK: 61440000 tuning: RX
0:1:2:3:4:5:6:7:8:9:a:b:c:d:e:f:
0:# # # # # # # # # # # # # # # #
1:# # # # # # # # # # # # # # # #
ad9361_dig_tune_delay: Tuning RX FAILED!
ad9361_init : AD936x initialization error
Could you pls guide why RX tuning might be failing?