From c8350a741b0b2e4f54b60c0131c63008a2942bb1 Mon Sep 17 00:00:00 2001 From: Anders Dellien Date: Tue, 6 Sep 2022 08:35:44 +0100 Subject: [PATCH] totalcompute/tc2: document updates for 2022.08.12 release --- docs/totalcompute/tc2/release_notes.rst | 1 + docs/totalcompute/tc2/user-guide.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/totalcompute/tc2/release_notes.rst b/docs/totalcompute/tc2/release_notes.rst index 42f00f7..b950e5e 100755 --- a/docs/totalcompute/tc2/release_notes.rst +++ b/docs/totalcompute/tc2/release_notes.rst @@ -70,6 +70,7 @@ Platform Support Known issues or Limitations --------------------------- #. Android takes several hours to boot. + #. We see occasional FVP crashes when booting Android. This issue is currently being investigated, please contact support if you need more information. #. At the U-Boot prompt press enter and type "boot" to continue booting else wait for ~15 secs for boot to continue automatically. This is because of the time difference in CPU frequency and FVP operating frequency. diff --git a/docs/totalcompute/tc2/user-guide.rst b/docs/totalcompute/tc2/user-guide.rst index a3352b4..7e926ce 100755 --- a/docs/totalcompute/tc2/user-guide.rst +++ b/docs/totalcompute/tc2/user-guide.rst @@ -31,7 +31,7 @@ To get the latest repo tool from google, run the following commands: If syncing and building android, the minimum requirements for the host machine can be found at https://source.android.com/setup/build/requirements, These include: * At least 250GB of free disk space to check out the code and an extra 150 GB to build it. If you conduct multiple builds, you need additional space. - * At least 16 GB of available RAM/swap. + * At least 32 GB of available RAM/swap. * Git configured properly using "git config" otherwise it may throw error while fetching the code. The software requirements can be automatically installed by running -- GitLab