Hello to all,
I compiled petalinux kernel correctly (I hope so...) for AD-FMCOMMS2-EBZ and ZEDBOARD.
The board boostraps correctly and i can login in Petalinux as root.
I have download the script files git from here https://github.com/analogdevicesinc/fmcomms2-scripts.git
and i follow this tutorial page Shell Scripts for the FMComms2 Board [Analog Devices Wiki]
after boot, i wrote this command 'dmesg | grep ad9361'
this is the output from console
root@zynq:/# dmesg | grep ad9361
platform 79020000.cf-ad9361-lpc: Driver cf_axi_adc requests probe deferral
ad9361 spi32766.0: ad9361_probe : enter
ad9361 spi32766.0: ad9361_probe : AD9361 Rev 2 successfully initialized
cf_axi_dds 79024000.cf-ad9361-dds-core-lpc: Analog Devices CF_AXI_DDS_DDS MASTER (4.00.b) at 0x79024000 mapped to 0xe0838000, probed DDS AD9361
ad9361 spi32766.0: ad9361_dig_tune: Tuning RX FAILED!
ad9361 spi32766.0: ad9361_dig_tune: Tuning TX FAILED!
cf_axi_adc 79020000.cf-ad9361-lpc: ADI AIM (4.00.b) at 0x79020000 mapped to 0xe0858000, probed ADC AD9361 as MASTER
I run the script 'fmc2_dds_buf_random.sh'
the output says that it can't find the device under /dev
what's wrong???
Thanks
Nicolas