diff --git a/docs/totalcompute/tc0/change-log.rst b/docs/totalcompute/tc0/change-log.rst index 08ac07e29d417e80cad66401fe0b750912ab9f43..7207dc7b2b44c9eb1578c9b9fbef518d24296faa 100644 --- a/docs/totalcompute/tc0/change-log.rst +++ b/docs/totalcompute/tc0/change-log.rst @@ -23,6 +23,7 @@ Changes - Updated U-Boot to v2021.10 - Updated Trusted Services - Updated Yocto repositories +- Deprecated android-nano profile Version 2021.07.31 ------------------ diff --git a/docs/totalcompute/tc0/user-guide.rst b/docs/totalcompute/tc0/user-guide.rst index 3926c3d1f02c0b0f9590924992dbf2a666273ebd..146c1121cb6f3cab5dc601158cf4e89b4d950e5b 100755 --- a/docs/totalcompute/tc0/user-guide.rst +++ b/docs/totalcompute/tc0/user-guide.rst @@ -43,7 +43,7 @@ To get the latest repo tool from Google, run the following commands: chmod a+x ~/bin/repo export PATH=~/bin:$PATH -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: +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. * Git configured properly using "git config" otherwise it may throw error while fetching the code. @@ -112,7 +112,7 @@ Android OS build The Android images can be built with or without authentication enabled using Android Verified Boot(AVB). AVB build is done in userdebug mode and takes a longer time to boot as the images are verified. -The ``build-scripts/tc0/build_android.sh`` script in ``/android`` will patch and build Android. This can be passed 2 parameters, ``-d`` for deciding which profile to build and ``-a`` for enabling AVB. The following command shows the help menu for the script: +The ``build-scripts/tc0/build_android.sh`` script in ``/android`` will patch and build Android. This can be passed with 2 parameters, ``-d`` for deciding which profile to build and ``-a`` for enabling AVB. The following command shows the help menu for the script: :: @@ -332,7 +332,7 @@ the previously built images as arguments. Run the ``run_model.sh`` script: Running Poky ############ -Note During boot the U-boot boot delay might take longer than expected, either wait or hit enter and execute boot +Note: During boot, the U-boot boot-delay timer might take longer than expected, either wait or hit enter and execute boot command manually. :: @@ -342,7 +342,7 @@ command manually. Running Android ############### -Note Android takes signifcant time to boot. It takes about an hour to see the "android" boot animation screen +Note: Android takes signifcant time to boot. It takes about an hour to see the "android" boot animation screen and close to 3 hours to see the home screen. ::