Where can I get the image files written to an SD card when performing Hardware Setup for "Zynq SDR Support from Communications Toolbox" using Zedboard and AD FMcomms3-EBZ board?

1 回表示 (過去 30 日間)
Where can I get the image files written to an SD card when performing Hardware Setup for "Zynq SDR Support from Communications Toolbox" using Zedboard and AD FMcomms3-EBZ board?

採用された回答

MathWorks Support Team
MathWorks Support Team 2020 年 1 月 16 日
Assuming that the SD card is not encrypted (in which case the following could not work), you can use the following commands to write the SD card files to any directory on your local machine, then copy the files to the SD card manually:
>> r = sdrdev('AD936x');
>> downloadImage(r, 'BoardName', 'ZedBoard and FMCOMMS2/3/4', 'SDCardLocation', 'HostDirectory');
'HostDirectory' is the path where the files will be saved.

その他の回答 (0 件)

製品


リリース

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by