Hi Francis,
sorry about the delay, I had to check on several machines before posting.
ARM have provided myself and Ashley Mills a binary firmware image. Today I just completed some testing on an ASUS Zenbook that has USB 3.0 ports.
All good for my I'm pleased to say.
Things to note.
With the new binary you ALWAYS need the power supply pluged in. So the device does not even pop up as USB MSD in dmesg unless you have the external power supply on.
There is a small dealy when you copy your new binary over and the device re-connects as a MSD. Longer than before I'd say.
The 'restart' works like a dream now. So ttyACM0 pops up every time I tried and I can talk to the device with cutecom with no problems over USB.
Suggestions
----
For your issue in getting round the brick.
Does the device respond to doing the firmware upload?
i.e. When you short out the pins and then insert USB, do you see the firmware binary when you open up your file manager?
This is what I'd try, then upload the new binary using:
/> MAC dd if=mbed_if.bin of=/dev/disk* seek=4
Once I get a reply from the ARM guys I'll see if we can email you the binary.
Kind regards, Nicholas.
Hello to anyone trying out the new Ublox C027,
I've got 2 devices and I'm trying to find out how many people are having problems in just getting the normal 'Hello World' program to work and flash the LED. So anyone reading this please add your name and device you are using so that we may help each other out!
My Setup Scenario
What Goes Wrong
When you connect the device it looks like a mass storage device as normal. You then flash the normal 'hello world' flashing LED binary via the browser to the mbed. The status light blinks fast - which indicates to me great somethings happening. This is where it goes wrong. The device vanishes as a mass storage device - then pops up again as if it was just inserted to the USB port. Once you open the mbed for browsing the file is not on the flash disk. However if you reset the device you will notice the LED blinks. So it seems the program IS on the device but not visible from the flash disk.
The next test i did was to add some lines to just print to the serial line so I know something is alive in there. I used cutecom as my app of choice to open a window to the ACM0 device. This is where it goes pear shaped! The device no longer responds to anything.
I've tried reset, reset with long press, removing power to power jack and usb then resetting. My program is below. DON'T USE THIS! It might brick your device..
ublox led flash and print line output
I've made a youtube video of me trying this out.
Anyone got solutions or news on how to get this all working please let us all know!!!! :-)
Kind regards, Nicholas.