I downloaded the stantalon project from this git according to the instructions.
Everything compiled correctly via tsl scripts, everything opened in Vitis too.
I changed app_config.h to AD9363A_DEVICE, because my board AntSDR E310 has ADC AD9363. I made no other changes to the project.

However, after starting the debug mode, the serial port displayed:
ad9361_init : Unsupported PRODUCT_ID 0xFFad9361_init : AD936x initialization error
As I understand it, the problem is related to reading data from the SPI.

Default firmware and Linux from SD card work well. That is, the problem is not hardware.
I downloaded the stantalon project from this git according to the instructions.


Everything compiled correctly via tsl scripts, everything opened in Vitis too.
I changed app_config.h to AD9363A_DEVICE, because my board AntSDR E310 has ADC AD9363. I made no other changes to the project.
However, after starting the debug mode, the serial port displayed:
ad9361_init : Unsupported PRODUCT_ID 0xFFad9361_init : AD936x initialization error
As I understand it, the problem is related to reading data from the SPI.
Default firmware and Linux from SD card work well. That is, the problem is not hardware.