I am trying to send a firmware image to the module over SPI and can't seem to get past the rsi_bl_select_option(BURN_NWP_FW) command because it returns a timeout:
rsi_bootloader_instructions: RS9116_REG_READ: AB10
rsi_bl_waitfor_boardready: Bootloader Version = 0x10
rsi_bootloader_instructions: RS9116_REG_WRITE: A042
rsi_bootloader_instructions: RS9116_REG_READ: AB10
rsi_bl_select_option: RS9116_REG_READ()[B]: AB10
rsi_bootloader_instructions: RS9116_REG_READ: AB10
rsi_bl_select_option: RS9116_REG_READ()[B]: AB10
rsi_bl_select_option: RS9116_ERROR_FW_LOAD_OR_UPGRADE_TIMEOUT
rs9116_upgrade_fw_fd: RS9116_BURN_NWP_FW: retval = -28
Where can I get a working example of upgrading the firmware using the bootloader?