lpcmanager

Fixed FW upload toward old MC9 based targets. New storage type parameter added to RunUpdateScript RPC was making update incompatible with older images. Added a new call instead, to be called when updating targets with MMC.
#ifdef ONBOARD_I2C
if(onboardbusfd!=-1)
ioctl(onboardbusfd, RTSMT_RTIOC_READ, &onBoardReadBuf);
#endif /* ONBOARD_I2C */
%(retrieve_code)s