SPRADD1A August 2023 – September 2024 AM620-Q1 , AM623 , AM625 , AM625-Q1 , AM625SIP , AM62A3 , AM62A3-Q1 , AM62A7 , AM62A7-Q1 , AM62P , AM62P-Q1
The process of booting the Linux kernel in the next section uses components that are provided in the SDK in order to streamline the bring-up process. The only component that needs to be rebuilt when testing a new configuration is the devicetree. The kernel image and filesystem are provided in the SDK and reused throughout the board bring-up process. This capability highlights the value of devicetree as a hardware description language as the same kernel and filesystem can be used by a different board with no code changes.
The U-Boot devicetree that was configured in the previous section is reused as the kernel devicetree. This is because a board's U-Boot and kernel devicetree should be developed in sync to simplify the debug process. Instructions in the next section detail reusing the devicetree.
The initramfs filesystem is used to boot the kernel during board bring-up. This is to reduce any hardware dependencies required to mount a physical root filesystem. After the board bring-up process is completed, a physical filesystem in non-volatile storage like eMMC or a developer friendly filesystem mounted via NFS can be used to enable full functionality.