I'm using the serial boot and flash utility for OMAP-L137 to write dsp ubl, arm ubl and uboot to nand flash.
This page (http://processors.wiki.ti.com/index.php/Serial_Boot_and_Flash_Loading_Utility_for_OMAP-L137) says "This will place a DSP AIS file at address 0x0 of the flash, an ARM UBL at address 0x2000, and an application image, such as u-boot, at address 0x8000. This is used for the OMAPL137_v1 and OMAPL137_v2 devices. "
But I notice dsp ubl, arm ubl and uboot should be placed at block 1, block 2 and block 4. I review the source code of flash writer in PSP packge and think it does so.
Where does the serial boot and flash utility put these files exactly or do I misunderstanding something?