SPRADJ0 February 2025 AM2612 , AM2631 , AM2632 , AM2634 , AM263P2 , AM263P4 , AM2732 , AM2732-Q1 , AM620-Q1 , AM623 , AM625 , AM625-Q1 , AM62A3 , AM62A3-Q1 , AM62A7 , AM62A7-Q1 , AM62D-Q1 , AM62P , AM62P-Q1 , AM67 , AM68A , AM69A , DRA821U , TDA4AEN-Q1 , TDA4AH-Q1 , TDA4AL-Q1 , TDA4AP-Q1 , TDA4VE-Q1 , TDA4VEN-Q1 , TDA4VH-Q1 , TDA4VL-Q1 , TDA4VM , TDA4VP-Q1
Follow these steps to build the drivers:
build/ folder..xer5f)/ user application (.appimage).make [-s] <build_target> [PLATFORM=<soc_name>] [PROFILE=<release/debug>] ...In this command, options shown inside square brackets [ ] are optional and not required to be provided for a build unless intended to be changed from the set default.
make [-s] <build_target> [BOARD=<device_evm_name>] [SOC=<soc_name>] [SDK_INSTALL_PATH=<sdk_install_path>] [PROFILE=<release/debug>] ...In this command, options shown inside square brackets [ ] are optional and not required to be provided for a build unless intended to be changed from the set default under the build/Rules.make file.
<soc_name> option can take values from am62x, am62ax, or am62px. For the Jacinto family the <soc_name> option can take values from a valid j7xxx.debug build is an unoptimized build that can easily be stepped through and followed along during execution. release build is built for efficient optimizations around the timing and memory span of the compiled source.binary/ directory within the package, right above the build folder. Driver libraries are in .aer5f format and an example application is the .xer5f executable and flashable .appimage file.For a build to be performed, the build target name is the only required item in the make build command. Other available values can be updated by passing the property NAME = <value>; otherwise, the default value for a respective package gets used in build. The build commands only work with the standalone MCAL package. The commands are not the same if the MCAL is a part of an entire AUTOSAR stack delivered by any one vendor as each vendor uses unique compilation settings.
Build-related details and additional information is found under the user guide content.