Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years ago.
using mbed compiler
Question for dummies: How do I download a file compiled online to my computer, and from there to an MB1136 board ... under Linux?
Thanks, Christoph Maier
Question relating to:
2 Answers
9 years ago.
When you hit compile online assuming there are no errors it should automatically download a .bin file. Where that goes depends on your browser and settings.
When you connect the board to your PC it should show up as a USB drive. (if not then you need the correct drivers, they are around here somewhere, I've never used mbed on linux but I know others have).
Copy the .bin file to the mbed USB drive, wait for it to finish (it should be almost instant) and then press the reset button on the board.
9 years ago.
First of all upgrade your board firmware. I was trying to use my NUCLEO without any success until I upgraded it. You can find some help on your board page. There is a new firmware package based on Java which support Linux! If I remember correctly during the upgrade process all necessary things will be configured.
If you upgraded your board first you need mount it. I use Debian distro. If I plug in my board a new device appears on my desktop. Double click on it and the folder of the board will appear. You can drag and drop your downloaded *.bin
file as mentioned above.
I prefer to move it in terminal window. During the development process It is a good thing to push only the up arrow.
If you have some trouble during the programming process caused by delayed sync you can find some help here: https://developer.mbed.org/handbook/Mounting-with-sync
Péter