[En-Nut-Discussion] Virtual disk on STM32 mbed-compatible Nucleo Boards.
Ole Reinhardt
ole.reinhardt at embedded-it.de
Thu Feb 27 16:47:30 CET 2014
Hi Uwe,
Am 27.02.2014 16:32, schrieb bon at elektron.ikp.physik.tu-darmstadt.de:
> What needs to happen to download a program?
>
> Is it normal that the flashed program is not visible via the virtual disk?
On my original LPC1768 MBED board the file just needs to be saved on the
virtual disk. You can save as many files there as there is space on the
disk. If you press reset after saving a file on the disk, the latest
file, which was saved there will be burned to flash and then executed.
The files are all visible.
If this does not work for you, make sure to sync the disk after writing
a file to it. At least on Linux the file may not yet have been written
to the disk, and is still dangling in the cache.
So I always do a
cp my_file.bin /media/ole/MBED/ ; sync
<press reset>
Best regards,
Ole
--
kernel concepts GmbH Tel: +49-271-771091-14
Sieghuetter Hauptweg 48 Mob: +49-177-7420433
D-57072 Siegen
http://www.embedded-it.de
http://www.kernelconcepts.de
More information about the En-Nut-Discussion
mailing list