diff --git a/board/arm/foundation-v8/readme.txt b/board/arm/foundation-v8/readme.txt index f6d06988fb..5406ed3b13 100644 --- a/board/arm/foundation-v8/readme.txt +++ b/board/arm/foundation-v8/readme.txt @@ -3,14 +3,14 @@ ARM software simulator of the AArch64 architecture. First, one has to download the AArch64 software simulator from: - https://silver.arm.com/download/download.tm?pv=1509509 + https://silver.arm.com/download/download.tm?pv=2482590 Then, use the arm_foundationv8_defconfig configuration to build your Buildroot system. Finally, boot your system with: - ${LOCATION_OF_FOUNDATIONV8_SIMULATOR}/Foundation_v8 \ + ${LOCATION_OF_FOUNDATIONV8_SIMULATOR}/models/Linux64_GCC-4.1/Foundation_Platform \ --image output/images/linux-system.axf \ --block-device output/images/rootfs.ext2 \ --network=nat diff --git a/configs/arm_foundationv8_defconfig b/configs/arm_foundationv8_defconfig index dbaf3d6865..2deb333eed 100644 --- a/configs/arm_foundationv8_defconfig +++ b/configs/arm_foundationv8_defconfig @@ -1,5 +1,7 @@ BR2_aarch64=y -BR2_TOOLCHAIN_EXTERNAL=y +BR2_KERNEL_HEADERS_VERSION=y +BR2_DEFAULT_KERNEL_VERSION="3.13" +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_13=y BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y