We've loaded the xwr68xx_sbl.bin, our traffic monitoring project, and the xwr68xx_mmw_demo.bin as the base code that we want the system to revert back to as follows:
If we just load the xwr68xx_sbl.bin file, then we get a count down from 90 on flashing a new binary image in our terminal screen. If we load the sbl.bin and the .bin for Image 4, it appears to go directly to Image 4, without giving us a chance to send an upload to the board (no countdown). We connect the board to the USB, and then connect the terminal software within about 3-4 seconds, but a CR/LF to the device indicates we're already at the CLI response, and the version command confirms the .bin we're running. If we load all three, it appears to go directly to Image 2 before giving us a chance to send an upload to the board.
We're also having an issue trying to send an image to the SBL (when it is the only .bin loaded). We're trying to use XMODEM 1K, but we can't seem to find terminal software on Ubuntu that the SBL will communicate with. It also doesn't look like we can setup a CC project for the SBL code (easily) so that we can try to recompile it and/or debug it.
We need to be able to update the code in the field, so this utility is essential to our final product.
Let us know what else we can try.
Regards,
-Thomas Grounds