AN 934: Using Flexible Radio Platform with Intel® Arria® 10 FPGA and ADI ADRV9029 Sub6G EBZ Board

ID 683317
Date 6/08/2022
Public

1.5.2.1.1. Creating SD Card

  1. Download the SD card image from the Intel Resource and Design Center.
  2. Determine the device associated with the SD card on the host by running the following command before and after inserting the card. For example, assume that the device drive is dev/sdx.
    $ cat /proc/partitions 
  3. Use dd utility to write the SD image to the SD card.
    $ sudo dd if=a10_jesd_demo.img of=/dev/sdx bs=1M
    Note: Use sudo to write to the card.
  4. Use sync utility to flush the changes to the SD card.
    $ sudo sync 
Once complete, insert the SD card into the SD daughter card on the Intel® Arria® 10 SoC development board.