Prepare and Install the SD Card - ArrowElectronics/Agilex-5 GitHub Wiki
Note : This requires a 8GB micro-SD card
Download the SD card image sdcard.img
Get disk imaging software Win32diskimager
Insert the SD Adaptor. Use Windows Explorer to determine the drive letter
Select the Image File. Navigate to sdcard.img
Press the Write button
Download the SD Card Image.
$ wget https://axe5-eagle.s3.amazonaws.com/QPDS24.1_REL_AGILEX5_GSRD_PR/sdcard.img
Insert the SD Adaptor. Use Windows Explorer to determine the drive letter
Determine the device associated with the SD card on the host. Run the command below before and after inserting the SD card. The new drive letter will show up as /dev/sdx/ where x represents the actual letter (a,b,c,d etc). Substitute the letter x with the actual letter in the dd commands listed below.
$ cat /proc/partitions
Use dd utility to write the SD image to the SD card. Substitute the letter x with the actual drive letter discovered above.
$ sudo dd if=$TOP_FOLDER/sd_card/sdcard.img of=/dev/sdx bs=1M status=progress
Flush the changes to the SD card.
$ sudo sync
Component | Location | MD5SUM |
---|---|---|
sdcard.img | https://axe5-eagle.s3.amazonaws.com/QPDS24.1_REL_AGILEX5_GSRD_PR/sdcard.img | a0d57b57a2554e8aeb7fea536698421a |
Press the back browser button to return