8 years, 3 months ago.

Uploading .bin to NUCLEO F411RE from Ubuntu

I've been trying to upload a compiled .bin from my Ubuntu 16.04 (Linux 4.8.0-54) machine to a NUCLEO F411RE device. From my Windows machine, it works fine. However, from Ubuntu, even after copying the .bin to the mounted USB flash storage, the device doesn't seem to update the code. I've tried manually mounting the flash storage as follows (per the Handbook):

/dev/sdX /media/MBED vfat rw,user,sync 0 0

The LDT light flashes, but no changes seem to be applying. Is the NUCLEO device supposed to auto-mount to my Ubuntu machine?

Is the Ubuntu machine hardware or virtual?

posted by G 40 14 Jun 2017

Hardware. I'll also point out that the NUCLEO device has been flashed with the latest firmware.

posted by anweiss anweiss 16 Jun 2017
Be the first to answer this question.