How to upgrade mDot board without development baord

Home Forums mDot/xDot How to upgrade mDot board without development baord

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #9494
    mb s
    Participant

    Hi,
    It is very helpful to me if i got information about how to upgrade mDot baord alone without development board as mention in website. I try to use ST-link debugger to connect mDot board using bread board, but unable to detect target.

    #9496
    Jason Reiss
    Keymaster

    There is a bootloader in the mDot accessible through the debug pins.

    https://developer.mbed.org/platforms/MTS-mDot-F411/

    30 PA_10 / DB_RX / USBRX NA
    31 PA_9 / DB_TX / USBTX NA

    Connect at 115200 baud with no flow control.
    Press “enter” right after a reset to enter bootloader prompt.
    From there enter “help” for options.
    You can upgrade device firmware via ymodem.

    #9513
    mb s
    Participant

    Even if i tried to communicate mDot with PC using RS232 TX, RX pins with mDot board PIN nos 30 & 31, but i am unable get response for “AT commands” which were sending from docklight tool.

    #9514
    mb s
    Participant

    Can you please suggest a tool to be used to communicate with mDot board from PC.

    #9520
    Mike Fiore
    Blocked

    Hi,
    The bootloader hasn’t been tested with docklight. The bootloader is compatible with TeraTerm on Windows or Minicom on Ubuntu. We suggest using one of those terminal emulators to transfer new firmware.

    Make sure your terminal program is set to 115200 baud as well.

    The following image shows an example of the bootloader prompt and the bootloader help.

    bootloader screenshot

    Cheers,
    Mike

    • This reply was modified 8 years, 7 months ago by Mike Fiore.
    • This reply was modified 8 years, 7 months ago by Mike Fiore.
    #9524
    Andrew Lindsay
    Participant

    If you are trying to use the AT commands on the mDot, you need to use the PA_2/PA_3 pins instead and not PA_9/PA_10.

    Regards

    Andrew

    #9528
    mb s
    Participant

    Thank you so much Mike and Andrew.
    I want to know how about the tools to compile and updated firmware of mDot mbed board and how to load/port updated firmware on mDot board alone, as I don’t have multitech developer board. What hardware should i use to update the code?

    I tried with ST_LINK connected to PINs 26,27 (SWCLK, SWIO) of mDot board and used STM32 utility tool to proghram the mDot board, but i got error as “no target connected”

    Please guide me to resolve the issue.

    #9529
    Andrew Lindsay
    Participant

    If you want to program the mDot and are not currently familiar with the mbed environment then you’ll need to start at https://developer.mbed.org/ follow the Getting Started link then move on to the mDot Platform.

    Without knowing your current skills and experiences its hard to pitch this at the right level. What I’ve provided should help you get started with the mbed environment and the mDot modules.

    Andrew

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.