|
@@ -22,12 +22,17 @@ Running on the simulator
|
|
|
Download the AArch64 software simulator from one of the following sources,
|
|
|
corresponding to your host computer:
|
|
|
|
|
|
-- https://developer.arm.com/-/cdn-downloads/permalink/FVPs-Architecture/FM-11.27/Foundation_Platform_11.27_19_Linux64.tgz
|
|
|
-- https://developer.arm.com/-/cdn-downloads/permalink/FVPs-Architecture/FM-11.27/Foundation_Platform_11.27_19_Linux64_armv8l.tgz
|
|
|
+- https://developer.arm.com/-/cdn-downloads/permalink/FVPs-Architecture/FM-11.29/Foundation_Platform_11.29_27_Linux64.tgz
|
|
|
+- https://developer.arm.com/-/cdn-downloads/permalink/FVPs-Architecture/FM-11.29/Foundation_Platform_11.29_27_Linux64_armv8l.tgz
|
|
|
+
|
|
|
+The model will be located under one of the corresponding folders:
|
|
|
+
|
|
|
+- Foundation_Platformpkg/models/Linux64_GCC-9.3
|
|
|
+- Foundation_Platformpkg/models/Linux64_armv8l_GCC-9.3
|
|
|
|
|
|
Finally, boot your system with:
|
|
|
|
|
|
- ${LOCATION_OF_FOUNDATIONV8_SIMULATOR}/models/Linux64_GCC-9.3/Foundation_Platform \
|
|
|
+ Foundation_Platform \
|
|
|
--arm-v8.0 \
|
|
|
--image output/images/linux-system.axf \
|
|
|
--block-device output/images/rootfs.ext2 \
|