From b37bde56753fc19bcab04ab4e24d5922b65026a4 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Mon, 20 May 2013 13:55:47 +0200 Subject: [PATCH] Minor documentation improvements. --- Bootloaders/MassStorage/BootloaderMassStorage.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Bootloaders/MassStorage/BootloaderMassStorage.txt b/Bootloaders/MassStorage/BootloaderMassStorage.txt index d518d7b91c..85cbc6f63b 100644 --- a/Bootloaders/MassStorage/BootloaderMassStorage.txt +++ b/Bootloaders/MassStorage/BootloaderMassStorage.txt @@ -71,6 +71,11 @@ * * The current device firmware can be read from the device by reading a file from the virtual FAT filesystem. * + * \warning This bootloader is currently incompatible with the Apple MacOS X OS Finder GUI, due to the + * large amount of meta files this OS attempts to write to the disk along with the new binaries. On + * this platform, firmwares must be copied to the disk via the Terminal application only to prevent + * firmware corruption. + * * \section Sec_API User Application API * * Several user application functions for FLASH and other special memory area manipulations are exposed by the bootloader,