Updating firmware via serial port
- This topic has 0 replies, 1 voice, and was last updated 8 years, 1 month ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Tagged: bootloader, firmware, mDot, Serial Port
Dears,
I am currently trying to update my firmware without using any development kit.
Instead, I am using this FTDI cable, and Tera Term.
Here is ho I proceeded :
– Wire 30 PA_10 / DB_RX / USBRX NA and 31 PA_9 / DB_TX / USBTX NA to the FTDI cable ;
– Power the mDoT ;
– Connect the FTDI cable to the computer ;
– Open Tera Term ;
– Connect at 115200 baud with no flow control ;
– Reset the board pressing enter to reach the bootloader prompt ;
– Compile a sample application and get the .bin from mbed ;
– Copy/paste the .bin into the teraterm directory ;
– In Tera Term, put the following command : “transfert ymodem nomBinaire.bin”
Then I am stuck in this situation (print C indefinitely) :
What did I make the wrong way ?