SPRADD1A August 2023 – September 2024 AM620-Q1 , AM623 , AM625 , AM625-Q1 , AM625SIP , AM62A3 , AM62A3-Q1 , AM62A7 , AM62A7-Q1 , AM62P , AM62P-Q1
The minimal configuration consists of the minimal devicetrees and the configuration files that make these devicetrees accessible to U-Boot and the Linux kernel. This minimal configuration can be used to test initial board functionality with a reduced set of peripherals before beginning to expand the devicetrees to completely support a custom board. For simplicity, the only peripherals initially supported by the minimal configuration are the SD card reader and UART. If a custom board relies on different peripherals to boot, or cannot use these peripherals to boot, new devicetree nodes will need to be created.
The minimal configuration slows down and disables advanced features of the SD card reader. The SD card reader is forced to run at 25MHz Legacy SDR using only 3.3V signals to support the most common class of SD cards. This support reduces the number of issues related to high-speed or low voltage capabilities that can often result in a failure when attempting to boot to the Linux kernel if the board does not correctly support these advanced capabilities. DDR memory is also configured at a lower speed for similar reasons. It is common for new boards to have intermittent issues running at optimal speeds, so de-tuning these interfaces can help isolate problems and accelerate progress.
Using this minimal configuration, functionality of the custom board can be verified and incrementally expanded to include the full range of peripherals and optimized features. This guide was developed for the AM62x, however, it can be expanded to other TI SoCs as described in Section 8.