Visible to Intel only — GUID: jae1603691305390
Ixiasoft
1.5.2.1.1. Creating SD Card
- Download the SD card image from the Intel Resource and Design Center.
- 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
- 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. - 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.
Related Information