mbed on OSX (Mac)

I'm working from a Mac computer, and the following is what I do when working with mbed.

Compiling/download/transfer

  • Compile in the web browser, which will then download the file to my Downloads directory
  • In a terminal, I change the directory to Downloads.

cd Downloads
  • Then use the following command to move the file from downloads to the mbed device. Substitute the proper name of your program.

mv mbed_blinky_LPC812.bin /Volumes/MBED


Please log in to post comments.