Prepare and Install the SD Card Falcon Desktop Linux 26 1 - ArrowElectronics/Agilex-5 GitHub Wiki

Note : This requires a 32GB micro-SD card

Copy the bootable image to the SD card using a Windows host

Download the SD card compressed image sd_card_desktop_linux.img.bz2

Extract the SD card image, sd_card_desktop_linux.img

Get disk imaging software Win32diskimager

Insert the SD Adaptor. Use Windows Explorer to determine the drive letter

Select the Image File. Navigate to sd_card_desktop_linux.img

Press the Write button

Copy the bootable image to the SD card using a Linux host

Download the SD Card Image.

    $ wget https://axe5-falcon.s3.us-east-1.amazonaws.com/QPDS26.1_REL_AGILEX5_REFDES/desktop_linux/sd_card_desktop_linux.img.bz2

Extract the SD card image, sd_card_desktop_linux.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/sd_card_desktop_linux.img of=/dev/sdx bs=1M status=progress

Flush the changes to the SD card.

    $ sudo sync



Component Location MD5SUM
sd_card_desktop_linux.img https://axe5-falcon.s3.us-east-1.amazonaws.com/QPDS26.1_REL_AGILEX5_REFDES/desktop_linux/sd_card_desktop_linux.img.bz2 68c79995582458de99193bc05dff467a




Press the back browser button to return

⚠️ **GitHub.com Fallback** ⚠️