Visible to Intel only — GUID: suc1436364735476
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: suc1436364735476
Ixiasoft
1.7.2. Configuring the DNS Server
To enable the target operating system to resolve internet addresses, you must configure the DNS server.
- Run Linux on the target.
- From the target Linux console, edit the /etc/resolv.conf file so that the only entry that exists is:
nameserver 192.168.0.3
- Test the network connectivity by typing:
wget www.google.comNote: The file /etc/resolv.conf is automatically created by Linux so it is overwritten each time Linux is booted. It is recommended that you incorporate the edits to the resolv.conf file in an initialization script that can run automatically each time Linux is booted.