Visible to Intel only — GUID: suc1425480318453
Ixiasoft
1.1. Arria 10 SoC Virtual Platform Features
1.2. Arria 10 SoC Virtual Platform Block Diagram
1.3. Recommended PC Requirements
1.4. Installing the Arria 10 SoC Virtual Platform
1.5. Installing and Booting a Pre-Built Linux Kernel
1.6. Debugging Linux Applications with the GNU Debugger (gdb)
1.7. Network Connectivity
1.8. Building a Custom Linux Kernel Using Angstrom
1.9. Appendix A: Modifying the parameters_Arria10.txt File
1.10. Appendix B: Memory and Interrupt Map
1.11. Revision History of Arria 10 SoC Virtual Platform User Guide
Visible to Intel only — GUID: suc1425480318453
Ixiasoft
1.8.3.3. Creating an SD Card Image
To create a file named sd-angstrom-v2014.12-arria10swvp.img that can be used as the SD card image, type the following:
cd <PATH_TO_VP_INSTALL>/Software/arria10/linux/buildsocvpsd
./buildsd.sh <PATH_TO_ANGSTROM> \
arria10swvp arria10_swvp
This script creates the sd-angstrom-v2014.12-arria10swvp.img file. This file must be writeable by the user who runs the virtual platform. To give the user write permissions type:
sudo chown $USER:$USER sd-angstrom-v2014.12-arria10swvp.img
Move this image file to the Linux binary directory in one of two ways:
- Move the new file to <PATH_TO_VP_INSTALL>/Software/arria10/linux.
- Update <PATH_TO_VP_INSTALL>/parameters_Arria10.txt to point to this file.