Download common image from AMD website download page..
Navigate to the WorkSpace folder that you created in step1 and place the image package in WorkSpace folder.
cd WorkSpace tree -L 1 # to see the directory hierarchy . ├── custom_hardware_platform └── xilinx-versal-common-v2024.1.tar.gz
Extract the common image.
Please follow steps below to extract the common image.
cd WrokSpace tar xvf ../xilinx-versal-common-v2024.1.tar.gz -C .
You can see the xilinx-versal-common-v2024.1 folder which contains some components located in WorkSpace folder as shown below.
tree -L 2 . ├── xilinx-versal-common-v2024.1 │ ├── bl31.elf │ ├── boot.scr │ ├── Image │ ├── README.txt │ ├── rootfs.ext4 │ ├── rootfs.manifest │ ├── rootfs.tar.gz │ ├── sdk.sh │ └── u-boot.elf
From the above picture, you can see boot file, kernel image, rootfs, and SDK tool are ready. DTB is not available. In the subsequent step, we will focus on preparing the DTB file.