diff --git a/doc/guides/gsg/install.rst b/doc/guides/gsg/install.rst index 0e92171..d004fce 100644 --- a/doc/guides/gsg/install.rst +++ b/doc/guides/gsg/install.rst @@ -108,7 +108,8 @@ Once the octeon board is UP with above ubuntu rootfs # hostnamectl hostname -* Update ubuntu repository to download dao packages +Update ubuntu repository to download dao packages +------------------------------------------------- .. code-block:: console @@ -134,6 +135,25 @@ Installing OVS package (optional) # apt-get install ovs-3.3-cn10k-devel +Removing old packages +--------------------- + +* Remove old packages + +.. code-block:: console + + # apt-get remove dao-cn10k-devel -y + # apt-get remove dpdk-23.11-cn10k -y + # apt-get remove ovs-3.3-cn10k-devel -y + +* Clear ubuntu repo cache + +.. code-block:: console + + # rm /var/cache/apt/archives/dao-cn10k-devel_* + # rm /var/cache/apt/archives/dpdk-23.11-cn10k_* + # rm /var/cache/apt/archives/ovs-3.3-cn10k-devel_* + Installation demo ----------------- diff --git a/doc/guides/gsg/kernel.rst b/doc/guides/gsg/kernel.rst index cab2289..d7a0874 100644 --- a/doc/guides/gsg/kernel.rst +++ b/doc/guides/gsg/kernel.rst @@ -69,7 +69,10 @@ Use the following configuration obtained from the DAO repository to configure th cp cn10k.config /arch/arm64/configs/ cd - make ARCH=arm64 marvell_v8_octeon_kernel_asim.config + make ARCH=arm64 cn10k.config + +.. note:: If above steps reports "The base file '.config' does not exist. Exit." error. + As a workaround, ``touch .config`` in make kernel directory and retry the step. This generates a .config file which can be edited if a driver needs any changes in configuration such as enabling/disabling a driver, statically