The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / board / arm / foundation-v8 / readme.txt
1 This is the support for the ARM Foundation v8 machine emulated by the
2 ARM software simulator of the AArch64 architecture.
3
4 First, one has to download the AArch64 software simulator from:
5
6   https://silver.arm.com/download/download.tm?pv=1509509
7
8 Then, use the arm_foundationv8_defconfig configuration to build your
9 Buildroot system.
10
11 Finally, boot your system with:
12
13  ${LOCATION_OF_FOUNDATIONV8_SIMULATOR}/Foundation_v8 \
14     --image output/images/linux-system.axf \
15     --block-device output/images/rootfs.ext2 \
16     --network=nat
17
18 You can get network access from within the simulated environment
19 by requesting an IP address using DHCP (run the command 'udhcpc').