Hi Jeff,
From "Using the OMAP-L1x8 Bootloader Application Report" document, AIS seems can totally replace the functionality of UBL. So, it is a matter of choice whether to use AIS or UBL.
The advantage of using UBL is I have the source code, and I can easily enhance it to add addtional features.
But, AIS seems to provide the mechanisme to extend its functionality using Jump command (0x58535905). Any example that I can take a look on this mechanisme ?
What I am trying to do here is before AIS loads image from boot device, I want it to prompt user to select the image, let say I have 3 different images on the boot device.
I want this Jump command to return the user selection to bootloader, so that bootloader can continue to load the user selected image.
Can I achieve this by using AIS ?
rgds,
kc Wong