xref: /OK3568_Linux_fs/buildroot/board/arm/foundation-v8/readme.txt (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1This is the support for the ARM Foundation v8 machine emulated by the
2ARM software simulator of the AArch64 architecture.
3
4First, one has to download the AArch64 software simulator from:
5
6  https://silver.arm.com/download/download.tm?pv=4807186
7
8Then, use the arm_foundationv8_defconfig configuration to build your
9Buildroot system.
10
11Finally, boot your system with:
12
13 ${LOCATION_OF_FOUNDATIONV8_SIMULATOR}/models/Linux64_GCC-6.4/Foundation_Platform \
14    --image output/images/linux-system.axf \
15    --block-device output/images/rootfs.ext2 \
16    --network=nat \
17    --cores 4
18
19You can get network access from within the simulated environment
20by requesting an IP address using DHCP (run the command 'udhcpc').
21