Step 2 : Download Linux Kernel =================================== .. tab-set:: .. tab-item:: Download Linux Kernel * In this program, you are going to learn .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow * How to ? .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow Topics in this section, * :ref:`Download Linux Kernel ` .. _barelinux_qemu_rpi_4b_step2_0: .. tab-set:: .. tab-item:: Download Linux Kernel * download linux kernel using wget command. .. code-block:: c $ wget https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.1.34.tar.xz * extract the source code using the tar command. .. code-block:: c $ tar xvJf linux-6.1.34.tar.xz * go to linux-6.1.34 directory .. code-block:: c $ cd linux-6.1.34