I am using c6748.
I generate my AIS binary file with AISGEN and can boot it from SPI flash.
In the AISgen, I only specify the boot mode, device type, clock course(24MHz). I do not specify anything else.
it still works, I mean the code still boots.
I try to do the same with HexAIS_OMAP-L138.
But booting does not occur. My .ini file is below.
COuld you suggest possible causes for this?
Best regards
[General]
; SPIMASTER,I2CMASTER,EMIFA,NAND,EMAC,UART,PCI,HPI,USB,MMC_SD,VLYNQ,RAW
BootMode=SPIMASTER seqReadEn=TRUE
; 8,16,24 - used for SPI,I2C
AddrWidth=24
[INPUTFILE]
FILENAME=MXLf.out
; NO_CRC,SECTION_CRC,SINGLE_CRC
crcCheckType=NO_CRC
; This section should be used in place of PLL0CONFIG when ; the I2C, SPI, or UART modes are being used. This ensures that ; the system PLL and the peripheral's clocks are changed together. ; See PLL0CONFIG section for the format of the PLL0CFG fields. ; See PERIPHCLKCFG section for the format of the CLKCFG field. [PLLANDCLOCKCONFIG]
PLL0CFG0 = 0x010E0001
PLL0CFG1 = 0x00000206
PERIPHCLKCFG = 0x00000005