On Wed, Apr 02, 2014 at 08:59:16AM +0400, Paul Fertser wrote: > On Tue, Apr 01, 2014 at 08:15:13PM +0100, Spencer Oliver wrote: > > I feel your pain, if I recall I had to take my board into work and use a > > windoze pc to update. > > It would be interesting to know if waiting would work for you > too. I've tried many times, and it was fairly consistent: after 3 > minutes 8 seconds the device appeared ready for mounting :)
The trick here is not only waiting but also not using any kind of automouting as simple "mount /dev/sdb /mnt" results in a failure (device apparently needs power-cycling after that) while "mount -t vfat /dev/sdb /mnt" works. For the reference, SDA_INFO.HTM: <input name="BOARD" type="hidden" id="BOARD" value="FRDM-KL25Z" /> <input name="BOOTVER" type="hidden" id="BOOTVER" value="1.01" /> <input name="APPVER" type="hidden" id="APPVER" value="0.00" /> <input name="APPNAME" type="hidden" id="APPNAME" value="" /> lsusb: idVendor 0x2504 idProduct 0x0200 bcdDevice 0.02 iManufacturer 1 FREESCALE SEMICONDUCTOR INC. iProduct 2 OpenSDA MSD APP iSerial 3 0123456789ABCDEF -- Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software! mailto:[email protected] ------------------------------------------------------------------------------ _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
