6.0f LSK ROM.BIN

I want to modify the BSP for some old modules that require the LSK (I need to set the initial state of the GPIO pins).

When I build the BSP for new modules using PLATFORM=connectme, in the C:
etos60f_gnu\src\bsp\bootloader\romImage folder I get a rom.bin file.

But if I build the BSP for the old modules using PLATFORM=connectme_lsk, there is no rom.bin file created.

Any ideas why?

Thanks,
Jeff.

Followup:

In C:
etos60f_gnu\connect\linkerScripts\Makefile.appbuild.connectme_lsk I see this note:

#---------------------------------------------------#

!!! This plaform doesn’t support ROM images !!!

#---------------------------------------------------#

I take it I can’t customize the BSP on these modules?

Jeff.