SPRABA5D January 2014 – January 2019 AM1802 , AM1802 , AM1806 , AM1806 , AM1808 , AM1808 , AM1810 , AM1810
The bootloader requires a valid application in order to boot the ARM. The full path to an application file must be specified in the ARM Application text field.
NOTE
As of version 1.3, AISgen recognizes both COFF and ELF input files as application files. Files in any other format will be treated as binary files.
Non-application files may also be used. AISgen automatically parses input files to determine whether they are valid application files. Files that don’t match the expected format are treated as binary files. Binary files require a target address, which is specified as “@<32-bit hex address>” immediately following the file name. Note that SDRAM or DDR addresses will only load successfully if the appropriate configuration is applied; the AISgen utility will not automatically configure external memory access. For more information, see Section 5.3.3 and Section 5.3.4.
The AISgen utility allows multiple application and/or binary files to be combined into a single AIS file. Each file name must be separated by a semicolon (;). If an entrypoint is specified in the General tab, that entrypoint always takes precedence. Otherwise, the entrypoint of the first application file is used. If no application file is specified (all files are binary files), an entrypoint must be specified. For more information specifying an application entrypoint, see Section 5.3.10.2.
Files can be entered directly into the ARM Application File text box or selected graphically using the browse button (…). To add another application or binary file without deleting the current contents of the text box, use the add button (+).